-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
31 lines (31 loc) · 1.43 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="de">
<head>
<title>Expo-Plaza Hannover</title>
<meta charset="UTF-8">
<link rel="icon" href="assets/images/favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="assets/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<script src="assets/jquery/jquery-3.3.1.min.js"></script>
<script src="assets/bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="theme-color" content="MediumSeaGreen">
</head>
<body>
<header>
<div class="w-100" style="height: 150px; overflow: hidden;">
<img src= "assets\images\header.png" style="margin-top: -425px;"/>
</div>
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
<h5 class="my-0 mr-md-auto font-weight-normal">Expo-Plaza Hannover</h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="/">Hauptseite</a>
<a class="p-2 text-dark" href="/?p=places">Orte</a>
<a class="p-2 text-dark" href="/?p=events">Veranstaltungen</a>
<a class="p-2 text-dark" href="/?p=contact">Kontakt</a>
<a class="p-2 text-dark" href="/?p=imprint">Impressum</a>
</nav>
<a class="btn btn-outline-primary" href="/?p=signup">Anmelden</a>
</div>
</header>
<div class="container">