-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
44 lines (37 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>FSLC</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Share+Tech|Share+Tech+Mono|VT323" rel="stylesheet">
</head>
<body>
<div id="title">
USU Free Software and Linux Club
</div>
<hr>
<div class="content">
<!-- <h2>When</h2> -->
<p class="user">guest@internet ~ $ more When.txt</p>
<p>Every Wednesday at 7:00 PM.</p>
<!-- <h2>Where</h2> -->
<p class="user">guest@internet ~ $ more Where.txt</p>
<p>We meet in the Eccles Science Building (ESLC) room 053.</p>
<p>We also have an office in the same building room 049.</p>
<!-- <h2>Who</h2> -->
<p class="user">guest@internet ~ $ more Who.txt</p>
<p>Do you have a pulse?</p>
<!-- <h2>Contact</h2> -->
<p class="user">guest@internet ~ $ more Contact.txt</p>
<p>The official email is usufslc at gmail dot com</p>
<p>To get on the mailing list go <a href="https://docs.google.com/forms/d/e/1FAIpQLScPZfHGyEqlXqmwu9eW2zI4bOPrESrLdph3Lu66cF-bLy48cw/viewform">here</a>.</p>
<p>Also stop by the office, you might find someone there.</p>
<!-- <h2>Contribute</h2> -->
<p class="user">guest@internet ~ $ more Contribute.txt</p>
<p>You can contribute to this website by making a pull</p>
<p>request at <a href="https://github.com/usufslc/website">github.com/usufslc/website</a></p>
<p class="user">guest@internet ~ $ <span class="blink">█</span></p>
</div>
</body>
</html>