-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
298 lines (241 loc) · 12.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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="apple-touch-icon" sizes="57x57" href="fav/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="fav/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="fav/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="fav/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="fav/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="fav/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="fav/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="fav/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="fav/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="fav/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="fav/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="fav/favfavicon-16x16.png">
<link rel="manifest" href="fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="fav/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/lightbox.css" />
<script type="text/javascript">
$(document).ready(function()
{
$('#firstImage').trigger('click');
});
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5830270fe6ab3b03d0547a5e/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<title>Oxford Education Instute - 'COMPUTER:LANGUAGE:CONSULTANCY'</title>
</head>
<body id="bdy" class="row container-fluid" onLoad="javascript:showLightBox()">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.5&appId=754385517967343";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- The following codes demostrate jssor slider work independently without any other javascript library. -->
<!-- <a id="firstImage" class="example-image-link" href="images/dashin.jpg" data-lightbox="example-2"></a>-->
<script type="text/javascript" src="js/jssor.slider-20.min.js"></script>
<!-- use jssor.slider-20.debug.js instead for debug -->
<script>
jssor_1_slider_init = function() {
var jssor_1_options = {
$AutoPlay: true,
$SlideDuration: 800,
$SlideEasing: $Jease$.$OutQuint,
$ArrowNavigatorOptions: {
$Class: $JssorArrowNavigator$
},
$BulletNavigatorOptions: {
$Class: $JssorBulletNavigator$
}
};
var jssor_1_slider = new $JssorSlider$("jssor_1", jssor_1_options);
//responsive code begin
//you can remove responsive code if you don't want the slider scales while window resizes
function ScaleSlider() {
var refSize = jssor_1_slider.$Elmt.parentNode.clientWidth;
if (refSize) {
refSize = Math.min(refSize, 1920);
jssor_1_slider.$ScaleWidth(refSize);
}
else {
window.setTimeout(ScaleSlider, 30);
}
}
ScaleSlider();
$Jssor$.$AddEvent(window, "load", ScaleSlider);
$Jssor$.$AddEvent(window, "resize", $Jssor$.$WindowResizeFilter(window, ScaleSlider));
$Jssor$.$AddEvent(window, "orientationchange", ScaleSlider);
//responsive code end
};
</script>
<!-- <div class="row padding-0 ">-->
<!-- <div class="col-sm-4 padding-0"><img class="img-responsive" src="images/tealaya-logo.png" ></div>-->
<div id="custom-bootstrap-menu" class="navbar navbar-default " role="navigation">
<div id="banner" class="row container-fluid"><div class="col-sm-8"> <img class="img-responsive" src="images/heder-logo.png" /></div><div class="col-sm-4">
<div id="reg" class="row"><i><br />Recognized By Government of Nepal & Ministry of Education.Regd. No. 136103/71/072</i></div>
<div id="social" class="row">
<div class="col-lg-3 col-md-3 col-xs-3">
<a href="https://www.facebook.com/Oxford-International-Education-Centre-Consultancy-PLtd-1621969181419777/" target="_blank"><img class="img-responsive" src="images/facebook.png" /> </a>
</div>
<div class="col-lg-3 col-md-3 col-xs-3">
<img class="img-responsive" src="images/twitter.png" />
</div>
<div class="col-lg-3 col-md-3 col-xs-3">
<a href="https://www.youtube.com/watch?v=LZaV-QDBQwQ&t=1090s" target="_blank"> <img class="img-responsive" src="images/youtube.jpg" /> </a>
</div>
<div class="col-lg-3 col-md-3 col-xs-3">
<a href="https://plus.google.com/104174158439274560174" target="_blank"> <img class="img-responsive" src="images/google.jpg" /> </a>
</div>
</div> </div></div>
<div class="container-fluid">
<div class="navbar-header"><a class="navbar-brand" href="#"><!--<img id="logo" class="img-responsive" src="images/logo.png" >--></a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-menubuilder"><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="bg-menu">
<div id="mnu" class="collapse navbar-collapse navbar-menubuilder">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a>
</li>
<li><a href="index.html#about">About Us</a>
</li>
<li><a href="index.html#course">Our Service</a>
</li>
<li><a href="index.html#team">Our Team</a>
</li>
<li><a href="student.html">Student</a>
</li>
<li><a href="gallary.html">Gallery</a>
</li>
<li><a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div>
<div id="top"></div>
<div id="news" class="row container-fluid">
<div class="col-sm-2"><i><h5><b>Latest News</b></h5></i></div>
<div class="col-sm-10"><marquee><i><h5><span>"New English language class, Japanese Language Class, and the tuition class of 11 & 12 are going to start from experienced and qualified teachers from Poush 1, 2072"</span></h5></i></marquee></div>
</div>
<div id="news1" class="row container-fluid">
</div>
<!--body started-->
<div id="body">
<!--vertical panel-->
<div class="container-fluid">
<div class="col-sm-8">
<form role="form" class="form-horizontal" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="contactform">
<fieldset>
<legend>CONTACT US</legend>
<div class="form-group">
<div class="col-md-12">
<label for="txt_name" class="control-label">Name</label>
</div>
<div class="col-md-12">
<input class="form-control" name="txt_name" placeholder="Your Full Name" type="text" />
</div>
</div>
<div class="form-group">
<div class="col-md-12">
<label for="txt_email" class="control-label">Email ID</label>
</div>
<div class="col-md-12">
<input class="form-control" name="txt_email" placeholder="Your Email ID" type="text" />
</div>
</div>
<div class="form-group">
<div class="col-md-12">
<label for="txt_subject" class="control-label">Subject</label>
</div>
<div class="col-md-12">
<input class="form-control" name="txt_subject" placeholder="Your Subject" type="text" />
</div>
</div>
<div class="form-group">
<div class="col-md-12">
<label for="txt_msg" class="control-label">Message</label>
</div>
<div class="col-md-12">
<textarea class="form-control" name="txt_msg" rows="4" placeholder="Your Message"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-md-6">
<div class="g-recaptcha" data-sitekey="6Lc_IQ4TAAAAAKErOq3dHr1PrDInS1an2CUVOy5p"></div>
</div>
<div class="col-md-6" align="right">
<input name="submit" type="submit" class="btn btn-primary" value="Send" />
</div>
</div>
</fieldset>
</form>
</div>
<div class="col-sm-4">
<div class="row container-fluid"> <img class="img-responsive" src="images/logo.png" /> </div>
<div class="container-fluid">
<p><h5><b>Oxford Education Center and Consultancy</b></h5>
<i><b>Address:</b> Sukeddhara Chowk, Kathmandu, Nepal<br />
<i><b>Email:</b> [email protected]<br />
<b>Website:</b> www.oxfordeducation.com.np<br /></i>
<b>Phone:</b> +977-1-4377050<br /></i><br />
<a class="example-image-link" href="images/gal/1.JPG" data-lightbox="example-1">
<img class="img-responsive" src="images/gal/1.jpg" />
</a>
</div>
</div>
<!--vertical panel end-->
<!--body end-->
<div class="row container-fluid">
<div class="row container-fluid">
<div class="col-sm-12"> <h3><legend>OUR LOCATION</legend></h3></div>
</div>
<div class="col-sm-9"> <h6><i>Sukedhara Chowk, Kathmandu, Nepal Phone : 977 9851158991, 977 1 4377050</i></h6></div>
<div class="row container-fluid">
<iframe src="http://www.map-generator.org/da169860-9b87-4aba-badf-51c052f275f4/iframe-map.aspx" scrolling="no" width="100%" height="400px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</div>
</div>
</div>
<div id="footer" class="container-fluid"> <br />
<div class="col-sm-6" style="text-align:left;"> © Oxford Int'l Education Centre </h3></div>
<div class="col-sm-6" style="text-align:right;"> Power By : <a href="http://www.nepfinder.com" target="_blank"> Nepfinder.com </a> </h3></div>
</div>
<script src="js/lightbox-plus-jquery.min.js"></script>
<script>
jssor_1_slider_init();
</script>
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('#tabs').tab();
});
</script>
</div> <!-- container -->
</body>
</html>