-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
58 lines (50 loc) · 3.29 KB
/
contact.html
File metadata and controls
58 lines (50 loc) · 3.29 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
<!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="preconnect" href="https://fonts.googleapis.com"> <!-- google fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <!-- google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap" rel="stylesheet"> <!-- google fonts-->
</head>
<title>Contact Us!</title>
</head>
<body>
<div class="general-grid">
<div class="general-header">
<ul class="ula">
<li><a href="index.html">HOME</a></li>
<li><a href="products.html">PRODUCTS</a></li>
<li><a href="suscribe.html">SUSCRIBE</a></li>
<li><a class="active" href="contact.html">CONTACT</a></li>
</ul>
<h1>Contact us!</h1>
</div> <!--termina general header-->
<div class="general-main">
<div class="contactus">
<div class="google">
<br /> <br /> <h4 style="text-align: center;">You can find our products in <a href="https://www.suedblock.org/wp/"> <i>Südblock</i></a>, Admiralstr. 1, 10999 Berlin</h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2428.941957383955!2d13.41463251595266!3d52.49829024559012!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47a84fccca98a509%3A0x2bce392bc6d8270c!2zU8O8ZGJsb2Nr!5e0!3m2!1ses!2sde!4v1675243857207!5m2!1ses!2sde" width="420" height="315" style="border: 2;" style="position: fixed;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<br /> <hr> <br />
</div> <!-- termina la divicion de google-->
<div class="social">
<h4>Check our Social Media</h4>
<ul class="ula" style="background-color: #333;float:left;">
<li><a href="https://www.instagram.com/pieholeberlin/" target="_blank"> <img src="icons/instagram.png" alt="Link to Instagram" style="width:42px;height:42px;"></a></li>
<li><a href="https://www.facebook.com/ThePieHoleVan/" target="_blank"> <img src="icons/facebook.png" alt="Go to Facebook" style="width:42px;height:42px;"></a></li>
<li><a href="https://www.youtube.com/watch?v=CUiVaWdTfc0" target="_blank"> <img src="icons/youtube.png" alt="Go to Youtube" style="background-color: #333; width:42px;height:42px;"></a></li>
<li><a href="mailto:pieholeberlin@gmail.com" target="_blank"> <img src="icons/arroba.png" alt="back to Products" style="width:42px;height:42px;"></a></li>
</ul>
</div> <!------Termina seccion social media-->
</div><!-- termina la divicion de contactus-->
</div> <!-- termina general main-->
<div class="emptyspace">
</div>
<div class="general-footer">
<p>®Piehole Berlin --- © 1986 - 2023 --- <a href="Privacy-Terms.html">Privacy & Terms</a> --- <a href="contact.html">Contact</a> - <a href="suscribe.html">Suscribe</a></p>
</div> <!-- termina class general-footer-->
</div> <!--termina general grid-->
</body>
</html>