blob: 59c14e90ca6493c1bc4909bdb0d7c352571660bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{% extends 'base.html' %}
{% block body %}
<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 %}
|