1 | I<!DOCTYPE html>
|
---|
2 | <html lang="en">
|
---|
3 | <head>
|
---|
4 | <meta charset="utf-8">
|
---|
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
---|
6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
---|
7 | <meta name="description" content="">
|
---|
8 | <meta name="author" content="">
|
---|
9 | <link rel="shortcut icon" href="ico/favicon.ico">
|
---|
10 |
|
---|
11 | <title>Stichting Wireless Leiden - Captive Portal Login</title>
|
---|
12 |
|
---|
13 | <!-- Bootstrap core CSS -->
|
---|
14 | <link href="css/bootstrap.min.css" rel="stylesheet">
|
---|
15 |
|
---|
16 | <!-- Custom styles for this template -->
|
---|
17 | <link href="css/jumbotron-narrow.css" rel="stylesheet">
|
---|
18 |
|
---|
19 | <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
---|
20 | <!--[if lt IE 9]>
|
---|
21 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
---|
22 | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
---|
23 | <![endif]-->
|
---|
24 | </head>
|
---|
25 |
|
---|
26 | <body>
|
---|
27 |
|
---|
28 | <div class="container">
|
---|
29 | <div class="header">
|
---|
30 | <ul class="nav nav-pills pull-right" style="margin-left: 10px">
|
---|
31 | <li class="active">
|
---|
32 | <a href="about.html">
|
---|
33 | <img src="images/flag-nl.png" height="20px" />
|
---|
34 | </a>
|
---|
35 | </li>
|
---|
36 | <li>
|
---|
37 | <a href="about-en.html">
|
---|
38 | <img src="images/flag-gb.png" height="20px" />
|
---|
39 | </a>
|
---|
40 | </li>
|
---|
41 | </ul>
|
---|
42 | <ul class="nav nav-pills pull-right">
|
---|
43 | <li><a href="portal.html">Home</a></li>
|
---|
44 | <li class="active"><a href="about.html">About</a></li>
|
---|
45 | <li><a href="contact.html">Contact</a></li>
|
---|
46 | </ul>
|
---|
47 | <div style="text-align:left"><img src="images/wl-logo.png" style="float:left; padding: 5px;" width="80" height="50">
|
---|
48 | <h3 class="text-muted">Stichting Wireless Leiden</h3>
|
---|
49 | </div>
|
---|
50 |
|
---|
51 | <div class="jumbotron">
|
---|
52 | We zijn al sinds 2002 actief als <b>Stichting zonder winstoogmerk</b>
|
---|
53 | en hebben een open, goedkoop, snel draadloos netwerk tot stand gebracht voor
|
---|
54 | de stad Leiden en de omliggende gemeenten. Het is een lokaal netwerk, dat
|
---|
55 | technisch naadloos aansluit op Internet, maar ook gebruikt kan worden voor
|
---|
56 | gratis lokale communicatie in de Leidse regio. Wireless Leiden is een
|
---|
57 | organisatie zonder winstoogmerk, die volledig draait op professionele
|
---|
58 | vrijwilligers en streeft naar het realiseren en in stand houden van de
|
---|
59 | draadloze infrastructuur. Al onze software, technologische en
|
---|
60 | organisatorische kennis is vrij beschikbaar voor anderen onder een open source
|
---|
61 | licentie van Stichting Wireless Leiden.
|
---|
62 | </div>
|
---|
63 |
|
---|
64 | <div class="row marketing">
|
---|
65 | <div class="col-lg-6">
|
---|
66 | <h4>Gratis</h4>
|
---|
67 | <p>Gemaakt en beheerd door vrijwilligers</p>
|
---|
68 |
|
---|
69 | <h4>Gemeenschap</h4>
|
---|
70 | <p>Mede mogelijk gemaakt door vele sponsoren</p>
|
---|
71 |
|
---|
72 | <h4>Innovatie</h4>
|
---|
73 | <p>Al onze innovatie is vrij te gebruiken door andere (vrijwilligers) organisaties</p>
|
---|
74 | </div>
|
---|
75 |
|
---|
76 | <div class="col-lg-6">
|
---|
77 | <h4>Betrokken</h4>
|
---|
78 | <p>Een open netwerk toegankelijk voor iedereen</p>
|
---|
79 |
|
---|
80 | <h4>Diensten</h4>
|
---|
81 | <p>Spin-offs van diverse technologie-bedrijven</p>
|
---|
82 |
|
---|
83 | <h4>Open</h4>
|
---|
84 | <p>Geen restricties, limieten of andere verborgen blokkades</p>
|
---|
85 | </div>
|
---|
86 | </div>
|
---|
87 |
|
---|
88 | <div class="footer">
|
---|
89 | <p>Stichting Wireless Leiden</p>
|
---|
90 | </div>
|
---|
91 |
|
---|
92 | </div> <!-- /container -->
|
---|
93 |
|
---|
94 |
|
---|
95 | <!-- Bootstrap core JavaScript
|
---|
96 | ================================================== -->
|
---|
97 | <!-- Placed at the end of the document so the pages load faster -->
|
---|
98 | </body>
|
---|
99 | </html>
|
---|
100 |
|
---|