summaryrefslogtreecommitdiff
path: root/fossee_manim/templates
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r--fossee_manim/templates/fossee_manim/base.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/fossee_manim/templates/fossee_manim/base.html b/fossee_manim/templates/fossee_manim/base.html
index 76a3615..06d7071 100644
--- a/fossee_manim/templates/fossee_manim/base.html
+++ b/fossee_manim/templates/fossee_manim/base.html
@@ -108,6 +108,14 @@
<button class="btn btn-link perma_link" type="button"><a href="{% url 'library' %}" style="color:#222222">Library</a></button>
</div>
</div>
+
+ <link rel="stylesheet" type="text/css" href="https://fossee.in/data/banner/css/nice-bar.css" />
+ <script type="text/javascript" src="https://fossee.in/data/banner/js/nice-bar.js"></script>
+ <div style= "margin:30px;">
+ <center>
+ <a href="https://scipy.in/2019" target="_blank"> <img class="img-responsive" src="https://static.fossee.in/scipy2019/email-templates/SciPyIndia2019.gif"></a>
+ </center>
+ </div>
{% endblock %}
{% block content %}
@@ -115,6 +123,8 @@
<h1>Base Template Content. Please override me</h1>
</div>
{% endblock %}
+
+
<!-- </main> -->
{% block footer %}
@@ -152,8 +162,8 @@
{% endblock footer %}
<!-- START Bootstrap-Alert -->
- <div class="alert text-center cookiealert" role="alert" style="background: #d1ff3c; color: black;">
- The website is currently undergoing some developmental changes. If you encounter any glitches, write to us at animations@fossee.in ; we value your feedback and suggestions !
+ <div class="alert text-center cookiealert" role="alert" style="background: #dddddd; color: black;">
+ The website is currently undergoing some developmental changes. If you encounter any glitches, write to us at animations@fossee.in ; we value your feedback and suggestions !
<button type="button" class="close" data-dismiss="alert" aria-label="Close" >
<span aria-hidden="true">&times;</span>
</button>