Skip to content

Commit

Permalink
update landing page text
Browse files Browse the repository at this point in the history
  • Loading branch information
altin-mapme committed Jan 29, 2020
1 parent 9716a8d commit a1c1994
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions landing-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,15 @@
alt="macbook-screenshot" />
</div>
<div class="hi-friend-wrapper" id="app">
<div class="hi-friend">
<article class="hi-friend">
<h1>Hi there friend,</h1>
<p>
I am StickyChats. A nice little Facebook Messenger client,
probably the best (a bit biased though). Download me to join
the club and chat with your friends effortlessly. The feed
can wait for later.
that brings your beloved <i>chatheads</i> feature to the desktop.
Download me for free and chat with your friends effortlessly.
</p>
<p>
Even though the app is very much usable, consider this an
early alpha version.
Even though the app is very much usable, this is a beta version, and as such, bugs are to be expected.
</p>
<p>Made by <a href="https://twitter.com/altinselimi">@altinselimi</a>. Check out the source code <a href="https://github.com/altinselimi/stickychats">here</a>.</p>
<button @click="goToLink()"
Expand All @@ -55,7 +53,7 @@ <h1>Hi there friend,</h1>
:class="{'fa-windows': system === 'windows', 'fa-apple': system === 'mac'}"></i>
<span style="margin-left: 10px; width: 100%;">Download</span>
</button>
</div>
</article>
</div>
</body>
<script>
Expand Down

0 comments on commit a1c1994

Please sign in to comment.