summary refs log tree commit diff stats
path: root/tools/website.tmpl
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-04-06 22:24:32 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-04-06 22:24:50 +0100
commitb1b14a5e7b3f4f86fc32ab03c5a1666043a9c383 (patch)
treee38d629acd84d5853200497ff3cc6c2deb760bfa /tools/website.tmpl
parenta3a0812c89b389bdcac4b7b9efa11f72cc23855b (diff)
downloadNim-b1b14a5e7b3f4f86fc32ab03c5a1666043a9c383.tar.gz
Add Bountysource banner to website.
Diffstat (limited to 'tools/website.tmpl')
-rw-r--r--tools/website.tmpl12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl
index 50152a051..6ae975839 100644
--- a/tools/website.tmpl
+++ b/tools/website.tmpl
@@ -6,13 +6,23 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
     <title>$c.projectTitle</title>
-    <link rel="stylesheet" type="text/css" href="assets/style.css" />
+    <link rel="stylesheet" type="text/css" href="assets/style.css?t=2221" />
     <link rel="shortcut icon" href="assets/images/favicon.ico">
   #if len(rss) > 0:
     <link href="$rss" title="Recent changes" type="application/atom+xml" rel="alternate">
   #end if
   </head>
   <body>
+    <div id="bountysource">
+      <a href="https://salt.bountysource.com/teams/nim">
+      <div class="page-layout" style="padding: 2pt 2pt 2pt 30pt">
+  	<img src="assets/bountysource/bountysource.png" style="width: 20px; float: left;">
+        <span style="margin-left: 10pt; float: left; margin-top: 2pt;">Fund Nim and help us develop it further!</span>
+        <img src="https://api.bountysource.com/badge/team?team_id=19072&style=raised" style="margin-top: 2pt; margin-left: 10pt"/>
+      </div>
+      </a>
+    </div>
+
     <header id="head">
       <div class="page-layout tall">
         <div id="head-logo"></div>