|
|
@ -4,62 +4,63 @@ |
|
|
|
<head> |
|
|
|
<meta charset="UTF-8"> |
|
|
|
<title>Kinoostrov</title> |
|
|
|
<link rel="stylesheet" href="{%static "kinoostrov/css/bootstrap.min.css" %}"> |
|
|
|
<link rel="stylesheet" href="{%static "kinoostrov/css/style.css" %}"> |
|
|
|
<link rel="stylesheet" href="{% static "kinoostrov/css/bootstrap.min.css" %}"> |
|
|
|
<link rel="stylesheet" href="{% static "kinoostrov/css/style.css" %}"> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<div class="container"> |
|
|
|
<header> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-6"> |
|
|
|
<a href="{% url "index" %}"><img src="{%static "kinoostrov/img/logo1.png" %}" alt=""></a> |
|
|
|
<a href="{% url "index" %}"><img src="{% static "kinoostrov/img/logo1.png" %}" alt=""></a> |
|
|
|
</div> |
|
|
|
<div class="col-3"> |
|
|
|
<div class="d-flex flex-column bd-highlight mb-3"> |
|
|
|
<div class="d-flex justify-content-between"> |
|
|
|
<form class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3"> |
|
|
|
<input type="search" name="s" class="form-control-sm" placeholder="Hledat" aria-label="Prohledat stránky:"> |
|
|
|
<input type="search" name="s" class="form-control-sm" placeholder="Hledat" |
|
|
|
aria-label="Prohledat stránky:"> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
<div class="d-flex justify-content-between"><h3>FB</h3></div> |
|
|
|
<div class="d-flex justify-content-between"><h3>FB festival</h3></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-3"> |
|
|
|
<div class="d-flex flex-column bd-highlight"> |
|
|
|
<div class="p-2 bd-highlight"><img src="{%static "kinoostrov/img/search.svg" %}" alt=""></div> |
|
|
|
<div class="p-2 bd-highlight"><a href="https://www.facebook.com/kinoostrov"><img src="{%static "kinoostrov/img/arrow-right.svg" %}" alt=""></a></div> |
|
|
|
<div class="p-2 bd-highlight"><a href="https://www.facebook.com/filmfestlitomerice"><img src="{%static "kinoostrov/img/arrow-right.svg" %}" alt=""></a></div> |
|
|
|
</div> |
|
|
|
<div class="p-2 bd-highlight"><img src="{% static "kinoostrov/img/search.svg" %}" alt=""></div> |
|
|
|
<div class="p-2 bd-highlight"><a href="https://www.facebook.com/kinoostrov"><img |
|
|
|
src="{% static "kinoostrov/img/arrow-right.svg" %}" alt=""></a></div> |
|
|
|
<div class="p-2 bd-highlight"><a href="https://www.facebook.com/filmfestlitomerice"><img |
|
|
|
src="{% static "kinoostrov/img/arrow-right.svg" %}" alt=""></a></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</header> |
|
|
|
<hr> |
|
|
|
<nav class="navbar navbar-light "> |
|
|
|
<div class="container-fluid"> |
|
|
|
<a href="{% url "akce" %}"><h3><b>Letní kino</b></h3></a> |
|
|
|
<a href="{% url "galerie" %}"><h3><b>Galerie</b></h3></a> |
|
|
|
<a href="{% url "formular_kolotoc" %}"><h3><b>Formulář pro kolotoč</b></h3></a> |
|
|
|
<a href="{% url "formular_akce" %}"><h3><b>Formulář pro letní kino</b></h3></a> |
|
|
|
<a href="{% url "letnikino" %}"><h3><b>Letní kino</b></h3></a> |
|
|
|
<a href="{% url "akce" %}"><h3><b>Akce</b></h3></a> |
|
|
|
<a href="{% url "klub" %}"><h3><b>Klub</b></h3></a> |
|
|
|
<a href="{% url "galerie" %}"><h3><b>Galerie</b></h3></a> |
|
|
|
<a href="{% url "formular_kolotoc" %}"><h3><b>Formulář pro kolotoč</b></h3></a> |
|
|
|
<a href="{% url "formular_akce" %}"><h3><b>Formulář pro letní kino</b></h3></a> |
|
|
|
|
|
|
|
</div> |
|
|
|
</nav> |
|
|
|
<hr> |
|
|
|
{% block content %} |
|
|
|
zatim zadny obsah... |
|
|
|
{% endblock %} |
|
|
|
<footer> |
|
|
|
</nav> |
|
|
|
<hr> |
|
|
|
{% block content %} |
|
|
|
zatim zadny obsah... |
|
|
|
{% endblock %} |
|
|
|
<footer> |
|
|
|
<p>© Vít Tlustý 3.IM</p> |
|
|
|
</footer> |
|
|
|
</div> |
|
|
|
<script src="{%static "kinoostrov/js/bootstrap.js" %}"> |
|
|
|
var myCarousel = document.querySelector('#myCarousel') |
|
|
|
var carousel = new bootstrap.Carousel(myCarousel) |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
<script src="{% static "kinoostrov/js/bootstrap.js" %}"> |
|
|
|
var myCarousel = document.querySelector('#myCarousel') |
|
|
|
var carousel = new bootstrap.Carousel(myCarousel) |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|