forked from Nguyen17/Hacktoberfest-Sign-In
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (84 loc) · 4.61 KB
/
index.html
File metadata and controls
93 lines (84 loc) · 4.61 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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 Sign In!!!</title>
<!-- JQUERY -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<!-- FULL PAGE.JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/vendors/scrolloverflow.min.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="fullpage">
<!-- Intro Header -->
<!-- Dont Change This Section -->
<div class="section header-bg">
<div class="jumbotron-fluid">
<h1>Hacktoberfest Sign In Sheet</h1>
<p class="lead">Very simple repo! Great for beginners to make their first pull request! Feel free to sign in xD</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://github.com/Nguyen17/Hacktoberfest-Sign-In" target="_blank" rel="noopener noreferrer" role="button">Instructions</a>
</p>
</div>
</div>
<!-- -->
<div class="section center">
<h2>October 2017</h2>
<!-- SIGN IN HERE -->
<ol>
<!--
In this format:
<li><a href ="[link to your portfolio/github page]">[user name here]</a></li>
-->
<li><a href="https://github.com/leebilly0">Billy Lee</a></li>
<li><a href="https://nguyen17.github.io/">Nguyen17</a></li>
<li><a href="https://github.com/tekpixo/">Lincoln Costa (Tekpixo)</a></li>
<li><a href="https://www.utkarshgupta.me">Utkarsh Gupta(Utkarsh)</a></li>
<li><a href="https://github.com/mehlleniumfalke">f0rt1s</a></li>
<li><a href="https://ashishjha.herokuapp.com/">Ashish Jha</a></li>
<li><a href="https://github.com/celento/">Celento C George(celento)</a></li>
<li><a href="https://github.com/eosti">eosti</a></li>
<li><a href="https://github.com/carterschieffer/">carterschieffer</a></li>
<li><a href="https://github.com/dwikychandra21">Dwiky Chandra</a></li>
<li><a href="https://github.com/Tabs16/">Tabs16</a></li>
<li><a href="https://github.com/jtkaufman737">J T Kaufman</a></li>
<li><a href="https://github.com/nurielfattah/">Dono Poespomrtono</a></li>
<li><a href="https://github.com/karthicktv/">Karthick Thoppe</a></li>
<li><a href="https://github.com/Christensenea">Christensenea</a></li>
<li><a href="https://github.com/wolframtheta">Wolframtheta</a></li>
<li><a href="https://github.com/vydao">Vy Dao</a></li>
<li><a href="https://github.com/surajiyyengar">surajiyyengar</a></li>
<li><a href="https://github.com/githubbbbbbbbbbbbb">Jon</a></li>
<li><a href="https://github.com/thanhnha1103">thanhnha1103</a></li>
<li><a href="https://github.com/githubbbbbbbbbbbbb">Jon</a></li>
<li><a href="https://github.com/zotamias">Zara Otamias</a></li>
<li><a href="https://github.com/githubbbbbbbbbbbbb">Jon</a></li>
<li><a href="https://github.com/cgreen88">Cgreen88</a></li>
<li><a href="https://github.com/githubbbbbbbbbbbbb">Jon</a></li>
<li><a href="https://github.com/starchow">Star Chow</a></li>
<li><a href="https://github.com/githubbbbbbbbbbbbb">Jon</a></li>
<li><a href="https://github.com/perdona">Perdona</a></li>
<li><a href="https://github.com/Shankhalika">Shankhalika Sarkar</a></li>
</ol>
</div>
<!-- End of Oct' 17 Sign in -->
</div>
<!-- Full Page End -->
<!-- Script -->
<script>
$(document).ready(function () {
$('#fullpage').fullpage();
});
</script>
</body>
</html>