diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index e485d1f..ddb309b 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -1,5 +1,13 @@ {% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags static %} {% block body_class %}template-homepage{% endblock %} -{% block content %} +{% block content %} +
+
Jsme Litoměřická veterinární ambulance.
+
Otevírací doba:
+ Po: 8:00 - 15:00
+ Út: 8:00 - 15:00
+ St: 8:00 - 15:00
+ Čt: 8:00 - 15:00
+ Pá: 8:00 - 15:00
{% endblock content %} diff --git a/veterina/static/css/veterina.css b/veterina/static/css/veterina.css index 253322e..ebec396 100644 --- a/veterina/static/css/veterina.css +++ b/veterina/static/css/veterina.css @@ -1,4 +1,5 @@ body{ + color: white; background: #8E0E00; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ @@ -39,4 +40,23 @@ a:link{ nav{ background: linear-gradient(to right, #EAEAEA, #EAEAEA, #EAEAEA, #EAEAEA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ +} + + +.hero{ + margin-left: 20px; + margin-right: 20px; + text-align: center; + padding: 20px; + background: linear-gradient(to right, #EAEAEA, #EAEAEA, #EAEAEA, #EAEAEA); + background-color: rgba(0, 0, 0, 0); +} + +.otevreno{ + text-align: center; + margin-top: 50px; + margin-left: 20px; + margin-right: 1700px; + background: linear-gradient(to right, #EAEAEA, #EAEAEA, #EAEAEA, #EAEAEA); + background-color: rgba(0, 0, 0, 0); } \ No newline at end of file