-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
264 lines (227 loc) · 13.9 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
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pricing</title>
<!-- css starts here -->
<link rel="stylesheet" href="css/custom.css"/>
<link rel="stylesheet" href="css/bootstrap.css"/>
<link rel="stylesheet" href="css/responsive.css"/>
<link rel="stylesheet" href="css/slick.min.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300i,400,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Montserrat:300i,400,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"/>
<!-- css ends here -->
</head>
<body>
<!-- header starts here -->
<header class="header">
<nav class="navbar navbar-expand-lg justify-content-end">
<a class="navbar-brand logo_text" href="index.html"><img width="158" height="50" src="http://apusthemes.com/wp-demo/cowork/wp-content/uploads/2017/04/logo.png" class="" alt=""></a>
<button style="visibility:hidden;" class="btn btn-success ml-auto">UNUSE</button>
<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 right_Content" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link nav_LinkCls" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link nav_LinkCls" href="facility.html">Facilities</a>
</li>
<li class="nav-item">
<a class="nav-link nav_LinkCls" href="mentor.html">Mentor</a>
</li>
<li class="nav-item">
<a class="nav-link nav_LinkCls" href="event.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link nav_LinkCls" href="pricing.html">Pricing</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link nav_LinkCls 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="about-us.html">About Us</a>
<a class="dropdown-item" href="contact.html">Contact</a>
<a class="dropdown-item" href="faq.html">FAQ</a>
<a class="dropdown-item" href="join-form.html">Join Form</a>
<a class="dropdown-item" href="ofc-detail.html">Office Details</a>
<a class="dropdown-item" href="booking-space.html">Booking Space</a>
<a class="dropdown-item" href="membership-page.html">Membership</a>
<a class="dropdown-item" href="my-account.html">My Account</a>
<a class="dropdown-item" href="invoice.html">Invoice</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle nav_LinkCls start-multiDrop" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Multidrop</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li class="dropdown-item dropdown">
<a class="second-dropdown-level dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown2</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link nav_LinkCls" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link nav_LinkCls" href="loginSignup.html">Login</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- header ends here -->
<!-- banner section starts here -->
<div class="contactUs_containerPage">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d112284.0941592055!2d76.91974193856475!3d28.422939629999085!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d19d582e38859%3A0x2cf5fe8e5c64b1e!2sGurugram%2C+Haryana!5e0!3m2!1sen!2sin!4v1543990918076" width="100%" height="500" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<!-- banner section ends here -->
<!-- contactform section starts -->
<section class="aboutusPageContainerText">
<div class="container">
<h1 class="aboutpage-title">
WE ARE HAPPY TO HEAR FROM YOU
</h1>
<form>
<div class="form-row">
<div class="form-group contact_formGroup col-md-6">
<label for="">Name</label>
<input type="text" class="form-control contact_formControl" id="" placeholder="Name">
</div>
<div class="form-group contact_formGroup col-md-6">
<label for="inputEmail4">Email</label>
<input type="email" class="form-control contact_formControl" id="inputEmail4" placeholder="Email">
</div>
<div class="form-group contact_formGroup col-md-6">
<label for="">Mobile</label>
<input type="tel" class="form-control contact_formControl" id="" placeholder="Mobile">
</div>
<div class="form-group contact_formGroup col-md-6">
<label for="inputState">Location</label>
<select id="inputState" class="form-control contact_formControl">
<option selected>Choose...</option>
<option>...</option>
</select>
</div>
</div>
<div class="form-group contact_formGroup">
<label for="inputAddress">Message</label>
<textarea name="" id="" cols="40" rows="10" class="form-control memebership-form-textarea" placeholder="1234 Main St"></textarea>
</div>
<div class="justify-content-center sendMessage_div">
<button type="submit" class="btn btn-lg btn_contactSubmit btn-primary">SEND MESSAGE</button>
</div>
</form>
</div>
</section>
<!-- contactform section ends -->
<!-- footer starts here -->
<footer class="footer">
<div class="container bottom_border pt-4 pb-4">
<div class="row">
<div class="col-md-2">
<div class="hidden-sm hidden-xs" style="height: 60px"><span class=""></span></div>
<div class="text-center">
<img width="158" height="50" src="http://apusthemes.com/wp-demo/cowork/wp-content/uploads/2017/04/logo.png" class="" alt="">
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-sm-4">
<h5 class="headin5_amrc col_white_amrc pt2">ABOUT</h5>
<!--headin5_amrc-->
<ul class="footer_ul_amrc">
<li><a href="#">About us</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Register</a></li>
<li><a href="#">Privacy</a></li>
</ul>
<!--footer_ul_amrc ends here-->
</div>
<div class="col-sm-4">
<h5 class="headin5_amrc col_white_amrc pt2">COMMUNITY</h5>
<!--headin5_amrc-->
<ul class="footer_ul_amrc">
<li><a href="#">Member</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Event</a></li>
</ul>
<!--footer_ul_amrc ends here-->
</div>
<div class="col-sm-4">
<h5 class="headin5_amrc col_white_amrc pt2">LEGAL</h5>
<!--headin5_amrc-->
<ul class="footer_ul_amrc">
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Sponser</a></li>
</ul>
<!--footer_ul_amrc ends here-->
</div>
</div>
</div>
<div class="col-md-4">
<h5 class="headin5_amrc col_white_amrc pt2">SUBSCRIBE</h5>
<!--headin5_amrc ends here-->
<form action="">
<div class="input-group">
<input class="form-control" type="email" name="EMAIL" placeholder="E-mail" required="">
<span class="input-group-btn">
<button class="btn btn-subscribe" type="submit"><i class="fa fa-arrow-right" aria-hidden="true"></i></button>
</span>
</div>
</form>
<ul class="social_footer_ul">
<li><a href="#"><i class="fa fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
<!--footer_ul2_amrc ends here-->
</div>
</div>
</div>
<div class="container">
<!--foote_bottom_ul_amrc ends here-->
<p class="text-center pt-4 pb-1">Copyright @2018 <a href="#">Your Company Name</a></p>
<!--social_footer_ul ends here-->
</div>
</footer>
<!-- footer ends here -->
<!-- js starts here -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/app.js"></script>
<script src="js/custom.js"></script>
<!-- js end here -->
</body>
</html>