Web += patička.

This commit is contained in:
Honza "Stínovlas" Musílek 2015-09-13 13:09:01 +02:00
parent ede6e48116
commit 5b0d31e489
5 changed files with 41 additions and 0 deletions

View file

@ -181,3 +181,34 @@ div.zadani_azad_termin {
font-size: large;
font-weight: bold
}
/**********
* Footer
**********/
#footer {
background: url("../images/footer-bg.png") no-repeat -100px 0px;
padding: 20px 30px;
height: 210px;
}
#footer p.license {
text-align: center;
font-weight: 400;
}
#footer p.organize {
text-align: center;
margin-top: 40px;
margin-left: 90px;
}
#footer img.logo-left {
padding: 30px 0px;
float: left;
}
#footer img.logo-right {
float: right;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -84,6 +84,16 @@
{% endblock content %}
</div>
</div>
<div class='row'>
<div class='col-md-12'>
<div id="footer">
<p class="license">S obsahem webu M&amp;M je možné nakládat dle licence <a href="https://creativecommons.org/licenses/by/3.0/cz/">Creative Commons Attribution 3.0</a>.</p>
<a href="http://jcmf.cz/"><img class="logo-left" src="{% static 'images/logo-jcmf.png' %}" /></a>
<a href="http://mff.cuni.cz"><img class="logo-right" src="{% static 'images/logo-mff.png' %}" /></a>
<p class="organize"><a href="/kontakt">Korespondenční seminář M&amp;M</a> organizují převážně studenti MFF UK. Organizaci semináře a vydávání časopisu podporuje <a href="http://jcmf.cz">Jednota českých matematiků a fyziků</a>.</p>
</div>
</div>
</div>
</div>
<script src="{% static 'js/bootstrap.js' %}"></script>
<script src="{% static 'js/jquery.jcarousel-core.js' %}" type="text/javascript"></script>