-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeatures.html
288 lines (259 loc) Β· 8.52 KB
/
features.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/skeleton.css">
<link rel="stylesheet" href="./css/style.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/dixonandmoe/rellax@master/rellax.min.js"></script>
<title>Shiksha.</title>
<link rel="icon" href="./img/logo.svg" type="image/svg">
</head>
<body>
<div class="container">
<div class="fixed">
<nav>
<div class="nav">
<div class="left">
<a href="./index.html">
<img src="./img/logo.svg" alt="Shiksha." class="logo">
</a>
</div>
<div>
<div class="right">
<a href="./features.html">Features</a>
<a href="./about.html">About</a>
<a href="./register.html">Register</a>
<a href="./branding.html">Branding</a>
</div>
<div id="navicon">
<img id="lines" src="./img/menu.svg" alt="">
<img id="close" src="./img/close.svg" alt="">
</div>
</div>
</div>
<div class="mobnav">
<ul>
<li><a href="./features.html">Features</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./register.html">Register</a></li>
<li><a href="./branding.html">Branding</a></li>
</ul>
</div>
</nav>
</div>
</div>
<section id="landing">
<img src="./img/squiggle/ellipse.svg" class="ellipse rellax" data-rellax-speed="3" alt="">
<img src="./img/squiggle/half.svg" class="half rellax" data-rellax-speed="5" alt="">
<img src="./img/squiggle/rect.svg" class="rect rellax" data-rellax-speed="-4" alt="">
<img src="./img/squiggle/square.svg" class="square rellax" data-rellax-speed="-2" alt="">
<img src="./img/squiggle/stairs.svg" class="stairs rellax" data-rellax-speed="7" alt="">
<div class="container">
<h1 class="big center med zero grad">Features</h1>
<div class="flex-center">
<div class="seven columns">
<h5 class="center">
<i>Shiksha</i> is a teacher oriented platform. Check out some of its critical features that set it aside
from the competition.
</h5>
</div>
<h6 class="center subup">Features That Fit</h6>
</div>
<div class="u-cf"></div>
</div>
</section>
<img src="./img/dots2.svg" alt="">
<section id="info2">
<div class="container">
<div class="grid">
<div class="card">
<p class="center zero">
<img src="./img/record.svg" draggable="false" alt="">
</p>
<h4 class="med">Transcripts</h4>
<p>
<i>Shiksha</i> generates transcripts of the lectures with 98.7% accuracy. Notes are generated automatically,
point wise, so that you don't have to do any of the boring work, and you can focus on learning and
understanding the concept.
</p>
</div>
<div class="card">
<p class="center zero">
<img src="./img/notes.svg" draggable="false" alt="">
</p>
<h4 class="med">Class Notebooks</h4>
<p><i>Shiksha</i> automatically prepares class notebooks for students to download and use. Notes are made
using the transcripts generated, and screenshots of the whiteboard are added for reference.</p>
</div>
<div class="card">
<p class="center zero">
<img src="./img/board.svg" draggable="false" alt="">
</p>
<h4 class="med">Whiteboard</h4>
<p>
The most advanced whiteboard in an online classroom yet. With live markup, and our advanced hologram
technology, writing on screen has never felt easier.
</p>
</div>
</div>
<div class="card special twelve columns">
<img src="./img/onlyhg.svg" alt="">
<div>
<h4 class="med zero">Holograms</h4>
<p>
Here, at <i>Shiksha</i>, we believe holograms to be the next step in visualisation and conceptualisation
of topics and subjects. Various researches have shown a decrease in focus and concentration while taking
online classes. However, by recreating a classroom in the vicinity of your households, we eliminate the risk
of lapsing of concepts, and ensures a steady and trustworthy source of education, while being surrounded by
the comfort of your home. Hologram Technology not only solves a current existing issue with schools in an
online platform, but also opens up the path for the future.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="morefeat">
<div class="container">
<div class="grid2">
<div class="boxcard">
<img src="./img/attendance.svg" draggable="false" alt="">
<div class="textcard">
<h4>Track no-shows</h4>
<p>Automatically mark attendance for students who join your meeting and notify you when children leave in
between.</p>
</div>
</div>
<div class="boxcard">
<img src="./img/security.svg" draggable="false" alt="">
<div class="textcard">
<h4>Secure</h4>
<p>No meeting bombers :)</p>
</div>
</div>
<div class="boxcard">
<img src="./img/quiz.svg" draggable="false" alt="">
<div class="textcard">
<h4>Tests and Quizzes</h4>
<p>An easy way to learn and host quizzes.</p>
</div>
</div>
<div class="boxcard">
<img src="./img/dash.svg" draggable="false" alt="">
<div class="textcard">
<h4>Dashboard</h4>
<p>A complete dashboard to keep track of students' progress.</p>
</div>
</div>
</div>
</div>
</section>
<section id="reviews">
<div class="container">
<div class="container">
<div class="slideshow-container">
<div class="container">
<div class="mySlides fade">
<div class="text">
<div class="flex-center">
<div class="seven columns">
<p class="zero">
The design is phenomenal! This platform has changed mine and my childrens' lives forever.
</p>
<h5 class="zero">Siddhayak Goyal</h5>
</div>
<div class="u-cf"></div>
</div>
</div>
</div>
<div class="mySlides fade">
<div class="text">
<div class="flex-center">
<div class="seven columns">
<p class="zero">
Very helpful. I love giving tests and I aspire to be an IITian one day. Thank you Arhaan for
fixing
the online schooling platform.
</p>
<h5 class="zero">Achal Gupta</h5>
</div>
<div class="u-cf"></div>
</div>
</div>
</div>
<div class="mySlides fade">
<div class="text">
<div class="flex-center">
<div class="seven columns">
<p class="zero">
Amazing features!
<!-- i dont care abt webstie. i love arhaanb. nice cock arhaanb π -->
</p>
<h5 class="zero">Aditya Pramar</h5>
</div>
<div class="u-cf"></div>
</div>
</div>
</div>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="six columns">
<p class="zero">
<a href="//github.com/arhaanb/shiksha" target="_blank">
<img src="./img/github.svg" class="icon" alt="GitHub"> Source
</p>
</a>
</div>
<div class="six columns">
<p class="zero righttext">
<a href="//minet.co" target="_blank">
Made with <img src="./img/heart.svg" class="icon" alt="Love"> by Team MINET
</a>
</p>
</div>
</div>
</footer>
<script src="./js/main.js"></script>
<script type="text/javascript">
var rellax = new Rellax('.rellax');
var slideIndex = 1;
showSlides(slideIndex);
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
if (n > slides.length) { slideIndex = 1 }
if (n < 1) { slideIndex = slides.length }
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
}
</script>
</body>
</html>