-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
337 lines (333 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="Description"
content="Hacktoberfest 2020 to be organised by IOTA at IIIT Sri City. A three day event to introduce students to open source."
/>
<meta name="og:type" content="Website" />
<meta name="og:site_name" content="Hacktoberfest 2020 - IOTA" />
<meta
name="og:description"
content="Hacktoberfest 2020 to be organised by IOTA at IIIT Sri City. A three day event to introduce students to open source."
/>
<meta name="theme-color" content="#93c2db" />
<title>Hacktoberfest 2020 - IOTA</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=5, minimum-scale=1"
/>
<link rel="preload" as="style" href="css/main.css" />
<link rel="preconnect" href="https://api.github.com" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:500|Space+Mono:700&display=swap"
/>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/repo.css" />
<link rel="shortcut icon" href="img/icon/favicon.ico" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="img/icon/favicon-16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="img/icon/favicon-32.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="img/icon/favicon-192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="img/icon/favicon-512.png"
/>
</head>
<body>
<div id="navbar">
<div id="iotalogo">
<img src="img/assets/iota.jpg" alt="IOTA" />
</div>
<div id="reg-button">
<a
href="https://discord.gg/ZzfNSpT"
target="_blank"
rel="noopener noreferrer"
><button title="Join us on Discord">
<img
src="img/assets/discord.svg"
style="height: 1.6em; width: 1.6em; margin: 0 0.3em 0 0"
/>
<div style="display: table-cell; vertical-align: middle">
Hacktoberfest IOTA
</div>
</button></a
>
</div>
<div id="navigation">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#agenda">Schedule</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#projects">Projects</a></li>
</ul>
</div>
</div>
<div id="banner">
<div id="logo">
<img src="img/assets/sponsors_light_logo.svg" alt="HacktoberFest" />
</div>
<div id="data">
<p id="city">IIIT Sri City</p>
<p id="time">17 - 19 October</p>
<p id="name">Organised by IOTA</p>
</div>
</div>
<div id="about">
<div class="heading">About</div>
<p id="text">
Hacktoberfest is a month-long celebration of open source software run by
DigitalOcean.
<br />
Hacktoberfest is open to everyone in our global community! Four quality
pull requests must be submitted to public GitHub repositories. You can
sign up anytime between October 1 and October 31.
<br />
To know more about Hacktoberfest visit:
<a href="https://hacktoberfest.digitalocean.com/" style="color: #1595ff"
>Hacktoberfest Website</a
>.
<br />
<br />
<span style="color: #f80eae; font-size: 1.2em; font-weight: bold"
>IOTA</span
>
is organizing Hacktoberfest Meetup again this year. It is a
three-day-long event for introducing beginners to the world of open
source. We aim to make students familiar with some of the tools and
technologies used by open source projects.
<br />
This time we are conducting the event on
<a href="https://discord.com/">DISCORD</a>.
<a
href="https://discord.gg/ZzfNSpT"
style="color: #1595ff; text-decoration: underline"
>Click Here</a
>
to join our server.
</p>
</div>
<div id="agenda">
<div class="heading">Schedule</div>
<div id="timeline">
<strong>17 October, Saturday</strong>
<div class="info">
<strong>Introduction</strong>
<em>21:00 - 21:15</em>
</div>
<div class="info">
<strong>Code of Conduct</strong>
<em>21:15 - 21:30</em>
</div>
<div class="info">
<strong>What is Open Source & GitHub</strong>
<em>21:30 - 21:45</em>
</div>
<div class="info">
<strong>Guest Speaker - Experience with Open Source</strong>
<em>21:45 - 22:45</em>
</div>
<div class="info">
<strong>Git Refresher - Quiz</strong>
<em>23:00 - 23:15</em>
</div>
<div class="info">
<strong>How to find repository for Hacktoberfest</strong>
<em>23:15 - 23:30</em>
</div>
<div class="info">
<strong>SSH/GPG Keys</strong>
<em>23:30 - 00:00</em>
</div>
<strong>18 October, Sunday</strong>
<div class="info">
<strong>Understanding large codebase</strong>
<em>18:00 - 18:20</em>
</div>
<div class="info">
<strong>GitHub Issues</strong>
<em> 18:20 - 18:40</em>
</div>
<div class="info">
<strong>Fun Quiz</strong>
<em>18:40 - 19:00</em>
</div>
<div class="info">
<strong>GitHub Actions</strong>
<em>19:00 - 19:30</em>
</div>
<div class="info">
<strong>CI/CD - Travis & Coveralls</strong>
<em>19:40 - 20:10</em>
</div>
<div class="info">
<strong>CI/CD/GitHub Actions Quiz</strong>
<em>20:10 - 20:30</em>
</div>
<strong>19 October, Monday</strong>
<div class="info">
<strong>Show and Tell</strong>
<em>18:00 - 18:30</em>
</div>
<div class="info">
<strong>Guest Speaker - DevOps</strong>
<em>18:30 - 19:30</em>
</div>
<div class="info">
<strong>DevOps Quiz</strong>
<em>19:30 - 19:45</em>
</div>
<div class="info">
<strong>Q/A Session</strong>
<em>19:45 - 20:15</em>
</div>
<div class="info">
<strong>Fun Quiz</strong>
<em>20:15 - 20:30</em>
</div>
<h1>Guest Speakers</h1>
<div id="speakers">
<div>
<img src="img/guest_speaker_17_oct.png" alt="Speaker 1" />
<div class="speaker-data">
<a href="https://www.linkedin.com/in/krishnadey30/">LinkedIn</a>
<a href="https://github.com/krishnadey30">GitHub</a>
<a href="https://medium.com/@krishnadey30">Medium</a>
</div>
</div>
<div>
<img src="img/guest_speaker_19_oct.png" alt="Speaker 2" />
<div class="speaker-data">
<a href="https://loadbalancer.tech/">Website</a>
<a href="https://www.linkedin.com/in/angad-sharma-07bb38122/"
>LinkedIn</a
>
<a href="https://github.com/L04DB4L4NC3R">GitHub</a>
<a href="https://medium.com/@angadsharma1016">Medium</a>
</div>
</div>
</div>
</div>
</div>
<div id="gallery">
<div class="heading">Glimpse of past</div>
<div id="gallery-container">
<div id="gallery-pics">
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(1)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(2)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(3)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(4)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(5)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(6)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(7)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(8)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(10)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(12)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(13)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(14)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(15)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(16)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(17)-min.jpg" />
</div>
<div class="gallery-image">
<img src="img/gallery/hacktoberfest19_(18)-min.jpg" />
</div>
</div>
<div class="scroll-button" id="slide-left">
<img src="img/assets/arrow-left.svg" alt="left" />
</div>
<div class="scroll-button" id="slide-right">
<img src="img/assets/arrow-right.svg" alt="right" />
</div>
</div>
</div>
<div id="projects">
<div class="heading">Good First Repos</div>
<p>
These are some open source projects to get you started. Make sure to
read contribution guidelines before making a PR. Please do not spam the
maintainer and be respectful toward other contributors. Search for
<em>`good first issue`</em> on GitHub for other such repositories.
</p>
<div id="repo-container"></div>
</div>
<div id="footer">
<a href="https://hacktoberfest.digitalocean.com/"
><img src="img/assets/sponsors_dark_boxed.svg" alt="HacktoberFest"
/></a>
<div id="footer-text">
<a href="https://www.facebook.com/IOTA.IIITS/"
><img src="img/assets/facebook.svg" alt="Facebook"
/></a>
<a href="https://twitter.com/IiitsIota"
><img src="img/assets/twitter.svg" alt="Twitter"
/></a>
<a href="https://www.linkedin.com/company/iota-iiits/"
><img src="img/assets/linkedin.svg" alt="LinkedIn"
/></a>
<a href="https://youtube.com/channel/UCjEmVWGq5DOtCluEifkjNlA"
><img src="img/assets/youtube.svg" alt="Youtube"
/></a>
<a href="https://www.instagram.com/iota_iiits/"
><img src="img/assets/instagram.svg" alt="Instagram"
/></a>
<br />
IOTA, IIITS
</div>
</div>
<div id="modal">
<img id="display-image" src="" alt="IMAGE" />
<img id="close" src="img/assets/close.svg" alt="close" />
</div>
<script src="js/getrepo.js"></script>
</body>
</html>