-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
378 lines (361 loc) · 19.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UMS - University Management System</title>
<link rel="icon" href="github-page/images/favicon.jpg" type="image/png" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="UMS University Management System">
<meta name="keywords" content="UMS, adityaanand13, iOS, Android, Flutter, Spring-boot-kotlin">
<link href="github-page/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="github-page/css/animate.css">
<!-- Resource style -->
<link rel="stylesheet" href="github-page/css/owl.carousel.css">
<link rel="stylesheet" href="github-page/css/owl.theme.css">
<link rel="stylesheet" href="github-page/css/ionicons.min.css">
<!-- Resource style -->
<link href="github-page/css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="wrapper">
<div class="container">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand page-scroll" href="#main"><img src="github-page/images/logo.jpg" width="80" height="30" alt="iLand" /></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="page-scroll" href="#main">Product</a></li>
<li><a class="page-scroll" href="#features">Features</a></li>
<li><a class="page-scroll" href="#Set-Up">Set-Up</a></li>
<li><a class="page-scroll" href="#addOns">Add Ons</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
<div class="main app form" id="main"><!-- Main Section-->
<div class="hero-section">
<div class="container nopadding">
<div class="col-md-5"> <img class="img-responsive wow fadeInUp" data-wow-delay="0.1s" src="github-page/images/app-signup.png" alt="App" /> </div>
<div class="col-md-7">
<div class="hero-content">
<h1 class="wow fadeInUp" data-wow-delay="0.1s">Bring Your Univisity or School Online</h1>
<p class="wow fadeInUp" data-wow-delay="0.2s"> Covid 19 pandemic outbreak has forced all of us to work and study from home. Maximise your study from home with UMS by bringing every thing under one app platform.</p>
<div class="sub-form wow fadeInUp" data-wow-delay="0.3s">
<!-- <form class="subscribe-form wow zoomIn" action="mailto:[email protected]" method="GET" name="mailto" id="subscribeform">
<input class="mail" type="text" name="subject" placeholder="Subject" autocomplete="off" id="subject">
<br>
<textarea class="textarea" name="body"></textarea>
<br>
<input class="submit-button" type="submit" value="Send" name="send" id="subsubmit">
</form> -->
<!-- subscribe message -->
<div id="mesaj"></div>
<!-- subscribe message -->
</div>
</div>
</div>
</div>
</div>
<!-- Client Section -->
<div class="client-section">
<div class="container text-center">
<div class="clients owl-carousel owl-theme">
<div class="single"> <img src="github-page/images/tech1.png" alt="Image" /> </div>
<div class="single"> <img src="github-page/images/tech2.png" alt="Image" /> </div>
<div class="single"> <img src="github-page/images/tech3.png" alt="Image" /> </div>
<div class="single"> <img src="github-page/images/tech4.png" alt="Image" /> </div>
<div class="single"> <img src="github-page/images/tech5.png" alt="Image" /> </div>
</div>
</div>
</div>
<div class="app-features text-center" id="features">
<div class="container">
<h1 class="wow fadeInDown" data-wow-delay="0.1s">Features & Overviews</h1>
<p class="wow fadeInDown" data-wow-delay="0.2s"> Aliquam sagittis ligula et sem lacinia, ut facilisis enim sollicitudin. Proin nisi est,<br class="hidden-xs">
convallis nec purus vitae, iaculis posuere sapien. </p>
<div class="col-md-4 features-left">
<div class="col-md-12 wow fadeInDown" data-wow-delay="0.2s">
<div class="icon"> <i class="ion-iphone"></i> </div>
<div class="feature-single">
<h1>Mobile First</h1>
<p> The System was desgined from ground to be mobile first, with desktop and web ready apllication. </p>
</div>
</div>
<div class="col-md-12 wow fadeInDown" data-wow-delay="0.3s">
<div class="icon"> <i class="ion-share"></i> </div>
<div class="feature-single">
<h1>Easy Migration</h1>
<p>The core of the application has been designed to ease the migration from paper document to UMS .</p>
</div>
</div>
<div class="col-md-12 wow fadeInDown" data-wow-delay="0.4s">
<div class="icon"> <i class="ion-android-desktop"></i> </div>
<div class="feature-single">
<h1>Cross Platform</h1>
<p>UMS gives you same UI ans UX experince for IOS, Android, Desktop or web</p>
</div>
</div>
</div>
<div class="col-md-4 wow fadeInDown" data-wow-delay="0.5s"> <img class="img-responsive" src="github-page/images/iPhone-app.png" alt="App" /> </div>
<div class="col-md-4 features-left">
<div class="col-md-12 wow fadeInDown" data-wow-delay="0.6s">
<div class="icon"> <i class="ion-ios-cloud-upload-outline"></i> </div>
<div class="feature-single">
<h1>Cloud based</h1>
<p>With all data stored in cloud server, you dont need to worry about carrying your phone. Just login on any capable device anywhere.</p>
</div>
</div>
<div class="col-md-12 wow fadeInDown" data-wow-delay="0.7s">
<div class="icon"> <i class="ion-key"></i> </div>
<div class="feature-single">
<h1>Secure</h1>
<p>Token based and upcoming two step authentication makes it safer to use. </p>
</div>
</div>
<div class="col-md-12 wow fadeInDown" data-wow-delay="0.8s">
<div class="icon"> <i class="ion-ios-moon"></i> </div>
<div class="feature-single">
<h1>Dark mode</h1>
<p>Comes with dark and light theme with auto switch</p>
</div>
</div>
</div>
</div>
</div>
<div class="split-features">
<div class="col-md-5 nopadding">
<div class="split-image"> <img class="img-responsive wow fadeIn" src="github-page/images/app_image.png" alt="Image" /> </div>
</div>
<div class="col-lg-7 nopadding">
<div class="split-content">
<h1 class="wow fadeInUp">From Adminstration to student - One App</h1>
<p class="wow fadeInUp">University adminstration and management can be easily done with UMS. Level of authentication is controlled by assigning various roles. This makes UMS highly versatile, enabling users to directly log in from one gateway.</p>
<ul class="wow fadeInUp">
<li>No need to recreate or have multiple acocounts. Roles are easily swappable.</li>
<li>Univesity level roles.</li>
<li>Colleges have principal role to manage them</li>
<li>Head Mentor to manage a batch level issues.</li>
<li>Mentor to manage group of 30 students. </li>
</ul>
</div>
</div>
</div>
<div class="split-features2" id="Set-Up">
<div class="col-lg-7 nopadding">
<div class="split-content second">
<h1 class="wow fadeInUp">From one account, populate your entire university</h1>
<p class="wow fadeInUp"> When you buy UMS service, you are assigned one admin account. So you can create college, add employee, create college and assign an employee as a principal. Add courses to college followed by batch and so on. This Hierarchical distrubition of work helps setting up your entire university in a very short period of time</p>
<ul class="wow fadeInUp">
<li>Admin account can create college and create employee account.</li>
<li>Each college has a principal.</li>
<li>Principal can create a batch inside a course.</li>
<li>Batches have section and sections are devided into group.</li>
<li>Students are added to the group</li>
<li>Each higher authority also holds the authentication over lower authority</li>
</ul>
</div>
</div>
<div class="col-md-5 nopadding">
<div class="split-image"> <img class="img-responsive wow fadeIn" src="github-page/images/app_image2.png" alt="Image" /> </div>
</div>
</div>
<div class="pitch text-center" id="addOns">
<div class="container">
<div class="pitch-intro">
<h1 class="wow fadeInDown" data-wow-delay="0.2s">Upcoming Add-ons</h1>
<p class="wow fadeInDown" data-wow-delay="0.2s"> When life gets normal, you wont like to get back to old paper work days. These add-ons makes UMS future safe and more intuitive. </p>
</div>
<div class="col-md-12">
<div class="col-md-4 wow fadeInDown" data-wow-delay="0.2s">
<div class="pitch-icon"> <i class="ion-android-bus"></i> </div>
<div class="pitch-content">
<h1>Bus location tracker</h1>
<p> Give your employee and student and a relife of mind while traveling with tracker. In addition to this mangement can also geo-fence and track bus speed live, just by simply installing UMS app on drivers smart phone</p>
</div>
</div>
<div class="col-md-4 wow fadeInDown" data-wow-delay="0.2s">
<div class="pitch-icon"> <i class="ion-ios-calendar-outline"></i> </div>
<div class="pitch-content">
<h1>Attendance portal</h1>
<p> On request, UMS can be custom designed to connect with existing University ERP system; or get the default Attendance management system without any additional setup. </p>
</div>
</div>
<div class="col-md-4 wow fadeInDown" data-wow-delay="0.2s">
<div class="pitch-icon"> <i class="ion-ios-clock-outline"></i> </div>
<div class="pitch-content">
<h1>Time table builder</h1>
<p> Build time table and sacle it beautifully by autamitic student group, subject and teacher entitlement. Just put assign time slot each subject-teacher-group entitlement. Worry less, do more.!! </p>
</div>
</div>
</div>
</div>
</div>
<div class="feature-sub" id="contact">
<div class="container">
<div class="sub-inner">
<h1 class="wow fadeInUp">Creative Mangement System For Your Easy Life! Simple Reliable & Understandable for your University </h1>
<a href="mailto:[email protected]" class="btn btn-action wow fadeInUp">Contact Now</a> </div>
</div>
</div>
<!-- <div id="review-section" class="review-section">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="reviews owl-carousel owl-theme">
<div class="review-single"><img class="img-circle" src="github-page/images/customer1.png" alt="Client Testimonoal" />
<div class="review-text wow fadeInUp" data-wow-delay="0.2s">
<p>Morbi eget dictum enim. Praesent sed quam sit amet lorem tempor rhoncus. <br>In hac habitasse platea dictumst. Vivamus in accumsan ex</p>
<h3>Johnathan Doe</h3>
<h3>Marketing Head Matrix media</h3>
</div>
</div>
<div class="review-single"><img class="img-circle" src="github-page/images/customer2.png" alt="Client Testimonoal" />
<div class="review-text">
<p>Morbi eget dictum enim. Praesent sed quam sit amet lorem tempor rhoncus. <br>In hac habitasse platea dictumst. Vivamus in accumsan ex</p>
<h3>Oidila Matik</h3>
<h3>President Lexo Inc</h3>
</div>
</div>
<div class="review-single"><img class="img-circle" src="github-page/images/customer3.png" alt="Client Testimonoal" />
<div class="review-text">
<p>Morbi eget dictum enim. Praesent sed quam sit amet lorem tempor rhoncus. <br>In hac habitasse platea dictumst. Vivamus in accumsan ex</p>
<h3>- Alex Dattilo</h3>
<h3>CEO Optima Inc</h3>
</div>
</div>
<div class="review-single"><img class="img-circle" src="github-page/images/customer4.png" alt="Client Testimonoal" />
<div class="review-text">
<p>Morbi eget dictum enim. Praesent sed quam sit amet lorem tempor rhoncus. <br>In hac habitasse platea dictumst. Vivamus in accumsan ex</p>
<h3>- Robert Hammer</h3>
<h3>design head Omega Corp</h3>
</div>
</div>
<div class="review-single"><img class="img-circle" src="github-page/images/customer5.png" alt="Client Testimonoal" />
<div class="review-text">
<p>Morbi eget dictum enim. Praesent sed quam sit amet lorem tempor rhoncus. <br>In hac habitasse platea dictumst. Vivamus in accumsan ex</p>
<h3>- Rita Valentine</h3>
<h3>CEO Behena digital</h3>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div id="pricing" class="pricing-section text-center">
<div class="container">
<div class="col-md-12 col-sm-12 nopadding">
<div class="pricing-intro">
<h1 class="wow fadeInUp" data-wow-delay="0s">Easy Pricing Plans</h1>
<p class="wow fadeInUp" data-wow-delay="0.2s"> Lorem ipsum dolor sit. Incidunt laborum beatae earum nihil odio consequatur officiis <br class="hidden-xs">tempore consequuntur officia ducimus unde doloribus quod unt repell </p>
</div>
<div class="col-sm-4">
<div class="table-left wow fadeInUp" data-wow-delay="0.4s">
<div class="icon"> <i class="ion-ios-paperplane-outline"></i> </div>
<div class="pricing-details">
<h2>Starter Plan</h2>
<span>Free</span>
<ul>
<li>Consectetur adipiscing</li>
<li>Nunc luctus nulla et tellus</li>
<li>Suspendisse quis metus</li>
<li>Vestibul varius fermentum erat</li>
</ul>
<button class="btn btn-primary btn-action btn-fill">Get Plan</button>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="table-right table-center wow fadeInUp" data-wow-delay="0.6s">
<div class="icon"> <i class="ion-ios-analytics-outline"></i> </div>
<div class="pricing-details">
<h2>Popular Plan</h2>
<span>$3.99</span>
<ul>
<li>Consectetur adipiscing</li>
<li>Nunc luctus nulla et tellus</li>
<li>Suspendisse quis metus</li>
<li>Vestibul varius fermentum erat</li>
</ul>
<button class="btn btn-primary btn-action btn-fill">Buy Now</button>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="table-right wow fadeInUp" data-wow-delay="0.6s">
<div class="icon"> <i class="ion-ios-color-wand-outline"></i> </div>
<div class="pricing-details">
<h2>Premium Plan</h2>
<span>$9.50</span>
<ul>
<li>Consectetur adipiscing</li>
<li>Nunc luctus nulla et tellus</li>
<li>Suspendisse quis metus</li>
<li>Vestibul varius fermentum erat</li>
</ul>
<button class="btn btn-primary btn-action btn-fill">Buy Now</button>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Subscribe Form -->
<!-- <div class="cta-sub no-color">
<div class="container">
<div class="cta-inner">
<h1 class="wow fadeInUp" data-wow-delay="0s">Sign Up to Our Newsletter and get exciting offers</h1>
<p class="wow fadeInUp" data-wow-delay="0.2s"> Enter your email address we promise, never disclose<br class="hidden-xs">
or sell your email address. </p>
<div class="form wow fadeInUp" data-wow-delay="0.3s">
<form class="subscribe-form center-form wow zoomIn" action="php/subscribe.php" method="post" name="subscribeform" id="subscribeform">
<input class="mail" type="email" name="email" placeholder="Join the wait list" autocomplete="off" id="subemail">
<input class="submit-button" type="submit" value="Subscribe" name="send" id="subsubmit">
</form>
<!-- subscribe message -->
<div id="mesaj"></div>
<!-- subscribe message -->
</div>
</div>
</div>
<!-- </div> -->
<!-- Footer Section -->
<div class="footer" id="footer">
<div class="container">
<div class="col-md-7"> <img src="github-page/images/logo.jpg" width="80" height="30" alt="Image" />
<p> Built by a university student, for the Universities. <br class="hidden-xs">Creative, simple, secure, corss platform, easy to setup.</p>
<div class="footer-text">
<p> Made with <i class="ion-heart"></i> by <a href="http://www.github.com/adityaanand13">Aditya Anand</a></p>
</div>
</div>
<div class="col-md-5">
<h1>Contact Us</h1>
<p> Drop a mail if you have any questions or query. <br class="hidden-xs">
I'll reach you out. </p>
<a href="mailto:[email protected]">[email protected]</a> </div>
</div>
</div>
</div>
<!-- Scroll To Top -->
<a id="back-top" class="back-to-top page-scroll" href="#main"> <i class="ion-ios-arrow-thin-up"></i> </a>
<!-- Scroll To Top Ends-->
</div>
<!-- Main Section -->
</div>
<!-- Wrapper-->
<!-- Jquery and Js Plugins -->
<script type="text/javascript" src="github-page/js/jquery-2.1.1.js"></script>
<script type="text/javascript" src="github-page/js/bootstrap.min.js"></script>
<script type="text/javascript" src="github-page/js/plugins.js"></script>
<script type="text/javascript" src="github-page/js/menu.js"></script>
<script type="text/javascript" src="github-page/js/custom.js"></script>
<script src="github-page/js/jquery.subscribe.js"></script>
</body>
</html>