From af865cd7aeb11b7dc0b82a9ddcc58932c52f6124 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 16 Oct 2015 19:52:09 +0100 Subject: [PATCH] Added Nim workshop banner to front page slider. --- tools/website.tmpl | 14 ++++-- web/assets/index.js | 20 ++++++-- web/assets/style.css | 99 ++++++++++++++++++++------------------ web/assets/zeo/banner.jpg | Bin 0 -> 233810 bytes web/news.txt | 10 +++- 5 files changed, 85 insertions(+), 58 deletions(-) create mode 100644 web/assets/zeo/banner.jpg diff --git a/tools/website.tmpl b/tools/website.tmpl index 3209aac51e..7541fae4c4 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -49,8 +49,13 @@ # if currentTab == "index":
-
-

Why should I be excited?

+
+ + First Nim workshop in Ukraine! + +
+
+

Why should I be excited?

Nim is the only language that leverages automated proof technology to perform a disjoint check for your parallel code. Working on disjoint data means no locking is required and yet data races are impossible:

 parallel:
@@ -63,7 +68,7 @@
     i += 1
 
-
+

Nim is simple..

@@ -97,7 +102,7 @@ p.greet() # or greet(p)
 
-
+

C FFI is easy in Nim..

@@ -134,6 +139,7 @@ runForever()
           
+
# end