forked from bhavesh1129/First-Hacktoberfest2021-Contribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (41 loc) · 2.35 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
<!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>Hacktoberfest2021</title>
<!-- Favicon Icon-->
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<!-- FontAwesome CDN-->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- External CSS File Link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<picture>
<img src="./img/logo.svg" alt="Hacktoberfest">
</picture>
<div>
<h1>Information <i class="fas fa-info-circle"></i></h1>
<p>Check all details about <a href="https://hacktoberfest.digitalocean.com" target="_blank">#hacktoberfest2021</a>
</p>
<p>To join/contribute in this project, visit my <a href="https://github.com/bhavesh1129/First-Hacktoberfest2021-Contribution" target="_blank"><i class="fab fa-github"></i> Repository!</a></p>
</div>
<br>
<div>
<h1>Contributors <i class="fas fa-users"></i></h1>
<div class="contributors">
<a href="https://github.com/udoyhasan/" target="_blank">udoyhasan<span> <img src="/img/dwight.jfif" alt="image" height="120" width="150"> </span></a>
<a href="https://github.com/bhagatparwinder" target="_blank">bhagatparwinder<span> <img src="/img/jim.jpg" alt="image" height="120" width="150"> </span></a>
<a href="https://github.com/soumyajyoti1999" target="_blank">soumyajyoti1999<span> <img src="/img/hoverimage.jfif" alt="image" height="120" width="150"> </span></a>
<a href="https://github.com/Sonu589" target="_blank">Sonu589 <span> <img src="/img/image.jfif" alt="image" height="120" width="150"> </span></a>
<!-- Add Your Github username and github account link -->
<a href="" target="_blank"><span><img src="/img/hoverimage.jfif" alt="image" height="120" width="150"></span></a>
</div>
</div>
</div>
</body>
</html>