-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.25 KB
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 1.25 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
<!-- WARNING -->
<!-- DO NOT CHANGE ANYTHING IN THIS FILE -->
<!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>Git and Github Workshop</title>
<script src="./app.js"></script>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="header">
<h1>Workshop on Git and Github</h1>
<h3>Conducted from 14th May, 2021 to 16th May, 2021 by <a href="https://linkedin.com/in/yuvraj-dagur" target="_blank">Yuvraj Dagur</a> and <a href="https://www.instagram.com/we.cytron/" target="_blank">Cytron Club</a>
</h3>
</div>
<h3>Below Mentioned Students have successfully completed the Git and Github Basic Workshop and have contributed in this repository.</h3>
<table id="contributors">
<tr>
<th>Name</th>
<th>Github Username</th>
<th>College</th>
<th>Year</th>
</tr>
</table>
<a href="https://github.com/thatfreakcoder/git-github-workshop" target="_blank" style="font-size: 40px; margin: 30px;">Check Out the Original Repository</a>
<script src="./CONTRIBUTORS.js"></script>
</body>
</html>