forked from AkshadK7/Edumatica-EHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (85 loc) · 4.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Edumatica EHub</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/heroic-features.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><i style="margin-right: 0.5em; color: #EEEEEE;" class="icon-home icon-4x"></i>Edumatica EHub</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="attendance.html">AI Attendance</a>
</li>
<li class="nav-item">
<a class="nav-link" href="books.html">Book Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="location.html">Location Tracker</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<!-- Jumbotron Header -->
<header class="jumbotron my-4">
<h1 class="display-3">A Warm Welcome!</h1>
<p class="lead">You are at the One-Stop Educare Web Application where you'll find everything you want! Your presence is our motivation to do better! Our heartiest welcome goes to you irrespective of any kind of passion that you aspire to enrich.</p>
<!-- <a href="#" class="btn btn-primary btn-lg">Call to action!</a> -->
</header>
<!-- Page Features -->
<div class="row text-center">
<div class="col-lg-12 col-md-12 mb-12">
<div class="card h-100">
<div class="card-body">
<img height= "18%" width="18%" src="images/Study.svg" alt="">
<h4 class="card-title">Tired of Remote Schooling?</h4>
<p class="card-text">This is the place where work happens. In this stressful times of the world students and teachers are already loaded with huge amount of work. To make their work easier, we decided to integrate all the things related to education at one place so that the students and teachers don’t have to face difficulties in performing their tasks. The main motive behind making this website was to make the education process a bit easier.</p>
<img height= "18%" width="18%" src="images/Laptop.svg" alt="">
<h4 class="card-title">Accessibility Benefits and Cost Effectiveness?</h4>
<p class="card-text">This complete education hub can be made available to the child who is sitting in the remotest village of this world. Apart from this, you can use the book resources page of this book in order to save money and enhance your knowledge.</p>
<img height= "18%" width="18%" src="images/graduate.svg" alt="">
<h4 class="card-title">Academic Authentication?</h4>
<p class="card-text">We bring the power of AI into the fields of Educational Convenience to help Teachers to benefit from the application as well with the Automated Attendance System that we provide.</p>
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Team Prometheus 2020</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>