Browse Source

Web += patička.

remotes/origin/noc
Honza "Stínovlas" Musílek 9 years ago
parent
commit
5b0d31e489
  1. 31
      mamweb/static/css/mamweb.css
  2. BIN
      mamweb/static/images/footer-bg.png
  3. BIN
      mamweb/static/images/logo-jcmf.png
  4. BIN
      mamweb/static/images/logo-mff.png
  5. 10
      mamweb/templates/base.html

31
mamweb/static/css/mamweb.css

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
mamweb/static/images/logo-jcmf.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
mamweb/static/images/logo-mff.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

10
mamweb/templates/base.html

@ -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>

Loading…
Cancel
Save