This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 2.13 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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<title>Freifunk Köln, Bonn und Umgebung</title>
<link href='img/favicon.ico' rel='shortcut icon' />
<link href='css/application.css' media='screen' rel='stylesheet' type='text/css' />
</head>
<body>
<div id="container">
<div id="language">
<ul>
<li>
<a href='de/'>Deutsch</a>
</li>
<li>
<a href='en/'>English</a>
</li>
</ul>
</div>
<div id="header">
<h1>Freifunk Köln, Bonn und Umgebung</h1>
<div id="logo">
<img alt="Freifunk Köln, Bonn und Umgebung" src="img/kbu_logo.png" />
</div>
</div>
<div id="menu">
<ul class='main'>
<li>
<a href='de/'>Startseite</a>
</li>
<li>
<a href='de/participation/'>Mitmachen</a>
</li>
<li>
<a href='de/contact/'>Kontakt</a>
</li>
</ul>
</div>
<div id="content">
<h2>Startseite</h2>
<ol>
<li class='welcome'>
<h3>Willkommen im Freifunk-KBU-Netz!</h3>
<div class='description'>
<p>Unser Freifunk-Netz ermöglicht Kommunikation untereinander – unabhängig von kommerziellen Interessen.</p>
<p><a href="https://kbu.freifunk.net">Freifunk <span class="caps">KBU</span></a> möchte alle Freifunkinteressierten aus Köln, Bonn und der angrenzenden Umgebung zusammenbringen. Wir sind also ein regionaler Ableger der <a href="http://freifunk.net/">Freifunk-Community</a>.</p>
<p>Freifunk ist mehr als ein billiges Netz für Alle. Auch gesellschaftliche und politische Aspekte spielen eine Rolle. Die Freifunk-Community ist Teil einer globalen Bewegung für freie Infrastrukturen.</p>
<p>Unsere <a href="https://kbu.freifunk.net/index.php/Vision">Vision</a> ist die Demokratisierung der Kommunikationsmedien durch freie Netzwerke. Die praktische Umsetzung dieser Idee nehmen Freifunk-Communities in der ganzen Welt in Angriff. Eine ausführlichere Beschreibung der allgemeinen Ziele gibt es <a href="http://start.freifunk.net/content/was-ist-freifunk">hier</a>.</p>
</div>
</li>
</ol>
</div>
<div id="footer"></div>
</div>
</body>
</html>