summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 09:37:37 +0300
committerYuval Adam <_@yuv.al>2017-08-07 09:37:37 +0300
commitbba24332c95d899101bc7abdfd19a6cd4ef296d8 (patch)
tree653cbc688cc473123f5bee6c6138801a4f6ae7ee /templates/index.html
parent2648dd5cf97c2d01cd4271e8616634c0e9e77fa7 (diff)
Extract top menu
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html27
1 files changed, 12 insertions, 15 deletions
diff --git a/templates/index.html b/templates/index.html
index a33cada..59c14e9 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,20 +1,17 @@
{% extends 'base.html' %}
{% block body %}
-<div class="cf ph2-ns">
- <h1 class="f2 lh-title">postmarketOS</h1>
- <div class="fl w-100 w-50-ns pa2">
- <img src="{{ url_for('static', filename='img/banner.jpg') }}"></img>
- </div>
- <div class="fl w-100 w-50-ns pa2">
- <p class="intro">postmarketOS, or <i>pmOS</i> in short, is a touch-optimized, pre-configured <a href="https://alpinelinux.org">Alpine Linux</a> with own packages, that can be installed on smartphones (Not usable for most people yet!).</p>
- <p>Find us on:</p>
- <ul>
- <li><a href="https://github.com/postmarketOS">GitHub</a></li>
- <li><a href="https://reddit.com/r/postmarketOS">/r/postmarketOS</a></li>
- <li><a href="https://chat.disroot.org/#/room/#postmarketos:disroot.org">#postmarketos:disroot.org</a></li>
- <li>#postmarketos on Freenode IRC</li>
- </ul>
- </div>
+<div class="fl w-100 w-50-ns pa2">
+ <img src="{{ url_for('static', filename='img/banner.jpg') }}"></img>
+</div>
+<div class="fl w-100 w-50-ns pa2">
+ <p class="intro">postmarketOS, or <i>pmOS</i> in short, is a touch-optimized, pre-configured <a href="https://alpinelinux.org">Alpine Linux</a> with own packages, that can be installed on smartphones (Not usable for most people yet!).</p>
+ <p>Find us on:</p>
+ <ul>
+ <li><a href="https://github.com/postmarketOS">GitHub</a></li>
+ <li><a href="https://reddit.com/r/postmarketOS">/r/postmarketOS</a></li>
+ <li><a href="https://chat.disroot.org/#/room/#postmarketos:disroot.org">#postmarketos:disroot.org</a></li>
+ <li>#postmarketos on Freenode IRC</li>
+ </ul>
</div>
{% endblock %}