diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 15:27:16 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 15:27:16 +0300 |
| commit | 9d0a78bd95d3efdf6085581876b608d20d697eab (patch) | |
| tree | dc57cfbb15d781205e17aa73df157b00c5dbc86d /templates | |
| parent | bfed87461985a50898d0a00147d0147b59265a23 (diff) | |
Add intro blog post and logo in header
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 5 | ||||
| -rw-r--r-- | templates/blog-post.html | 2 | ||||
| -rw-r--r-- | templates/index.html | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 06e79d4..a5cce9f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,7 +21,10 @@ <body> <div class="mw7 center"> <div class="cf ph2-ns"> - <h1 class="f2 lh-title">postmarketOS</h1> + <h1 class="f2 lh-title"> + <img src="{{ url_for('static', filename='img/recycle.png') }}"></img> + <span>postmarketOS</span> + </h1> <div class="menu"> <ul> <li><a href="/">Home</a></li> diff --git a/templates/blog-post.html b/templates/blog-post.html index 7a24d02..9515768 100644 --- a/templates/blog-post.html +++ b/templates/blog-post.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block body %} -<h1>{{ title }}</h1> +<h2>{{ title }}</h2> {{ html|safe }} {% endblock %} diff --git a/templates/index.html b/templates/index.html index 59c14e9..fd11861 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,8 @@ <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 class="intro">postmarketOS (<i>pmOS</i>), is a touch-optimized, pre-configured <a href="https://alpinelinux.org">Alpine Linux</a> that can be installed on smartphones and other mobile devices. The project is at very early stages of development and is not yet usable for most users.</p> + <p class="intro">For further details read our <a href="/blog/2017/05/26/intro/">introductory blog post</a>.</p> <p>Find us on:</p> <ul> <li><a href="https://github.com/postmarketOS">GitHub</a></li> |
