|
|
|
@@ -1,18 +1,44 @@ |
|
|
|
{% load static %} |
|
|
|
|
|
|
|
<html> |
|
|
|
|
|
|
|
<head> |
|
|
|
<title>Bloom Hunting</title> |
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> |
|
|
|
<link rel="stylesheet" type="text/css" href="{% static 'mobile/base.css' %}"> |
|
|
|
|
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
|
|
|
|
<div id=content> |
|
|
|
<div id="main"> |
|
|
|
<div id='header'> |
|
|
|
<a href="{% url 'map:index' %}"> |
|
|
|
<img id="map_icon" class="right" src='{% static 'mobile/map_icon.png' %}' /> |
|
|
|
</a> |
|
|
|
<div id='heading'> |
|
|
|
<div class='inner'> |
|
|
|
<img src='{% static 'favicon.ico' %}' /> |
|
|
|
<h1 id='title'>Bloom up your city</h1> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="content"> |
|
|
|
{% block content %} |
|
|
|
{% endblock %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- FOOTER --> |
|
|
|
<div id='footer'> |
|
|
|
<p class='left'>Bloom Hunting - a Ökostadt Heidelberg initiative</p> |
|
|
|
<p>A Climathon Heidelberg project</p> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |