-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (100 loc) · 3.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<title>Moodle</title>
<link href="//fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/moodleweb.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">
<img src="/img/moodle-icon.png" alt="Moodle">
<span>Moodle</span>
</a>
</div>
</div>
</div>
<div class="jumbotron">
<div class="container">
<div><img src="/img/header.jpg" alt="Moodlers playing a game" class="img-responsive"></div>
<div id="banner-text-container">
<h1>Moodle</h1>
<p>
Moodle is a group of board and video gamers.
We primarily play casually, but sometimes we play competitively.
</p>
<p>
Our motto is "Be Nice."
Essentially, we believe that having a good time is as simple as being civil.
</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Is Moodle dead?</h2>
<p>
Moodle members come and go with the flow of time, but the group is still alive and strong.
</p>
<p>
Many of us have reduced our online presence for various reasons,
but there are still many who enjoy a good game of
<abbr title="Day of Defeat: Source">DoDS</abbr> or <abbr title="Team Fortress 2">TF2</abbr>.
</p>
</div>
<div class="col-md-4">
<h2>Contacting Us</h2>
<p>
To make our site easier to maintain, we decided to retire our blog and forums.
They may make reappear in the future, but for now,
we'll have to rely on other means of Moodle-related communication.
</p>
<p>
Connect to our Mumble server to say hi, or check out
<a href="http://steamcommunity.com/groups/moodleweb">our Steam group</a>.
</p>
</div>
<div class="col-md-4">
<h2>Mumble</h2>
<p>
We use <a href="http://mumble.sourceforge.net/">Mumble</a> for voice comms.
</p>
<p>
<table id="mumble-info">
<thead>
<tr>
<th colspan="2">Server Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>Address/Hostname:</td>
<td>mumble.moodleweb.net</td>
</tr>
<tr>
<td>Port:</td>
<td>64738 (Mumble default)</td>
</tr>
<tr>
<td>Password:</td>
<td>(no password required)</td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
<hr>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>