-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.html
447 lines (413 loc) · 25.4 KB
/
dashboard.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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!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">
<title>Dashboard</title>
<!-- Bootstrap Scripts -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.min.js"
integrity="sha384-kjU+l4N0Yf4ZOJErLsIcvOU2qSb74wXpOhqTvwVx3OElZRweTnQ6d31fXEoRD1Jy"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.3/dist/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@400;700&family=Roboto:wght@400;700&family=Ubuntu:wght@700&display=swap"
rel="stylesheet">
<!-- FontAwesome Icons Link -->
<script src="https://kit.fontawesome.com/e8181252ca.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="dashboard.css">
</head>
<body>
<div class="container heading">
<h1>
Get your Materials <span class="subheading">clutter free.</span>
</h1>
</div>
<div class="row">
<div class="col-lg-6 md-6 sm-12">
<h2>
Most Accessed Docs
</h2>
<br>
<!-- input tag -->
<input id="searchbar" onkeyup="search_animal()" type="text" name="search"
placeholder="Search assignments..">
<!-- ordered list -->
<ol id='list'>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">AEC Assignment 1a</li>
</a>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">BEE Experiment 1b</li>
</a>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">AEC Assignment 1c</li>
</a>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">Chem Assignment 3</li>
</a>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">BEE book</li>
</a>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">Physics Materials</li>
</a>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">Biology book</li>
</a>
<a href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">
<li class="animals">P.Com</li>
</a>
<!-- <a><li class="animals">AEC Assignment 1b</li></a>
<a><li class="animals"></li></a>
<a><li class="animals">BEE Experiment 1b</li></a>
<a><li class="animals">Maths-1 Assignment 1a</li></a>
<a><li class="animals">Maths-1 Assignment 1b</li></a>
<a><li class="animals">Physics Assignment 1a</li></a>
<a><li class="animals">Physics Assignment 1b</li></a>
<a><li class="animals">Chemistry Assignment 1a</li></a>
<a><li class="animals">Chemistry Assignment 1b</li></a>
<a><li class="animals">Biology Assignment 1a</li></a>
<a><li class="animals">Biology Assignment 1b</li></a>
<a><li class="animals">PCom Assignment 1a</li></a>
<a><li class="animals">PCom Assignment 1b</li></a>
<a><li class="animals">Maths-2 Assignment 1a</li></a>
<a><li class="animals">Maths-2 Assignment 1a</li></a> -->
</ol>
<!-- linking javascript -->
<script src="index.js"></script>
</div>
<div class="col-lg-6 md-6 sm-12">
<h2>Subjects</h2>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
AEC
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank"> AEC Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1DXF6SNh_gEfkwRkaziVMaHzMPpYKnEr5/view?usp=drivesdk"
target="_blank">AEC Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ssxIMb5xQdG7nrhJZNmmnZW7nT8Y5S1t/view?usp=drivesdk"
target="_blank">AEC Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ZjBbBvJ-l7-EtQoB_FMALTe5VtVeQ0hE/view?usp=drivesdk"
target="_blank"> Electronic-principle</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1LvOylrwiPVqSQDN_sBhjmxD8MnseMSEh/view?usp=drivesdk"
target="_blank">AEC Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ABrOWwOsNe5nLFL4ZZVwBZZadYQRpesR/view?usp=drivesdk"
target="_blank">AEC Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1n0p45QoagRgv7FVaM5YB7XWLJQzsvB3X/view?usp=drivesdk"
target="_blank">AEC Experiment-03</a>
</div>
</div>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
BEE
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/17mlS5oCK9gYj-wfBt4B5iVIxBioyU5oa/view?usp=drivesdk"
target="_blank"> BEE Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1xCip9eb6bB_ZljDbjbx5nHEBSe-OWDD7/view?usp=drivesdk"
target="_blank">BEE Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1mhhA0NQpb_Hc2CMLLU_vNnNUQ2vI0R7U/view?usp=drivesdk"
target="_blank">BEE Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1GApbqQMqGJE9HZS56ctSZSGT5pflJm9L/view?usp=drivesdk"
target="_blank"> Basic Electrical Engineering</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1dAQadA7GD454ltdiqM6scJ_2QaXlwv2p/view?usp=drivesdk"
target="_blank">BEE Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1D7SLlokszbg2xYGyGt1KiZLLsMK2f_2E/view?usp=drivesdk"
target="_blank">BEE Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1HSJ8DVLAGXStSf484rhV-g_Qqakpycis/view?usp=drivesdk"
target="_blank">BEE Experiment-03</a>
</div>
</div>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Physics
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ZSekeICY2iNA6M--wSD08UhsN9wNBRZY/view?usp=drivesdk"
target="_blank"> Physics Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1SiDsGzULzFaovlL1hFK3Mikc-tRoH0QI/view?usp=drivesdk"
target="_blank"> Physics Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1Y8W2rjDherd57UnkIfQYsvKadG2nHlSN/view?usp=drivesdk"
target="_blank"> Physics Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ROsW5c0-yhYoO-F60f9dj4MClpNjswNp/view?usp=drivesdk"
target="_blank"> Engineering Physics</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1CmFQSJCxj4ufxn11sGWL3JAvAUCA8mMP/view?usp=drivesdk"
target="_blank">Physics Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1W8_Tl2EoG4qX7t34Kf9AEuuk3nG7ILOZ/view?usp=drivesdk"
target="_blank">Physics Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1MDRKYnpLyhb_lVpgbVod_EshIiWhEuK_/view?usp=drivesdk"
target="_blank">Physics Experiment-03</a>
</div>
</div>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Maths-1
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank"> Maths-1 Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1DXF6SNh_gEfkwRkaziVMaHzMPpYKnEr5/view?usp=drivesdk"
target="_blank">Maths-1 Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ssxIMb5xQdG7nrhJZNmmnZW7nT8Y5S1t/view?usp=drivesdk"
target="_blank">Maths-1 Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ZjBbBvJ-l7-EtQoB_FMALTe5VtVeQ0hE/view?usp=drivesdk"
target="_blank"> Maths Book</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1LvOylrwiPVqSQDN_sBhjmxD8MnseMSEh/view?usp=drivesdk"
target="_blank">Maths-1 Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ABrOWwOsNe5nLFL4ZZVwBZZadYQRpesR/view?usp=drivesdk"
target="_blank">Maths-1 Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1n0p45QoagRgv7FVaM5YB7XWLJQzsvB3X/view?usp=drivesdk"
target="_blank">Maths-1 Experiment-03</a>
</div>
</div>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Chemistry
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank"> Chemistry Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1DXF6SNh_gEfkwRkaziVMaHzMPpYKnEr5/view?usp=drivesdk"
target="_blank">Chemistry Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ssxIMb5xQdG7nrhJZNmmnZW7nT8Y5S1t/view?usp=drivesdk"
target="_blank">Chemistry Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ZjBbBvJ-l7-EtQoB_FMALTe5VtVeQ0hE/view?usp=drivesdk"
target="_blank"> Engineering Chemistry</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1LvOylrwiPVqSQDN_sBhjmxD8MnseMSEh/view?usp=drivesdk"
target="_blank">Chemistry Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ABrOWwOsNe5nLFL4ZZVwBZZadYQRpesR/view?usp=drivesdk"
target="_blank">Chemistry Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1n0p45QoagRgv7FVaM5YB7XWLJQzsvB3X/view?usp=drivesdk"
target="_blank">Chemistry Experiment-03</a>
</div>
</div>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Biology
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank"> Biology Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1DXF6SNh_gEfkwRkaziVMaHzMPpYKnEr5/view?usp=drivesdk"
target="_blank">Biology Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ssxIMb5xQdG7nrhJZNmmnZW7nT8Y5S1t/view?usp=drivesdk"
target="_blank">Biology Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ZjBbBvJ-l7-EtQoB_FMALTe5VtVeQ0hE/view?usp=drivesdk"
target="_blank"> Biology Book</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1LvOylrwiPVqSQDN_sBhjmxD8MnseMSEh/view?usp=drivesdk"
target="_blank">Biology Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ABrOWwOsNe5nLFL4ZZVwBZZadYQRpesR/view?usp=drivesdk"
target="_blank">Biology Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1n0p45QoagRgv7FVaM5YB7XWLJQzsvB3X/view?usp=drivesdk"
target="_blank">Biology Experiment-03</a>
</div>
</div>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
P.Com
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank"> PCom Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1DXF6SNh_gEfkwRkaziVMaHzMPpYKnEr5/view?usp=drivesdk"
target="_blank">PCom Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ssxIMb5xQdG7nrhJZNmmnZW7nT8Y5S1t/view?usp=drivesdk"
target="_blank">PCom Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ZjBbBvJ-l7-EtQoB_FMALTe5VtVeQ0hE/view?usp=drivesdk"
target="_blank"> PCom Book</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1LvOylrwiPVqSQDN_sBhjmxD8MnseMSEh/view?usp=drivesdk"
target="_blank">PCom Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ABrOWwOsNe5nLFL4ZZVwBZZadYQRpesR/view?usp=drivesdk"
target="_blank">PCom Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1n0p45QoagRgv7FVaM5YB7XWLJQzsvB3X/view?usp=drivesdk"
target="_blank">PCom Experiment-03</a>
</div>
</div>
<br>
<div class="btn-group one" style="text-align: center;">
<button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Maths 2
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Assignments</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/13x09KGnMFAZzztd0AxXV4BknKaVMtoup/view?usp=drivesdk"
target="_blank">Maths-2 Assignment 1a</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1DXF6SNh_gEfkwRkaziVMaHzMPpYKnEr5/view?usp=drivesdk"
target="_blank">Maths-2 Assignment 1b</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ssxIMb5xQdG7nrhJZNmmnZW7nT8Y5S1t/view?usp=drivesdk"
target="_blank">Maths-2 Assignment 1c</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Books</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ZjBbBvJ-l7-EtQoB_FMALTe5VtVeQ0hE/view?usp=drivesdk"
target="_blank"> Maths-2
<a class="dropdown-item" href="#"
style="text-align: center; font-family: 'Ubuntu', sans-serif;">Lab</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1LvOylrwiPVqSQDN_sBhjmxD8MnseMSEh/view?usp=drivesdk"
target="_blank">Maths-2 Experiment-06</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1ABrOWwOsNe5nLFL4ZZVwBZZadYQRpesR/view?usp=drivesdk"
target="_blank">Maths-2 Experiment-04</a>
<a class="dropdown-item"
href="https://drive.google.com/file/d/1n0p45QoagRgv7FVaM5YB7XWLJQzsvB3X/view?usp=drivesdk"
target="_blank">Maths-2 Experiment-03</a>
</div>
</div>
<br>
</div>
</div>
</body>
</html>