-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.84 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 1.84 KB
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
<!DOCTYPE html>
<html lang="en">
<div class="container">
<link rel="stylesheet" href="styles.css">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Young+Serif&display=swap">
<link rel="stylesheet" href="styles.css">
</head>
<div id="headbox">
<h1 id="title" class="title-font" data-text="GCCF Completions of BIT, Bengaluru">GCCF Completions of BIT, Bengaluru</h1>
<h1 id="title5" class="title5-font" data-text="Updated on 5.10.23">Final Updated Version</h1>
</div>
<body>
<div id="search-container">
<input type="text" id="search-input" placeholder="Search by name">
<button id="search-button">Search</button>
<button id="clear-button">Clear</button>
</div>
<table>
<thead>
<tr>
<th>Name</th>
<th>Email</th>
<th>Enrolled at</th>
<th>Courses Completed</th>
<th>Skill Badges Completed</th>
<th>Gen AI Level 3</th>
<th>Total Completions</th>
<th>Redemption Status</th>
</tr>
</thead>
<tbody id="data-output"></tbody>
</table>
<script src="./tabledata.js"></script>
</body>
</div>
<div class="footer">
<a href="https://github.com/githubber-me">Built by <strong>Anthahkarana</strong></a>
</div>
</html>