-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (88 loc) · 4.62 KB
/
index.html
File metadata and controls
89 lines (88 loc) · 4.62 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
<!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><b>Hacktoberfest 2018 Sign In page!!!</b></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><a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest 2018</a> 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/realRaghavGupta/Hacktoberfest-Sign-In-2018" target="_blank"
rel="noopener noreferrer"
role="button">Instructions</a>
</p>
</div>
<div class="section center list-grid">
<h2>October 2018</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/realRaghavGupta">Raghav Gupta</a></li>
<li><a href="https://github.com/kaursandeep96">Sandeep Kaur</a></li>
<li><a href="http://github.com/Akshay1910">Akshay Gupta</a></li>
<li><a href="https://github.com/BeatBastic">BeatBastic</a></li>
<li><a href="https://github.com/Jeffride">Jeffride</a></li>
<li><a href="https://github.com/Kappash">KAPPASH</a></li>
<li><a href="https://github.com/Mkishore7">Mohit Kishore</a></li>
<li><a href="https://github.com/PronomitaDey">Pronomita Dey</a></li>
<li><a href="https://github.com/Spidyhog">Priyanshu Mittal</a></li>
<li><a href="https://github.com/YohanKulasinghe">Yohan</a></li>
<li><a href="https://github.com/aayanqazi">Arsalan Sabir</a></li>
<li><a href="https://github.com/alimtegar">Alim Tegar</a></li>
<li><a href="https://github.com/ateoxon">ateoxon</a></li>
<li><a href="https://github.com/axelrammon">Axel Rammon</a></li>
<li><a href="https://github.com/capturethemoon">capturethemoon</a></li>
<li><a href="https://github.com/clavearnel">Arnel Clave</a></li>
<li><a href="https://github.com/diegowifi">Diego Ponce</a></li>
<li><a href="https://github.com/geekychaser">Rishabh</a>
<li><a href="https://github.com/harkindey">Emmanuel Akinde</a></li>
<li><a href="https://github.com/hjain5164">Harsh Jain</a></li>
<li><a href="https://github.com/lakme22">Mareeswari Lakshmi</a></li>
<li><a href="https://github.com/maggiduscher">Maggiduscher</a></li>
<li><a href="https://github.com/namangoel05">Naman Goel</a></li>
<li><a href="https://github.com/pkfln"></a>pkfln</li>
<li><a href="https://github.com/richtepa">Richtepa</a></li>
<li><a href="https://github.com/rishabhjain12345">rishabhjain</a></li>
<li><a href="https://github.com/rjcapuno">Rjcapuno</a></li>
<li><a href="https://github.com/srprescott">SRP</a></li>
<li><a href="https://github.com/vattytrivedi">Vatsal Trivedi</a></li>
<li><a href="https://github.com/viveksdf">viveksdf</a></li>
<li><a href="https://github.com/vnxx">Kevin Adam</a></li>
</ol>
</div>
<!-- End of Oct' 18 Sign in -->
<!-- </div> -->
<!-- Full Page End -->
<!-- Script -->
<script>
$(document).ready(function () {
$('#fullpage').fullpage();
});
</script>
</div>
</body>
</html>