This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFreifunkFrankenAccess.html
101 lines (78 loc) · 3.11 KB
/
FreifunkFrankenAccess.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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html lang="en" class="no-js ie6 grid"><![endif]-->
<!--[if IE 7 ]><html lang="en" class="no-js ie7 grid"><![endif]-->
<!--[if IE 8 ]><html lang="en" class="no-js ie8 grid"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="no-js ie9 grid"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js grid"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Freifunk Franken</title>
<link rel="stylesheet" href="css/global.css" media="all">
<link rel="stylesheet" href="css/layout.css" media="all and (min-width: 36.236em)">
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="css/layout.css" media="all">
<![endif]-->
<!-- These styles are for presentation only -->
<!--
<link rel="stylesheet" href="css/presentation-global.css" media="all">
<link rel="stylesheet" href="css/presentation-layout.css" media="all and (min-width: 36.236em)">
-->
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="css/presentation-layout.css" media="all">
<![endif]-->
<!-- End presentation styles -->
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="container">
<header>
<h1>Willkommen <span>im Netz von Freifunk Franken</span></h1></header>
</header>
<section class="main">
<p class="intro">
Du kannst jetzt los-surfen...<br/>
</p>
</section>
<aside>
<iframe width="250" height="141" src="//www.youtube-nocookie.com/embed/2Z12OjnPADA" frameborder="0" allowfullscreen></iframe>
</aside>
<!-- <section>
<ul>
<li><a href="http://www.freifunk-franken.de">Freifunk Franken</a></li>
<li><a href="http://www.google.de">Google</a></li>
<li><a href="http://www.facebook.de/FreifunkFranken">Facebook</a></li>
</ul>
</section> -->
<section class="sponsores">
<!--
<h3>Sponsoren im Freifunk-Netz:</h3>
<p class="sponsor"><a href="https://www.wunschik.it"><img src="images/knodes/knode_wunschik-it.png" alt="Wunschik, IT-Solution"></a></p>
<p class="sponsor"><a href="https://www.freifunk.net"><img src="images/knodes/knode_piraten-fuerth.png" alt="Piratenpartei Fürth"></a></p>
<p class="sponsor"><a href="https://www.freifunk.net"><img src="images/knodes/knode_sparkasse.png" alt="Sparkasse Fürth"></a></p>
-->
</section>
<footer class="clearfix">
<ul>
<li><a href="http://freifunk-franken.de/impressum">Impressum</a></li>
<li><a href="http://freifunk-franken.de/kommunikation">Kontakt</a></li>
</ul>
</footer>
</div><!--! end of #container -->
<script src="js/libs/modernizr.min.js"></script>
<script src="js/libs/jquery-1.7.2.min.js"></script>
<!--[if (gt IE 9)|!(IE)]><!-->
<script src="js/libs/waypoints.min.js"></script>
<![endif]-->
<!-- Scripts -->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- script src="js/mesh.js"></script -->
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="js/libs/DOMAssistantCompressed-2.8.1.js"></script>
<script src="js/libs/selectivizr-1.0.1.js"></script>
<script src="js/libs/respond.min.js"></script>
<![endif]-->
</body>
</html>