all repos — min @ a9f08f5ea9b54e043736e92a95f0639148cb3eb3

A small but practical concatenative programming language.

Minor changes to home page.
h3rald h3rald@h3rald.com
Sun, 05 Mar 2017 19:22:59 +0100
commit

a9f08f5ea9b54e043736e92a95f0639148cb3eb3

parent

dc538d716a02ddf867f454e927f771c625d01a80

1 files changed, 12 insertions(+), 11 deletions(-)

jump to
M site/contents/home.mdsite/contents/home.md

@@ -2,12 +2,18 @@ -----

content-type: page title: Welcome to min ----- - -> %pitch% -> *min* is a functional, concatenative programming language -> with a minimalist syntax, a small but practical standard library, and an advanced -> REPL. All packed in less than 1MB. - +<div class="pure-g"> + <section class="pitch pure-u-1 pure-u-md-2-3"> + <em>min</em> is a functional, concatenative programming language + with a minimalist syntax, a small but practical standard library, and an advanced + REPL. All packed in less than 1MB. + </section> + <section class="centered pure-u-1 pure-u-md-1-3"> + <a class="pure-button pure-button-primary" href="/download/"><i class="ti-download"></i> download min</a> + <br> + <small><a href="/learn/">Learn more...</a></small> + </section> +</div> <div class="pure-g"> <section class="pure-u-1 pure-u-md-1-2"> <h2>Features</h2>

@@ -43,8 +49,3 @@ </code>

</pre> </section> </div> -<section class="centered"> - <a class="pure-button pure-button-primary" href="/download/"><i class="ti-download"></i> download min</a> - <br> - <small><a href="/learn/">Learn more...</a></small> -</section>