-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
117 lines (112 loc) · 4.45 KB
/
Contact.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!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">
<title>Botiga</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="shortcut icon" href="/Images/0.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Botiga</title>
<link rel="stylesheet" href="Style.css">
</head>
<body>
<div class="Menu" id="Top">
<div class="Links">
<ul>
<li><a href="/Index.html">Home</a></li>
<li><a href="/Blog.html">Blog</a></li>
<li><a href="/Shop.html">Shop</a></li>
<li><a href="/Contact.html">Contact</a></li>
</ul>
</div>
<div class="Logo">
<p>BOTIGA</p>
</div>
<div class="Icons">
<i class="fa-solid fa-user"></i>
<i class="fa-solid fa-magnifying-glass"></i>
<i class="fa-solid fa-cart-shopping"></i>
</div>
</div>
<!-- ======================= -->
<section class="Contact">
<h1>CONTACT US</h1>
<div class="Map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d435518.68178262905!2d74.05419232157847!3d31.483220875219246!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39190483e58107d9%3A0xc23abe6ccc7e2462!2sLahore%2C%20Punjab%2C%20Pakistan!5e0!3m2!1sen!2s!4v1654158632748!5m2!1sen!2s" width="100%" height="550px" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="Form">
<form action="">
<h2>LEAVE A MESSEGE</h2>
<div class="NE">
<div class="NAME">
<P>NAME </P>
<input type="text">
</div>
<div class="EMAIL">
<P>EMAIL </P>
<input type="text">
</div>
</div>
<div class="COMMENT OR MESSEGE">
<P>CONTACT OR MESSEGE </P>
<textarea name="" id="" cols="30" rows="10"></textarea>
</div>
<button class="BTN">SUBMIT</button>
</form>
<div class="Meet">
<div class="One">
<h2>OUR STORE</h2>
<P>501-521 Fashion Ave, New York, NY 10018, USA</P>
<P>PHONE : +1 212 244 2681</P>
<P>E-MAIL : office@example.org</P>
</div>
<div class="Two">
<h2>STORE HOURS</h2>
<P>Sun: Closed</P>
<P>Mon to Sat: 10 AM - 5:30 PM</P>
</div>
</div>
</div>
</section>
<!-- ======================= -->
<section class="Foot">
<footer>
<div class="Basic">
<h3>BOTIGA</h3>
<P>Give your customers insight into your product collection.</P>
</div>
<div class="Qlik">
<h3>Quick Links</h3>
<ul>
<lo><a href="">Home</a></lo>
<lo><a href="">Blog</a></lo>
<lo><a href="">Shop</a></lo>
<lo><a href="">Contact</a></lo>
</ul>
</div>
<div class="About">
<h3>About</h3>
<ul>
<lo><a href="">Shipping</a></lo>
<lo><a href="">Terms</a></lo>
<lo><a href="">Policy</a></lo>
</ul>
</div>
</footer>
<div class="Last">
<div class="Icon">
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-twitter"></i>
</div>
<div class="Copy">
<p>© 2022 Botiga. Proudly powered by <a href="#">BOTIGA</a></p>
</div>
</div>
</section>
</body>
</html>