forked from rswiftoffice/SES-Cloud-Homework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
234 lines (212 loc) · 6.57 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
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Site Metas -->
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Drool-Newest-Page-2024</title>
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- fonts style -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Poppins:400,700&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body class="sub_page">
<div class="hero_area ">
<!-- header section strats -->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="">
</a>
<div class="" id="">
<div class="User_option">
<form class="form-inline my-2 mb-3 mb-lg-0">
<input type="search" placeholder="Search">
<button class="btn my-sm-0 nav_search-btn" type="submit"></button>
</form>
</div>
<div class="custom_menu-btn">
<button onclick="openNav()">
<span class="s-1">
</span>
<span class="s-2">
</span>
<span class="s-3">
</span>
</button>
</div>
<div id="myNav" class="overlay">
<div class="overlay-content">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- end header section -->
</div>
<!-- contact section -->
<section class="contact_section layout_padding-top">
<div class="container-fluid">
<div class="row">
<div class="col-md-5 offset-md-1">
<div class="form_container">
<div class="heading_container">
<img src="images/heading-img.png" alt="">
<h2>
Request A Call Back
</h2>
<p>
It is a long established fact that a reader will be distracted by the
</p>
</div>
<form action="">
<div>
<input type="text" placeholder="Full Name " />
</div>
<div>
<input type="text" placeholder="Phone number" />
</div>
<div>
<input type="email" placeholder="Email" />
</div>
<div>
<input type="text" class="message-box" placeholder="Message" />
</div>
<div class="d-flex ">
<button>
SEND
</button>
</div>
</form>
</div>
</div>
<div class="col-md-6 px-0">
<div class="map_container">
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA0s1a7phLN0iaD6-UE7m4qP-z21pH0eSc&q=Eiffel+Tower+Paris+France" width="600" height="300" frameborder="0" style="border:0; width: 100%; height:100%" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end contact section -->
<!-- info section -->
<section class="info_section ">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="info_contact">
<h5>
CONTACT INFO
</h5>
<div>
<img src="images/call.png" alt="" />
<p>
+01 1234567890
</p>
</div>
<div>
<img src="images/mail.png" alt="" />
<p>
demo@gmail.com
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="info_time">
<h5>
Opening Hours Shop
</h5>
<div>
<p>
Monday to friday
</p>
</div>
<div>
<p>
07:00 am to 04:00 pm
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="info_social">
<h5>
social media
</h5>
<div class="social_container">
<div>
<a href="">
<img src="images/fb.png" alt="" />
</a>
</div>
<div>
<a href="">
<img src="images/twitter.png" alt="" />
</a>
</div>
<div>
<a href="">
<img src="images/linkedin.png" alt="" />
</a>
</div>
<div>
<a href="">
<img src="images/instagram.png" alt="" />
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="info_form pl-lg-4">
<h5>
Newsletter
</h5>
<form action="">
<input type="text" placeholder="Enter Your Email" />
<button type="submit">
Subscribe
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- end info_section -->
<!-- footer section -->
<section class="container-fluid footer_section ">
<p>
© 2019 All Rights Reserved. Design by
<a href="https://html.design/">Free Html Templates</a>
</p>
</section>
<!-- end footer section -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script>
function openNav() {
document.getElementById("myNav").classList.toggle("menu_width")
document.querySelector(".custom_menu-btn").classList.toggle("menu_btn-style")
}
</script>
</body>
</html>