From bba24332c95d899101bc7abdfd19a6cd4ef296d8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 09:37:37 +0300 Subject: Extract top menu --- templates/index.html | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'templates/index.html') 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 %} -
-

postmarketOS

-
- -
-
-

postmarketOS, or pmOS in short, is a touch-optimized, pre-configured Alpine Linux with own packages, that can be installed on smartphones (Not usable for most people yet!).

-

Find us on:

- -
+
+ +
+
+

postmarketOS, or pmOS in short, is a touch-optimized, pre-configured Alpine Linux with own packages, that can be installed on smartphones (Not usable for most people yet!).

+

Find us on:

+
{% endblock %} -- cgit v1.3.1