Web += patička.
This commit is contained in:
parent
ede6e48116
commit
5b0d31e489
5 changed files with 41 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
BIN
mamweb/static/images/footer-bg.png
Normal file
BIN
mamweb/static/images/footer-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
mamweb/static/images/logo-jcmf.png
Normal file
BIN
mamweb/static/images/logo-jcmf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
mamweb/static/images/logo-mff.png
Normal file
BIN
mamweb/static/images/logo-mff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -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&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&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>
|
||||
|
|
Loading…
Reference in a new issue