diff options
-rw-r--r-- | static/website/images/play.png | bin | 0 -> 37933 bytes | |||
-rw-r--r-- | static/website/templates/page.html | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/static/website/images/play.png b/static/website/images/play.png Binary files differnew file mode 100644 index 0000000..b9977f9 --- /dev/null +++ b/static/website/images/play.png diff --git a/static/website/templates/page.html b/static/website/templates/page.html index a87a81e..d91566f 100644 --- a/static/website/templates/page.html +++ b/static/website/templates/page.html @@ -26,8 +26,15 @@ <div id="header-wrapper"> <div id="header-inner"> <div id="branding" class="pull-left"> +<<<<<<< HEAD <img id="brand-logo" src="{% static 'website/images/pylogo.png' %}"> <a id="brand-text" href="{% url 'website:home' %}">Python</a> +======= + <a href="http://python.fossee.in" style="text-decoration: none; color: #424242"> + <img id="brand-logo" src="{% static 'images/pylogo.png' %}"> + <span id="brand-text">Python</span> + </a> +>>>>>>> 65954e0afb8a51122241296c083a565d83e984dc </div> <ul id="main-nav" class="nav nav-pills pull-right"> @@ -150,6 +157,12 @@ <img id="django-logo" src="{% static 'website/images/django-logo.png' %}"> </div> <!-- /footer-inner --> </div> <!-- /footer-wrapper --> + <center> + Sponsored by:<br> + National Mission on Education through ICT<br> + MHRD<br> + <a href="http://www.sakshat.ac.in" target="_blank">http://www.sakshat.ac.in</a> + </center> {% endblock %} {% endblock %} </div> <!-- /page-wrapper --> |