mirror of https://github.com/kurisufriend/Clover
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
4.2 KiB
82 lines
4.2 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Clover - 4chan browser</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
|
|
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="assets/main.css" type="text/css">
|
|
<script src="assets/js/jquery-1.11.0.min.js"></script>
|
|
<script src="assets/js/jquery.cycle.lite.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="github">
|
|
<a href="https://github.com/floens/Clover"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
|
|
</div>
|
|
<div class="header">
|
|
<p>
|
|
The new 4chan Android browser<br>Post from toilet. Heh.
|
|
<div class="dllinks">
|
|
<div class="top">download now</div>
|
|
<a href="https://play.google.com/store/apps/details?id=org.floens.chan">Play Store</a> | <a href="#" onclick="alert('Coming soon!');">F-Droid</a> | <a href="https://github.com/Floens/Clover/releases/download/v1.1/Clover_v1.1.apk">APK</a>
|
|
</div>
|
|
</p>
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="box features">
|
|
<span class="fa fa-code-fork"></span>Open Source
|
|
<br>
|
|
<span class="fa fa-envelope-o"></span>New post notifications
|
|
<br>
|
|
<span class="fa fa-camera-retro"></span>Smooth Image Viewer
|
|
<br>
|
|
<span class="fa fa-refresh"></span>Auto thread reload
|
|
<br>
|
|
<span class="fa fa-lock"></span>HTTPS only
|
|
<br>
|
|
<span class="fa fa-comment-o"></span>Fast reply
|
|
</div>
|
|
<div class="box screenshots">
|
|
<div id="slideshow">
|
|
<img class="phone" id="phone1" src="assets/img/phone1.png">
|
|
<img class="phone" id="phone2" src="assets/img/phone2.png">
|
|
<img class="phone" id="phone3" src="assets/img/phone3.png">
|
|
</div>
|
|
</div>
|
|
<div class="box features right">
|
|
<span class="fa fa-money"></span>Free
|
|
<br>
|
|
<span class="fa fa-chevron-right"></span>4chan pass support
|
|
<br>
|
|
<span class="fa fa-thumb-tack"></span>Pinned threads
|
|
<br>
|
|
<span class="fa fa-fast-forward"></span>Fast
|
|
<br>
|
|
<span class="fa fa-play"></span>WebM support
|
|
<br>
|
|
<span class="fa fa-pencil"></span>Themes
|
|
</div>
|
|
<div class="clear"></div>
|
|
<div id="donate">
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
<input type="hidden" name="hosted_button_id" value="45YW6N3QEHSV8">
|
|
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
|
<img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
<div class="bitcoin">Bitcoin: 1N7VtcNh8L8u4tF9CJ38GjnPbmxM4Vixi6</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<a href="https://github.com/Floens/Clover">GitHub</a> | <a href="https://play.google.com/store/apps/details?id=org.floens.chan">Play Store</a> | <a href="#" onclick="alert('Coming soon!');">F-Droid</a> | <a href="https://github.com/Floens/Clover/releases/download/v1.1/Clover_v1.1.apk">APK</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
$('#slideshow').cycle()
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|