-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
404 lines (389 loc) · 13.3 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
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
<!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="The Official Website of The Foss Community GEC. FOSS community GEC is a club started by a group of FOSS
enthusiasts to nurture the open source community in Goa College of
Engineering and encourage students across Goa to contribute to
open source software projects and adopt the FOSS philosophy."
/>
<meta name="keywords" content="Foss Community GEC,FC GEC,Foss Goa,Goa" />
<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</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" id="section1">
<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 class="row justify-content-center align-items-center h-100">
<div class="col">
<p class="text-white text-center font-weight-bold" id="intro">
FOSS COMMUNITY GEC
</p>
</div>
</div>
</div>
<div class="container-fluid px-5 py-5" id="what-is-fcgec">
<div class="row">
<div class="col-md-6">
<div class="row pt-4 pb-3 justify-content-center">
<h2 class="text-primary text-center">
WHAT IS FOSS COMMUNITY GEC?
</h2>
</div>
<div class="row pt-3 mx-md-5">
<p>
FOSS community GEC is a club started by a group of FOSS
enthusiasts to nurture the open source community in Goa College of
Engineering and encourage students across Goa to contribute to
open source software projects and adopt the FOSS philosophy.
</p>
</div>
</div>
<div class="col-md-6">
<div class="row">
<img src="img/FCGEC_Logo_300px.png" class="img-fluid" alt="" />
</div>
</div>
</div>
</div>
<div class="container-fluid px-5 pt-3" id="what-we-do">
<div class="row pt-4 pb-2 ml-5">
<h2 class="">What we do.</h2>
</div>
<hr class="style-two" />
<div class="row pt-3 pb-5 text-center">
<div class="col-md-6 col-lg-3 pb-5 pb-lg-2">
<i class="fas fa-cogs fa-4x pb-2"></i> <br />
<h3>Workshops</h3>
<p>We have workshops on various topics like Git etc.</p>
</div>
<div class="col-md-6 col-lg-3 pb-5 pb-lg-2">
<i class="fab fa-linux fa-4x pb-2 "></i> <br />
<h3>Installfests</h3>
<p>
We hold monthly Linux installfests to introduce beginners to Linux.
</p>
</div>
<div class="col-md-6 col-lg-3 pb-5 pb-lg-2">
<i class="fas fa-hands-helping fa-4x pb-2"></i> <br />
<h3>Technical Support</h3>
<p>
Our community has members that are experienced in different fields
and are friendly to approach.
</p>
</div>
<div class="col-md-6 col-lg-3 ">
<i class="fab fa-osi fa-4x pb-2"></i> <br />
<h3>Promote Open-Source</h3>
<p>We promote contributing to and using Open-Source Software.</p>
</div>
</div>
</div>
<div class="container-fluid text-white px-5 py-5" id="our-goal">
<div class="row">
<div class="col-md-6 order-2 d-block">
<div class="row justify-content-center">
<img src="img/goal.jpg" class="img-fluid" alt="GOAL!" />
</div>
</div>
<div class="col-md-6 order-1">
<div class="row pt-4 pb-2 justify-content-center">
<h2 class="text-primary">OUR GOAL</h2>
</div>
<hr class="style-two" />
<div class="row pt-3 pb-5">
<p>
Our goal is to provide a platform for the people who share our
interest of Free and Open Source Software. Get new people involved
by spreading awareness and generating interest. We also strive to
provide a space where people can discuss ideas, ask for help and
help others in the field of FOSS.
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid text-white px-5 py-5" id="events">
<div class="row pt-5 pb-5">
<div class="bd-example">
<div
id="carouselExampleCaptions"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleCaptions"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="img/events/inaugration/inaugration-main.jpg"
class="d-block w-100"
loading="lazy"
alt="FOSS Community GEC Inaugration"
/>
<div class="carousel-caption d-none d-md-block">
<h5>FOSS Community GEC Inaugration</h5>
<p>
Held on 11th April, 2019. <br />
Featured two sesssions by Mr. Frederick Noronha & Mr. Minto
Joseph.
</p>
</div>
</div>
<div class="carousel-item">
<img
src="img/events/installfest-1/installfest-1-main.jpg"
class="d-block w-100"
loading="lazy"
alt="Linux Installfest #1"
/>
<div class="carousel-caption d-none d-md-block">
<h5>Linux Installfest #1</h5>
<p>
Held on 2nd August, 2019.
</p>
</div>
</div>
<!-- <div class="carousel-item">
<img src="..." class="d-block w-100" alt="..." />
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>
Praesent commodo cursus magna, vel scelerisque nisl
consectetur.
</p>
</div>
</div> -->
</div>
<a
class="carousel-control-prev"
href="#carouselExampleCaptions"
role="button"
data-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleCaptions"
role="button"
data-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<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>