diff options
| -rw-r--r-- | static/css/main.css | 1 | ||||
| -rw-r--r-- | templates/index.html | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index a2fa53c..ec3659f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,4 +1,5 @@ p.intro { font-size: 1.3em; line-height: 1.3em; + margin-top: 0px; } diff --git a/templates/index.html b/templates/index.html index 6f6ea1a..a33cada 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,13 @@ </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> {% endblock %} |
