-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
311 lines (302 loc) · 9.69 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
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="grid.css" />
<link rel="stylesheet" href="output.css" />
<!-- favicon starts -->
<link
rel="apple-touch-icon"
sizes="57x57"
href="resources/ppv-favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="resources/ppv-favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="resources/ppv-favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="resources/ppv-favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="resources/ppv-favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="resources/ppv-favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="resources/ppv-favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="resources/ppv-favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="resources/ppv-favicon/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="resources/ppv-favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="resources/ppv-favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="resources/ppv-favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="resources/ppv-favicon/favicon-16x16.png"
/>
<link rel="manifest" href="resources/ppv-favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- favicon ends -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
/>
<title>PaperVault</title>
</head>
<body>
<div id="preloader"></div>
<!-- Showcase and navbar -->
<div id="page-1">
<section class="showcase">
<header>
<img src="resources/ppv_logo.png" alt="logo" class="logo" />
<!-- <h2 class="logo">PaperVault</h2> -->
<div class="toggle"></div>
</header>
<video
src="resources/video.mp4"
playsinline
muted
loop
autoplay
></video>
<div class="overlay"></div>
<div class="text">
<h2>PaperVault</h2>
<h3>All your resources in one place</h3>
<a href="#page-2">Get Materials</a>
</div>
</section>
<div class="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#page-2">Resource section</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
</div>
</div>
<!-- Showcase and navbar end -->
<!-- Semester -->
<!-- Grid section start -->
<div id="page-2">
<!-- <div style="height: 70px"></div> -->
<div class="container1" style="text-align: center; margin-bottom: 50px">
<h1 style="font-weight: bold; font-size: 2.5rem">
Semester-wise Resources
</h1>
<!-- <h5>Practice previous year papers and ace you preparations</h5> -->
</div>
<ul class="honeycomb" lang="es">
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_1.html'"
>
<img
class="honeycomb-cell__image"
src="resources/gridblack1.jpg"
onclick="location.href ='sem/sm1.html'"
/>
<p class="bttn">Semester 1</p>
</li>
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_2.html'"
>
<img class="honeycomb-cell__image" src="resources/gridblack1.jpg" />
<p class="bttn">Semester 2</p>
</li>
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_3.html'"
>
<img class="honeycomb-cell__image" src="resources/gridblack1.jpg" />
<p class="bttn">Semester 3</p>
</li>
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_4.html'"
>
<img class="honeycomb-cell__image" src="resources/gridblack1.jpg" />
<p class="bttn">Semester 4</p>
</li>
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_5.html'"
>
<img class="honeycomb-cell__image" src="resources/gridblack1.jpg" />
<p class="bttn">Semester 5</p>
</li>
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_6.html'"
>
<img class="honeycomb-cell__image" src="resources/gridblack1.jpg" />
<p class="bttn">Semester 6</p>
</li>
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_7.html'"
>
<img class="honeycomb-cell__image" src="resources/gridblack1.jpg" />
<p class="bttn">Semester 7</p>
</li>
<li class="honeycomb-cell honeycomb__placeholder"></li>
<li
class="honeycomb-cell"
onclick="location.href ='semToStrm/stream_select_8.html'"
>
<img class="honeycomb-cell__image" src="resources/gridblack1.jpg" />
<p class="bttn">Semester 8</p>
</li>
<li class="honeycomb-cell honeycomb__placeholder"></li>
</ul>
<!-- <div style="height: 100px"></div> -->
</div>
<!-- semester page ends here -->
<footer id="footer">
<div
style="background-color: #10182f"
class="grid grid-cols-1 gap-4 text-white py-14 px-20 xl:grid-cols-3 xl:px-40"
>
<div class="about">
<div class="logo flex justify-start xl:justify-start">
<img src="resources/ppv_logo.png" class="w-8 h-8" />
<h2 style="color: #2c8dca" class="text-3xl mb-6">PaperVault</h2>
</div>
<p style="color: #fff" class="text-xl mb-10">
PaperVault, a place for students to gear up their preparation
through previous year question paper and boost their confidence
using this space.
</p>
</div>
<div class="Made_By xl:flex flex-col items-center my-5 xl:my-0">
<div class="flex mb-5">
<div
style="
width: 2px;
height: 1.5rem;
background-color: #2c8dca;
margin-right: 1rem;
"
class="boxrec"
></div>
<h1 class="font-bold text-2xl">Made with ❤️ by</h1>
</div>
<ul style="color: #4d5e71">
<li class="py-3 text-xl hover:text-white">
<a
href="https://www.linkedin.com/in/rishi-kumar-a29563107/"
target="_blank"
>Rishi Kumar</a
>
</li>
<li class="py-3 text-xl hover:text-white">
<a
href="https://www.linkedin.com/in/harsh-rawat-ba0a41231/"
target="_blank"
>Harsh Singh Rawat</a
>
</li>
<li class="py-3 text-xl hover:text-white">
<a
href="https://www.linkedin.com/in/maharshi-basu-480548229/"
target="_blank"
>Maharshi Basu</a
>
</li>
<li class="py-3 text-xl hover:text-white mb-5">
<a href="https://www.linkedin.com/in/g33tansh/" target="_blank"
>Geetansh Jangid</a
>
</li>
</ul>
</div>
<!-- ... -->
<div class="contact_us xl:flex flex-col items-center">
<div class="flex mb-6">
<div
style="
width: 2px;
height: 1.5rem;
background-color: #2c8dca;
margin-right: 1rem;
"
class="boxrec"
></div>
<p class="font-bold text-2xl">Contact us on our socials</p>
</div>
<div class="socials mb-10">
<a href="https://twitter.com/freescapeiiitk">
<i class="fa-brands fa-twitter fa-lg px-3"></i>
</a>
<!--
<a href="#">
<i class="fa-brands fa-facebook fa-lg px-3"></i>
</a> -->
<a href="https://www.instagram.com/freescapeiiitk/">
<i class="fa-brands fab fa-instagram fa-lg px-3"></i>
</a>
<a href="https://github.com/IIITKalyaniFOSC">
<i class="fa-brands fa-github fa-lg px-3"></i>
</a>
</div>
</div>
<h1>©2022 FreeScape IIIT Kalyani. All Right reserved</h1>
</div>
</footer>
<!-- till here remove -->
<!-- Scroll to top -->
<button class="scroll-to-top"><i class="fa fa-angle-up"></i></button>
<!-- the script for preloading animation goes here -->
<script src="main.js"></script>
<script
src="https://kit.fontawesome.com/983aef8cba.js"
crossorigin="anonymous"
></script>
</body>
</html>