-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
51 lines (45 loc) · 1.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GLUG</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="header-outer">
<div id="header" class="banner-center">
<img src="logo.svg" class="logo"/>
<div id="nonlogo">
<strong style="font-size:1.5em;"> GNU/Linux Users' Group</strong>
<strong style="color:white; font-size: 0.9em;">Association for Computing Machinery</strong><br>
<strong style="color:white; font-size: 0.9em;">University of Illinois Urbana-Champaign</strong>
</div>
</div>
</div>
<div id="navbar">
<div class="banner-center">
<a href="index.html">Home</a>
<a href="https://github.com/gnulug">Git</a>
<a href="links.html">Join Chat</a>
</div>
</div>
<div id="content">
<h2>Welcome to GLUG!</h2>
<p>We are the GNU/Linux Users' Group at the University of Illinois Urbana-Champaign. We are a group of people passionate about free software and making things.</p>
<h2>Weekly meetings</h2>
<p>We hold meetings every week.</p>
<p>Fall 2024 Meeting Time: Wednesdays 6-7 PM</p>
<p>Location: Siebel 1302</p>
<p>Location: Transportation 206 (Sep. 18 Only)</p>
<h2>Join</h2>
<p>Join the discussion using either client below. Both are synced together!</p>
<ul>
<li> <a href="https://matrix.to/#/#gnulug:matrix.org">Matrix</a>
<li> <a href="https://discord.gg/wEmV4qAZvX">Discord</a>
</ul>
<h2>Previous Meetings</h2>
A log of our previous meeting topics can be found <a href="https://github.com/gnulug/meetings">here</a>.
</div>
</body>
</html>