forked from glugpace/GLUG-PACE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (83 loc) · 4.55 KB
/
index.html
File metadata and controls
87 lines (83 loc) · 4.55 KB
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
<!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">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<title>GLUG PACE</title>
<meta name="description" content="GNU/Linux user groups are the means of spreading the idea of free software, hardware, and philosophy in campuses. GLUGs serve as a base to technically empower yourself and interact with professionals, right from installation of Linux to hacking the kernel, web technologies like Drupal and mastering the latest python module, at the same time raising questions of self reliance.">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Navbar -->
<header>
<div class="container">
<a href='/' id="logo">GLUG PACE</a>
<ul class="navbar-links">
<li class="nav-link"><a href='/events/'>Events</a></li>
<li class="nav-link"><a href='/blog/'>Blog</a></li>
<li class="nav-link"><a href='/team/'>Team</a></li>
</ul>
</div>
</header>
<!-- Section #1 -->
<section id="section-one">
<div class="container">
<div id="hero-content">
<img id="hero-image" src="images/logo.png" alt="GNU/LINUX" />
<h1>GNU/LINUX USERS GROUP PACE</h1>
<p>GNU/Linux user groups are the means of spreading the idea of free software, hardware, and philosophy in campuses. GLUGs serve as a base to technically empower yourself and interact with professionals, right from installation of Linux to hacking the kernel, web technologies like Drupal and mastering the latest python module, at the same time raising questions of self reliance.</p>
</div>
</div>
</section>
<!-- Section #2 -->
<section id="section-two">
<div class="container">
<div class="info-box">
<img src="images/chars.png" alt="" />
</div>
<div class="info-box">
<h1 class="hero-heading">The purpose of a GLUG!</h1>
<p>The purpose of a GLUG is to equip students with FOSS and make them understand how FOSS is developed and why is it done so. While doing that - how one can contribute back to FOSS. And get them adapted to "critical thinking". It is also a gathering of like minded people, where people speak about Freedom Software Philosophy and create awareness about the ‘usage’ of Freedom Software.</p>
<a href="https://discuss.fsmk.org/t/what-is-the-purpose-of-a-glug/350" class="link">Learn More →</a>
</div>
</div>
</section>
<!-- Section #3 -->
<section id="section-three">
<div class="container">
<div class="info-box">
<h1 class="hero-heading">Be a part of the FSMK team!</h1>
<p>Free Software Movement Karnataka is a registered not-for-profit organization. Our primary objective is to create and spread awareness of Free Software technologies in different strata of society. We are driven by volunteers, who by day are software engineers, students, academicians, or government officials, and by night are Free Software evangelists.</p>
<a href="https://fsmk.org/" class="link">Learn More →</a>
</div>
<div class="info-box">
<img src="images/students.png" alt="" />
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-box">
<h1>GLUG PACE</h1>
<p>GNU AND LINUX USERS GROUP PACE, <br /> A subgroup of (FSMK) <br /> Free Software Movement Karnataka.</p>
</div>
<div class="footer-box">
<h1>Open Source Community</h1>
<p><a href="https://github.com/GLUGPACE/" target="blank">GitHub</a></p>
<p><a href="https://instagram.com/glugpace?utm_source=ig_profile_share&igshid=s5avdk3hivq6" target="blank">Instagram</a></p>
</div>
<div class="footer-box">
<h1>P A College of Engineering</h1>
<p>Nadupadav, Montepadav Post <br />
Kairangala <br />
Mangalore - 574153 <br />
Karnataka, INDIA.
</p>
</div>
</div>
</footer>
</body>
</html>