-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
252 lines (213 loc) · 11.5 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="en">
<head>
<link rel=stylesheet href="contact.css">
<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="css/bootstrap.min.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="css/styles.css">
<script src="js/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/73b73e5cb9.js"></script>
<title>contact us</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container-fluid">
<header>
<div class="container-fluid main-header">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<img src="images/fork.png" class="ml-5" alt="logo-img" height="50px">
<a class="navbar-brand mr-5" href="#">TOMATO</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mx-5">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="home.html" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
HOME
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">home</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
MENU
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="menu.html">Menu</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
RESERVATION
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="RESERVATION.html">RESERVATION</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
RECIPE
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="items.html">RECIPE</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
PAGES
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">pages</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
PLOG
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">PLOG</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
SHOP
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">SHOP</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</nav>
<div class="row">
<div class="col-md-6 col-sm-12 offset-3 text-center">
<h1 class="text-uppercase font-weight-bolder">CONTACT</h1>
</div>
</div>
</header>
<div>
<h1 class="text-center align-middle font-weight-bold pt-5 text-info " >CONTACT US</h1>
<h5 class="text-center align-middle ">Tomato is a delicious restuaran website template</h3>
</div>
<div class="container " style="margin-top:40px ;" >
<div class="row ">
<div class="col-md-5 py-3 offset-1 " >
<div class=" m-auto ">
<h5 class="font-weight-bold py-2"> ADDRESS</h5>
<p class="font-weight-bold"><i class="fas fa-map-marker-alt" style="color:rgb(252, 193, 84) ;"></i>
28 Seventh Avenue,New Yoork,10014<br>
<i class="fas fa-phone-square-alt" style="color:rgb(252, 193, 84) ;"></i>
Phone:(415) 124-5678<br>
<i class="far fa-envelope"style="color:rgb(252, 193, 84) ;" ></i>
</div>
<div class="pt-3" >
<h5 class="font-weight-bold"> HOURS</h5>
<p > am to1 11:00 pm on Weekdays<br>
11:00 am to1 11:30 pm on Weekends</p></div>
<div class="" style="font-size: 20px;">
<h5 >FOLLOW US</h5>
<i class="fab fa-facebook text-info"></i>
<i class="fab fa-twitter text-danger"></i>
<i class="fab fa-instagram text-secondary"></i>
<i class="fas fa-envelope text-warning"></i>
</div>
</div>
<div class="col-md-6 py-3">
<div class="form-group ">
<input class="form-control" type="text" name=" name" id="name" placeholder="Full Name" style="background-color: rgb(211, 216, 221);border: none;"><br></div>
<div class="form-group "> <input class="form-control" type="email" name="company" placeholder="Email Address" style="background-color: rgb(211, 216, 221);border: none;" required><br></div>
<input class="form-control" type="text" name="tel" placeholder="subject" style="background-color: rgb(211, 216, 221);height: 50px;border: none;" ><br>
<textarea class="form-control" name="tel" placeholder="Message" style="background-color: rgb(211, 216, 221);height: 150px;border: none;" ></textarea>
<br>
<input class="form-control py-2" type="submit" value="SEND Message" style="background-color:rgb(252, 193, 84);border: none;" >
</div>
</div>
</div>
<iframe width="100%" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d348286.4989522256!2d-73.90366628180966!3d40.69723205830894!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2455f3f1cab0d%3A0xa5a45198ea4d73d6!2zQmF5IFJpZGdlLCDYqNix2YjZg9mE2YrZhtiMINmG2YrZiNmK2YjYsdmD2Iwg2KfZhNmI2YTYp9mK2KfYqiDYp9mE2YXYqtit2K_YqQ!5e0!3m2!1sar!2seg!4v1613601848950!5m2!1sar!2seg" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
<section class="container-fluid subscribe p-3">
<div class="row">
<div class="col-md-9">
<span class="text-uppercase float-left mx-5">subscribe</span>
<p class="my-3">Get updates about new dishes and upcoming events</p>
</div>
<div class="col-md-4 col-sm-6 offset-7">
<form>
<input type="text" class="p-2 w-75" placeholder="Your Email Address">
<button class="p-2 m-3 border border-0 font-weight-bolder text-white my-btn">></button>
</form>
</div>
</div>
</section>
<footer class="container-fluid" style="top: 0;">
<div class="row p-5">
<div class="col">
<h3>ABOUT US</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut voluptas vero corporis praesentium maiores odio consequatur repudiandae, cupiditate ad, quo qui odit laboriosam ducimus reiciendis totam assumenda similique suscipit. Molestias.</p>
<h6>Read more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/>
</svg></h6>
</div>
<div class="col">
<h3>RECENT POST</h3>
<div>
<img src="images/thumb8.png" class="float-left mr-3 p-2"/>
<p class="font-weight-bold">Hand picked ingredients for our best customers</p>
<span class="font-weight-bold"> 29 May 2015</span>
</div>
<div class="mt-3">
<img src="images/thumb9.png" class="float-left mr-3 p-2"/>
<p class="font-weight-bold">Hand picked ingredients for our best customers</p>
<span class="font-weight-bold"> 29 May 2015</span>
</div>
</div>
<div class="col">
<h3>REACH US</h3>
<div class="rounded social">
<i class="fa fa-facebook-official " aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-glide-g" aria-hidden="true"></i>
<i class="fa fa-youtube" aria-hidden="true"></i>
<i class="fa fa-vimeo" aria-hidden="true"></i>
<i class="fa fa-pinterest-p" aria-hidden="true"></i>
<i class="fa fa-linkedin" aria-hidden="true"></i>
</div>
<div class="con mt-3">
<i class="fa fa-map-marker float-left" aria-hidden="true"></i>
<p class="font-weight-bold">28 Seventh Avenue, Neew york, 10014</p>
</div>
<div class="con">
<i class="fa fa-phone float-left" aria-hidden="true"></i>
<p class="font-weight-bold">Phone: (415) 124-5678</p>
</div>
<div class="con">
<i class="fa fa-envelope-o float-left" aria-hidden="true"></i>
<p class="font-weight-bold">[email protected]</p>
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
</body>
</html>