docs: add logo to sidebar, fix footer positioning, and switch to em units for responsive consistency

This commit is contained in:
underscorediscovery
2019-02-06 02:18:24 +00:00
parent 310213e4b2
commit d0666f5a14
23 changed files with 103 additions and 28 deletions
+6 -1
View File
@@ -1,7 +1,9 @@
^title Welcome
^title
## Wren is a small, fast, class-based concurrent scripting language
---
Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in
a familiar, modern [syntax][].
@@ -20,6 +22,7 @@ a familiar, modern [syntax][].
while (!adjectives.isDone) System.print(adjectives.call())
* **Wren is small.** The VM implementation is under [4,000 semicolons][src].
You can skim the whole thing in an afternoon. It's *small*, but not
*dense*. It is readable and [lovingly-commented][nan].
@@ -41,6 +44,8 @@ a familiar, modern [syntax][].
and [an easy-to-use C API][embedding]. It compiles cleanly as C99, C++98
or anything later.
---
If you like the sound of this, [let's get started][started]. You can even try
it [in your browser][browser]! Excited? Well, come on and [get
involved][contribute]!