summaryrefslogtreecommitdiff
path: root/static/website/templates
diff options
context:
space:
mode:
authorJayaram Pai2014-04-28 20:16:48 +0530
committerJayaram Pai2014-04-28 20:16:48 +0530
commit5c8db8b5a3e363be63f21700149ef5891410374c (patch)
treebe2a29678f9bbd7a3b253d8839eac1c34ee51718 /static/website/templates
parent7c3c9f3a0591b4b785e30b22c0cf0d2b33c17b1e (diff)
downloadspoken-tutorial-forums-5c8db8b5a3e363be63f21700149ef5891410374c.tar.gz
spoken-tutorial-forums-5c8db8b5a3e363be63f21700149ef5891410374c.tar.bz2
spoken-tutorial-forums-5c8db8b5a3e363be63f21700149ef5891410374c.zip
Oscad workshop notification added.
Diffstat (limited to 'static/website/templates')
-rw-r--r--static/website/templates/base.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/website/templates/base.html b/static/website/templates/base.html
index 172c901..d0697dd 100644
--- a/static/website/templates/base.html
+++ b/static/website/templates/base.html
@@ -7,9 +7,21 @@
<link rel="stylesheet" href="{% static 'website/css/bootstrap.min.css' %}" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="{% static 'website/slick/slick.css' %}" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="{% static 'website/css/main.css' %}" type="text/css" media="screen" charset="utf-8" />
+ <link rel="stylesheet" href="{% static 'website/css/nice-bar.css' %}" type="text/css" media="screen" charset="utf-8" />
{% endcompress %}
</head>
<body>
+ {% load nice_bar %}
+ {% if request|is_nice_bar_visible %}
+ <div class="nice-bar">
+ <p class="nice-text">
+ One day Oscad workshop on 10<sup>th</sup> May 2014.
+ <a class="nice-button" href="http://oscad.in/one-day-workshop">View more</a> details about the workshop.
+ <a class="nice-button" href="http://pesit-oscad-workshop.doattend.com">Click here</a> for registration.
+ <span class="nice-close">x</span>
+ </p>
+ </div>
+ {% endif %}
<div id="page-wrapper">
<div id="header-wrapper">
<div id="header-inner">
@@ -111,6 +123,7 @@
<script src="{% static 'website/js/jquery.min.js' %}"></script>
<script src="{% static 'website/js/bootstrap.min.js' %}"></script>
<script src="{% static 'website/slick/slick.min.js' %}"></script>
+ <script src="{% static 'website/js/nice-bar.js' %}"></script>
{% block javascript %}
<!-- overide with custom javascript -->
{% endblock %}