From b420d8b66ef271147cbcf83a003bb76b0eb61a0e Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 27 Jan 2016 16:19:22 +0000 Subject: [PATCH] Added Nim in Action news. --- tools/website.tmpl | 10 ++++++++-- web/assets/style.css | 10 ++++++---- web/learn.txt | 14 ++++++++++++++ web/news.txt | 30 ++++++++++++++++++++++++++++++ web/ticker.txt | 5 +++++ 5 files changed, 63 insertions(+), 6 deletions(-) diff --git a/tools/website.tmpl b/tools/website.tmpl index d2fcb0afdd..50152a0516 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -49,7 +49,12 @@ # if currentTab == "index":
-
+
+ + New in Manning Early Access Program: Nim in Action! + +
+

Nim is simple..

@@ -83,7 +88,7 @@ p.greet() # or greet(p)
 
-
+

C FFI is easy in Nim..

@@ -119,6 +124,7 @@ runForever()
         
+
# end