diff options
author | Sh-Ac | 2019-10-03 10:52:40 +0530 |
---|---|---|
committer | Sh-Ac | 2019-10-03 10:52:40 +0530 |
commit | 31d0548a8a65b243074eaa1d6300d19c01d1883b (patch) | |
tree | 093b39a3bf38b02c908359536f5ce82b2f90c4be /fossee_manim/templates | |
parent | e175b147cf38a7963b2fbb11dec4638d7b512d92 (diff) | |
download | FOSSEE_animations-31d0548a8a65b243074eaa1d6300d19c01d1883b.tar.gz FOSSEE_animations-31d0548a8a65b243074eaa1d6300d19c01d1883b.tar.bz2 FOSSEE_animations-31d0548a8a65b243074eaa1d6300d19c01d1883b.zip |
add Scipy banner
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r-- | fossee_manim/templates/fossee_manim/base.html | 14 |
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">×</span> </button> |