diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-11-20 20:57:46 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-11-20 20:57:46 +0100 |
commit | 0c527c6d8020589aa185cfb5e769b33b438783f7 (patch) | |
tree | 1f8b4bc3f22119bd4f8d4e41a527f6044bb98446 /web/ticker.html | |
parent | 53f5f26c66b50b9ccd222a6aa3d9698d490e6c55 (diff) | |
download | Nim-0c527c6d8020589aa185cfb5e769b33b438783f7.tar.gz |
Add new article about Nim in Action.
Diffstat (limited to 'web/ticker.html')
-rw-r--r-- | web/ticker.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/web/ticker.html b/web/ticker.html index b59c0a3e9..86dc97c14 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -1,8 +1,18 @@ +<a class="news" href="$1news/e030_nim_in_action_in_production.html"> + <h4>November 20, 2016</h4> + <p>Nim in Action is going into production!</p> +</a> + <a class="news" href="$1news/e028_version_0_15_2.html"> <h4>October 23, 2016</h4> <p>Nim version 0.15.2 has been released!</p> </a> +<a class="news" href="$1news/e027_version_0_15_0.html"> + <h4>September 30, 2016</h4> + <p>Nim version 0.15.0 has been released!</p> +</a> + <a class="news" href="$1news/e026_survey_results.html"> <h4>September 3, 2016</h4> <p>Nim Community Survey results</p> @@ -13,14 +23,4 @@ <p>BountySource Update: The Road to v1.0</p> </a> -<a class="news" href="$1news/e024_survey.html"> - <h4>June 23, 2016</h4> - <p>Launching the 2016 Nim community survey!</p> -</a> - -<a class="news" href="$1news/e023_version_0_14_2.html"> - <h4>June 11, 2016</h4> - <p>Nim version 0.14.2 has been released!</p> -</a> - <a href="$1news.html" class="blue">See All News...</a> |