-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaboutus.php
346 lines (282 loc) · 12.8 KB
/
aboutus.php
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
<html>
<head>
<title>Educot About Us</title>
<script type="text/javascript" src="jquery.min.js"></script>
<link rel="stylesheet" href="style/slider-def.css">
<link href="https://fonts.googleapis.com/css?family=Mirza" rel="stylesheet">
<link href="css/main.css" rel="stylesheet" type="text/css">
<!-- Bootstrap CSS -->
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merienda" rel="stylesheet">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" crossorigin="anonymous">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://use.fontawesome.com/9adc8cef54.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<nav class="navbar fixed-top navbar-toggleable-md navbar-inverse bg-faded">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="home.php"><img class="img-responsive" src="images/logo.png" alt="logo"></a>
<h4 style="color:white;">Jump 2 School</h4>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.php"><i class="fa fa-home" aria-hidden="true"></i> Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-book" aria-hidden="true"></i>Subjects/Classes
</a>
<div class="dropdown-menu row" aria-labelledby="navbarDropdown">
<div class="container">
<div class="row">
<div class="col-md-3">
<span class="text-uppercase">Classes</span>
<div class="dropdown-divider"></div>
<ul class="nav flex-column">
<li class="dropdown-item">
<a class="" href="#">Class 6</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Class 7</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Class 8</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Class 9</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Class 10</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Class 11</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Class 12</a>
</li>
</ul>
</div>
<div class="col-md-3">
<span class="text-uppercase">Subjects</span>
<div class="dropdown-divider"></div>
<ul class="nav flex-column">
<li class="dropdown-item">
<a class="" href="#">Science</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Maths</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Social Studies</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Computer Science</a>
</li>
<li class="dropdown-item">
<a class="" href="#">Aptitude</a>
</li>
</ul>
</div>
</div>
</div>
<div class="dropdown-divider"></div>
<a class="dropdown-item disabled" href="#">More Subjects coming soon</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="aboutus.php"><i class="fa fa-superpowers" aria-hidden="true"></i>About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.php"><i class="fa fa-envelope" aria-hidden="true"></i> Contact Us</a>
</li>
<button class="btn btn-success" type="button">Login</button>
<button class="btn btn-dark" type="button">Sign Up</button>
</ul>
</div>
</nav>
<header class="abtusintro">
<div class="intro-body">
<img class="app-iphone" src="images/logo2.png" style="width: 40%;">
<div class="row">
<div class="col-sm-4">
<h1 class="abtusititle">Any Pace</h1>
</div>
<div class="col-sm-4">
<h1 class="abtusititle">Any Place</h1>
</div>
<div class="col-sm-4">
<h1 class="abtusititle">Any Time</h1>
</div>
</div>
</div>
<!-- end intro body -->
</header>
<div style="background-color:white;text-align:center;padding:50px 20px;text-align: justify;">
<h3 style="text-align:center;">What is Online School ?</h3>
<p>An online school (virtual school or cyber-school) teaches students entirely or
primarily online or through the internet. An online school can mimic many of the
benefits provided by a physical school (learning materials, online exercises, self-paced
courses, live online classes, tests, web forums, etc) but delivers these through the
internet. Physical interaction by students and teachers is unnecessary, or only
supplementary. Online schools may also enable individuals to earn transferable credits
or to take recognised examinations, to advance to the next level of education.</p>
</div>
<div class="bgimg1" style="text-align:justify; ">
<h1 class="card-title" style="color:#ffffff">Our Mission</h1>
<h5 style="color:#ffffff">> To provide quality education at home through mobile phones,
computers and laptop.<br/>
> Education for all who couldn’t go to school.<br/>
> Who can not afford big fancy school.<br/>
> Who have different talents but are not able to give time to their
unique talent because of school’s hectic schedule.<br/>
> To provide education for all those who left their education due
to some unavoidable circumstances.<br/></h5>
</div>
</div>
<div class="bgimg2" style="text-align:justify;">
<h2 class="card-title" style="color:#ffffff">Our school programme</h2>
<h5 style="color:#ffffff">> Weekly 20 hours lecture<br/>
> Video lecture class, innovative videos to better understand the
concepts.<br/>
> Webchat to get a feel of class.<br/>
> 24*7 email doubt session.<br/>
> Interesting real life assignments to get a practical approach of
subject.<br/>
> Online library, books, teaching learning aid available.<br/>
> Weekly feedback.<br/>
> Queries.<br/>
> solutions.<br/></h5>
</div>
<div class="bgimg5" style="text-align:justify;align-content:center;">
<h1 class="card-title" style="color:#ffffff">Benefits to students</h1>
<h5 style="color:#ffffff">> Interesting video lectures.<br/>
> Creative projects and assignments.<br/>
> Unique and fun way of examination.<br/>
> Audio video learning.<br/>
> Practical approach to subject.<br/>
> Learn time management skills.<br/>
> Hesitation free environment of study.<br/>
</h5>
</div>
<div class="bgimg4" style="text-align:justify;align-content:center;">
<h1 class="card-title" style="color:#ffffff">Special Features</h1>
<h5 style="color:#ffffff">> Focus on students “individual development”.<br/>
> Making students study in an environment that they came out more creamed.<br/>
> Different subjects like psychology, entrepreneurship etc will also be introduced.<br/>
> No spirit of bad competition among students.<br/>
> No peer pressure on any student.<br/>
> Ample chances and time to give on their talents.<br/>
> Down to earth approach of study.<br/>
</h5>
</div>
<div class="bgimg3" style="text-align:justify;align-content:center;">
<h1 class="card-title" style="color:#ffffff">Our Future Goals</h1>
<h5 style="color:#ffffff">> Change in the way of education.<br/>
> Spreading sense and importance of technology in life.<br/>
> Helping students grow despite of their age factor.<br/>
> Providing education all over india.<br/>
</h5>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">© 2017 Jump 2 School. All Rights Reserved </span>
</div>
<div class="col-md-4">
<div class="text-center center-block">
<a href="https://www.facebook.com/Jump2school/"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://www.youtube.com/channel/UCZW65ojZVSWB5Ct9UYZymcg"><i id="social-tw" class="fa fa-youtube-square fa-3x social"></i></a>
</div>
</div>
<div class="col-md-4">
<span>| Design by <a href="https://www.facebook.com/aman.r.singh.50">Advanced Tribe</a></span>
</div>
</div>
</div>
</footer>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js'></script>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js'></script>
<script type="text/javascript">
function checkScroll(){
var startY = $('.navbar').height() * 2; //The point where the navbar changes in px
if($(window).scrollTop() > startY){
$('.navbar').addClass("scrolled");
}else{
$('.navbar').removeClass("scrolled");
}
}
if($('.navbar').length > 0){
$(window).on("scroll load resize", function(){
checkScroll();
});
}
// typer for hello
window.onload = function() {
var elements = document.getElementsByClassName('txt-rotate');
for (var i = 0; i < elements.length; i++) {
var toRotate = elements[i].getAttribute('data-rotate');
var period = elements[i].getAttribute('data-period');
if (toRotate) {
new TxtRotate(elements[i], JSON.parse(toRotate), period);
}
}
// INJECT CSS
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".txt-rotate > .wrap { border-right: 10px solid #ffffff }";
document.body.appendChild(css);
};
var TxtRotate = function(el, toRotate, period) {
this.toRotate = toRotate;
this.el = el;
this.loopNum = 0;
this.period = parseInt(period, 1) || 1000;
this.txt = '';
this.tick();
this.isDeleting = false;
};
TxtRotate.prototype.tick = function() {
var i = this.loopNum % this.toRotate.length;
var fullTxt = this.toRotate[i];
if (this.isDeleting) {
this.txt = fullTxt.substring(0, this.txt.length - 1);
} else {
this.txt = fullTxt.substring(0, this.txt.length + 1);
}
this.el.innerHTML = '<span class="wrap">' + this.txt + '</span>';
var that = this;
var delta = 200 - Math.random() * 100;
if (this.isDeleting) {
delta /= 2;
}
if (!this.isDeleting && this.txt === fullTxt) {
delta = this.period;
this.isDeleting = true;
} else if (this.isDeleting && this.txt === '') {
this.isDeleting = false;
this.loopNum++;
delta = 200;
}
setTimeout(function() {
that.tick();
}, delta);
};
$('.navbar-toggler').click(function(){
$('.navbar').toggleClass("scrolled");
});
</script>
</body>
</html>