-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (76 loc) · 3.99 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Hacktoberfest Guwahati'19</title>
<meta name="description" content="Get started with OpenSource">
<meta name="keywords" content="hackoctoberfest,guwahati">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.11.1/tachyons.min.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap" rel="stylesheet">
<style>
body{
font-family: Ubuntu;
}
</style>
</head>
<body>
<article class="cf ph3 ph5-ns pv5">
<header class="fn fl-ns w-50-ns pr4-ns">
<h1 class="f3 f2-ns lh-title fw9 mb3 mt0 pt3 bt bw2"> Hacktoberfest'19 Guwahati </h1>
<h2 class="f5 f3-ns mid-gray lh-title"> Oct 1st - Oct 31st 2019 </h2>
<img src="/head.jpg" />
<time class="f6 ttu tracked gray">Links:</time>
<ol>
<li class="mb1"><a class="link black dim" target="__blank" href="https://github.com/buildandtell/hackoctoberfestghy19">Instructions - Github Repository</a></li>
<li class="mb1"><a class="link black dim" target="__blank" href="https://hacktoberfest.digitalocean.com/details">Learning Resources</a></li>
<li class="mb1"><a class="link black dim" target="__blank" href="https://chat.whatsapp.com/B8siN3Pb0Jp3W5QAvvJDuj">Join WhatsApp Group 💬 </a></li>
<li class="mb1"><a class="link black dim" target="__blank" href="https://github.com/buildandtell/hackoctoberfestghy19/blob/master/wa_greet.md">WhatsApp Group Initial Greeting</a></li>
<li class="mb1"><a class="link black dim" target="__blank" href="https://do.co/hacktoberconduct">Code of Conduct</a></li>
<li class="mb1"><a class="link black dim" target="__blank" href="/chatlog.txt">Chat log</a></li>
</ol>
</header>
<div class="fn fl-ns w-50-ns">
<h4>What is this?</h4>
<p class="f5 lh-copy measure mt0-ns">
Welcome to Hacktoberfest Guwahati, students and professionals of all levels
are welcome! This is a month long celebration of OpenSource in the form of a challenge called <b> Hacktoberfest. </b>
You're supposed to make 4 PRs to a GitHub repository anytime between Oct 1 and Oct 31 to complete the challenge.
<br/>
Don't know what Opensource, PR, Repository, GitHub, mean? perfect! That means you're going to lean a lot!
The way this will work for you is simple:
<ul>
<li>Join Hacktoberfest</li>
<li>Ask doubts in the WhatsApp group and get answers</li>
<li>Attend events and meetups organized in Guwahati</li>
<li>Complete Hacktoberfest</li>
</ul>
We'll be helping and mentoring you throughout the month to get started in OpenSource.
This is all about encouraging meaningful contributions to the open source ecosystem — for beginners and veterans alike.
<br/>
</p>
<h4>How can I participate?</h4>
<p class="f5 lh-copy measure">
<ul>
<li>Join the <a href="https://chat.whatsapp.com/B8siN3Pb0Jp3W5QAvvJDuj" class="black underline">WhatsApp group.</a></li>
<li>Follow the <a class="black underline" href="https://github.com/buildandtell/hackoctoberfestghy19#steps-to-signup-for-hackoctoberfest">instructions here</a> to join Hacktoberfest.</li>
<li>Ask doubts in the WA group.</li>
<li>We'll share registration links for the offline events in the WA group.</li>
<li>Participate in AMAs organized in the WA group.</li>
</ul>
If you feel like the WhatsApp group is not sufficient to help you get started,
make sure to join us in the offline events.
</p>
<h4>What does it cost?</h4>
<p class="f5 lh-copy measure">
It's completely <b>free</b>.
</p>
<h4>Who is doing this?</h4>
<p class="f5 lh-copy measure mt0-ns">
We're just a bunch of monkeys 🐒 who happen to be open source enthusiasts as well :)
</p>
</div>
</article>
</body>
</html>