diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 363640ad..386ed6e1 100644 --- a/mamweb/static/css/mamweb.css +++ b/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; +} + diff --git a/mamweb/static/images/footer-bg.png b/mamweb/static/images/footer-bg.png new file mode 100644 index 00000000..66c7d03a Binary files /dev/null and b/mamweb/static/images/footer-bg.png differ diff --git a/mamweb/static/images/logo-jcmf.png b/mamweb/static/images/logo-jcmf.png new file mode 100644 index 00000000..9dec6f4c Binary files /dev/null and b/mamweb/static/images/logo-jcmf.png differ diff --git a/mamweb/static/images/logo-mff.png b/mamweb/static/images/logo-mff.png new file mode 100644 index 00000000..4231e9b5 Binary files /dev/null and b/mamweb/static/images/logo-mff.png differ diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index 3685735c..d5bdcc17 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -84,6 +84,16 @@ {% endblock content %} +
+
+ +
+