forked from ajitesh13/Hacktoberfest-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
170 lines (161 loc) · 6.91 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Events</title>
<link href="https://fonts.googleapis.com/css?family=Space+Mono:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="about.css">
</head>
<body>
<nav class="nav navbar navbar-inner navbar-default">
<div class="container-head container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="true" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="hacktober.html"><img id="image" src="public/Hacktoberfest_19_Events_lockup_color_300x100.png"></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right list-item">
<li><a href="hacktober.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://forms.gle/GoDdPVD2UEPdp3A86" target="_blank">Register</a></li>
</ul>
</div>
</div>
</nav>
<h1 class="title-1">Events</h1>
<div class="container">
<div class="section">
<h2 class="title-2">Scheduled Dates, Time and Venue</h2>
</br>
<ul>
<li><span class="pink-highlight">Date: </span> <b>16th October, 2019</b></li>
</br>
<li><span class="pink-highlight">Time: </span> <b>5.30pm-8.30pm</b></li>
</br>
<li><span class="pink-highlight">Venue: </span> <b>AG02, International Institute of Information Technology, Bhubaneswar</b></li>
</ul>
</br>
<h2 class="title-2">Agenda</h2>
</br>
<ul>
<li>
<span class="pink-highlight">Introduction [40 mins]:</span>
<ol>
<li>What is open-source? Why open-source?</li>
<li>What is Git and GitHub? Explanation about other cloud based Git services.</li>
<li>What are open-source programs? Familiarize them with the list of summer/winter, paid/unpaid open-source programs.</li>
<li>Talk on Hacktoberfest.</li>
<ul class="points" style="list-style-type: circle">
<li>What is hacktoberfest?</li>
<li>How it will benefit?</li>
<li>Sign in to hacktoberfest.</li>
</ul>
</ol>
</br>
</li>
<span class="pink-highlight">Get started with OSS [1 hour]:</span>
<ol>
<li>Show a demo of actually solving any random issue from an OSS organisation.</li>
<li>How to find a beginner-friendly issue?</li>
<li>How to start contributing?</li>
<li>Talk by GSoC holders.</li>
</ol>
</li>
</br>
</li>
<span class="pink-highlight">Hands Onn:</span>
<ol>
<li>Understanding actually how things are done.</li>
<li>Create your first pull request.</li>
</ol>
</li>
</br>
</li>
<span class="pink-highlight">Conclusion [15 mins]:</span>
<ol>
<li>Information on Winter Of Code (to be conducted in December)</li>
<li>Summarizing the evening.</li>
</ol>
</li>
</ul>
</br>
<h2 class="title-2">Rules</h2>
</br>
<ol>
<li>To qualify for the official limited edition Hacktoberfest shirt, you must register and make four pull requests (PRs) between October 1-31 (in any time zone).</li>
<li>PRs can be made to any public repo on GitHub, not only the ones with issues labeled Hacktoberfest.</li>
<li>If a maintainer reports your pull request as spam or behavior not in line with the project’s code of conduct, you will be ineligible to participate.</li>
<li>This year, the first 50,000 participants who successfully complete the challenge will earn a T-shirt. (Last year 46,088 earned a shirt!)</li>
</ol>
</br>
<h2 class="title-2">Speakers</h2>
</br>
<ul>
<li>Introduction and getting started by <b>Nabanita Dash.</b></li>
<li>GSoC qualifiers 2018 and 2019 - <b>Swaraj Hota(ffmpeg-19), Aditya Samantray(R-project-19)</b>, etc.</li>
<li>How to get your first pull request(Hands on) - <b>Rajarshee Basu</b></li>
</ul>
</br>
<h2 class="title-2">Refreshments</h2>
</br>
<ul>
<li>YAHHH!!! there will surely some refreashments for you guys.</li>
</ul>
</br>
<h2 class="title-2">Other Fun Ideas</h2>
</br>
<ul>
<li>First pull request of the evening to receive schwag.</li>
<li>Raffle off 3-5 prizes to be given away at the end of the evening.</li>
<li>Wrap up the event by inviting participants to share what they learned/worked on [feedback-form].</li>
</ul>
</br>
<h2 class="title-2">Code of Conduct</h2>
</br>
<ul>
<li>Hacktoberfest events are welcoming, open, and inclusive. Please read our <a href="https://docs.google.com/document/d/1gFKOhyUqMZzrZcbq8A_TpO5x9J9HK6agv70awCH8pyI/edit" target="_blank">Events Code of Conduct</a> before attending.</li>
</ul>
</br>
<h2 class="title-2">Tell Us if You Want to Come!</h2>
</br>
<ul>
<li><b>Grab your seat as fast as you can!Yes, you guessed it right. We have limited number of seats.</b></li>
<li><b>So what are you waiting for....</b> </li><li> <a href="https://forms.gle/GoDdPVD2UEPdp3A86" target="_blank">Click Here to Witness the Awesome Event!</a></li>
</ul>
<br>
<h2 class="title-2">Organisers</h2>
</br>
<ul>
<li>Rajarshee Basu - 8240624256</li>
<li>Nabanita Dash - 8249665459</li>
<li>Alok Kumar Sahoo - 7008705360</li>
<li>Debasish Sahoo - 9439892547</li>
<li>Ajitesh Panda - 8847841451</li>
</ul>
</br>
</br>
</div>
</div>
<footer>
<div class="container">
<h3 style="text-align: center"><b>Happy Hacking!!</b></h3>
</div>
</footer>
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<!-- Custom JS for search feature -->
<script src="/scripts/search.js" async defer></script>
<!-- Bootstrap JS CDN -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>