aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-09 14:24:35 +0200
committerLoïc Hoguin <[email protected]>2015-10-09 14:24:35 +0200
commit43b6437a9b681c472385fe4d32d254131800a2e3 (patch)
tree7de67bae927f04c35e372d5dd36384bf5f1e7daf
parent274a82ab89ad1ffd31f4f6614739ca99268adebf (diff)
downloaderlang.mk-43b6437a9b681c472385fe4d32d254131800a2e3.tar.gz
erlang.mk-43b6437a9b681c472385fe4d32d254131800a2e3.tar.bz2
erlang.mk-43b6437a9b681c472385fe4d32d254131800a2e3.zip
Work in progress landing page
Pushed to allow others to contribute to it.
-rw-r--r--index.html47
-rw-r--r--res/logo-small.pngbin0 -> 20571 bytes
-rw-r--r--res/logo.pngbin0 -> 1335312 bytes
3 files changed, 45 insertions, 2 deletions
diff --git a/index.html b/index.html
index c9ab3a9..097cd58 100644
--- a/index.html
+++ b/index.html
@@ -1,2 +1,45 @@
-<h1>Under construction</h1>
-<p>Ah, the good old days...</p>
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8"/>
+<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}
+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}
+--></style>
+<body>
+<header>
+ <section class="left">
+ <a href="/guide/">User guide</a>
+ <a href="/tutorials/">Tutorials</a>
+ </section>
+ <a href="/" class="logo"><img src="res/logo-small.png" height="200" width="206"/></a>
+ <section class="right">
+ <a href="/packages/">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>
+<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
+DEPS = cowboy
+include erlang.mk
+</pre>
+</main>
+</body>
+</html>
diff --git a/res/logo-small.png b/res/logo-small.png
new file mode 100644
index 0000000..fef74ab
--- /dev/null
+++ b/res/logo-small.png
Binary files differ
diff --git a/res/logo.png b/res/logo.png
new file mode 100644
index 0000000..7d37126
--- /dev/null
+++ b/res/logo.png
Binary files differ