-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact-1.html
More file actions
573 lines (547 loc) · 23.1 KB
/
contact-1.html
File metadata and controls
573 lines (547 loc) · 23.1 KB
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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META ============================================= -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="robots" content="" />
<!-- DESCRIPTION -->
<meta name="description" content="Get Well Nursing College" />
<!-- OG -->
<meta property="og:title" content="Get Well Nursing College" />
<meta property="og:description" content="Get Well Nursing College" />
<meta property="og:image" content="" />
<meta name="format-detection" content="telephone=no">
<!-- FAVICONS ICON ============================================= -->
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.png" />
<!-- PAGE TITLE HERE ============================================= -->
<title>Get Well Nursing College</title>
<!-- MOBILE SPECIFIC ============================================= -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
<!-- All PLUGINS CSS ============================================= -->
<link rel="stylesheet" type="text/css" href="assets/css/assets.css">
<!-- TYPOGRAPHY ============================================= -->
<link rel="stylesheet" type="text/css" href="assets/css/typography.css">
<!-- SHORTCODES ============================================= -->
<link rel="stylesheet" type="text/css" href="assets/css/shortcodes/shortcodes.css">
<!-- STYLESHEETS ============================================= -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link class="skin" rel="stylesheet" type="text/css" href="assets/css/color/color-1.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TR0C606Y89"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TR0C606Y89');
</script>
<body id="bg">
<div class="page-wraper">
<div id="loading-icon-bx"></div>
<!-- Header Top ==== -->
<header class="header rs-nav header-transparent">
<div class="top-bar">
<div class="announcement" style="background-color: white; color: black;"><marquee behavior="" direction="">New Announcement Coming Soon</marquee></div>
<div class="container">
<div class="row d-flex justify-content-between">
<!-- <div class="topbar-left">
<ul>
<li>
<a href="faq-1.html"
><i class="fa fa-question-circle"></i>Ask a Question</a
>
</li>
<li>
<a href="javascript:;"
><i class="fa fa-envelope-o"></i>Support@website.com</a
>
</li>
</ul>
</div> -->
<!-- <div class="topbar-right">
<ul>
<li>
<select class="header-lang-bx">
<option data-icon="flag flag-uk">English UK</option>
<option data-icon="flag flag-us">English US</option>
</select>
</li>
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</div> -->
</div>
</div>
</div>
<div class="sticky-header navbar-expand-lg">
<div class="menu-bar clearfix">
<div class="container clearfix">
<!-- Header Logo ==== -->
<div class="menu-logo">
<a href="index.html"
><img src="assets/images/Gw logo.png" alt=""
/></a>
</div>
<!-- Mobile Nav Button ==== -->
<button
class="navbar-toggler collapsed menuicon justify-content-end"
type="button"
data-toggle="collapse"
data-target="#menuDropdown"
aria-controls="menuDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span></span>
<span></span>
<span></span>
</button>
<!-- Author Nav ==== -->
<div class="secondary-menu">
<div class="secondary-inner">
<ul>
<li>
<a href="https://www.facebook.com/people/Getwell-institute-of-medical-nursing-education-ratlam/61554223557929/" class="btn-link"
><i class="fa fa-facebook"></i
></a>
</li>
</ul>
</div>
</div>
<!-- Search Box ==== -->
<!-- <div class="nav-search-bar">
<form action="#">
<input
name="search"
value=""
type="text"
class="form-control"
placeholder="Type to search"
/>
<span><i class="ti-search"></i></span>
</form>
<span id="search-remove"><i class="ti-close"></i></span>
</div> -->
<!-- Navigation Menu ==== -->
<div
class="menu-links navbar-collapse collapse justify-content-start"
id="menuDropdown"
>
<div class="menu-logo">
<a href="index.html"
><img src="assets/images/Gw logo.png" alt=""
/></a>
</div>
<ul class="nav navbar-nav">
<li>
<a href="index.html">
Home
</a>
</li>
<li >
<a href="about-1.html">About</a>
</li>
<li><a href="portfolio.html">Gallery</a></li>
<li><a href="event.html">Events</a></li>
<li ><a href="profile.html">Faculty</a></li>sss
<li class="add-mega-menu">
<a href="javascript:;"
>Courses<i class="fa fa-chevron-down"></i
></a>
<ul class="sub-menu add-menu">
<li class="add-menu-left">
<h5 class="menu-adv-title">Courses</h5>
<ul>
<!-- <li><a href="courses.html"></a></li> -->
<li>
<a href="GNM.html">GNM</a>
</li>
<li><a href="Coming Soon.html">B.Sc Nursing (Coming Soon)</a></li>
<!-- <li><a href="membership.html">Membership</a></li> -->
</ul>
</li>
<li class="add-menu-right">
<img src="assets/images/adv/adv.jpg" alt="" />
</li>
</ul>
</li>
<li class="active"><a href="contact-1.html">Contact Us</a></li>
<!-- <li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li class="nav-dashboard">
<a href="javascript:;"
>Dashboard <i class="fa fa-chevron-down"></i
></a>
<ul class="sub-menu">
<li><a href="admin/index.html">Dashboard</a></li>
<li><a href="admin/add-listing.html">Add Listing</a></li>
<li><a href="admin/bookmark.html">Bookmark</a></li>
<li><a href="admin/courses.html">Courses</a></li>
<li><a href="admin/review.html">Review</a></li>
<li>
<a href="admin/teacher-profile.html">Teacher Profile</a>
</li>
<li>
<a href="admin/user-profile.html">User Profile</a>
</li>
<li>
<a href="javascript:;"
>Calendar<i class="fa fa-angle-right"></i
></a>
<ul class="sub-menu">
<li>
<a href="admin/basic-calendar.html"
>Basic Calendar</a
>
</li>
<li>
<a href="admin/list-view-calendar.html"
>List View Calendar</a
>
</li>
</ul> -->
</li>
</ul>
</li>
</ul>
<div class="nav-social-link">
<a href="javascript:;"><i class="fa fa-facebook"></i></a>
<a href="javascript:;"><i class="fa fa-google-plus"></i></a>
<a href="javascript:;"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<!-- Navigation Menu END ==== -->
</div>
</div>
</div>
</header>
<!-- header END ==== -->
<!-- Content -->
<div class="page-content bg-white">
<!-- inner page banner -->
<div class="page-banner ovbl-dark" style="background-image:url(assets/images/banner/banner3.jpg);">
<div class="container">
<div class="page-banner-entry">
<h1 class="text-white">Contact Us 1</h1>
</div>
</div>
</div>
<!-- Breadcrumb row -->
<div class="breadcrumb-row">
<div class="container">
<ul class="list-inline">
<li><a href="#">Home</a></li>
<li>Contact Us 1</li>
</ul>
</div>
</div>
<!-- Breadcrumb row END -->
<!-- inner page banner -->
<div class="page-banner contact-page section-sp2">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 m-b30">
<div class="bg-primary text-white contact-info-bx">
<h2 class="m-b10 title-head">Contact <span>Information</span></h2>
<p>Welcome to Getwell Nursing College – your gateway to a rewarding and fulfilling educational journey in nursing! Whether you're seeking information about our programs, admissions, or any other inquiries, we are here to assist you.</p>
<div class="widget widget_getintuch">
<ul>
<li><i class="ti-location-pin"></i>Ganga Sagar , Barbad Raod Ratlam 457001</li>
<li><i class="ti-mobile"></i>+91 96321 40741</li>
<li><i class="ti-mobile"></i>+91 83199 03935</li>
<li><i class="ti-email"></i>getwellnursing@yahoo.in</li>
</ul>
</div>
<h5 class="m-t0 m-b20">Follow Us</h5>
<ul class="list-inline contact-social-bx">
<li><a href="https://www.facebook.com/people/Getwell-institute-of-medical-nursing-education-ratlam/61554223557929/" class="btn outline radius-xl"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" class="btn outline radius-xl"><i class="fa fa-twitter"></i></a></li>
<li><a href="#" class="btn outline radius-xl"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#" class="btn outline radius-xl"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-7 col-md-7">
<form
action="https://formcarry.com/s/lu_O-c_OyqF"
method="POST"
enctype="multipart/form-data"
>
<div class="ajax-message"></div>
<div class="heading-bx left">
<h2 class="title-head">Get In <span>Touch</span></h2>
<p>We're eager to answer your questions, address your concerns, and guide you through the exciting opportunities that await you at Nrusing College. Don't hesitate to reach out – we're here to help you make informed decisions about your education.</p>
</div>
<div class="row placeani">
<div class="col-lg-6">
<div class="form-group">
<div class="input-group">
<label>Your Name</label>
<input name="name" type="text" required class="form-control valid-character">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<div class="input-group">
<label>Your Email Address</label>
<input name="email" type="email" class="form-control" required >
</div>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<div class="input-group">
<label>Your Phone</label>
<input name="phone" type="text" required class="form-control int-value">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<div class="input-group">
<label>Subject</label>
<input name="subject" type="text" required class="form-control">
</div>
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
<div class="input-group">
<label>Type Message</label>
<textarea name="message" rows="4" class="form-control" required ></textarea>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
<div class="input-group">
<div class="g-recaptcha" data-sitekey="6Lf2gYwUAAAAAJLxwnZTvpJqbYFWqVyzE-8BWhVe" data-callback="verifyRecaptchaCallback" data-expired-callback="expiredRecaptchaCallback"></div>
<input class="form-control d-none" style="display:none;" data-recaptcha="true" required data-error="Please complete the Captcha">
</div>
</div>
</div>
<div class="col-lg-12">
<button name="submit" type="submit" value="Send" class="btn button-md"> Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- inner page banner END -->
</div>
<!-- Content END-->
<!-- Footer ==== -->
<footer>
<div class="footer-top">
<div class="pt-exebar">
<div class="container">
<div class="d-flex align-items-stretch">
<div class="pt-logo mr-auto">
<a href="index.html"
><img src="assets/images/Gw logo.png" alt="" style="width: 100px;"
/></a>
</div>
<div class="pt-social-link">
<ul class="list-inline m-a0">
<li>
<a href="https://www.facebook.com/people/Getwell-institute-of-medical-nursing-education-ratlam/61554223557929/" class="btn-link"
><i class="fa fa-facebook"></i
></a>
</li>
<li>
<a href="#" class="btn-link"
><i class="fa fa-twitter"></i
></a>
</li>
<li>
<a href="#" class="btn-link"
><i class="fa fa-linkedin"></i
></a>
</li>
<li>
<a href="#" class="btn-link"
><i class="fa fa-google-plus"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row" style="justify-content: space-around;">
<!-- <div class="col-lg-4 col-md-12 col-sm-12 footer-col-4">
<div class="widget">
<h5 class="footer-title">Sign Up For A Newsletter</h5>
<p class="text-capitalize m-b20">
Weekly Breaking news analysis and cutting edge advices on
job searching.
</p>
<div class="subscribe-form m-b20">
<form
class="subscription-form"
action="http://educhamp.themetrades.com/demo/assets/script/mailchamp.php"
method="post"
>
<div class="ajax-message"></div>
<div class="input-group">
<input
name="email"
required="required"
class="form-control"
placeholder="Your Email Address"
type="email"
/>
<span class="input-group-btn">
<button
name="submit"
value="Submit"
type="submit"
class="btn"
>
<i class="fa fa-arrow-right"></i>
</button>
</span>
</div>
</form>
</div>
</div>
</div> -->
<div class="col-12 col-lg-5 col-md-7 col-sm-12">
<div class="row">
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Company</h5>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-1.html">About</a></li>
<li><a href="faq-1.html">FAQs</a></li>
</ul>
</div>
</div>
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Get In Touch</h5>
<ul>
<li><a href="contact-1.html">Contact</a></li>
<!-- <li><a href="blog-classic-grid.html">Blog</a></li> -->
<li><a href="portfolio.html">Gallery</a></li>
<li><a href="event.html">Event</a></li>
</ul>
</div>
</div>
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Courses</h5>
<ul>
<li>B.Sc.</li>
<li>MSc.</li>
<li>GNM</li>
<li>Post Basic Nursing</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-3 col-md-5 col-sm-12 footer-col-4">
<div class="widget widget_gallery gallery-grid-4">
<h5 class="footer-title">Our Gallery</h5>
<ul class="magnific-image">
<li>
<a
href="assets/images/gallery/pic1.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic1.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic2.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic2.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic3.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic3.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic4.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic4.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic5.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic5.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic6.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic6.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic7.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic7.jpg" alt=""
/></a>
</li>
<li>
<a
href="assets/images/gallery/pic8.jpg"
class="magnific-anchor"
><img src="assets/images/gallery/pic8.jpg" alt=""
/></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer END ==== -->
<!-- scroll top button -->
<button class="back-to-top fa fa-chevron-up" ></button>
</div>
<!-- External JavaScripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/vendors/bootstrap/js/popper.min.js"></script>
<script src="assets/vendors/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/vendors/bootstrap-select/bootstrap-select.min.js"></script>
<script src="assets/vendors/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script>
<script src="assets/vendors/magnific-popup/magnific-popup.js"></script>
<script src="assets/vendors/counter/waypoints-min.js"></script>
<script src="assets/vendors/counter/counterup.min.js"></script>
<script src="assets/vendors/imagesloaded/imagesloaded.js"></script>
<script src="assets/vendors/masonry/masonry.js"></script>
<script src="assets/vendors/masonry/filter.js"></script>
<script src="assets/vendors/owl-carousel/owl.carousel.js"></script>
<script src="assets/js/functions.js"></script>
<script src="assets/js/contact.js"></script>
<script src='assets/vendors/switcher/switcher.js'></script>
<script src='../../www.google.com/recaptcha/api.js'></script>
</body>
</html>