-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
585 lines (481 loc) · 17.8 KB
/
index.html
File metadata and controls
585 lines (481 loc) · 17.8 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
574
575
576
577
578
579
580
581
582
583
584
585
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>School Management Software | School ERP Solution | PROSchool_Visakhapatnam</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="apple-touch-icon" href="apple-touch-icon.png"> -->
<link rel="shortcut icon" type="image/png" href="dist/img/Pencil.png">
<!--<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700' rel='stylesheet' type='text/css'>-->
<link rel="stylesheet" href="assets/css/fonticons.css">
<link rel="stylesheet" href="assets/fonts/stylesheet.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="assets/css/bootstrap-theme.min.css">-->
<!--For Plugins external css-->
<link rel="stylesheet" href="assets/css/plugins.css" />
<link rel="stylesheet" href="assets/css/navmenu.css">
<!--Theme custom css -->
<link rel="stylesheet" href="assets/css/style.css">
<!--Theme Responsive css-->
<link rel="stylesheet" href="assets/css/responsive.css" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<!-- Custom Fonts -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet"
type="text/css">
</head>
<body>
<figure class="main_area">
<div id="home" class="home home-main-content">
<div class="home-overlay-fluid">
<!-- Navigation -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="#about" onclick="closeNav()">About Me</a>
<a href="#about_bottom_content" onclick="closeNav()">My Skills</a>
<a href="#features" onclick="closeNav()">Features</a>
<a href="#contact" onclick="closeNav()">ContactUs</a>
</div>
<span id="slidenavigation" onclick="openNav()">☰</span>
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
document.getElementById("slidenavigation").style.display = "none";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("slidenavigation").style.display = "block";
}
</script>
<div class="container">
<div class="row">
<div class="main_home_content text-center wow fadeInUp" data-wow-duration="1.5s">
<!-- <div class="div-menu">
<header class="cd-header">
<a class="cd-menu-trigger" href="#main-nav"><span></span></a>
</header>
</div>
-->
<div id="MainHeading">
<!-- <h2>Pro School</h2> -->
<img src="assets/images/school_logo.png" width="50%" alt="" /></a>
</div>
<div class="separator"></div>
<p>A One Step Solution to Monitor and Access the School Progress</p>
<div style="margin-top: 115px">
<a href="/home.html" class="btn btn-lg">Login</a>
</div>
<div>
<a href="/home.html#/registration_page" class="btn btn-lg">Register</a>
</div>
</div>
</div>
</div>
</div>
<!-- End of Banner Section -->
<section id="about" class="about">
<div class="about_overlay">
<div class="container chikobiko">
<div class="user_seperator text-center">
<a href="">
<i class="lnr lnr-user"></i>
</a>
</div>
<div class="row">
<div class="head_title text-center">
<h2>
<i class="fa fa-star"></i> About me
<i class="lnr lnr-star"></i>
</h2>
</div>
<div class="main_about_content text-center wow fadeIn" data-wow-duration="1.5s">
<div class="col-md-12">
<div class="about_top_content">
<i class="fa fa-quote-right"></i>
<p>PROSchool is an exemplar in school management software - it is all about digitizing the administration. The primary
focus of PROSchool is to capture the entire data at cloud source which is secure and scalable and help administration
to monitor progress and improve their efficiency.</p>
</div>
<div class="about_bottom_content" id="about_bottom_content">
<div class="about_bottom_title">
<h3>
</i> My Skill </h3>
</div>
<a href="#tinyforest">
<img src="assets/images/multi.png" class="img-circle" alt="" />
</a>
<a href="#coolautumn">
<img src="assets/images/2.png" class="img-circle" alt="" />
</a>
<a href="#drivinghome">
<img src="assets/images/3.png" class="img-circle" alt="" />
</a>
<a href="#pricing">
<img src="assets/images/4.png" class="img-circle" alt="" />
</a>
<a href="#testimonial1">
<img src="assets/images/5.png" class="img-circle" alt="" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Features Section -->
<section id="features" class="features">
<div class="features_overlay">
<div class="container bangbang">
<div class="row">
<div class="head_title text-center wow pulse" data-wow-duration="1.5s">
<h2>
<i class="fa fa-star"></i> Features
<i class="lnr lnr-star"></i>
</h2>
</div>
<div class="main_features wow pulse" data-wow-duration="2s">
<div class="main_features_content">
<div class="single_features">
<div class="col-md-6">
<div class="single_features_text">
<h2>
<i class="fa fa-group"></i>Multi User</h2>
<p>24 x 7 x 365 access to your Administrators, Teachers Parents & Students.</p>
</div>
</div>
<div class="col-md-6">
<div class="single_features_text">
<h2>
<i class="fa fa-user"></i>Unified Login</h2>
<p>With the Unified Communications strategy which intelligently identifies the type of user based on their access
credentials, we provide access to pre identified information to different types of users � Administrators, Teachers,
Parents and Students. </p>
</div>
</div>
</div>
<div class="single_features">
<div class="col-md-6">
<div class="single_features_text">
<h2>
<i class="fa fa-dashboard"></i>Intuitive Dashboards</h2>
<p>Every module has user-friendly Dashboard with Graphical Representations.</p>
</div>
</div>
<div class="col-md-6">
<div class="single_features_text">
<h2>
<i class="fa fa-pencil-square-o"></i>Simple Data Import & Entry</h2>
<p>We�ve made the initial process of data import from the existing forms as fast and easy as possible with real-time
data access.</p>
</div>
</div>
</div>
<div class="single_features">
<div class="col-md-6">
<div class="single_features_text">
<h2>
<i class="fa fa-check-square-o"></i>Scheduler</h2>
<p>A unique tool for formatting timetable to track the academics complete with progress notifications. </p>
</div>
</div>
<div class="col-md-6">
<div class="single_features_text">
<h2>
<i class="fa fa-wrench"></i>Fully customizable</h2>
<p>You can use the software out-of-the-box flexibility or customize its individual features to your liking for all
Grading Type </p>
</div>
</div>
</div>
<div class="single_features">
<div class="col-md-6">
<div class="single_features_text">
<h2>
<i class="fa fa-mobile"></i>Mobile Friendly</h2>
<p>Publish your schedule and make it available to teachers, parents and students on their mobile devices</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="tinyforest" class="tinyforest">
<div class="tinyforest_overlay">
<div class="container chikobiko">
<div class="row">
<div class="main_tinyforest">
<div class="col-md-5">
<div class="single_tinyforest wow fadeInRight" data-wow-duration="1.5s">
<div class="date"></div>
<h3>Information Panel</h3>
<blockquote>
<p>
<i class="fa fa-arrow-circle-right"> The Bio-data of each and every student.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Detailed information including personal and professional data of all the staff.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Class wise Students registry.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Employees registry.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Student and staff attendance reports along with their leave records. </i>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="coolautumn" class="coolautumn">
<div class="tinyforest_overlay coolautumn_overlay">
<div class="container bangbang">
<div class="row">
<div class="main_coolautumn">
<div class="col-md-5 col-md-offset-7">
<div class="single_coolautumn text-right wow fadeInLeft" data-wow-duration="1.5s">
<div class="date"></div>
<h3>Schedular</h3>
<blockquote class="blockquote-reverse">
<p>
<i class="fa fa-arrow-circle-right"> Create a flexible Academic Time-Table for conducting classes in a planned manner.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Provides access to Teachers and Parents to view their/their wards respective timetables in their login.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Gives prior notification about holidays/events.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Enhances time tracking for examinations.</i>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="drivinghome" class="drivinghome">
<div class="tinyforest_overlay drivinghome_overlay">
<div class="container chikobiko">
<div class="row">
<div class="main_drivinghome">
<div class="col-md-5">
<div class="single_drivinghome wow fadeInRight" data-wow-duration="2s">
<div class="date"></div>
<h3>Academic Planer</h3>
<blockquote>
<p>
<i class="fa fa-arrow-circle-right"> Flexible module to configure the curriculum class wise and subject wise.</p>
</i>
<p>
<i class="fa fa-arrow-circle-right"> Published list of all examinations for the current academic year which will be visible to Teachers and Parents
using their respective logins.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Customizable report generation along with graphical charts.</i>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="pricing" class="pricing">
<div class="about_overlay pricing_overlay">
<div class="container bangbang">
<div class="row">
<div class="main_coolautumn">
<div class="col-md-5 col-md-offset-7">
<div class="single_coolautumn text-right wow fadeInLeft" data-wow-duration="1.5s">
<div class="date"></div>
<h3>Bus Tracker</h3>
<blockquote class="blockquote-reverse">
<p>
<i class="fa fa-arrow-circle-right"> Real time GPS tracking of your ward�s bus route at your fingertip.</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> Complete details of the bus driver is also available in your respective login.</i>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Pricing Section -->
<section id="testimonial1" class="testimonial">
<div class="features_overlay">
<div class="container chikobiko">
<div class="row">
<div class="main_drivinghome">
<div class="col-md-5">
<div class="single_drivinghome wow fadeInRight" data-wow-duration="2s">
<div class="date"></div>
<h3>Smart Locker</h3>
<blockquote>
<p>
<i class="fa fa-arrow-circle-right"> The database is entirely secure and scalable to meet any school�s requirements.</p>
</i>
<p>
<i class="fa fa-arrow-circle-right"> Fields pull information directly from the database</i>
</p>
<p>
<i class="fa fa-arrow-circle-right"> The entire data once saved under database remain intact</i>
</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="about_overlay ">
<div class="container bangbang">
<div class="row">
<div class="main_contact">
<div class="head_title text-center wow fadeInDown" data-wow-duration="1s">
<h2>
<i class="fa fa-star"></i> Get In touch
<i class="lnr lnr-star"></i>
</h2>
</div>
<div class="contact_content">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="contact_message wow fadeInLeft" data-wow-duration="1.5s">
<form action="#" id="formid">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Name" required="">
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" placeholder="Email" required="">
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="6" placeholder="Message"></textarea>
</div>
<div class="message_btn text-right">
<a class="btn btn-primary">Submit</a>
</div>
</form>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<div class="contact_socail_bookmark_area wow fadeInRight" data-wow-duration="1.5s">
<div class="single_contact_phone">
<h3>Address:</h3>
<p>#55-24-4,Rajkamal Om Bulding</p>
<p>Doctor Colony,Seethammadara</p>
<p>Visakhapatnam- 530013</p>
</div>
<div class="single_contact_phone">
<h3>Phone:</h3>
<p>+91 998 518 9933</p>
</div>
<div class="single_contact_phone">
<h3>Web Address</h3>
<p>www.mokshasoftsolutions.in</p>
</div>
<div class="contact_socail_bookmark">
<ul>
<li>
<a href="" class="s_f_1">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="" class="s_f_2">
<i class="fa fa-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of contact With Map Section -->
<section id="maps" class="maps ">
<div class="maps_overlay">
<div class="ourmap">
<div class="container">
<div class="row">
<div class="main_maps">
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="main_footer text-center wow fadeInUp" data-wow-duration="2s">
<p>copyrights by MokshaSoftSolutions</a>
</i> 2017. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
</figure>
<!-- STRAT SCROLL TO TOP -->
<div class="scrollup">
<a href="#">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<script src="assets/js/vendor/jquery-1.11.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/isotope.min.js"></script>
<script src="assets/js/jquery.easypiechart.min.js"></script>
<script src="assets/js/jquery.mixitup.min.js"></script>
<script src="http://maps.google.com/maps/api/js"></script>
<script src="assets/js/gmaps.min.js"></script>
<script>
var map = new GMaps({
el: '.ourmap',
scrollwheel: false,
lat: 17.7453875,
lng: 83.3135338,
zoom: 18,
center: new google.maps.LatLng(17.7453875, 83.3135338),
});
var marker = new google.maps.LatLng(17.7453875, 83.3135338)
</script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>