-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (29 loc) · 994 Bytes
/
index.html
File metadata and controls
36 lines (29 loc) · 994 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git Workshop - CSI KJSSE</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>🚀 Git & GitHub Workshop 2025</h1>
<p style="text-align: center; color: #666;">CSI KJSSE - Abhiyantriki 2025</p>
<h2>Contributors</h2>
<div class="card">
<div class="name">Shaurya Keserwani</div>
Robotics & Artificial Intelligence | Second Year
</div>
<div class="card">
<div class="name">Hardik Bhatia</div>
Computer Engineering | Second Year
</div>
<div class="cta">
<h3>Add Yourself!</h3>
<p>1. Fork & clone the repo<br>
2. Add your card: <code><div class="card">...</div></code><br>
3. Commit: <code>git commit -m "Add [Name]"</code><br>
4. Push and create a Pull Request</p>
</div>
</body>
</html>