-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportal.html
418 lines (364 loc) · 23.1 KB
/
portal.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
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Block-Chain Academy Portal</title>
<link rel="icon" href="resouces/chain2.png">
<!-- <link rel="stylesheet" href="./Assets/css/bootstrap.css"> -->
<link rel="stylesheet" href="./Assets/css/portal.css">
</head>
<body>
<!-- ==========================-->
<!-- =======NAV SECTION======= -->
<ul class="Nav">
<li class="NavLi hideLi"><a href="index.html" class="NavLiA">Home</a></li>
<!-- nav search bar -->
<div class="input-wrapper NavLi">
<input placeholder="search.." class="input" id="searchInfo" name="text" type="text"
onkeyup="search_student()">
</div>
<!-- <li class="NavLi">
<a href="#" class="NavLiA">Sort-By</a>
</li> -->
<div class="dropdown">
<button class="dropbtn">More
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#e8eaed" class="down">
<path d="M480-360 280-560h400L480-360Z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#e8eaed" class="up">
<path d="m280-400 200-200 200 200H280Z" />
</svg>
</button>
<div class="dropdown-content">
<div class="select">
<div class="selected" data-default="Sort-by" data-one="option-1" data-two="option-2"
data-three="option-3">
<!-- <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#e8eaed">
<path
d="m260-520 220-360 220 360H260ZM700-80q-75 0-127.5-52.5T520-260q0-75 52.5-127.5T700-440q75 0 127.5 52.5T880-260q0 75-52.5 127.5T700-80Zm-580-20v-320h320v320H120Zm580-60q42 0 71-29t29-71q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 42 29 71t71 29Zm-500-20h160v-160H200v160Zm202-420h156l-78-126-78 126Zm78 0ZM360-340Zm340 80Z" />
</svg> -->
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" class="arrow">
<path
d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z">
</path>
</svg>
</div>
<div class="options">
<div title="Sort-By">
<input id="all" name="option" type="radio" checked="" />
<label class="option" for="all" data-txt="Sort-By"></label>
</div>
<div title="Alpha">
<input type="radio" name="sort" value="Alpha" id="sortAlpha">
<label for="sortAlpha" class="option">Alpha</label>
</div>
<div title="Admin-No">
<input id="option-2" name="option" type="radio" />
<label class="option" for="option-2">Admin-No</label>
</div>
<div title="Verified">
<input id="option-3" name="option" type="radio" />
<label class="option" for="option-3">Verified</label>
</div>
<div title="Pending">
<input id="option-3" name="Pending" type="radio" />
<label class="option" for="option-3">Pending</label>
</div>
<div title="New">
<input id="option-3" name="New" type="radio" />
<label class="option" for="option-3">New</label>
</div>
</div>
</div>
<a href="dashboard.html">
Dashboard
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#e8eaed">
<path
d="M520-600v-240h320v240H520ZM120-440v-400h320v400H120Zm400 320v-400h320v400H520Zm-400 0v-240h320v240H120Zm80-400h160v-240H200v240Zm400 320h160v-240H600v240Zm0-480h160v-80H600v80ZM200-200h160v-80H200v80Zm160-320Zm240-160Zm0 240ZM360-280Z" />
</svg>
</a>
<a href="#" class="scan">
Facial Id
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#e8eaed">
<path
d="M280-40q-33 0-56.5-23.5T200-120v-720q0-33 23.5-56.5T280-920h400q33 0 56.5 23.5T760-840v720q0 33-23.5 56.5T680-40H280Zm0-120v40h400v-40H280Zm0-640h400v-40H280v40Zm200 480q-54 0-105 15.5T280-260v20h400v-20q-44-29-95-44.5T480-320Zm0-80q54 0 104.5 12.5T680-352v-368H280v368q45-23 95.5-35.5T480-400Zm0-40q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35Zm0-80q-17 0-28.5-11.5T440-560q0-17 11.5-28.5T480-600q17 0 28.5 11.5T520-560q0 17-11.5 28.5T480-520Zm0 280h200-400 200Zm0-320Zm0-240Zm0 640Z" />
</svg>
</a>
<a href="#" class="speechTxt">Speech
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#e8eaed" class="speech">
<path
d="M80-80v-80q46 0 91-6t88-22q-46-23-72.5-66.5T160-349v-91h160v-120h135L324-822l72-36 131 262q20 40-3 78t-68 38h-56v40q0 33-23.5 56.5T320-360h-80v11q0 35 21.5 61.5T316-252l12 3q40 10 45 50t-31 60q-60 33-126.5 46T80-80Zm572-114-57-56q21-21 33-48.5t12-59.5q0-32-12-59.5T595-466l57-57q32 32 50 74.5t18 90.5q0 48-18 90t-50 74ZM765-80l-57-57q43-43 67.5-99.5T800-358q0-66-24.5-122T708-579l57-57q54 54 84.5 125T880-358q0 81-30.5 152.5T765-80Z" />
</svg>
</a>
</div>
<div class="speecCancelCont">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#fff"
class="cancelSpeech">
<path
d="m855-220-64-64q20-81-3-160t-83-138l56-58q55 54 87 126t32 156q0 36-6.5 71T855-220ZM532-541 398-676l-74-146 72-36 131 262q7 14 8 27.5t-3 27.5ZM80-80v-80q46 0 91-6t88-22q-46-23-72.5-66.5T160-349v-91h160v-120h81l80 80h-81v40q0 33-23.5 56.5T320-360h-80v11q0 35 21.5 61.5T316-252l12 3q40 10 45 50t-31 60q-60 33-126.5 46T80-80Zm740 53L28-820l56-56L876-84l-56 57Z" />
</svg>
</div>
</div>
<label class="switch-name">
<input type="checkbox" class="checkbox" id="theme-switch">
<div class="back"></div>
<svg class="moon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<path
d="M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z">
</path>
</svg>
<svg class="sun" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z">
</path>
</svg>
</label>
<button class="menu-btn" onclick="toggleSidebar()"><svg xmlns="http://www.w3.org/2000/svg" width="30"
height="30" fill="#ffa500" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</button>
</ul>
<!-- =================================-->
<!-- =======END OF NAV SECTION======= -->
<!-- SCANNER POP OUT CONTAINER -->
<div class="scanner-container">
<div class="scannerHead">
<h2>Scan UID</h2>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"
class="closeScanner">
<path
d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" />
</svg>
</div>
<div class="scanner-frame" id="scannerFrame">
<video id="webcam" autoplay></video>
</div>
<button class="scan-button" id="scanButton">Scan</button>
<div class="status-message" id="statusMessage"></div>
<div class="user-info" id="userInfo" style="display: none;">
<p><strong>Name:</strong> <span id="scanner-name">John Doe</span></p>
<p><strong>UID:</strong> <span id="userId">BLK5678</span></p>
<p><strong>Student-Id:</strong> <span>1234</span></p>
</div>
</div>
<!-- END OF SCANNER POP OUT CONTAINER -->
<nav class="sidebar" id="sidebar">
<ul class="sidebar-list">
<li><a href="index.html">Home</a></li>
<li><a href="dashboard.html">Dashboard</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Contact</a></li>
<li>
<label class="switch-name" id="mode">
<input type="checkbox" class="checkbox" id="theme-switch">
<div class="back"></div>
<svg class="moon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<path
d="M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z">
</path>
</svg>
<svg class="sun" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z">
</path>
</svg>
</label>
</li>
</ul>
<button class="close-btn" onclick="toggleSidebar()"><img src="resouces/icons/left-black-arrow.png"
alt="ll"></button>
</nav>
<!-- ===========================
========END OF SIDEBAR SECTION======= -->
<div class="leaderBoardCont tableBody content" id="content">
<p>Total Students</p>
<div class="leaderBoard">
<table class="table searchCont">
<thead>
<tr class="searchItem">
<th>User-Id</th>
<th>Name</th>
<th>Student-ID</th>
<th>Status</th>
</tr>
</thead>
<tbody class="searchs">
<tr class="searchItem">
<td>Blk9021</td>
<td style="display: flex; align-items: center;">
<img src="./resouces/images/team-2.jpg" alt="" class="profile-img">
Drek Tony
</td>
<td>1101</td>
<td data-label="Status" class="verifiedUser">
Verified
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#00ea00">
<path
d="m344-60-76-128-144-32 14-148-98-112 98-112-14-148 144-32 76-128 136 58 136-58 76 128 144 32-14 148 98 112-98 112 14 148-144 32-76 128-136-58-136 58Zm34-102 102-44 104 44 56-96 110-26-10-112 74-84-74-86 10-112-110-24-58-96-102 44-104-44-56 96-110 24 10 112-74 86 74 84-10 114 110 24 58 96Zm102-318Zm-42 142 226-226-56-58-170 170-86-84-56 56 142 142Z" />
</svg>
</td>
</tr>
<tr class="searchItem">
<td>Blk8902</td>
<td style="display: flex; align-items: center;">
<img src="./resouces/images/testimonial-4.jpg" alt="" class="profile-img">
Awesome Prince
</td>
<td>9999</td>
<td data-label="Status" class="verifiedUser">
Verified
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px">
<path
d="m344-60-76-128-144-32 14-148-98-112 98-112-14-148 144-32 76-128 136 58 136-58 76 128 144 32-14 148 98 112-98 112 14 148-144 32-76 128-136-58-136 58Zm34-102 102-44 104 44 56-96 110-26-10-112 74-84-74-86 10-112-110-24-58-96-102 44-104-44-56 96-110 24 10 112-74 86 74 84-10 114 110 24 58 96Zm102-318Zm-42 142 226-226-56-58-170 170-86-84-56 56 142 142Z" />
</svg>
</td>
</tr>
<tr class="searchItem">
<td>Blk1394</td>
<td style="display: flex;
align-items: center;">
<img src="./resouces/images/testimonial-2.jpg" alt="" class="profile-img">
Uguwu Confidence
</td>
<td>Loading...</td>
<td data-label="Status" class="processsingUser">
Processing
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="grey">
<path
d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q88 0 166.5 36T782-742L480-440v-360q-134 0-227 93t-93 227q0 134 93 227t227 93q69 0 132-28.5T720-270v110q-53 38-114 59T480-80Zm320-160v-320h80v320h-80Zm40 160q-17 0-28.5-11.5T800-120q0-17 11.5-28.5T840-160q17 0 28.5 11.5T880-120q0 17-11.5 28.5T840-80Z" />
</svg>
</td>
</tr>
<tr class="searchItem">
<td>Blk7310</td>
<td style="display: flex;
align-items: center;">
<img src="./resouces/images/team-1.jpg" alt="" class="profile-img">
Favour Bright
</td>
<td>9872</td>
<td data-label="Status" class="alumni">
Alumni
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="orange">
<path
d="M280-880h400v314q0 23-10 41t-28 29l-142 84 28 92h152l-124 88 48 152-124-94-124 94 48-152-124-88h152l28-92-142-84q-18-11-28-29t-10-41v-314Zm80 80v234l80 48v-282h-80Zm240 0h-80v282l80-48v-234ZM480-647Zm-40-12Zm80 0Z" />
</svg>
</td>
</tr>
<tr class="searchItem">
<td>Blk6711</td>
<td style="display: flex;
align-items: center;">
<img src="./resouces/images/graduant-2.jpg" alt="" class="profile-img">
Anthony Madubuike
</td>
<td>7214</td>
<td data-label="Status" class="verifiedUser">
Verified
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#00ea00">
<path
d="m344-60-76-128-144-32 14-148-98-112 98-112-14-148 144-32 76-128 136 58 136-58 76 128 144 32-14 148 98 112-98 112 14 148-144 32-76 128-136-58-136 58Zm34-102 102-44 104 44 56-96 110-26-10-112 74-84-74-86 10-112-110-24-58-96-102 44-104-44-56 96-110 24 10 112-74 86 74 84-10 114 110 24 58 96Zm102-318Zm-42 142 226-226-56-58-170 170-86-84-56 56 142 142Z" />
</svg>
</td>
</tr>
<tr class="searchItem">
<td>Blk1045</td>
<td style="display: flex;
align-items: center;">
<img src="./resouces/images/team-3.jpg" alt="" class="profile-img">
Kerin Hermanie
</td>
<td>5321</td>
<td data-label="Status" class="verifiedUser">
Verified
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#00ea00">
<path
d="m344-60-76-128-144-32 14-148-98-112 98-112-14-148 144-32 76-128 136 58 136-58 76 128 144 32-14 148 98 112-98 112 14 148-144 32-76 128-136-58-136 58Zm34-102 102-44 104 44 56-96 110-26-10-112 74-84-74-86 10-112-110-24-58-96-102 44-104-44-56 96-110 24 10 112-74 86 74 84-10 114 110 24 58 96Zm102-318Zm-42 142 226-226-56-58-170 170-86-84-56 56 142 142Z" />
</svg>
</td>
</tr>
<tr class="searchItem">
<td>Blk5890</td>
<td style="display: flex;
align-items: center;">
<img src="./resouces/images/teacher1.jpg" alt="" class="profile-img">
Joshua Efe
</td>
<td>8923</td>
<td data-label="Status" class="alumni">
Alumni
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="orange">
<path
d="M280-880h400v314q0 23-10 41t-28 29l-142 84 28 92h152l-124 88 48 152-124-94-124 94 48-152-124-88h152l28-92-142-84q-18-11-28-29t-10-41v-314Zm80 80v234l80 48v-282h-80Zm240 0h-80v282l80-48v-234ZM480-647Zm-40-12Zm80 0Z" />
</svg>
</td>
</td>
</tr>
<tr class="searchItem">
<td>Blk8290</td>
<td style="display: flex;
align-items: center;">
<img src="./resouces/images/teacher1.jpg" alt="" class="profile-img">
Caleb Musa
</td>
<td>8923</td>
<td data-label="Status" class="processsingUser">
Processing
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="grey">
<path
d="M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q88 0 166.5 36T782-742L480-440v-360q-134 0-227 93t-93 227q0 134 93 227t227 93q69 0 132-28.5T720-270v110q-53 38-114 59T480-80Zm320-160v-320h80v320h-80Zm40 160q-17 0-28.5-11.5T800-120q0-17 11.5-28.5T840-160q17 0 28.5 11.5T880-120q0 17-11.5 28.5T840-80Z" />
</svg>
</td>
</tr>
<tr class="searchItem">
<td>Blk1323</td>
<td style="display: flex;
align-items: center;">
<img src="./resouces/images/graduant.jpg" alt="" class="profile-img">
James Sofia
</td>
<td>8923</td>
<td data-label="Status" class="verifiedUser">
Verified
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"
fill="#00ea00">
<path
d="m344-60-76-128-144-32 14-148-98-112 98-112-14-148 144-32 76-128 136 58 136-58 76 128 144 32-14 148 98 112-98 112 14 148-144 32-76 128-136-58-136 58Zm34-102 102-44 104 44 56-96 110-26-10-112 74-84-74-86 10-112-110-24-58-96-102 44-104-44-56 96-110 24 10 112-74 86 74 84-10 114 110 24 58 96Zm102-318Zm-42 142 226-226-56-58-170 170-86-84-56 56 142 142Z" />
</svg>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
<script src="./Assets/js/portal.js"></script>
<script>
function toggleSidebar() {
const sidebar = document.getElementById('sidebar');
const content = document.getElementById('content');
// Toggle sidebar visibility
sidebar.classList.toggle('open');
// Shift content to accommodate the sidebar
content.classList.toggle('shifted');
}
</script>
</html>
</html>