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

Rep app pet
This commit is contained in:
Thomas Irgang 2023-05-18 17:57:55 +02:00 committed by GitHub
commit e06ad88594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
{% load static %}
<html lang="en">
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="description"
@ -19,13 +19,13 @@
{% endblock head %}
</head>
<body>
<div class="container">
<div class="container pet">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="{% url 'index' %}"
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' %}"
height="50px"
width="168px"
height="120px"
width="405px"
alt="Repair-Café Logo">
</a>
<ul class="nav nav-pills">