-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
347 lines (326 loc) · 20.1 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Vidyayan | About Us</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 mr-2" href="coding.html/">Coding for Kids</a></li>
<li class="nav-item"><a class="nav-link link-scroll mr-2" 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="with-pattern-1 py-12" 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/Znh3fZasXjwnMRm2A" role="button">Join as a Tutor</a>
<a class="btn btn-outline-dark" href="https://forms.gle/Zz7f7epQdmjs85Bo9" role="button">Find Me a Tutor</a>
</div>
</div>
</div>
</section>
<!--about Us-->
<div class="container text-center">
<hr>
<h3 class="mb-5">Vision</h3>
<p class="responseText text-primary">Vidyayan is the tutor providing platform that connects students
searching for a tutor with tutors looking to generate additional income.
Vidyayan features India's best home and online tutors, ranked and reviewed by students. We aim to openly
identify India's best tutors, and have them constantly prove their excellence by getting top reviews from
students.
At our website you can view tutor details and select the tutor you want OR we can find the right tutor for
you!
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>
<hr>
<h3 class="mb-5">Mision</h3>
<p class="responseText text-primary">Vidyayan is constantly looking for ways of transforming the education
industry, growing tutoring businesses, and enabling novel ways of income. Education professionals who are
willing to begin private tutoring or upgrade their existing businesses deserve a professional tool carefully
tailored for their needs.</p>
</div>
<!--Founders-->
<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">
<hr>
<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/profile-1.jpg"
alt="" /></div>
<p class="lead text-muted mb-5">Aim for success, not perfection. Never give up your
right to be wrong, because then you will lose the ability to learn new things
and move forward with your life. Remember that fear always lurks behind
perfectionism.</p>
<h5 class="font-weight-bold mb-0">Suresh Vidyarthi</h5>
<p class="text-primary mb-0 text-small py-2">CEO & Founder</p>
<ul class="list-inline mb-0 my-3">
<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="https://www.instagram.com/vidyayan_edu/"><i
class="fab fa-instagram"></i></a></li>
</ul>
</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">To accuse others for one’s own misfortunes is a sign
of want of education. To accuse oneself shows that one’s education has begun. To
accuse neither oneself nor others shows that one’s education is complete.</p>
<h5 class="font-weight-bold mb-0">Anshu Priya</h5>
<p class="text-primary mb-0 text-small py-2">CFO & Co-Founder</p>
<ul class="list-inline mb-0 my-3">
<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="https://www.instagram.com/vidyayan_edu/"><i
class="fab fa-instagram"></i></a></li>
</ul>
</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">If you don’t go after what you want, you’ll never
have it. If you don’t ask, the answer is always no. If you don’t step forward,
you’re always in the same place.</p>
<h5 class="font-weight-bold mb-0">Shalini Sangeet</h5>
<p class="text-primary mb-0 text-small py-2">CMO & Co--Founder</p>
<ul class="list-inline mb-0 my-3">
<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="https://www.instagram.com/vidyayan_edu/"><i
class="fab fa-instagram"></i></a></li>
</ul>
</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 Founders-->
<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">BCE BHAGALPUR CAMPUS</li>
<li class="mb-2 text-muted">BHAGALPUR 813210 IN</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>