-
Notifications
You must be signed in to change notification settings - Fork 0
/
coding.html
415 lines (398 loc) · 23.5 KB
/
coding.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Vidyayan | Coding Classes</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;">Vidyayan</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="index.html">Home <span
class="sr-only"></span></a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="course.html">Courses</a></li>
<li class="nav-item"><a class="nav-link link-scroll active" href="coding.html">Coding for Kids</a></li>
<li class="nav-item"><a class="nav-link link-scroll" href="tutor.html">Become a tutor</a></li>
<div class="dropdown nav-item">
<a class="dropdown-toggle nav-link" href="study.html/" role="button" id="dropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Study Material
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">NCERT Solutions</a>
<a class="dropdown-item" href="#">CBSE</a>
<a class="dropdown-item" href="#">ICSE</a>
<a class="dropdown-item" href="#">State Boards</a>
<a class="dropdown-item" href="#">Competitive Exams</a>
<a class="dropdown-item" href="#">Course For Kids</a>
<a class="dropdown-item" href="#">All India Test</a>
<a class="dropdown-item" href="#">Quizes</a>
</div>
</div>
<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 Vidyayan</a>
<a class="dropdown-item" href="#">Child Safety</a>
<a class="dropdown-item" href="#">Our Result</a>
<a class="dropdown-item" href="#">Our Testimonials</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>
<!-- Hero Section-->
<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">Coding Classes for Kids - Introduce your child to the World of Coding</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">
<img src="/img/c-1.jpg" alt="">
<h2 class="h5 font-weight-normal h4 my-3">Introduction to C Programming Language</h2>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
<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-center px-2">
<div class="card-body px py-5">
<img src="/img/c-1.jpg" alt="">
<h2 class="h5 font-weight-normal h4 my-3">Introduction to C++ Programming Language</h2>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
<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-center px-2">
<div class="card-body px py-5">
<img src="/img/c-3.jpg" alt="">
<h3 class="h5 font-weight-normal h4 my-3">Introduction to Python Programming Language
</h3>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
<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-center px-2">
<div class="card-body px py-5">
<img src="/img/c-4.jpg" alt="">
<h3 class="h5 font-weight-normal h4 my-3">Introduction to Java Programming Language</h3>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
<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-center px-2">
<div class="card-body px py-5">
<img src="/img/c-5.jpg" alt="">
<h3 class="h5 font-weight-normal h4 my-3">Introduction to Web App Development </h3>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
<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-center px-2">
<div class="card-body px py-5">
<img src="/img/c-5.jpg" alt="">
<h3 class="h5 font-weight-normal h4 my-3">Introduction to Android App Development</h3>
<a class="btn btn-outline-dark" href="#" role="button">Know More</a>
<p class="text-small mb-0 text-muted"></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- coding Teacher-->
<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"></p>
<h2 class="mb-5">Meet Our Teachers</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/profile-1.jpg"
alt="" /></div>
<p class="lead text-muted mb-5">Coding is becoming basic literacy in this
digital age, and it is significant for kids to understand and utilize the
technology around them</p>
<h5 class="font-weight-bold mb-0">Suresh Vidyarthi</h5>
<p class="text-primary mb-0 text-small py-2">B.Tech in Computer Science &
Engineering</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/profile-2.jpg"
alt="" /></div>
<p class="lead text-muted mb-5">At Vedantu our motto is Teacher by choice, which
has given me an amazing opportunity to interact with students from all over
the world. It makes every day special.</p>
<h5 class="font-weight-bold mb-0">Anshu Priya</h5>
<p class="text-primary mb-0 text-small py-2">B.Tech in Computer Science & Engineering
</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/profile-2.jpg"
alt="" /></div>
<p class="lead text-muted mb-5">I believe in the holistic development of my
learners and improving their conceptual and logical thinking skills which in
turn imparts creativity in them.</p>
<h5 class="font-weight-bold mb-0">Shalini Sangeet</h5>
<p class="text-primary mb-0 text-small py-2">B.Tech in Computer Science & Engineering
</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>
<!--End Coding Teacher-->
<section class="with-pattern-1 py-2" 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 Coding Teachers now on your Fingertips</h2>
<p class="text-muted">Vidyayan provides you best Coding 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">Join NOw</a>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<h2>Start your Coding with Vidyayan</h2>
<p class="text-muted">Vidyayan provides you number of facilities.Join us and boost up your Coding
knowledge.</p>
<ul class="list-check">
<li class="text-muted mb-2">Live and Recorded Videos</li>
<li class="text-muted mb-2">Weekly tests and quizes</li>
<li class="text-muted mb-2">Clear your doubt</li>
</ul>
<button class="btn btn-primary js-modal-btn" data-video-id="B6uuIHpFkuo"><i
class="fas fa-play-circle mr-2"></i>Play video</button>
</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">
<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">
<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">
<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">
<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>
<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="#">[email protected]</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:[email protected]"><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>