-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheaderandfooter.html
More file actions
46 lines (46 loc) · 1.89 KB
/
headerandfooter.html
File metadata and controls
46 lines (46 loc) · 1.89 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="made_sunflower/MADE Sunflower PERSONAL USE.otf">
<title>Mobile First</title>
</head>
<body>
<header>
<a href="index.html"><img id="genbrun-logo" src="images/logo3.png" alt="GenBRUN Logo"></a>
<a href="menu.html"><img id="burger-menu" src="images/burgerbrown.png" alt="Burger Menu"></a>
<div id="menu-nav">
<a class="menunav" href="index.html"><h3 class="menunav">HOME</h3></a>
<a class="menunav" href="#"><h3 class="menunav">ABOUT US</h3></a>
<a class="menunav" href="#"><h3 class="menunav">GALLERY</h3></a>
<a class="menunav" href="#"><h3 class="menunav">CONTACT</h3></a>
</div>
</header>
<footer>
<section id="footer">
<section id="left">
<p>GenBRUN</p>
<br>
<p>Butik i M.P. Bruunsgade 41, Århus C</p>
<p>@heidismixbix og @skrappedulledortes_loppebiks</p>
<p>ÅBEN Tirs.-Fre. 12-18 & Lør. 10-16</p>
<p>H +45 51354564 & D +45 26733891</p>
</section>
<section id="right">
<p>Opening hours</p>
<br>
<p>Tue-Fri: 12:00-18:00</p>
<p>Sat: 10:00-16:00</p>
<p>Mon & Sun: CLOSED</p>
</section>
<section id="logos">
<a href="https://www.instagram.com/genbrun.dk/" target="_blank"><img id="ig" src="images/instagram-logo.png" alt="Instagram Logo"></a>
<a href="https://www.facebook.com/HeidisMixBix" target="_blank"><img id="fb" src="images/facebook-logo.png" alt="Facebook Logo"></a>
</section>
</section>
</footer>
</body>
</html>