style changes

move apk link before fdroid, add mention of the auto updater,
remove feature list, make the text longer, reword fdroid text, add
external icons to external links.
gh-pages
Florens 8 years ago
parent d85e5bf4e4
commit 5255c20565
  1. 57
      index.html

@ -20,8 +20,8 @@
<div class="header"> <div class="header">
<ul class="navbar"> <ul class="navbar">
<li><a href="#index">Index</a></li> <li><a href="#index">Index</a></li>
<li><a href="#releases">Download</a></li>
<li><a href="#fdroid">F-Droid</a></li> <li><a href="#fdroid">F-Droid</a></li>
<li><a href="#releases">APKs</a></li>
<li><a href="#donate">Donate</a></li> <li><a href="#donate">Donate</a></li>
</ul> </ul>
<div class="logotext"> <div class="logotext">
@ -35,12 +35,13 @@
</div> </div>
<div class="links"> <div class="links">
<br> <br>
<a href="#fdroid">Download on F-Droid</a> <a href="https://github.com/Floens/Clover/releases">Download APK<i class="material-icons external">exit_to_app</i></a>
<br> <br>
<br> <br>
<i class="material-icons inline-text">warning</i><a href="gp_unavailable.txt">Google Play unavailable</a><br> <a href="https://github.com/Floens/Clover">Source code on GitHub<i class="material-icons external">exit_to_app</i></a>
<br> <br>
<a href="https://github.com/Floens/Clover">Source code on GitHub</a> <br>
<i class="material-icons inline-text">warning</i><a href="gp_unavailable.txt">Google Play unavailable</a>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
@ -48,18 +49,12 @@
<div class="box"> <div class="box">
</div> </div>
<div class="box-half box-float-right"> <div class="box-half box-float-right">
<h1>Features</h1> <h1>About</h1>
<p> <p>
Clover is an unofficial fast app for browsing the imageboard 4chan.org Clover is a fast app for browsing the imageboard 4chan.org.<br>
</p> </p>
<p> <p>
<span class="feature"><i class="material-icons">code</i>Free software</span><br> Clover adds inline replying, thread watching, notifications, themes, pass support, filters and a whole lot more. Clover is licensed under the GPL and will always be free.
<span class="feature"><i class="material-icons">smartphone</i>Material design</span><br>
<span class="feature"><i class="material-icons">bookmark_border</i>Bookmark threads</span><br>
<span class="feature"><i class="material-icons">notifications</i>Thread watching</span><br>
<span class="feature"><i class="material-icons">movie</i>Inline WebM support</span><br>
<span class="feature"><i class="material-icons">color_lens</i>Themes</span><br>
<span class="feature"><i class="material-icons">payment</i>4chan pass support</span><br>
</p> </p>
</div> </div>
<div class="box-half box-float-right"> <div class="box-half box-float-right">
@ -72,29 +67,38 @@
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div id="page-releases" class="page page-inactive">
<div class="box">
<h1>Download</h1>
<p>
Clover APK releases signed by the author are at Github releases.<br>
<br>
<a href="https://github.com/Floens/Clover/releases">GitHub releases<i class="material-icons external">exit_to_app</i></a>.
</p>
<p>
This version contains an update checker, it will notify you of new versions.
</p>
</div>
</div>
<div id="page-fdroid" class="page page-inactive"> <div id="page-fdroid" class="page page-inactive">
<div class="box"> <div class="box">
<h1>F-Droid</h1> <h1>F-Droid</h1>
<p> <p>
<a href="https://f-droid.org/app/org.floens.chan">Clover on F-Droid</a><br> Clover is available on <a href="https://f-droid.org/app/org.floens.chan">F-Droid<i class="material-icons external">exit_to_app</i></a>, the free and open-source software app repository for Android Apps.<br>
<br>
Clover is available on <a href="https://f-droid.org/">F-Droid</a>, the <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">free and open-source software</a> app repository for Android Apps.<br>
F-Droid makes it easy to browse, install, and keep track of app updates.<br> F-Droid makes it easy to browse, install, and keep track of app updates.<br>
<b>F-Droid does not require root.</b> <b>F-Droid does not require root.</b>
</p> </p>
Steps to install: Steps to install:
<ul> <ul>
<li>Enable your device to install downloaded APKs in order to install F-Droid. Go to Settings &gt; Security &gt; and enable the "Unknown sources" checkbox. Accept the warning by pressing OK.<br>
Note: F-Droid is safe to use because all F-Droid apps are free and open-source.</li>
<li> <li>
Download the <a href="https://f-droid.org/FDroid.apk">F-Droid APK</a> and install it. Download the <a href="https://f-droid.org/FDroid.apk">F-Droid APK<i class="material-icons external">exit_to_app</i></a> and install it. When asked, enable installing from Unknown sources and retry.
</li> </li>
<li> <li>
Start F-Droid and wait for the repository to sync, this can take up to 3 minutes. Start F-Droid and wait for the repository to sync, this can take up to a minute.
</li> </li>
<li> <li>
Search for Clover in the F-Droid app or click <a href="https://f-droid.org/app/org.floens.chan">this link</a> from your phone's browser and download the latest version. Search for Clover in the F-Droid app or click <a href="https://f-droid.org/app/org.floens.chan">this link<i class="material-icons external">exit_to_app</i></a> from your phone and download the latest version.
</li> </li>
</ul> </ul>
<p> <p>
@ -102,17 +106,6 @@
</p> </p>
</div> </div>
</div> </div>
<div id="page-releases" class="page page-inactive">
<div class="box">
<h1>Releases</h1>
<p>
Clover APK releases signed by the author can be found at <a href="https://github.com/Floens/Clover/releases">GitHub releases</a>.
</p>
<p>
<b>It's recommended to download Clover with F-Droid to get automatic updates!</b>
</p>
</div>
</div>
<div id="page-donate" class="page page-inactive"> <div id="page-donate" class="page page-inactive">
<h1>Donate</h1> <h1>Donate</h1>
<div class="box-half box-float"> <div class="box-half box-float">

Loading…
Cancel
Save