forked from CodeMacrocosm/Pull-a-Thon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (66 loc) · 2.43 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
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hacktoberfest Helper</title>
<!-- normalize.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Aladin|Dosis" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="main.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<!-- Intro Header -->
<!-- Dont Change This Section -->
<div class="section u-text-center u-bg-brand">
<div class="section-content jumbotron-fluid u-text-white">
<h1>Hacktoberfest'21 Pull Request Helper</h1>
<p class="lead">Your first step towards making a pull request and earning yourself a t-shirt </p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://github.com/CodeMacrocosm/Pullathon" target="_blank" rel="noopener noreferrer"
role="button">Instructions</a>
</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="#bottom" role="button">Usernames</a>
</p>
</div>
</div>
<div id="bottom" class="section">
<div class="section-content u-text-center">
<h2>October 2021</h2>
<!-- SIGN IN HERE -->
<div class="list-grid">
<ol>
<!--
In this format:
<li><a href ="https://github.com/CodeMacrocosm">CodeMacrocosm</a></li>
-->
<li id="maintainer">
<a href="https://github.com/CodeMacrocosm">CodeMacrocosm</a>
</li>
<li>
<a href="https://github.com/shreyamalogi">Shreya Malogi</a>
</li>
<li>
<a href="https://github.com/munish0838">Munish Kumar</a>
</li>
<li>
<a href="https://github.com/Mansivjain00">Mansi V Jain</a>
</li>
</ol>
</div>
</div>
</div>
<!-- End of Oct' 21 Sign in -->
</div>
<div class="footer u-text-center">
<a class="link-default" href="https://hacktoberfest.digitalocean.com/">Sign up for Hacktoberfest!</a>
</div>
</body>
</html>