forked from KamandPrompt/GitSession
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (50 loc) · 1.92 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<title>Participants in Git Session by Vipul</title>
</head>
<body>
<!-- Create a new rown after every 10 columns-->
<div class="row">
<div class="column">
<div class="card">
<img src="images/Dheeraj.jpg" alt="Jane" style="width:100%">
<div class="container">
<h2>Dheeraj Yadav</h2>
<p class="title">PC Coordi</p>
<p>Maar rkhi hai intern ne. PPO mil jae bs.</p>
<p>[email protected]</p>
<p><a href="https://www.facebook.com/dheeraj.168" target="_blank"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/Prajjwal.jpg" alt="Mike" style="width:100%">
<div class="container">
<h2>Prajjwal Jha</h2>
<p class="title">Heuristics Coordi</p>
<p>Jaana hai to google me jao warna na jao.</p>
<p>[email protected]</p>
<p><a href="https://www.facebook.com/prajjwal.jha" target="_blank"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/Vipul.jpg" alt="Mike" style="width:100%">
<div class="container">
<h2>Vipul Sharma</h2>
<p class="title">PC Coordi</p>
<p>Jaana hai to kahi bi jao xD.</p>
<p>[email protected]</p>
<p><a href="https://www.facebook.com/asdas" target="_blank"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
</div>
</body>
</html>