-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
172 lines (153 loc) · 6.36 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Contact-Zakir Leathers</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="favicons/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="favicons/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="favicons/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section id="header">
<a href="#"><img src="logo/newlogo.png" id="logo"></a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html" class="active">Contact</a></li>
<li><a href="shop.html"><i class="fa fa-bag-shopping"></i></a></li>
<a href="#" id="close"><i class="fas fa-times"></i></a>
</ul>
</div>
<div id="mobile">
<i id="bar" class="fas fa-outdent"></i>
</div>
</section>
<section id="page-header" class="about-header">
<h2>#let's_connect</h2>
<p>Get in touch with us, we're just a message away!</p>
</section>
<section id="contact-details" class="section-p1">
<div class="details">
<span>Get in Touch</span>
<h2>Visit US Today!</h2>
<h3>Head Office</h3>
<div>
<li>
<i class="fa-regular fa-map"></i>
<p>Lorem Ipsum bla bla</p>
</li>
<li>
<i class="fa-regular fa-envelope"></i>
<p>Lorem Ipsum bla bla</p>
</li>
<li>
<i class="fa-solid fa-phone"></i>
<p>Lorem Ipsum bla bla</p>
</li>
<li>
<i class="fa-regular fa-clock"></i>
<p>Lorem Ipsum bla bla</p>
</li>
</div>
</div>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d62255.08363209768!2d78.68542672117975!3d12.782229596548095!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bad08e1a0958fdf%3A0x61389b9026ec19f5!2sAmbur%2C%20Tamil%20Nadu!5e0!3m2!1sen!2sin!4v1678616136004!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<section id="form-details">
<form action="">
<span>Leave A Message</span>
<h2>We love to hear from you!</h2>
<input type="text" placeholder="Your Name">
<input type="email" placeholder="Your Name">
<input type="subject" placeholder="Your Name">
<textarea name="" id="" cold="30" rows="10" placeholder="Your Message"></textarea>
<button class="normal">Submit</button>
</form>
<div class="people">
<div>
<img src="products/1.png" alt="">
<p><span>John Doe</span>Senior Marketing Manager <br> Phone:1234567890 <br> Email:contact@example.com</p>
</div>
<div>
<img src="products/2.png" alt="">
<p><span>Willaim Smith</span>Senior Marketing Manager <br> Phone:1234567890 <br> Email:contact@example.com</p>
</div>
<div>
<img src="products/3.png" alt="">
<p><span>Emma Stone</span>Senior Marketing Manager <br> Phone:1234567890 <br> Email:contact@example.com</p>
</div>
</div>
</section>
<footer class="section-p1">
<div class="col">
<img src="logo/newlogo.png">
<h4>Contact</h4>
<p><strong>Address</strong>:Lorem ipsum varoneum lagretta</p>
<p><strong>Phone</strong>:+91 1234567789</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
</div>
</div>
<div class="col">
<h4>About</h4>
<a href="">About Us</a>
<a href="">Delivery Information</a>
<a href="">Privacy Policy</a>
<a href="">Terms & Conditions</a>
<a href="">Contact Us</a>
</div>
<div class="col">
<h4>My Account</h4>
<a href="">Sign In</a>
<a href="">My Cart</a>
<a href="">My Wishlist</a>
<a href="">Track My Order</a>
<a href="">Help</a>
</div>
<div class="col install">
<h4>Get Our app</h4>
<p>From the App Store or Google Play Store</p>
<div class="row">
<i class="fa-brands fa-google-play"></i>
<i class="fa-brands fa-app-store-ios"></i>
</div>
<p>Secure Payment Gateways</p>
<img src="products/payment.jpg">
</div>
<div class="copyright">
<p>©2023 Zakir Leathers</p>
</div>
</footer>
<script src="https://unpkg.com/swup@3"></script>
<script src="script.js" async defer></script>
</body>
</html>