-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactpage.html
More file actions
95 lines (80 loc) · 3.45 KB
/
contactpage.html
File metadata and controls
95 lines (80 loc) · 3.45 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!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="contactpagestyle.css">
<!--fonts-->
<link rel="stylesheet" href="made_sunflower/MADESunflowerPERSONALUSE.otf">
<link rel="stylesheet" href="myriad_pro_semicondensed/MyriadProSemiCondensed.otf">
<title>Contact</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="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>
<hr>
<main>
<section id="contactus">
<h1>Contact Us</h1>
</section>
<section id="contact">
<section class="infoblock">
<h3>Opening hours</h3>
<img src="images/clock.png" alt="">
<p>Tue-Fri: 12:00-18:00</p>
<p>Sat: 10:00-16:00</p>
<p>Mon & Sun: CLOSED</p>
</section>
<section class="infoblock">
<h3>Reach us</h3>
<img src="images/phone.png" alt="">
<p>+45 26 73 38 91</p>
<p>genbrun.dk@gmail.com</p>
<p>@genbrun.dk</p>
</section>
<section class="infoblock">
<h3> Find us</h3>
<img src="images/map.png" alt="">
<p>M.P.Bruuns Gade 41,</p>
<p>8000 Aarhus</p>
</section>
</section>
<section id="map">
<div class="mapouter"><div class="gmap_canvas"><iframe width="300" height="250" id="gmap_canvas" src="https://maps.google.com/maps?q=GenBRUN&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://www.whatismyip-address.com/divi-discount/"></a><br><a href="https://www.embedgooglemap.net">google map iframe code</a></div></div>
</section>
</main>
<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>