diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..40bd2d6 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,56 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + + <title>postmarketOS</title> + + <meta name="description" content="Aiming for a 10 year life-cycle for smartphones"> + <meta name="keywords" content="postmarketOS"> + + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="robots" content="all"> + + <link rel="canonical" href="https://postmarketos.org/"> + + <link href="/static/css/tachyons.min.css" rel="stylesheet"> + <link href="/static/css/main.css" rel="stylesheet"> + </head> + + <body> + <div class="mw7 center"> + <div class="cf ph2-ns"> + <a class="title" href="/"> + <h1 class="f2 lh-title"> + <img src="/static/img/recycle.png"></img> + <span>postmarketOS</span> + </h1> + </a> + <div class="menu"> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/wiki/">Wiki</a></li> + <li><a href="/blog/">Blog</a></li> + </ul> + </div> + +<div class="fl w-100 w-50-ns pa2"> + <img src="/static/img/banner.jpg"></img> +</div> +<div class="fl w-100 w-50-ns pa2"> + <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> + <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> + </div> + </body> +</html>
\ No newline at end of file |
