Fet Foto Gallery Design
This commit is contained in:
@@ -1,26 +1,69 @@
|
||||
{# -*-jinja2-*- #}
|
||||
<html>
|
||||
<head></head>
|
||||
<LINK href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||
<head>
|
||||
<LINK href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="/gallery/css/blueimp-gallery.min.css" />
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<nav class="breadcrumb" style="background-color: #FFF">
|
||||
{% for b in post.links.breadcrumbs %}
|
||||
<a href="{#url_for('page',name=b.path)#}{{b.url}}" class="breadcrumb-item">{{b.title}} </a>
|
||||
{% endfor %}
|
||||
|
||||
</nav>
|
||||
<!-- <link rel="stylesheet" href="/gallery/blue2fetat.css" />-->
|
||||
</head>
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
<body>
|
||||
<div id="maincontainer" class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-10 offset-1">
|
||||
|
||||
<div class="header_wrap">
|
||||
<nav class="navbar navbar-expand-sm">
|
||||
|
||||
<div class="header d-print-none hidden-print">
|
||||
<a href="/home">
|
||||
<img alt="Logo2014_64" src="/gallery/logo2014_64.png" style="float:left;height:50px" height="50">
|
||||
</a>
|
||||
</div>
|
||||
<div class="header d-print-block d-none">
|
||||
<img alt="Logo2014_64" src="/gallery/logo2014_64.png" style="float:left;height:50px" height="50">
|
||||
|
||||
Fachschaft Elektrotechnik
|
||||
<hr>
|
||||
</div>
|
||||
<div id="menudiv" class="collapse navbar-collapse navbar-expand-sm">
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<li class="nav-item"><a class="nav-link" href="/home">Startseite</a>
|
||||
</li>
|
||||
<li class="nav-item"><a class="nav-link" href="/rubriken">Neuigkeiten</a></li>
|
||||
|
||||
<li><a href="/themengruppen">Information</a></li>
|
||||
<li><a href="/members">Mitarbeiter</a></li>
|
||||
<li><a href="/galleries">Fotos</a></li>
|
||||
<li><a href="/studien">Studien/Beispielsammlung</a></li>
|
||||
<li> <a href="/home/search">Suche</a></li>
|
||||
<li> <a href="/home/kontakt">Kontakt</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-10 offset-1">
|
||||
<nav class="breadcrumb" style="background-color: #FFF">
|
||||
{% for b in post.links.breadcrumbs %}
|
||||
<a href="{#url_for('page',name=b.path)#}{{b.url}}" class="breadcrumb-item">{{b.title}} </a> /
|
||||
{% endfor %}
|
||||
|
||||
</nav>
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user