summary refs log tree commit diff stats
path: root/web/ticker.html
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-06-04 22:06:50 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-06-04 22:06:50 +0100
commit16381364c2354c007ddf8737be1c58f11782e28d (patch)
tree11cc0cc75f2ab8ccfa4263d7d0ae4cae8814b58c /web/ticker.html
parent5031b638d772c72b43bd786c6fb74c4c3bd0cdf1 (diff)
downloadNim-16381364c2354c007ddf8737be1c58f11782e28d.tar.gz
News articles are now placed in separate pages.
Also given each rst file its rightful extension.
Diffstat (limited to 'web/ticker.html')
-rw-r--r--web/ticker.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/ticker.html b/web/ticker.html
new file mode 100644
index 000000000..842f0113f
--- /dev/null
+++ b/web/ticker.html
@@ -0,0 +1,21 @@
+<a class="news" href="$1news/2016_01_27_nim_in_action_is_now_available.html">
+  <h4>January 27, 2016</h4>
+  <p>Nim in Action is now available!</p>
+</a>
+
+<a class="news" href="$1news/2016_01_18_version_0_13_0_released.html">
+  <h4>January 18, 2016</h4>
+  <p>Nim version 0.13.0 has been released!</p>
+</a>
+
+<a class="news" href="$1news/2016_01_18_andreas_rumpfs_talk_at_oscon_amsterdam.html">
+  <h4>January 18, 2016</h4>
+  <p>Andreas Rumpf's talk at OSCON Amsterdam</p>
+</a>
+
+<a class="news" href="$1news/2015_10_27_version_0_12_0_released.html">
+  <h4>October 27, 2015</h4>
+  <p>Nim version 0.12.0 has been released!</p>
+</a>
+
+<a href="$1news.html" class="blue">See All News...</a>