forked from lingonsaft/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·353 lines (314 loc) · 15.6 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!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" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="description" content="This is a static website serving as a beginner friendly project to help developers get started with hacktoberfest.">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<!-- Github follow button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<title>!!HACKTOBERFEST!!</title>
</head>
<link rel="shortcut icon" href="./images/sh_icon_min.png" />
<body id="body">
<!--
__ __ __ __ __ ____ __
/ / / /____ _ _____ / /__ / /_ ____ / /_ ___ _____ / __/___ _____ / /_
/ /_/ // __ `// ___// //_// __// __ \ / __ \ / _ \ / ___// /_ / _ \ / ___// __/
/ __ // /_/ // /__ / ,< / /_ / /_/ // /_/ // __// / / __// __/(__ )/ /_
/_/ /_/ \__,_/ \___//_/|_| \__/ \____//_.___/ \___//_/ /_/ \___//____/ \__/
i just want a t-shirt at this point
-->
<!--Navbar-->
<button onclick="topFunction()" class="btn btn-danger" id="myBtn" title="Go to top"><img src="https://png.icons8.com/ios/50/000000/circled-chevron-up.png"
alt="circled-chevron-up icon" /></button>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="/">Hacktoberfest</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/helpful-material">Helpful Material</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contributors">Contributors</a>
</li>
<li class="nav-item">
<a class="nav-link" id="twist" href="#">The twist</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./potato.html">Potato</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./cheese.html">Cheese!</a>
</li>
<li class="nav-item">
<a class="nav-link" id="tools" href="./tools.html">Tools</a>
</li>
<li class="nav-item ml-lg-auto">
<a class="nav-link" id="invert-btn" href="#">Invert</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tools">Tools</a>
</li>
</ul>
<h5 style="color:#FF174B;"><strike>:.|:;</strike></h5>
</div>
</nav>
<!-- End Navbar-->
<!--Main content-->
<div class="container-fluid">
<div id="header">
<center>
<br>
<h1>Hacktoberfest 2018</h1>
<a class="github-button" href="https://github.com/lingonsaft/hacktoberfest" data-size="large" data-icon="octicon-star"
aria-label="Star lingonsaft/hacktoberfest on GitHub">
Star on GitHub
</a>
<p id="stats">Hacktoberfest</p>
<h5>THIS is a BEGINNER friendly project to help you get started with your hacktoberfest. If you don't know
where to start
feel free to watch the videos and read the contribution rules. Happy hacking <img id="love" src="https://www.freeiconspng.com/uploads/blank-heart-love-hd-png-28.png"
alt="heart icon" width="30px">
</h5>
<a class="btn-youtube" style=" background-image: radial-gradient(circle, #fed500,orange,red); color: #FFF; "
href="https://hacktoberfest.digitalocean.com/details" target="_blank"><strong>Start Hacking</strong> <img src="./images/Fire_Emoji-min.png"
width="30px"></a>
</center>
</div>
<br />
<br />
<div class="countdown-timer">
<center>
<h2>Time left of Hacktoberfest 2018:</h2>
<ul>
<li><span id="days"></span> DAYS</li>
<li><span id="hours"></span> HOURS</li>
<li><span id="minutes"></span> MINUTES</li>
<li><span id="seconds"></span> SECONDS</li>
</ul>
<h4>Hurry up and make your pull requests!</h4><br>
<h5>Subscribe to our YouTube channel:</h5>
<div class="ytSubscribeContainer">
<a target="_blank" class="btn-youtube" href="https://www.youtube.com/channel/UCpPEhf3aRau_Tgzbk91YZLg?sub_confirmation=1"><img
src="./images/you_logo_transparent.png"></i> Subscribe</a>
</div>
</center>
</div>
<br />
<br />
<div class="row">
<div class="col-md-6">
<div class="card text-center mb-3">
<div class="card-header">Hacktoberfest Intro</div>
<div class="card-img-top">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/OsAFX_ZbgaE" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">Get Started with Hacktoberfest</p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-3">
<img src="./images/hacktoberfest_min.JPG" alt="Hacktoberfest 2018" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Here are some tips on what to do!</h5>
<p class="card-text">
<ul>
<li>Style this page.</li>
<li>Add your own projects to the Helpful Material page.</li>
<li>Add helpful links/guides to the Helpful Material page.</li>
<li>Update readme.md</li>
</ul>
</p>
<p class="card-text">Or checkout the <a href="https://github.com/lingonsaft/hacktoberfest/issues">github
issues</a> for what to do :)</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="card text-center mb-3">
<div class="card-header">How to Pull request [Overview]</div>
<div class="card-img-top">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/DIj2q02gvKs" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">Get Started with Hacktoberfest</p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card text-center mb-3">
<div class="card-header">How to solve merge conflicts</div>
<div class="card-img-top">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zOx5PJTY8CI" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="card-body">
<p class="card-text">Get Started with Hacktoberfest</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div id="contribution-rules" data-aos="fade-up" class="mb-5 col-md-10">
<h3>Contribution Rules</h3>
<ul class="list-group">
<li class="contribution-rules-item do list-group-item">
<span class="glyphicon glyphicon-check"></span> Project must work when opening index.html
<br>
</li>
<li class="contribution-rules-item do list-group-item">
You are allowed to make pull requests that break the rules. We just won't merge it ;)
</li>
<li class="contribution-rules-item dont list-group-item">
Do NOT add any build steps e.g npm install (we want to keep this a simple static site)
</li>
<li class="contribution-rules-item dont list-group-item">
Do NOT remove Videos, Rules, FAQ or any other helpful content.
</li>
<li class="contribution-rules-item do list-group-item">Styling / code can be pretty, ugly or stupid, big or
small as long as
it
works</li>
<li class="contribution-rules-item do list-group-item">Add your name to the contributers.html file</li>
</ul>
</div>
</center>
<br>
<br><br>
<div class="faq">
<h3 class="center">FAQ</h3>
<div class="row">
<div class="card border-primary faq" data-aos="flip-left">
<div class="card-header">Who can contribute?</div>
<div class="card-body">
<p class="card-text">Anyone with a github account and signed up for
<a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest</a> 😄</p>
</div>
</div>
<div class="card border-primary faq" data-aos="flip-right">
<div class="card-header">Are you getting paid for this?</div>
<div class="card-body">
<p class="card-text">Sadly no. But we think we should. This is 100% unofficial and we do it for fun, fame
and glory.</p>
</div>
</div>
<div class="card border-primary faq" data-aos="flip-up">
<div class="card-header">Who are you and why are you doing this?</div>
<div class="card-body">
<p class="card-text">We are two programmers from Sweden <a href="https://github.com/richie-south" target="_blank">Richard</a>
and <a href="https://github.com/BennyCarlsson" target="_blank">Benny</a>. We are doing this because we
love open source and Hacktoberfest. We want to make it easier for people to get started with
Hacktoberfest and Open source.</p>
</div>
</div>
<div class="card border-primary faq" data-aos="flip-down">
<div class="card-header">Why are you not using digitalocean?</div>
<div class="card-body">
<p class="card-text">Because we only know javascript and suck at servers. We use <a href="https://zeit.co/now"
target="_blank">now</a>
instead.</p>
</div>
</div>
<div class="card border-primary faq" data-aos="fade-up-left" data-aos-anchor-placement="top-bottom">
<div class="card-header">Are you not the guys from that failed <a href="https://www.kickstarter.com/projects/lingonsaft/codecardcodingcards"
target="_blank">CodeCardCodingCards</a> kickstarter?
</div>
<div class="card-body">
<p class="card-text">yes...</p>
</div>
</div>
</div>
</div>
</div>
<div class="hacktoberfest-image">
<a href="https://hacktoberfest.digitalocean.com/"><img class="logo-image" src="./images/hacktoberfest-logo-min.png"
alt="logo"></a>
</div>
</div>
<!--Main content-->
<footer id="footer">
<div class="social-icons container justify-content-center">
<h3><span id="toggle-social-btn">Social Links</i></span></h3>
<div class="social-icons row justify-content-center">
<div class="col">
<a href="https://github.com/lingonsaft">
<i class="footer-icon fa fa-github fa-2x" aria-hidden="true"></i>
</a>
</div>
<div class="col">
<a href="https://www.youtube.com/lingonsaft/">
<i class="footer-icon fa fa-youtube fa-2x" aria-hidden="true"></i>
</a>
</div>
<div class="col">
<a href="https://www.instagram.com/lingonsaftofficial/">
<i class="footer-icon fa fa-instagram fa-2x" aria-hidden="true"></i>
</a>
</div>
<div class="col">
<a href="https://twitter.com/lingonsaft1">
<i class="footer-icon fa fa-twitter fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
</footer>
<button id="backToTop" type="button" title="Back to Top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.189 511.189"><g fill="#ff0844"><path d="M364.858 157.935l-98.59-145.28c-8.547-12.586-22.158-12.331-30.25.526l-90.88 144.228c-8.093 12.857-2.56 23.381 12.302 23.381h26.639v50.148c0 15.7 12.742 28.445 28.445 28.445h85.333c15.73 0 28.445-12.743 28.445-28.445V180.79h27.008c14.875 0 20.109-10.269 11.547-22.855M51.115 338.627H19.641C5.774 338.627 0 328.502 0 318.702c0-10.097 7.225-19.91 19.641-19.91h106.226c12.43 0 19.655 9.813 19.655 19.91 0 9.8-5.773 19.925-19.655 19.925h-31.46v144.91c0 14.45-9.23 22.528-21.646 22.528s-21.646-8.079-21.646-22.527v-144.91zM300.559 401.561c0-34.93-18.19-66.417-54.273-66.417-36.096 0-54.286 31.487-54.286 66.417 0 35.214 17.621 66.389 54.286 66.389s54.273-31.175 54.273-66.389m-153.587 0c0-60.046 40.406-106.253 99.314-106.253 58.013 0 99.3 47.658 99.3 106.253 0 59.748-40.121 106.254-99.3 106.254-58.61 0-99.314-46.506-99.314-106.254M406.983 398.091h29.453c18.177 0 29.71-13.284 29.71-30.592 0-17.338-11.534-30.62-29.71-30.62h-29.453v61.212zm-43.32-76.786c0-13.582 8.092-22.5 22.542-22.5h51.073c42.453 0 73.912 27.691 73.912 68.978 0 42.14-32.611 68.422-72.164 68.422h-32.042v47.346c0 14.435-9.23 22.528-21.633 22.528-12.445 0-21.688-8.093-21.688-22.528V321.305z"/></g></svg>
</button>
<script src="./scripts/index.js"></script>
<script src="./scripts/stats.js"></script>
<!-- Latest compiled JavaScript -->
<script src="./scripts/scroll.js"></script>
<script src="./scripts/countdown.js"></script>
<script src="./scripts/easter_egg.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script type="application/javascript" charset="utf-8" src="register.js"></script>
<script type="application/javascript" charset="utf-8" src="sw.js"></script>
<script>
AOS.init();
</script>
</body>
</html>