From 43b6437a9b681c472385fe4d32d254131800a2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 9 Oct 2015 14:24:35 +0200 Subject: Work in progress landing page Pushed to allow others to contribute to it. --- index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++-- res/logo-small.png | Bin 0 -> 20571 bytes res/logo.png | Bin 0 -> 1335312 bytes 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 res/logo-small.png create mode 100644 res/logo.png diff --git a/index.html b/index.html index c9ab3a9..097cd58 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,45 @@ -

Under construction

-

Ah, the good old days...

+ + + + +erlang.mk + + + +
+
+ User guide + Tutorials +
+ +
+ Packages + Issues? +
+
+
+

A build tool for Erlang that just works.

+

Erlang.mk is a modern build tool that embraces the diversity of the +Erlang ecosystem and provides support for everything you need.

+

It runs everywhere: Linux, FreeBSD, OSX and even Windows.

+

Getting started with Erlang.mk is easy as pie. Even kids can do it.

+

Erlang.mk ships with hundreds of Erlang packages.

+

You don't need to be a Makefile pro. It's that simple:

+
+PROJECT = webchat
+DEPS = cowboy
+include erlang.mk
+
+
+ + diff --git a/res/logo-small.png b/res/logo-small.png new file mode 100644 index 0000000..fef74ab Binary files /dev/null and b/res/logo-small.png differ diff --git a/res/logo.png b/res/logo.png new file mode 100644 index 0000000..7d37126 Binary files /dev/null and b/res/logo.png differ -- cgit v1.2.3