From d56243e55dcfe662046563c425ec5f96abdc9e89 Mon Sep 17 00:00:00 2001 From: Micressor <micressor@secure.mailbox.org> Date: Wed, 19 Dec 2018 19:22:24 +0100 Subject: [PATCH] Clean up html on content/_index.html --- content/_index.html | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/content/_index.html b/content/_index.html index aaa0f29..867e958 100644 --- a/content/_index.html +++ b/content/_index.html @@ -8,25 +8,27 @@ title: Secure messaging, anywhere <li>Messages are stored securely on your device, not in the cloud</li> <li>Connect directly with nearby contacts - no Internet access required</li> <li>Free and open source software</li> - </ul><p></p> - -<a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer" target="_blank"> -<img id="playbutton" src="/img/google_play_badge_web_generic.png" alt="Get it on Google Play"></a> - - + </ul> +<a +href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" +rel="noopener noreferrer" +target="_blank"> +<img +id="playbutton" +src="/img/google_play_badge_web_generic.png" alt="Get it on Google Play"></a> <a href="/fdroid"> <img id="fdroidbutton" src="img/fdroid_badge.png" alt="Get it on F-Droid"></a> - - -<p></p></div> <!-- intro --><p></p> - -<p></p><div id="phone"> - <img src="img/phone.gif" class="phone" alt="Screenshots"> +</div> <!-- intro --> +<div id="phone"> +<img src="img/phone.gif" class="phone" alt="Screenshots"> </div> <div class="clearboth"></div> <div id="flattr"> - <a href="https://liberapay.com/Briar/donate" rel="noopener noreferrer" target="_blank"><img alt="Donate using Liberapay" src="img/liberapay.svg"></a> - <a href="https://flattr.com/t/592836/" rel="noopener noreferrer" target="_blank"><img src="img/flattr-badge-large.png" alt="Flattr this" title="Flattr this"></a> - <br> - Bitcoin: 1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K -</div> <!-- flattr --><p></p> +<a href="https://liberapay.com/Briar/donate" +rel="noopener noreferrer" target="_blank"> +<img alt="Donate using Liberapay" src="img/liberapay.svg"></a> +<a href="https://flattr.com/t/592836/" rel="noopener noreferrer" target="_blank"> +<img src="img/flattr-badge-large.png" alt="Flattr this" title="Flattr this"></a> +<br> +Bitcoin: 1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K +</div> <!-- flattr --> -- GitLab