2020-04-04 18:55:53 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
2020-04-04 20:09:24 +02:00
|
|
|
<title>hbbs.decentral1.se</title>
|
2020-04-04 18:55:53 +02:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
2020-04-04 21:09:47 +02:00
|
|
|
href="/static/css/bootstrap.min.css"
|
|
|
|
type="text/css"
|
|
|
|
media="screen"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="/static/css/bootstrap-grid.min.css"
|
|
|
|
type="text/css"
|
|
|
|
media="screen"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="/static/css/styles.css"
|
2020-04-04 18:55:53 +02:00
|
|
|
type="text/css"
|
|
|
|
media="screen"
|
|
|
|
/>
|
2020-04-04 19:37:38 +02:00
|
|
|
<link rel="icon" href="/static/images/favicon.ico" />
|
2020-04-04 18:55:53 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-04-04 21:09:47 +02:00
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
|
|
<div id="navigation" class="col-md-4">
|
|
|
|
<img
|
2020-04-04 21:34:32 +02:00
|
|
|
id="hbbs-logo"
|
|
|
|
class="img-fluid mx-auto d-block"
|
2020-04-04 22:22:40 +02:00
|
|
|
src="/static/images/logo.svg"
|
2020-04-04 21:09:47 +02:00
|
|
|
alt="hbbs logo"
|
|
|
|
/>
|
|
|
|
<ul>
|
|
|
|
<li><a href="/">About</a></li>
|
|
|
|
<li><a href="/programmes">Programmes</a></li>
|
|
|
|
<li><a href="/collection">Collection</a></li>
|
|
|
|
<li><a href="/participate">Participate</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content" class="col-md-4">
|
2020-04-04 22:04:12 +02:00
|
|
|
<img
|
2020-04-04 22:22:40 +02:00
|
|
|
id="hbbs-bubbles-top"
|
2020-04-04 22:04:12 +02:00
|
|
|
class="img-fluid mx-auto d-block"
|
2020-04-04 22:22:40 +02:00
|
|
|
src="/static/images/bubbles-top.jpg"
|
|
|
|
alt="hbbs bubbles 1"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<div id="content-block">
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<img
|
|
|
|
id="hbbs-bubbles-bottom"
|
|
|
|
class="img-fluid mx-auto d-block"
|
|
|
|
src="/static/images/bubbles-bottom.jpg"
|
|
|
|
alt="hbbs bubbles 2"
|
2020-04-04 22:04:12 +02:00
|
|
|
/>
|
2020-04-04 21:09:47 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-04-04 20:09:24 +02:00
|
|
|
</div>
|
2020-04-04 18:55:53 +02:00
|
|
|
</body>
|
|
|
|
</html>
|