This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (79 loc) · 4.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="WLUG">
<link rel="shortcut icon" href="favicon.ico">
<title>WLUG - Waikato Linux Users Group</title>
<!-- load jquery at start for imports -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/wlug.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<span id="navbarimport"></span>
<script>$("#navbarimport").load("navbar.html");</script>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<div style="float: left; width: 64px; height: 64px; "><img src="img/penguin_head_left.png" height="64" width="64"/></div>
<h1>Welcome to WLUG</h1>
<br/>
<p>The WLUG is the <em>Waikato Linux Users Group</em>, an incorporated society that exists for the betterment of <a href="https://en.wikipedia.org/wiki/Portal:Free_software" target="_blank">Free software</a> (on any platform) and Free Operating Systems such as <a href="https://en.wikipedia.org/wiki/Linux" target="_blank">Linux</a> or <a href="https://en.wikipedia.org/wiki/Berkeley_Software_Distribution" target="_blank">BSD</a>, in the Waikato province of New Zealand.</p>
<div style="float: right; ">
<a href="https://twitter.com/WaikatoLUG" target="_blank"><img src="img/twitter.png" height="32"/></a>
</div>
<div style="float: right; ">
<a href="https://www.youtube.com/channel/UCf5L8RezX7TqDdI2uZjbe-Q" target="_blank"><img src="img/youtube.png" height="32"/></a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- Meetings -->
<div class="col-md-6">
<h2>Meetings</h2>
<p>We organize our meetings through <em>Meetup</em> and <em>GetTogether</em>, which allows us to reach a wider audience. It is free to join.</p>
<p><a class="btn btn-default" href="https://www.meetup.com/WaikatoLinuxUsersGroup/" target="_blank" role="button">Meetup »</a></p>
</div>
<!-- Mailing list -->
<div class="col-md-6">
<h2>Mailing list</h2>
<p>Having problems with your Linux computer or stuck with a problem? Or did you come across an interesting piece of information on Linux or open source software, then feel free to post this to our mailing list. It is free to sign up. </p>
<p><a class="btn btn-default" href="https://list.waikato.ac.nz/postorius/lists/wlug.list.waikato.ac.nz/" target="_blank" role="button">Info and sign-up »</a></p>
</div>
</div>
<div class="row">
<!-- Join -->
<div class="col-md-6">
<h2>Join</h2>
<p>You are welcome to join our society for a small annual fee. Just fill out the sign-up form and send it to us, or even better, drop by one of our meetings and hand it over personally.</p>
<p><a class="btn btn-default" href="join.html" role="button">More »</a></p>
</div>
<!-- Contact -->
<div class="col-md-6">
<h2>Contact</h2>
<p>If you have questions regarding WLUG that you do not want to post to the mailing list or need to post something to us in the mail, then please contact us off-list.</p>
<p><a class="btn btn-default" href="contact.html" role="button">More »</a></p>
</div>
</div>
<div id="footer-simple">
</div>
<script>$("#footer-simple").load("footer.html");</script>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
</body></html>