forked from AllenCompSci/Hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preview.html
95 lines (82 loc) · 4.19 KB
/
Preview.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!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>
<link rel="icon" href="static/img/site/favicon.png">
<!-- 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="static/css/style1.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/AllenCompSci/Hacktoberfest" target="_blank" rel="noopener noreferrer" role="button">Repository</a>
</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://AllenCompSci.github.io/Hacktoberfest" target="_blank" rel="noopener noreferrer" role="button">CENSUS</a>
</p>
</div>
</div>
<!-- -->
<div class="section center list-grid">
<h2></br>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/AllenCompSci">Allen Computer Science</a></li>
<li><a href="https://github.com/theshrewedshrew">Mr. Hudson</a></li>
<li><a href="https://github.com/BESTTeam85">AHS Team 58 Best Robotics</a></li>
<li><a href="https://github.com/eyeofkenku">eyeofkenku</a></li>
<li><a href="https://github.com/TexasSnow">TexasSnow</a></li>
<li><a href="https://github.com/Kevinjblanchard">Kevinjblanchard</a></li>
<li><a href="https://github.com/CosmeT17">CosmeT17</a></li>
<li><a href="https://github.com/ayushagarwal0316">ayushagarwal0316</a></li>
<li><a href="https://github.com/raychen1155">raychen1155</a></li>
<li><a href="https://github.com/hotdogshabab">hotdogshabab</a></li>
<li><a href="https://github.com/spicyboi">spicyboi</a></li>
<li><a href="https://github.com/Rahultheman12">Rahultheman12</a></li>
<li><a href="https://github.com/KingZethor">Ryan King</a></li>
<li><a href="https://github.com/incisivebox">incisivebox</a></li>
<li><a href="https://github.com/ryansucks">ryansucks</a></li>
<li><a href="https://github.com/BKNNYY">BKNNYY</a></li>
<li><a href="https://github.com/Kodaskool">Kodaskool</a></li>
<li><a href="https://github.com/MasterAndrewJ">MasterAndrewJ</a></li>
<li><a href="https://github.com/jawnlovesfreestuff">John Nguyen</a></li>
<li><a href="https://github.com/Phylux">Cameron Mathis</a></li>
<li><a href="https://github.com/NathanMaupin">NathanMaupin</a></li>
<li><a href="https://github.com/YourFriendlyNeighborhoodSpiderman">YourFriendlyNeighborhoodSpiderman</a></li>
<li><a href="https://github.com/CodeTimesTen">CodeTimesTen</a></li>
<li><a href="https://github.com/DevinPetersen">Devin Petersen</a></li>
</ol>
</div>
<!-- End of Oct' 22 Sign in -->
<!-- </div> -->
<!-- Full Page End -->
<!-- Script -->
<script>
$(document).ready(function() {
$('#fullpage').fullpage();
});
</script>
</body>
</html>