-
Notifications
You must be signed in to change notification settings - Fork 48
/
index.html
73 lines (68 loc) · 4.03 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
<!DOCTYPE html>
<html>
<head>
<title>Hacktoberfest 2019 Sign In</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
<!-- DO NOT CHANGE THIS AREA -->
<div class="jumbotron">
<h1 class="display-4">Hacktoberfest 2019 Sign In</h1>
<p class="lead">An easy html sign in sheet for Hacktoberfest 2019!</p>
<hr class="my-4">
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://github.com/s-bridges/Hacktoberfest-Sign-In-2018" role="button">Sign In</a>
</p>
</div>
<!-- Sign In Here -->
<ol>
<!-- Use this format -->
<!--<li><a href ="[link to your portfolio/github page]">[user name here]</a></li>-->
<li><a href="https://github.com/s-bridges">s-bridges</a></li>
<li><a href="https://github.com/Bahnburner">Bahnburner</a></li>
<li><a href="https://github.com/unicornriley">unicornriley</a></li>
<li><a href="https://github.com/igcigc">igcigc</a></li>
<li><a href="https://github.com/datalorrre">datalorrre</a></li>
<li><a href="https://github.com/asaw4">Astha</a></li>
<li><a href="https://github.com/malimis">malimis</a></li>
<li><a href="https://github.com/tekon">Tekon</a></li>
<li><a href="https://github.com/costassolla">Charlye</a></li>
<li><a href="https://github.com/pranaykgupta">Pranay</a></li>
<li><a href="https://github.com/cbbeard">Chris</a></li>
<li><a href="https://github.com/https://github.com/A1zippo1">Zippo</a></li>
<li><a href="https://github.com/NiallEccles">NiallEccles</a></li>
<li><a href="https://github.com/TheGunder">TheGunder</a></li>
<li><a href="https://github.com/khursani8">Khursani</a></li>
<li><a href="https://github.com/armandombi">Armando</a></li>
<li><a href="https://github.com/lulzhipsters">lulzhipsters</a></li>
<li><a href="https://github.com/lkoeln">lkoeln</a></li>
<li><a href="https://github.com/pinarkaymaz6">Pinar Kaymaz</a></li>
<li><a href="https://github.com/olgierdg">Olgierd</a></li>
<li><a href="https://github.com/arnavpisces">arnavpisces</a></li>
<li><a href="https://github.com/rjcapuno">rjcapuno</a></li>
<li><a href="https://github.com/andy-kohne">Andy</a></li>
<li><a href="https://github.com/justcallmebeef">Beef</a></li>
<li><a href="https://github.com/catdolls">Fai</a></li>
<li><a href="https://github.com/hanadolls">Jack</a></li>
<li><a href="https://github.com/socal434">socal434</a></li>
<li><a href="https://github.com/angelicaT3">angelicaT3</a></li>
<li><a href="https://github.com/AloysiusParedes">Aloysius Paredes</a></li>
<li><a href="https://github.com/cholorecto">cholorecto</a></li>
<li><a href="https://github.com/https://github.com/A1zippo1">Zippo</a></li>
<li><a href="https://github.com/gilletted">gilletted</a></li>
<li><a href="https://github.com/Dor34">Dorian</a></li>
<li><a href="https://github.com/Jahzeelirish">Jahzeel</a></li>
<li><a href="https://github.com/lezendarynoob">lezendarynoob</a></li>
<li><a href="https://github.com/Toastieyoaties">Toastyotie</a></li>
<li><a href="https://github.com/theStaBita">theStaBita</a></li>
<li><a href="https://github.com/whysogreen">whysogreen</a></li>
<li><a href="https://github.com/H8ToDoThis">H8ToDoThis</a></li>
</ol>
<!-- Sign In Above -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>