-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (79 loc) · 4.13 KB
/
index.html
File metadata and controls
81 lines (79 loc) · 4.13 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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="homepage.css">
<link rel="stylesheet" href="made_sunflower/MADE Sunflower PERSONAL USE.otf">
<title>GenBRUN</title>
<meta name="description" content="Butik i M.P. Bruunsgade 41, Århus C fælles
@heidismixbix og @skrappedulledortes_loppebiks
ÅBEN Tirs.- Fre.12-18 & Lør.10-16
H 51354564 & D 26733891">
</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="aboutus.html"><h3 class="menunav">ABOUT US</h3></a>
<a class="menunav" href="gallery.html"><h3 class="menunav">GALLERY</h3></a>
<a class="menunav" href="contactpage.html"><h3 class="menunav">CONTACT</h3></a>
</div>
</header>
<section id="header-desktop">
<a href="index.html"><img id="genbrun-logo" src="images/logo.png" alt="GenBRUN Logo"></a>
<div id="menu-nav">
<a class="menunav" href="index.html"><h3 class="menunav">HOME</h3></a>
<a class="menunav" href="aboutus.html"><h3 class="menunav">ABOUT US</h3></a>
<a class="menunav" href="gallery.html"><h3 class="menunav">GALLERY</h3></a>
<a class="menunav" href="contactpage.html"><h3 class="menunav">CONTACT</h3></a>
</div>
</section>
<main>
<section id="txt">
<h1 >Be sustainable!</h1>
<h3 >Visit us in the heart of Aarhus</h3>
<a href="contactpage.html"><img id="find-us" src="images/findusnew.png" alt="Find us link"></a>
</section>
</main>
<a href="https://www.instagram.com/genbrun.dk/"><img class="flex" id="new-arrivals-graphic" src="images/checknewarrivalsMOBILE.png" alt=""></a>
<section id="ig-feed">
<a href="https://www.instagram.com/p/CWWTz82MVDC/"target="_blank"><img class="ig-pictures" src="images/julemaend.jpg" alt=""></a>
<a href="https://www.instagram.com/p/CWQdTLjMHCO/"target="_blank"><img class="ig-pictures" src="images/lamp.jpg" alt=""></a>
<a href="https://www.instagram.com/p/CWQbDroMk9I/"target="_blank"><img class="ig-pictures" src="images/jungle.jpg" alt=""></a>
<a href="https://www.instagram.com/p/CWORfrKs7bE/"target="_blank"><img class="ig-pictures" src="images/krans.jpg" alt=""></a>
</section>
<section class="flex">
<h1 class="flexcontainer" id="about-the-store">About the Store</h1>
<p class="flexcontainer">GenBRUN is a sustainable vintage second-hans shop located in the heart of Aarhus.</p>
<p class="flexcontainer">If you would like to save the planet and be unique at the same time GenBRUN is the place for you!</p>
<a class="flexcontainer" href="aboutus.html"><h2 class="flexcontainer">Learn more...</h2></a>
</section>
<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>