forked from Anima0601/Try-you
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
218 lines (181 loc) · 8.07 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="icon" type="image/png" href="img/icon.png">
<title>Try You</title>
</head>
<body>
<!--navbar created-->
<nav class="navbar navbar-expand-lg bg-transparent bg-body-tertiary mt-3">
<div class="container">
<img src="img/logo1.png" height="28px">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class=" navbar-collapse collapse" id="navbarSupportedContent">
<ul class="navbar-nav" style="position: absolute;left: 1000px;">
<li class="nav-item">
<a class="nav-link a" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="shop.html">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html">Contact</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#"><span class="material-symbols-outlined py-0">
<i class="material-icons">
search
</i>
</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" href="cart.html"><span class="material-symbols-outlined py-0">
<i class="material-icons">
shopping_cart
</i>
</span></a>
</li>
</div>
</div>
</nav>
<section id="header3">
<h2>#lets_talk</h2>
</section>
<section id="contacthead" style="padding:20px; margin:20px;">
<div class="detailsc" style="margin:20px; padding:20px;">
<span style="margin:10px 0px;">GET IN TOUCH</span>
<h2 style="margin:10px 0px;">Visit one of our agency locations or contact us today</h2>
<h4 style="margin:10px 0px;">Head Office</h4>
<div style="margin:10px 0px;">
<p>
56 Glassford Street Glasgow GIIUL New York</p>
<p>[email protected]</p>
<p>[email protected]</p>
<p>Monday to Saturday: 9.00am to 16.pm</p>
</div>
</div>
<div class="map" style="margin:40px 0px 0px 0px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d78254.48455919317!2d0.04994758237661042!3d52.19882136777762!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47d85d89f32a012d%3A0x63a320e1a35e3d21!2sCambridge%2C%20UK!5e0!3m2!1sen!2sin!4v1675260101818!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<section id="feedback" style="margin:90px 20px 70px 20px; padding:20px;">
<div class="feedback-details">
<p style="margin-left:10px;">Leave a Message</p>
<h3 style="margin:0px 0px 0px 10px;">We love to hear from you !</h3>
<div class="mb-3" style="margin:40px 0px 0px 0px;">
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="Your Name">
</div>
<div class="mb-3" style="margin:40px 0px 0px 0px;">
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="Email">
</div>
<div class="mb-3" style="margin:40px 0px 0px 0px;">
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="Subject">
</div>
<div class="mb-3" style="margin:40px 0px 0px 0px;">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="Your Message"></textarea>
</div>
<button type="button" class="btn btn-success" style="margin:20px 0px 0px 0px;">Submit</button>
</div>
<div id="people">
<div style="margin:40px 0px 0px 0px;">
<img src="img/people/1.png">
<p style="margin-left:20px;"><span>John Doe </span><br> Senior Marketing Manager <br> Phone: + 000 123
000 77 88 <br> Email: [email protected]</p>
</div>
<div style="margin:40px 0px 0px 0px;">
<img src="img/people/2.png" alt="">
<p style="margin-left:20px;"><span>William Smith</span> <br>Senior Marketing Manager <br> Phone: + 000
123 000 77 88 <br> Email: [email protected]</p>
</div>
<div style="margin:40px 0px 0px 0px;">
<img src="img/people/3.png" alt="">
<p style="margin-left:20px;"><span>Emma Stone</span><br> Senior Marketing Manager <br> Phone: +000 123
000 77 88 <br> Email: [email protected]</p>
</div>
</div>
</section>
<section id="newsletter" style="padding: 40px 80px; margin: 50px 0px;" >
<div class="newstext">
<h4>Sign up for newsletter</h4>
<p>Get email updates about our latest arrivals and <span>special offers.</span></p>
</div>
<form class="row g-3" style="margin-top:12px;">
<div class="col-auto">
<label for="emailid" class="visually-hidden">Password</label>
<input type="email" class="form-control" id="inputPassword2" placeholder="[email protected]">
</div>
<div class="col-auto">
<button type="button" class="btn btn-light">Sign up</button>
</div>
</form>
</section>
<footer>
<div class="row container-fluid" style="padding-top:40px;">
<div class="col">
<img src="img/logo1.png" style="height:28px; width: 35%; margin-bottom: 9px;">
<h4>Contact</h4>
<p><strong>Address :</strong> 7607 Rubie Valley, Eulahhaven, </p><p>California</p>
<p><strong>Contact no. :</strong> +975753-5220 </p>
<p><strong>Hours :</strong> 10:00 to 18:00 , Mon to Sat</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"> <i class="fa fa-twitter"></i></a>
<a href="#"> <i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"> <i class="fa fa-youtube"></i></a>
</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="#">View Cart </a>
<a href="#">My Wishlist</a>
<a href="#">Track my order</a>
<a href="#">Help</a>
</div>
<div class="col">
<h4>Install App</h4>
<p>From App Store or Google Play</p>
<div class="row">
<img src="img/pay/app.jpg" >
<img src="img/pay/play.jpg">
</div>
<br>
<p>Secured Payment Gateways</p>
<img src="img/pay/pay.png">
</div>
</div>
</footer>
<div class="copyright">
<p>© 2023 www.tryyou.com - All Rights Reserved</p>
</div>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</body>
</html>