aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-12 01:24:18 +0200
committerLoïc Hoguin <[email protected]>2015-10-12 01:24:18 +0200
commitdacf935aca37a4f57d05fc2b6b7b073303a50c6a (patch)
tree99d5d9ab3151a0d4bd72d1dc19ccafa2f2b2a1b2
parent43b6437a9b681c472385fe4d32d254131800a2e3 (diff)
downloaderlang.mk-dacf935aca37a4f57d05fc2b6b7b073303a50c6a.tar.gz
erlang.mk-dacf935aca37a4f57d05fc2b6b7b073303a50c6a.tar.bz2
erlang.mk-dacf935aca37a4f57d05fc2b6b7b073303a50c6a.zip
Small improvements to the landing page
Wooo flexbox! Make it more minimal. We can probably improve on that even more. Add proper temporary links to the github repo until we generate pages for the guide/package index.
-rw-r--r--index.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/index.html b/index.html
index 097cd58..195fc87 100644
--- a/index.html
+++ b/index.html
@@ -2,38 +2,38 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
-<title>erlang.mk</title>
+<title>Erlang.mk</title>
</head>
<style type="text/css"><!--
-body{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0 auto;padding:0;width:906px}
-a{color:#d9230f;text-decoration:none}
-header {margin:auto;width:450px}
-header section{display:inline-block;vertical-align:middle}
-header section.left{text-align:right}
-header section.right{text-align:left}
+body{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;justify-content:center;margin:0 auto;padding:0;width:600px}
+header {align-items:center;display:flex;justify-content:center}
+header section.left{text-align:right;width:150px}
+header section.right{text-align:left;width:150px}
header section a{display:block;margin:1.5em 1em}
-header a.logo{display:inline-block;margin:auto;vertical-align:middle;width:206px}
-main h1{text-align:center}
+main{margin-top:2em;text-align:center}
+main p{margin-top:2em}
+main pre{display:flex;justify-content:center;text-align:left}
+a{color:#d9230f;text-decoration:none}
+a:hover{text-decoration:underline}
--></style>
<body>
<header>
<section class="left">
- <a href="/guide/">User guide</a>
- <a href="/tutorials/">Tutorials</a>
+ <a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/book.asciidoc">User guide</a>
+ <a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/getting_started.asciidoc">Tutorials</a>
</section>
- <a href="/" class="logo"><img src="res/logo-small.png" height="200" width="206"/></a>
+ <a href="/" class="logo"><img src="res/logo-small.png" alt="Erlang.mk" height="200" width="206"/></a>
<section class="right">
- <a href="/packages/">Packages</a>
+ <a href="https://github.com/ninenines/erlang.mk/tree/master/index">470+ packages</a>
<a href="https://github.com/ninenines/erlang.mk/issues">Issues?</a>
</section>
</header>
<main>
-<h1>A build tool for Erlang that just works.</h1>
+<h1>A build tool for Erlang that just works</h1>
<p>Erlang.mk is a modern build tool that embraces the diversity of the
Erlang ecosystem and provides support for everything you need.</p>
<p>It runs everywhere: Linux, FreeBSD, OSX and even Windows.</p>
<p>Getting started with Erlang.mk is easy as pie. Even kids can do it.</p>
-<p>Erlang.mk ships with hundreds of Erlang packages.</p>
<p>You don't need to be a Makefile pro. It's that simple:</p>
<pre>
PROJECT = webchat