forked from captainWaheed/Hacktoberfest22_IEEE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (59 loc) · 2.22 KB
/
index.html
File metadata and controls
62 lines (59 loc) · 2.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hacktoberfest 22 | IEEE Web Dev Team</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1"
/>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" type="text/css" href="assets/css/badge.css" />
</head>
<body>
<section class="section column-section section-bio">
<figure class="logo"></figure>
<h1 class="text">Hacktoberfest 2022 Contributions</h1>
<br />
<p class="bio">
Hacktoberfest is a month-long celebration of open source software, run
by DigitalOcean and open to everyone in our global community. To
participate, you’ll need to submit four quality pull requests to public
GitHub repositories in the month of October.
</p>
</section>
<section class="section column-section-main">
<div class="col-section">
<h2 class="main-text">Repository Captain</h2>
<dl class="list">
<dt class="main-text main-text-small">Abdul Waheed</dt>
<dd class="list-item">
<a class="list-link" href="https://github.com/captainwaheed"
>GitHub</a
>
</dd>
</dl>
</div>
<div class="col-section">
<h2 class="main-text">Contributors List 🚀</h2>
<dl class="list">
<dt class="main-text main-text-small">Loading...</dt>
<dd class="list-item">
<a class="list-link" href="#">@rendering</a>
</dd>
</dl>
</div>
</section>
<footer class="footer main-text main-text-small">
<a class="footer-links link-twitter" href="#">twitter</a>
<a class="footer-links link-facebook" href="#">facebook</a>
<a class="footer-links link-instagram" href="#">instagram</a>
<a class="footer-links link-site" href="https://github.com/ieee-webteam"
>©IEEE Web Development Team</a
>
<div class="scrunch" aria-hidden="true">copyrights reserved</div>
</footer>
<script src="./script.js"></script>
</body>
</html>