-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (179 loc) · 6.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<!-- owl carousel -->
<link rel="stylesheet" href="./assets/owl/dist/assets/owl.carousel.css">
<link rel="stylesheet" href="./assets/owl/dist/assets/owl.theme.default.css">
<!-- owl carousel -->
<link rel="stylesheet" href="./assets/styles/css/style.css">
</head>
<body>
<!-- desktop navbar start -->
<div class="cus-navbar">
<div class="cus-navbar--logo">
<img src="./assets/images/logo/mextnewwhitepng.png" alt="mext-logo">
</div>
<div class="cus-navbar--links">
<ul>
<li>
<a href="#guide">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
</ul>
</div>
</div>
<!-- desktop navbar end -->
<div class="cus-mobnavbar">
</div>
<!-- mobile navbar start -->
<!-- mobile navbar end -->
<!-- landing header -->
<div class="landing">
<div class="landing__content">
<h1>MEXT - Modern Education X Technology</h1>
<p> “ Your ticket to Good Grades ”</p>
</div>
<div class="landing__logo">
<img src="./assets/images/logo/mextnewwhitepng.png" alt="">
</div>
</div>
<!-- landing header end -->
<!-- how it works start -->
<div class="guide" id="guide">
<h1>How it works?</h1>
<div class="guide__card">
<img src="./assets/images/logo/mextnewwhitepng.png" alt="" class="guide__card--vector">
<p>Go to Mext.in</p>
</div>
<div class="guide__card">
<img src="./assets/images/logo/mextnewwhitepng.png" alt="" class="guide__card--vector">
<p>Use the Awesome Features</p>
</div>
<div class="guide__card">
<img src="./assets/images/logo/mextnewwhitepng.png" alt="" class="guide__card--vector">
<p>Get Good Grades</p>
</div>
</div>
<!-- how it works end -->
<!-- features start -->
<div class="features">
<div class="features__section">
<div class="features__section--left">
<h1>Content Management </h1>
<p>We collect study material i.e. Question Papers, Notes, Slides etc. from teachers and give students access
to the same in a simple and systematic manner.
</p>
</div>
<div class="features__section--right">
</div>
</div>
<div class="features__section">
<div class="features__section--left">
</div>
<div class="features__section--right">
<h1>Upload Portal </h1>
<p>As an extension to this, we give students and teachers access to upload the own files which everyone else
can access. These files will be properly validated prior to upload.
</p>
</div>
</div>
<div class="features__section">
<div class="features__section--left">
<h1>Forums</h1>
<p>This allows students of a particular stream and year to ask questions and have them answered by their fellow
batchmates.
</p>
</div>
<div class="features__section--right">
</div>
</div>
<div class="features__section">
<div class="features__section--left">
</div>
<div class="features__section--right">
<h1>Discussions </h1>
<p>This platform allows for students to create a discussion on any relevant topic and select the audience for
the same according to its nature.
</p>
</div>
</div>
<div class="features__section">
<div class="features__section--left">
<h1>Teacher Portal (in progress) </h1>
<p>We plan on creating this in hopes of getting teachers and students closer even outside working hours.
</p>
</div>
</div>
<div class="features__section--right">
</div>
<div class="features__section">
<div class="features__section--left">
</div>
<div class="features__section--right">
<h1>Quiz Portal (in progress) </h1>
<p>As suggested by many teachers, we wish to create a robust and reliable platform for students to take quizzes
on which would be created by their teachers.
</p>
</div>
</div>
</div>
<!-- features end -->
<!-- faqs start -->
<div class="faq-carousel owl-carousel owl-theme">
<div class="faq-carousel__card">
<p class="question">What is this ?</p>
<p class="answer">It is this</p>
</div>
<div class="faq-carousel__card">
<p class="question">What is this ?</p>
<p class="answer">It is this</p>
</div>
<div class="faq-carousel__card">
<p class="question">What is this ?</p>
<p class="answer">It is this</p>
</div>
<div class="faq-carousel__card">
<p class="question">What is this ?</p>
<p class="answer">It is this</p>
</div>
<div class="faq-carousel__card">
<p class="question">What is this ?</p>
<p class="answer">It is this</p>
</div>
</div>
<!-- faqs end -->
<!-- about us start-->
<div class="aboutus">
</div>
<!-- about us end -->
<!-- footer start -->
<div class="footer">
</div>
<!-- footer end -->
<!-- scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- smooth scroll -->
<script src="./assets/smooth-scroll/jquery.smooth-scroll.min.js"></script>
<!-- owl -->
<script src="./assets/owl/dist/owl.carousel.min.js"></script>
<!-- main -->
<script src="./assets/scripts/main.js"></script>
<!-- navbar -->
<script src="./assets/scripts/nav.js"></script>
</body>
</html>