Merge pull request #47 from makes-hacks-hip/RepApp-Pet

Update base.html
This commit is contained in:
etwas42 2023-05-24 12:53:20 +02:00 committed by GitHub
commit 993dfa5bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@
{% endblock head %} {% endblock head %}
</head> </head>
<body> <body>
<div class="container pet"> <div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom"> <header class="d-flex flex-wrap justify-content-center py-3">
<a href="{% url 'index' %}" <a href="{% url 'index' %}"
class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<img src="{% static 'repapp/images/logo.jpg' %}" <img src="{% static 'repapp/images/logo.jpg' %}"
@ -28,7 +28,7 @@
width="405px" width="405px"
alt="Repair-Café Logo"> alt="Repair-Café Logo">
</a> </a>
<ul class="nav nav-pills"> <ul class="nav nav-pills align-items-center">
<li class="nav-item"> <li class="nav-item">
<a href="https://www.repaircafe-hilpoltstein.de/" class="nav-link">Repair-Café</a> <a href="https://www.repaircafe-hilpoltstein.de/" class="nav-link">Repair-Café</a>
</li> </li>
@ -50,11 +50,12 @@
</ul> </ul>
</header> </header>
</div> </div>
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center" <div class="position-relative overflow-hidden p-3 mx-auto p-md-5 text-center"
style="background-image: url({% static 'repapp/images/header_background.jpg' %}); style="background-image: url({% static 'repapp/images/header_background.jpg' %});
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: auto 100%; background-size: cover;
background-position: center"> background-position: center;
max-width:1920px;>
<div class="col-md-5 p-lg-5 mx-auto my-5"> <div class="col-md-5 p-lg-5 mx-auto my-5">
<h1 class="display-4 font-weight-normal" <h1 class="display-4 font-weight-normal"
style="font-size: 60px; style="font-size: 60px;