-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
45 lines (42 loc) · 1.94 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hacktoberfest 2021</title>
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="content">
<picture>
<img src="img/hacktoberfestbg.png" alt="Hacktoberfest">
</picture>
<br>
<div style="margin: 50px 0 20px 0;">
<h1>Contributors</h1>
<div class="contributors">
<a href="https://github.com/ArpitUjjwal" target="_blank">Arpit Ujjwal</a>
<a href="https://github.com/Akashsri3bi" target="_blank">Akash Srivastava</a>
<a href="https://github.com/Rashika2" target="_blank">Rashika Gupta</a>
<a href="https://github.com/" target="_blank">Vipul Mishra</a>
<a href="https://github.com/Akashsri3bi" target="_blank">Shivam Singh</a>
<a href="https://github.com/dark-system" target="_blank">Dev Sharma</a>
<a href="https://github.com/Anshi-20" target="_blank">Khushi Rajput</a>
<a href="https://github.com/Madhav-Aman" target="_blank">Madhav Aman Srivastava</a>
<a href="https://github.com/maitreyi06" target="_blank">Maitreyi Choudhary</a>
<a href="https://github.com/Divya831" target="_blank">Divya</a>
<a href="https://github.com/AnkitSoni2001" target="_blank">Ankit Soni</a>
<a href="https://github.com/narayan954" target="_blank">Narayan Soni</a>
</div>
</div>
<div style="margin: 50px 0 20px 0;">
<h2>For More Information</h2>
<p>All details about <a href="https://hacktoberfest.digitalocean.com" target="_blank">#hacktoberfest</a>.</p>
<p>To join this project, visit my <a href="https://github.com/DSC-NIET" target="_blank">GitHub repository</a>.</p>
</div>
</div>
</body>
</html>