Give up on "pin tab" and instead push for "get app".

(imported from commit 2aacc547bbe4578c19bc6044183eb06005f2e666)
This commit is contained in:
Waseem Daher 2013-07-05 16:47:46 -04:00
parent 849cf69f61
commit c89b662ce6
2 changed files with 6 additions and 17 deletions

View File

@ -7,7 +7,7 @@ var exports = {};
var steps = ["sent_stream_message", "sent_private_message", "made_app_sticky"];
var step_info = {sent_stream_message: {"user_message": "Send a stream message"},
sent_private_message: {"user_message": "Send a private message"},
made_app_sticky: {"user_message": "Pin this tab"}};
made_app_sticky: {"user_message": "Get our app"}};
var onboarding = false;

View File

@ -1,24 +1,13 @@
{{! Contents of the "make the app sticky" onboarding popup }}
<div id="sticky-popover">
<h1>Pin this tab!</h1>
<h1>Get our app!</h1>
<p>Humbug works best when it's always open. Take a second to pin
your Humbug browser tab using the instructions for:</p>
<p>Humbug works best when it's always open, which is why we also
have apps!</p>
<p>
<ul>
<li><a target="_blank"
href="https://support.google.com/chrome/bin/answer.py?hl=en&answer=95622">Chrome</a></li>
<li><a target="_blank"
href="https://support.mozilla.org/en-US/kb/pinned-tabs-keep-favorite-websites-open">Firefox</a></li>
</ul>
</p>
<p>Or, if you prefer Humbug as a stand-alone desktop app, we've
got you covered! Visit <a target="_blank"
href="https://humbughq.com/apps">our apps page</a> for Mac,
Linux, and Windows instructions.</p>
<p>Visit <a target="_blank" href="/apps">our apps page</a> for
Mac, Linux, Windows, Android, and iPhone/iPad instructions.</p>
<div class="done-button">
<input type="submit" id="sticky_done" value="Done" class="btn btn-big btn-primary" />