-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontactus-page.html
348 lines (334 loc) · 14.9 KB
/
contactus-page.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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html class=""><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Contact -Knowledge</title>
<!-- Standard Favicon -->
<link rel="icon" type="image/x-icon" href="images//favicon.ico" />
<!-- For iPhone 4 Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images//apple-touch-icon-114x114-precomposed.png">
<!-- For iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images//apple-touch-icon-72x72-precomposed.png">
<!-- For iPhone: -->
<link rel="apple-touch-icon-precomposed" href="images//apple-touch-icon-57x57-precomposed.png">
<!-- Library - Bootstrap v3.3.5 -->
<link rel="stylesheet" type="text/css" href="libraries/lib.css">
<link rel="stylesheet" type="text/css" href="libraries/Stroke-Gap-Icon/stroke-gap-icon.css">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,900,300,300italic,500,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
<!-- Custom - Common CSS -->
<link rel="stylesheet" type="text/css" href="css/plugins.css">
<link rel="stylesheet" type="text/css" href="css/navigation-menu.css">
<!-- Custom - Theme CSS -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="css/shortcode.css">
<!--[if lt IE 9]>
<script src="js/html5/respond.min.js"></script>
<![endif]-->
</head>
<body data-offset="200" data-spy="scroll" data-target=".ow-navigation">
<!-- LOADER -->
<div id="site-loader" class="load-complete">
<div class="loader">
<div class="loader-inner ball-clip-rotate">
<div></div>
</div>
</div>
</div><!-- Loader /- -->
<!-- Header -->
<header class="header-main container-fluid no-padding">
<!-- Top Header -->
<div class="top-header container-fluid no-padding">
<div class="container">
<div class="topheader-left">
<a href="tel:+5198759822" title="5198759822"><i class="fa fa-mobile" aria-hidden="true"></i>(519) - 875 - 9822 </a>
<a href="mailto:[email protected]" title="[email protected]"><i class="fa fa-envelope-o" aria-hidden="true"></i>Emailus: [email protected]</a>
</div>
<div class="topheader-right">
<a href="#" title="Login"><i class="fa fa-sign-out" aria-hidden="true"></i>Login</a>
<a href="#" title="Register">Register</a>
</div>
</div>
</div><!-- Top Header /- -->
<!-- Menu Block -->
<div class="menu-block container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<!-- Navigation -->
<nav class="navbar ow-navigation">
<div class="col-md-3">
<div class="navbar-header">
<button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a title="Logo" href="index.html" class="navbar-brand"><img src="images/logo.png" alt="logo"/>Edumax<span>Education of Best</span></a>
<a href="index.html" class="mobile-logo" title="Logo"><h3>Edumax</h3></a>
</div>
</div>
<div class="col-md-9">
<div class="navbar-collapse collapse" id="navbar">
<ul class="nav navbar-nav menubar">
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" href="index.html" role="button" class="dropdown-toggle" title="Home">Home</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Home 2" href="home2.html">Home 2</a></li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Courses" href="courses-page.html">Courses</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Courses Detail" href="coursesdetails-page.html">Courses Detail</a></li>
</ul>
</li>
<li><a title="Event" href="events-page.html">Event</a></li>
<li><a title="About" href="about-page.html">About</a></li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Blog" href="blog-page.html">Blog</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Blog Post" href="blogpost-page.html">Blog Post</a></li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" class="dropdown-toggle" title="Pages" href="#">Pages</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a title="Home 2" href="home2.html">Home 2</a></li>
<li><a title="Course Detail" href="coursesdetails-page.html">Course Detail</a></li>
<li><a title="BlogPost" href="blogpost-page.html">BlogPost</a></li>
</ul>
</li>
<li class="active"><a title="Contact" href="contactus-page.html">Contact</a></li>
</ul>
</div>
</div>
</nav><!-- Navigation /- -->
<div class="menu-search">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." type="text" value="" name="search" id="search" />
<button class="sb-search-submit"><i class="fa fa-search"></i></button>
<span class="sb-icon-search"></span>
</form>
</div>
</div>
</div>
</div><!-- Container /- -->
</div><!-- Menu Block /- -->
</header><!-- Header /- -->
<!-- PageBanner -->
<div class="container-fluid no-padding pagebanner">
<div class="container">
<div class="pagebanner-content">
<h3>Contact us</h3>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li>Contact us</li>
</ol>
</div>
</div>
</div><!-- PageBanner /- -->
<!-- ContactUs Section -->
<div class="container-fluid no-padding contactus-section">
<div class="container">
<div class="section-padding"></div>
<div class="row">
<div class="col-md-6">
<div class="map">
<div id="map-canvas-contact" class="map-canvas" data-lat="47.6087581" data-lng="-122.296424" data-string="2901 Marmora road, Glassgow, Seattle, WA 98122" data-zoom="10"></div>
</div>
</div>
<div class="col-md-6">
<div class="getintouch">
<h3>Get in touch </h3>
<p>Consectetur adipiscing elit. Pellentesque lobortis, nisl at ullamcorper egestas, felis tortor adipiscing dolor, a interdum lorem urna quis magna. Integer eget arcu Integer eget arcu sit amet Integer commodo ipsum congue eu.</p>
<form class="contactus-form" id="contact-form">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="form-group">
<input type="text" required="" placeholder="Name" id="input_name" class="form-control" name="contact-name">
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="form-group">
<input type="email" required="" placeholder="Email" id="input_email" class="form-control" name="contact-email">
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="form-group">
<textarea placeholder="Message" id="textarea_message" class="form-control" name="contact-message" rows="5"></textarea>
</div>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="form-group">
<input type="submit" name="post" title="Send" id="btn_submit" value="Submit">
</div>
</div>
<div class="alert-msg" id="alert-msg"></div>
</div>
</form>
</div>
</div>
</div>
<div class="section-padding"></div>
</div>
<div class="contactdetail-block">
<div class="container">
<div class="col-md-3 col-sm-3 col-xs-6 contactinfo-box">
<span class="icon icon-Pointer"></span>
<h3>Where We Are?</h3>
<p>2901 Marmora road, Glassgow, Seattle, WA 98122</p>
<a href="#" title="MORE ABOUT US ">MORE ABOUT US </a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 contactinfo-box">
<span class="icon icon-Phone2"></span>
<h3>Give us a Call</h3>
<p>Consectetuer ux adipis cing elit sed dolor sit amet.</p>
<a href="tel:+4301234321243" title="+4301234321243">+43 (0) 123 432 12 43</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 contactinfo-box">
<span class="icon icon-Printer"></span>
<h3>Vist Our Office</h3>
<p>Consectetuer ux adipis cing elit sed dolor sit amet.</p>
<a href="#" title="Get Direction">Get Direction</a>
</div>
<div class="col-md-3 col-sm-3 col-xs-6 contactinfo-box">
<span class="icon icon-Imbox"></span>
<h3>Drop us a Line</h3>
<p>Consectetuer ux adipis cing elit sed dolor sit amet.</p>
</div>
</div>
</div>
</div><!-- ContactUs Section /- -->
<!-- callOut -->
<div class="container-fluid no-padding callout">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-9 col-xs-8 callout-content">
<h3>Become an instructor</h3>
<p>Join thousand of instructors and earn money hassle free</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-4">
<a href="#" title="Join Now">Join Now</a>
</div>
</div>
</div>
</div><!-- callOut /- -->
<!-- Footer Main -->
<footer class="footer-main footer2 container-fluid no-padding">
<!-- Container -->
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget about_widget">
<a class="footer-logo" href="#" title="Logo"><img alt="logo" src="images/logo.png">Edumax<span>Education of Best</span></a>
<span>Marsh mallow muffin souffle jelly-o tart cake Marshmallow macaroon jelly jubes tiramisu lites halsat croissant cake.</span>
<p><span class="icon icon-Plaine"></span>Address : 44 New Design Street, Melbourne 005</p>
<p><span class="icon icon-Phone2"></span>Phone : <a title="01800433633" href="tel:+01800433633">(01) 800 433 633</a></p>
<p><span class="icon icon-Mail"></span>Email : <a title="[email protected]" href="mailto:[email protected]">[email protected]</a></p>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget useful-llink">
<h3 class="widget-title">Usefull Links</h3>
<ul>
<li><a href="about-page.html" title="About">About</a></li>
<li><a href="#" title="Careers">Careers</a></li>
<li><a href="#" title="Main Events">Main Events</a></li>
<li><a href="#" title="Become a Teacher">Become a Teacher</a></li>
<li><a href="blog-page.html" title="Latest News">Latest News</a></li>
<li><a href="contactus-page.html" title="Contact us">Contact us</a></li>
</ul>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget flickr_widget">
<h3 class="widget-title">Our Flicker</h3>
<div class="flickr-box">
<img src="images/flick-rpost1.jpg" alt="flick-rpost1" width="62" height="62"/>
<p>New Science Research<span>05th May 2016</span></p>
</div>
<div class="flickr-box">
<img src="images/flick-rpost2.jpg" alt="flick-rpost2" width="62" height="62"/>
<p>How White Is Too White?<span>05th May 2016</span></p>
</div>
<div class="flickr-box">
<img src="images/flick-rpost3.jpg" alt="flick-rpost3" width="62" height="62"/>
<p>New York Schools Wonder:<span>05th May 2016</span></p>
</div>
</aside>
</div>
<div class="col-md-3 col-sm-6">
<aside class="ftr-widget newsletter_widget">
<h3 class="widget-title">News Letters</h3>
<p>Subscribe Our Newsletter get the Important News. The Amazing Offers & Inside Scoops:</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn"><button class="btn" type="button" title="Go">Go</button></span>
</div>
<ul>
<li><a href="#" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" title="Google Plus"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#" title="Behance"><i class="fa fa-behance" aria-hidden="true"></i></a></li>
<li><a href="#" title="Dribbble"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
</aside>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom col-md-12 col-sm-12 no-padding">
<div class="copyright no-padding">
<span>Copyright © 2016. All Rights Reserved.</span>
</div>
<nav class="navbar ow-navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar2" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar2" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="courses-page.html" title="Courses">Courses</a></li>
<li><a href="events-page.html" title="Events">Events</a></li>
<li><a href="about-page.html" title="About">About</a></li>
<li><a href="blog-page.html" title="Blog">Blog</a></li>
<li><a href="contactus-page.html" title="Contact">Contact</a></li>
</ul>
</div>
</nav>
</div><!-- Footer Bottom /- -->
</div><!-- Container /- -->
</footer><!-- Footer /- -->
<!-- JQuery v1.11.3 -->
<script src="js/jquery.min.js"></script>
<!--script src="js/jquery.knob.js"></script-->
<!-- Library - Js -->
<script src="libraries/lib.js"></script><!-- Bootstrap JS File v3.3.5 -->
<!-- Library - Google Map API -->
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<!-- Library - Theme JS -->
<script src="js/functions.js"></script>
</body>
</html>