diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 08:55:33 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 08:57:40 +0300 |
| commit | 14958653b9bf92f56316511e8080baeeaf409b97 (patch) | |
| tree | 65503639105fa6074bcbeb11164cc82a70828c4e /templates/index.html | |
Basic structure and initial homepage
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..e0067fb --- /dev/null +++ b/templates/index.html @@ -0,0 +1,15 @@ +{% extends 'base.html' %} + +{% block body %} +<div class="mw7 center"> + <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> + </div> + </div> +</div> +{% endblock %} |
