-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
177 lines (162 loc) Β· 7.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Student Dashboard Docs</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bootstrap Documentation Template For Software Developers">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body>
<header class="header fixed-top">
<div class="branding docs-branding">
<div class="container-fluid position-relative py-2">
<div class="docs-logo-wrapper">
<div class="site-logo"><a class="navbar-brand" href="index.html"><img class="logo-icon mr-2" src="assets/images/coderdocs-logo.svg" alt="logo"><span class="logo-text">Student<span class="text-alt"> Dashboard</span></span></a></div>
</div><!--//docs-logo-wrapper-->
<div class="docs-top-utilities d-flex justify-content-end align-items-center">
<ul class="social-list list-inline mx-md-3 mx-lg-5 mb-0 d-none d-lg-flex">
<li class="list-inline-item"><a href="https://github.com/saisatwik99/Student-Dashboard"><i class="fab fa-github fa-fw"></i></a></li>
</ul><!--//social-list-->
</div><!--//docs-top-utilities-->
</div><!--//container-->
</div><!--//branding-->
</header><!--//header-->
<div class="page-header theme-bg-dark py-5 text-center position-relative">
<div class="theme-bg-shapes-right"></div>
<div class="theme-bg-shapes-left"></div>
<div class="container">
<h1 class="page-heading single-col-max mx-auto">Documentation</h1>
<div class="page-intro single-col-max mx-auto">Student Dashboard has features to view and manage
academic performance, track your daily activities.</div>
</div>
</div><!--//page-header-->
<div class="page-content">
<div class="container">
<div class="docs-overview py-5">
<div class="row justify-content-center">
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder mr-2">
<i class="fas fa-map-signs"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Introduction</span>
</h5>
<div class="card-text">
See how student dashboard works and how it is helpful. Lets, Find out!
</div>
<a class="card-link-mask" href="docs-page.html#section-1"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder mr-2">
<i class="fas fa-book-reader"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Features</span>
</h5>
<div class="card-text">
Explore all the different features that we provide for Student Dashboard.
</div>
<a class="card-link-mask" href="docs-page.html#section-2"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder mr-2">
<i class="fas fa-arrow-down"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Installation</span>
</h5>
<div class="card-text">
Check how to run the student dashboard in your local machine.
</div>
<a class="card-link-mask" href="docs-page.html#section-3"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder mr-2">
<i class="fas fa-box fa-fw"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">APIs</span>
</h5>
<div class="card-text">
See how we implemented the API's and understand the folder structure.
</div>
<a class="card-link-mask" href="docs-page.html#section-4"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder mr-2">
<i class="fas fa-tools"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">Utilities</span>
</h5>
<div class="card-text">
Check what technologies we used to build this amazing application.
</div>
<a class="card-link-mask" href="docs-page.html#section-5"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
<div class="col-12 col-lg-4 py-3">
<div class="card shadow-sm">
<div class="card-body">
<h5 class="card-title mb-3">
<span class="theme-icon-holder card-icon-holder mr-2">
<i class="fas fa-lightbulb"></i>
</span><!--//card-icon-holder-->
<span class="card-title-text">FAQs</span>
</h5>
<div class="card-text">
We are here to answer your questions. Let's meet.
</div>
<a class="card-link-mask" href="docs-page.html#section-9"></a>
</div><!--//card-body-->
</div><!--//card-->
</div><!--//col-->
</div><!--//row-->
</div><!--//container-->
</div><!--//container-->
</div><!--//page-content-->
<section class="cta-section text-center py-5 theme-bg-dark position-relative">
<div class="theme-bg-shapes-right"></div>
<div class="theme-bg-shapes-left"></div>
<div class="container">
<h3 class="mb-2 text-white mb-3">Thanks for reading Documentation</h3>
<div class="pt-3 text-center">
<a class="btn btn-light" href="https://beneficent-sd.herokuapp.com/">Visit Website<i class="fas fa-arrow-alt-circle-right ml-2"></i></a>
</div>
</div>
</section><!--//cta-section-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.4.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>