aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-28 13:39:23 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-28 13:39:23 +0800
commit7ba3812f918983a47cda678c31d12e0cd089677a (patch)
tree5731a9549a18f348261df5c8913049b83ab4119c /templates/index.html
parent650b6c5f48bccd2f79e2489ecd9df9157bac421a (diff)
downloaddjango-skaschool-7ba3812f918983a47cda678c31d12e0cd089677a.tar.bz2
* moved 'introduction.js' -> 'sidebar.js'
* moved 'introduction.css' -> 'sidebar.css' * updated page introduction.html * updated index.html and navbar.html
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index ba40227..17559f2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -37,10 +37,17 @@
{% block footer %}
<footer class="container" role="contentinfo">
<ul class="masthead-links">
+ <li>Links:</li>
+ <li><a href="http://www.sjtu.edu.cn/" target="_blank">上海交通大学</a></li>
+ <li><a href="http://www.physics.sjtu.edu.cn/" target="_blank">物理与天文系</a></li>
+ <li><a href="http://skatelescope.org/" target="_blank">SKA</a></li>
+ </ul>
+ <ul class="masthead-links">
<li>Powered by:</li>
<li><a href="https://www.djangoproject.com/" target="_blank">Django</a></li>
<li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a></li>
</ul>
+ <br>
</footer>
{% endblock %}