forked from CTreffOS/ctreffos-webseite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-en.html
49 lines (45 loc) · 1.74 KB
/
index-en.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang=en>
<head>
<title>Chaostreff Osnabrück</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="application/javascript" src=script.js> </script>
</head>
<body onload="setMeeting();">
<div id=langln>
<a href=index.html>de</a>
<a href=index-en.html>en</a>
</div>
<header>
<img src=ctreffos-logo.png />
</header>
<p>
The Chaostreff Osnabrück is a group of people interested in topics like
security, cryptography, alternative operating systems, free (libre) software,
internet related politics and what else comes to mind.
</p>
<p>
We are meeting every fourth Monday of a month at 7pm in the <a
href="http://openstreetmap.org/?mlat=52.27352&mlon=8.04414#map=19/52.27352/8.04414"
>Grüner Jäger</a> located in the city center of Osnabrück. People interested in
joining or visiting us are welcome to do so.
</p>
<dl>
<dt>Next meeting</dt>
<dd id="nextmeeting">, 7pm</dd>
<dt>Mailinglist</dt>
<dd><a href="http://mail.ctreffos.de/">[email protected]</a></dd>
<dt>Wiki</dt>
<dd><a href="http://wiki.ctreffos.de/">Projects, talks, planning, …</a></dd>
<dt>IRC channel</dt>
<dd>#CTreffOS on <a href="http://freenode.net/">irc.freenode.net</a></dd>
<dd class=small>Attention: The channel is encrypted with <a
href="https://github.com/IRCrypt">IRCrypt</a>. You will not be able to
read messages without it. Further information about this can be found in our
<a href="http//wiki.ctreffos.de/">wiki</a>.</dd>
</dl>
</body>
</html>