From f9c184a4932eb839a6ec4b9293e37583cd33a89a Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 25 Nov 2016 11:14:57 +0100 Subject: [PATCH] minor website improvements --- tools/website.tmpl | 24 ++++++++++++------------ web/index.rst | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tools/website.tmpl b/tools/website.tmpl index 9aa64310dd..344024ff00 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -60,17 +60,7 @@ # if currentTab == "index":
-
- - A printed copy of Nim in Action should be available in March 2017! - -
-
- - Meet our BountySource sponsors! - -
-
+

Nim is simple..

@@ -104,7 +94,7 @@ p.greet() # or greet(p)
 
-
+

C FFI is easy in Nim..

@@ -136,6 +126,16 @@ runForever()
               

View in browser at:
    localhost:5000

+
+ + A printed copy of Nim in Action should be available in March 2017! + +
+
+ + Meet our BountySource sponsors! + +
diff --git a/web/index.rst b/web/index.rst index 5064534233..4b712fa3b6 100644 --- a/web/index.rst +++ b/web/index.rst @@ -5,7 +5,7 @@ Home Welcome to Nim -------------- -**Nim** (formerly known as "Nimrod") is a statically typed, imperative +**Nim** is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms.