-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse.html
389 lines (377 loc) · 22.5 KB
/
course.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Vidyayan | Courses</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Owl Carousel-->
<link rel="stylesheet" href="vendor/owl.carousel2/assets/owl.carousel.css">
<link rel="stylesheet" href="vendor/owl.carousel2/assets/owl.theme.default.css">
<!-- Modal Video-->
<link rel="stylesheet" href="vendor/modal-video/css/modal-video.min.css">
<!-- Google fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:400,600,800&display=swap">
<!-- Device Mockup-->
<link rel="stylesheet" href="css/device-mockups.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.png">
<!-- Tweaks for older IEs-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top">
<nav class="navbar-white bg-gray">
<div class="container">
<span class="navbar-brand mb-0 h2"><span style="color:#f17c1d; font-weight: bold;"><a href="#">Vidyayan</a></span>
</div>
</nav>
<button class="navbar-toggler navbar-toggler-left" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"><i class="fas fa-bars"></i></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link link-scroll " href="#">Home <span
class="sr-only"></span></a></li>
<li class="nav-item"><a class="nav-link link-scroll active" href="course.html">Projects</a></li>
<li class="nav-item"><a class="nav-link link-scroll mr-2" href="coding.html">Leaderboard</a></li>
<li class="nav-item"><a class="nav-link link-scroll mr-2" href="tutor.html">Internship</a></li>
<li class="nav-item"><a class="nav-link link-scroll mr-2" href="tutor.html">Training</a></li>
<li class="nav-item"><a class="nav-link link-scroll mr-2" href="tutor.html">Team</a></li>
<li class="nav-item"><a class="nav-link link-scroll mr-2" href="tutor.html">Contact</a></li>
<div class="dropdown nav-item">
<a class="dropdown-toggle nav-link" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
More
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="/about.html">About VSoC</a>
<a class="dropdown-item" href="/about.html">Campus Ambessdor</a>
<a class="dropdown-item" href="#">Careers</a>
<a class="dropdown-item" href="#">Our Blog</a>
<a class="dropdown-item" href="#">Terms & Conditions</a>
<a class="dropdown-item" href="#">Privacy Policy</a>
<a class="dropdown-item" href="#">FAQs</a>
</div>
</div>
<li class="btn "><a id="sign-up" class="link-scroll mr-2 py-2 px-3" href="#">Signin</a></li>
</ul>
</div>
</div>
</nav>
</header>
</header>
<section class="bg-center py-12" id="about"
style="background: url(img/service-bg.svg) no-repeat; background-size: cover">
<section class="about py-0">
<div class="container">
<p class="h6 text-uppercase text-primary"></p>
<h3 class="mb-5">Vidyayan Courses</h3>
<div class="row pb-5">
<div class="col-lg-6 col-sm-6 mb-4">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-center px-2">
<div class="card-body px py-5">
<svg class="svg-icon" style="width:40px;height:40px;color:#ff904e">
<use xlink:href="#document-saved-1"> </use>
</svg>
<h2 class="h5 font-weight-normal h4 my-3">JEE | NEET</h2>
<p class="text-small mb-0 text-muted my-2">JEE Main & Advanced | NEET</p>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 mb-4">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-center px-2">
<div class="card-body px py-5">
<svg class="svg-icon" style="width:40px;height:40px;color:#39f8d2">
<use xlink:href="#map-marker-1"> </use>
</svg>
<h2 class="h5 font-weight-normal h4 my-3">CLASSES 4-10</h2>
<p class="text-small mb-0 text-muted my-2">CBSE | ICSE | STATE BOARD</p>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 mb-4">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-center px-2">
<div class="card-body px py-5">
<svg class="svg-icon" style="width:40px;height:40px;color:#8190ff">
<use xlink:href="#sorting-1"> </use>
</svg>
<h3 class="h5 font-weight-normal h4 my-3">CLASSES 11-12</h3>
<p class="text-small mb-0 text-muted my-2">CBSE | ICSE | STATE BOARD</p>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 mb-4">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-center px-2">
<div class="card-body px py-5">
<svg class="svg-icon" style="width:40px;height:40px;color:#ff634b">
<use xlink:href="#arrow-target-1"> </use>
</svg>
<h3 class="h5 font-weight-normal h4 my-3">CODING CLASSES</h3>
<p class="text-small mb-0 text-muted my-2">FOR AGE 6-15</p>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="with-pattern-1" id="services">
<div class="container">
<div class="row align-items-center mb-5">
<div class="col-lg-6 mb-5 mb-lg-0"><img class="img-fluid w-100 px-lg-5" src="img/objects.svg"
alt=""></div>
<div class="col-lg-6">
<h2>The Best Teachers now on your Fingertips</h2>
<p class="text-muted">Vidyayan provides you best teachers. We will give you direction for smart
learning.
Let's progress together.</p>
<a class="btn btn-outline-dark" href="https://forms.gle/Zz7f7epQdmjs85Bo9" role="button">Find Me Tutor</a>
<a class="btn btn-outline-dark" href="https://forms.gle/Znh3fZasXjwnMRm2A" role="button">Join as a Tutor</a>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<h2>Start your learning with Vidyayan</h2>
<p class="text-muted">Vidyayan provides you number of facilities.Join us and boost up your
knowledge.</p>
<ul class="list-check">
<li class="text-muted mb-2">NCERT books pdf</li>
<li class="text-muted mb-2">Weekly tests and quizes</li>
<li class="text-muted mb-2">Clear your doubt</li>
</ul>
<a class="btn btn-outline-dark" href="#" role="button">Join Now</a>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-lg-6 col-sm-6 mb-4">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-left px-2">
<div class="card-body px py-5">
<img src="/img/guidance-icon.png" alt="">
<h3 class="h5 font-weight-normal h4 my-3">Learn Live</h3>
<p class="text-small mb-0 text-muted"></p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 mb-4">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-left px-2">
<div class="card-body px py-5">
<img src="/img/weekday-icon.png" alt="">
<h3 class="h5 font-weight-normal h4 my-3">Quiz and weekly test</h3>
<p class="text-small mb-0 text-muted"></p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 mb-4">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-left px-2">
<div class="card-body px py-5">
<img src="/img/doubts-icon.png" alt="">
<h3 class="h5 font-weight-normal h4 my-3">Prepare with India’s best tutor</h3>
<p class="text-small mb-0 text-muted">.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<!-- Services Item-->
<div class="card border-0 shadow rounded-lg text-left px-2">
<div class="card-body px py-5">
<img src="/img/classes-icon.png" alt="">
<h3 class="h5 font-weight-normal h4 my-3">One-on-one
mentor guidance</h3>
<p class="text-small mb-0 text-muted"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<section class="p-0" id="testimonials"
style="background: url(img/testimonials-bg.png) no-repeat; background-size: 40% 100%; background-position: left center">
<div class="container text-center">
<p class="h6 text-uppercase text-primary">Our Team</p>
<h2 class="mb-5">One spirit, one team, one win</h2>
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="owl-carousel owl-theme testimonials-slider">
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-1.jpg"
alt="" /></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam.</p>
<h5 class="font-weight-bold mb-0">Sarah Hudson</h5>
<p class="text-primary mb-0 text-small">Tech Developer</p>
</div>
</div>
</div>
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-2.png"
alt="" /></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam.</p>
<h5 class="font-weight-bold mb-0">Frank Smith</h5>
<p class="text-primary mb-0 text-small">Tech Developer</p>
</div>
</div>
</div>
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-1.jpg"
alt="" /></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam.</p>
<h5 class="font-weight-bold mb-0">Sarah Hudson</h5>
<p class="text-primary mb-0 text-small">Tech Developer</p>
</div>
</div>
</div>
<div class="mx-3 mx-lg-5 my-5 pt-3">
<div class="card shadow rounded-lg px-4 py-5 px-lg-5 with-pattern bg-white border-0">
<div class="card-body index-forward pt-5 rounded-lg">
<div class="testimonial-img"><img class="rounded-circle" src="img/avatar-2.png"
alt="" /></div>
<p class="lead text-muted mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam.</p>
<h5 class="font-weight-bold mb-0">Frank Smith</h5>
<p class="text-primary mb-0 text-small">Tech Developer</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><a class="scropll-top-btn" id="scrollTop" href="#"><i class="fas fa-long-arrow-alt-up"></i></a>
<footer class="with-pattern-1 position-relative">
<div class="container section-padding-y">
<div class="row">
<div class="col-lg-3 mb-4 mb-lg-0"><img class="mb-4" src="img/logo.png" alt="" width="200">
<p class="text-muted">We began providing tutoring – both Face-to-face Home Tutoring and Online
Tutoring – to
students in India. Today we are India's leading tutoring platform for both Home and Online
Tuition.
We find the best tutor for you
</p>
</div>
<div class="col-lg-2 mb-4 mb-lg-0">
<h2 class="h5 mb-4">Quick Links</h2>
<div class="d-flex">
<ul class="list-unstyled d-inline-block mr-4 mb-0">
<li class="mb-2"><a class="footer-link" href="#">History </a></li>
<li class="mb-2"><a class="footer-link" href="/about.html">About us</a></li>
<li class="mb-2"><a class="footer-link" href="#">Contact us</a></li>
<li class="mb-2"><a class="footer-link" href="#">Services</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 mb-4 mb-lg-0">
<h2 class="h5 mb-4">Services</h2>
<div class="d-flex">
<ul class="list-unstyled mr-4 mb-0">
<li class="mb-2"><a class="footer-link" href="#">History </a></li>
<li class="mb-2"><a class="footer-link" href="#">About us</a></li>
<li class="mb-2"><a class="footer-link" href="#">Contact us</a></li>
<li class="mb-2"><a class="footer-link" href="#">Services</a></li>
</ul>
</div>
</div>
<div class="col-lg-5">
<h2 class="h5 mb-4">Contact Info</h2>
<ul class="list-unstyled mr-4 mb-3">
<li class="mb-2 text-muted">BHAGALPUR, BIHAR, INDIA</li>
<li class="mb-2"><a class="footer-link" href="tel:8271742953">8271742953</a></li>
<li class="mb-2"><a class="footer-link" href="#">contact@vidyayan.in</a></li>
</ul>
<ul class="list-inline mb-0">
<li class="list-inline-item"><a class="social-link"
href="https://www.facebook.com/vidyayan.edu"><i class="fab fa-facebook-f"></i></a></li>
<li class="list-inline-item"><a class="social-link"
href="https://www.linkedin.com/company/vidyayan"><i class="fab fa-linkedin-in"></i></a>
</li>
<li class="list-inline-item"><a class="social-link" href="https://twitter.com/Vidyayan2"><i
class="fab fa-twitter"></i></a></li>
<li class="list-inline-item"><a class="social-link" href="mailto:contact@vidyayan.in"><i
class="fab fa-google-plus"></i></a></li>
<li class="list-inline-item"><a class="social-link"
href="https://www.instagram.com/vidyayan_edu/"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="copyrights">
<div class="container text-center py-4">
<p class="mb-0 text-muted text-sm">© 2021, Vidyayan Eduventure Pvt. Limited | All rights reserved.</p>
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/owl.carousel2/owl.carousel.min.js"></script>
<script src="vendor/modal-video/js/modal-video.js"></script>
<script src="js/front.js"></script>
<script>
// ------------------------------------------------------- //
// Inject SVG Sprite -
// see more here
// https://css-tricks.com/ajaxing-svg-sprite/
// ------------------------------------------------------ //
function injectSvgSprite(path) {
var ajax = new XMLHttpRequest();
ajax.open("GET", path, true);
ajax.send();
ajax.onload = function (e) {
var div = document.createElement("div");
div.className = 'd-none';
div.innerHTML = ajax.responseText;
document.body.insertBefore(div, document.body.childNodes[0]);
}
}
// this is set to BootstrapTemple website as you cannot
// inject local SVG sprite (using only 'icons/orion-svg-sprite.svg' path)
// while using file:// protocol
// pls don't forget to change to your domain :)
injectSvgSprite('https://bootstraptemple.com/files/icons/orion-svg-sprite.svg');
</script>
<!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</body>
</html>