forked from shukapurv/Git-freshers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (62 loc) · 2.41 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!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-freshers</title>
<link rel="stylesheet/less" type="text/css" href="style.less" />
<link rel="icon" type="image/x-icon" href="/images/Octocat.png">
</head>
<body>
<div class="container">
<!-- copy this block below with your name, GitHub username and GitHub profile link -->
<!-- block -->
<div class="card" data-tilt data-tilt-max="50" data-tilt-speed="200" data-tilt-perspective="700" data-tilt-glare="true" data-tilt-max-glare="0.8" data-tilt-max="10">
<div class="content">
<h2>01</h2> <!-- increment this number in your card -->
<h3>Apoorve shukla</h3> <!-- Add your name -->
<p>@shukapurv</p> <!-- Add your GitHub username -->
<a href="https://github.com/shukapurv">GitHub</a> <!-- Add your GitHub profile link -->
</div>
</div>
<!-- block -->
<!-- Append your card in this block -->
<!-- block -->
<div class="card" data-tilt data-tilt-max="50" data-tilt-speed="200" data-tilt-perspective="700" data-tilt-glare="true" data-tilt-max-glare="0.8" data-tilt-max="10">
<div class="content">
<h2>02</h2>
<h3>Ashlesha Dixit</h3>
<p>@sakshi-2412</p>
<a href="https://github.com/sakshi-2412">GitHub</a>
</div>
</div>
<div class="card" data-tilt data-tilt-max="50" data-tilt-speed="200" data-tilt-perspective="700" data-tilt-glare="true" data-tilt-max-glare="0.8" data-tilt-max="10">
<div class="content">
<h2>03</h2>
<h3>Raina Jain</h3>
<p>@RainaJain5</p>
<a href="https://github.com/RainaJain5">GitHub</a>
</div>
</div>
<div class="card" data-tilt data-tilt-max="50" data-tilt-speed="200" data-tilt-perspective="700" data-tilt-glare="true" data-tilt-max-glare="0.8" data-tilt-max="10">
<div class="content">
<h2>04</h2>
<h3>xyz</h3>
<p>@xyz</p>
<a href="xyz">GitHub</a>
</div>
</div>
<div class="card" data-tilt data-tilt-max="50" data-tilt-speed="200" data-tilt-perspective="700" data-tilt-glare="true" data-tilt-max-glare="0.8" data-tilt-max="10">
<div class="content">
<h2>05</h2>
<h3>Bhav Khurana</h3>
<p>@bhav-khurana</p>
<a href="https://github.com/bhav-khurana">GitHub</a>
</div>
</div>
<!-- block -->
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]" ></script>
</body>
</html>