-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathevents.html
466 lines (450 loc) · 15 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
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!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
name="description"
content="Events by The Foss Community GEC. FOSS Community conducts workshops, Linux intsallfests and much more!"
/>
<meta
name="keywords"
content="Foss Community GEC Events,FC GEC Events,Foss Goa Events,Goa,Events"
/>
<link
rel="apple-touch-icon"
sizes="57x57"
href="/img/favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="/img/favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="/img/favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="/img/favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="/img/favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/img/favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/img/favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/img/favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/favicon/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/img/favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="/img/favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="/img/favicon/ms-icon-144x144.png"
/>
<meta name="theme-color" content="#ffffff" />
<title>FOSS Community GEC: Events</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/fork-awesome.min.css"
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="container-fluid">
<!-- Navbar Section -->
<nav
class="navbar navbar-dark navbar-expand-lg fixed-top py-1"
id="mainNavbar"
>
<a class="navbar-brand mx-1 mx-md-3" href="index.html"
><img src="/img/FCGEC_Logo_50px.png" alt="FC GEC"
/></a>
<button
class="navbar-toggler mx-1"
type="button"
data-toggle="collapse"
data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNavAltMarkup"
>
<div class="navbar-nav">
<a class="nav-item nav-link navbarLink mr-4" href="events.html"
>Events <i class="far fa-calendar-alt"></i
></a>
<a class="nav-item nav-link navbarLink mr-4" href="#footer-section"
>Contact <i class="fas fa-info-circle"></i
></a>
</div>
</div>
</nav>
</div>
<!-- Content Section -->
<div class="container pb-5" id="events-overview">
<div class="row text-center">
<!-- Inaugration Card -->
<div class="col-sm-6 col-md-4 px-4 mb-5">
<div class="card w-100" style="width: 18rem;">
<img
src="img/events/inaugration/inaugration-main.jpg"
class="card-img-top"
alt="Inaugration"
/>
<div class="card-body">
<h5 class="card-title">Inaugration</h5>
<p class="card-text">
Date: 11th April, 2019.
</p>
<button
type="button"
class="btn btn"
data-toggle="modal"
data-target="#inaugrationModal"
>
View Report
</button>
</div>
</div>
</div>
<!-- Installfest #1 Card -->
<div class="col-sm-6 col-md-4 px-4 mb-5">
<div class="card w-100" style="width: 18rem;">
<img
src="img/events/installfest-1/installfest-1-main.jpg"
class="card-img-top"
alt="Linux Installfest #1"
/>
<div class="card-body">
<h5 class="card-title">Linux Installfest #1</h5>
<p class="card-text">
Date: 2nd August, 2019.
</p>
<button
type="button"
class="btn"
data-toggle="modal"
data-target="#installfest-1-Modal"
>
View Report
</button>
</div>
</div>
</div>
<!-- Debutsav Card -->
<div class="col-sm-6 col-md-4 px-4 mb-5">
<div class="card w-100" style="width: 18rem;">
<img
src="img/events/inaugration/#"
class="card-img-top"
alt="Debutsav Goa"
/>
<div class="card-body">
<h5 class="card-title">Debutsav Goa</h5>
<p class="card-text">
Date: 14 & 15 September, 2019.
</p>
<button
type="button"
class="btn btn"
data-toggle="modal"
data-target="#debutsavModal"
>
View Report
</button>
</div>
</div>
</div>
<!-- Placeholder Card Area -->
<div class="col-md-4"></div>
</div>
</div>
<!-- Modal Section -->
<!-- Modal for Inaugration Card-->
<div
class="modal fade"
id="inaugrationModal"
tabindex="-1"
role="dialog"
aria-labelledby="inaugrationModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="inaugrationModalLabel">
FOSS Community GEC Inaugration
</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
The GEC FOSS club organised it's inaugral event on 11th April,
2019. The inauguration featured talks by two veterans of the Goa
FSUG - Mr. Minto Joseph and Mr. Frederick Noronha. The event began
on schedule, at 2pm in the CC Lab (Computer department). Mr. Minto
was the first speaker, and talked about the Open Source movement,
the ideology behind it and shared some of the work he's done for
it. Next, Mr. Frederick shared with us his journey with the Linux
Foundation and FOSS Communities, both in Goa and worldwide. Both
talks along with an installation ceremony for the club council
concluded by 4pm.
</p>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-primary">View Images</button>
</div>
</div>
</div>
</div>
<!-- Modal for Linux Installfest #1 Card-->
<div
class="modal fade"
id="installfest-1-Modal"
tabindex="-1"
role="dialog"
aria-labelledby="installfest-1-ModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="installfest-1-ModalLabel">
Linux Installfest #1
</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
The event began at 2:30pm in the IT Department auditorium and was
led by Julius Alphonso. The event was attended by 24 people and 11
volunteers. It began with instructions on how to make a LiveUSB
using rufus, then the attendants were shown how to shrink their
windows partition size to make space for a linux partition.
Following this the attendants were shown how to boot into the
LiveUSB and install linux on their systems. The participants were
given ‘Tux’ stickers after successfully booting into Linux. A
short demonstration on basic terminal commands was held. The event
was concluded by 4:45PM. The event was conducted smoothly and any
difficulties were quickly sorted out thanks to the volunteers.
</p>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-primary">View Images</button>
</div>
</div>
</div>
</div>
<!-- Modal for Debutsav Card-->
<div
class="modal fade"
id="debutsavModal"
tabindex="-1"
role="dialog"
aria-labelledby="debutsavModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="debutsavModalLabel">
Debutsav Goa 2019
</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
Debutsav is a regional conference for celebration of Free Software
by Debian Community. Debutsav Goa 2019 was organised by FCGEC in
collaboration with FSUG Goa and Dev Cluster at GEC, Farmagudi. The
two day conference had two parallel tracks, one for FOSS and other
for Debian. Various speakers promoted FOSS and talked about topics
like Tex and Typography, Privacy, DevOps, Coreboot, Blender, F-Droid
and many more. For Debian track the audience got introduced to Debian,
Various ways of contributing to Debian, various ways of installing it,
and hands on session on Debian packaging. The event was succesfull and
well received by attendees.
</p>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-primary">View Images</button>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<footer class="page-footer font-small text-white pt-4" id="footer-section">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mt-md-0 mt-3">
<!-- Content -->
<h5 class="text-uppercase text-primary font-weight-bold">
FOSS Community GEC
</h5>
<p>Some important links</p>
</div>
<hr class="clearfix w-100 d-md-none pb-3" />
<div class="col-md-3 mb-md-0 mb-3">
<h5 class="text-uppercase">Chat</h5>
<ul class="list-unstyled">
<li>
<a href="https://matrix.to/#/#opensourceenthusiasts:matrix.org"
><i class="fa fa-matrix-org" aria-hidden="true"></i> Riot</a
>
</li>
<li class="my-2">
<a href="https://chat.whatsapp.com/Jtvoy5JIobV21g8ZG8lPeZ"
><i class="fab fa-whatsapp"></i> Whatsapp</a
>
</li>
</ul>
</div>
<div class="col-md-3 mb-md-0 mb-3">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled">
<li>
<a href="http://www.gec.ac.in/"
><i class="fas fa-university"></i> GEC</a
>
</li>
<li class="my-2">
<a href="https://github.com/fcgec"
><i class="fab fa-github"></i> GitHub</a
>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">
2019 Open-Source: <a href="https://fcgec.github.io"> fcgec.github.io</a>
</div>
</footer>
<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://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<script src="js/script.js"></script>
</body>
</html>