diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-24 15:01:02 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-24 15:01:22 +0100 |
commit | 7f3b4accb00ea3406bde35123ae27b72a5cad638 (patch) | |
tree | 9916583c240722aaced75c96a8a99dc8d18cfa55 /web/ticker.html | |
parent | 5f4e98bbc7fb8bdd6e60579b26c0001f33ce4f9c (diff) | |
download | Nim-7f3b4accb00ea3406bde35123ae27b72a5cad638.tar.gz |
Add survey news post.
Diffstat (limited to 'web/ticker.html')
-rw-r--r-- | web/ticker.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/ticker.html b/web/ticker.html index 9e88456a9..e1232d107 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -1,3 +1,8 @@ +<a class="news" href="$1news/2016_06_23_launching_the_2016_nim_community_survey.html"> + <h4>June 23, 2016</h4> + <p>Launching the 2016 Nim community survey!</p> +</a> + <a class="news" href="$1news/2016_06_11_version_0_14_2_released.html"> <h4>June 11, 2016</h4> <p>Nim version 0.14.2 has been released!</p> @@ -18,9 +23,4 @@ <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 href="$1news.html" class="blue">See All News...</a> |