-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
85 lines (72 loc) · 4.38 KB
/
index.php
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
<?php include("header.php") ?>
<div class="container">
<div class="inner">
<div class="row">
<div class="col-lg-9">
<div class="quiz slideanim indexpageresponsive">
<img class="indexpageresponsive" style="float: left;" src="images/quiz.jpg" alt="">
<h2 class="text-center">Quizzes</h2>
<p>Test your knowledge with the most practical questions to see how much you have actually learnt! Quizzes can be taken for every two topics. Based on the scores of the student, a scoreboard is prepared as an initiative for them to try higher! This motivates them to try harder, which thus accomplishes the aim of TutsCorner! </p>
</div>
<div class="container-fluid middleimage bg-grey indexpageresponsive" style="padding-bottom:0px;">
<div class="theory slideanim">
<img class="indexpageresponsive noright" src="images/theory.jpg" alt="">
<h2 class="text-center">Theory</h2>
<p>Here's where you are going to learn the most exciting things in the world. We make sure you enjoy your experience by interactive checkpoint sessions! In depth knowledge is provided so that the you can understand how each concept is interrelated.Here's where you are going to learn the most exciting things in the world. We make sure you enjoy your experience by interactive checkpoint sessions! </p>
</div>
</div>
<div class="theory slideanim indexpageresponsive border border-dark">
<img class="indexpageresponsive" style="float: left;" src="images/theory.jpg" alt="">
<h2 class="text-center">Scoreboard</h2>
<p>Want to compete with others! Get live information of yours and others score. An essential feature of TutsCorner, we make sure users have enough motivation to learn machine learning! Competitiveness is no doubt a necessity for one to learn! Hence our scoreboard which is updated from time to time makes sure everyone gets a chance to compete and be at the top of the scoreboard! Scores are given on the basis of the quizzes taken by the user.</p>
</div>
</div>
<!-- Give style = float:right or place this div at the end. Have to give col and row attributes, just float:right won't work! -->
<div class="scroll col-lg-2 col-sm-6 order-12 border border-light">
<h3>Reviews</h3>
<marquee behavior="scroll" direction="up">
<p>This is an awesome website! I gained so much hands-on knowledge throught the interactive questions!</p>
<p> </p>
<p> </p>
<p>The website is really special with quizzes for each topic. This really helped me in revising!</p>
</marquee>
</div>
</div>
</div>
<div class="slideanim">
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center" style="margin-bottom:100px;">
<div style="height:160px;" class="panel-heading">
<h1>Quiz taken by</h1>
</div>
<div class="panel-footer">
<h3>49</h3>
<h4>Total students who have succesfully completed the quizzes!</h4>
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Count of Students</h1>
</div>
<div class="panel-footer">
<h3>110</h3>
<h4>Total students of all ages who have trusted in us and found it useful!</h4>
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Number of tutors</h1>
</div>
<div class="panel-footer">
<h3>3</h3>
<h4>Tutors who have causelessly dedicated themselves!</h4>
</div>
</div>
</div>
</div>
<?php include("footer.php") ?>
<!-- index, scoreboard, header, footer, about, feedback(only emojis left), login, datapreproc, regression(just need to add fill in the blanks, and link to the correct quizzes), clustering, classification (same work left for both - all theory) -->