source: hybrid/branches/releng-10/nanobsd/files/usr/local/www/wlportal/about-en.html

Last change on this file was 12927, checked in by huub, 11 years ago

statische portal paginas in wlportal directory gekopieerd van portalDesign

File size: 3.3 KB
Line 
1I<!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>
32 <a href="about.html">
33 <img src="images/flag-nl.png" height="20px" />
34 </a>
35 </li>
36 <li class="active">
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-en.html">Home</a></li>
44 <li class="active"><a href="about-en.html">About</a></li>
45 <li><a href="contact-en.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 Since the start in 2002 the Wireless Leiden Foundation has established a fast, open and inexpensive wireless community network for the Dutch city of Leiden and surrounding villages.
53It is an independent network, which technically links up seamlessly to the Internet, but can also be used for free local communication within the Leiden region. Wireless Leiden is a non-profit organisation, operating completely with professional volunteers. All our software, technological and organisational knowledge is freely available to others under an open source license.
54 </div>
55
56 <div class="row marketing">
57 <div class="col-lg-6">
58 <h4>Free</h4>
59 <p>Created and managed by volunteers</p>
60
61 <h4>Commonity</h4>
62 <p>Made possible by many sponsors</p>
63
64 <h4>Innovatie</h4>
65 <p>All our innovations are free to use by other (voluntary) organizations</p>
66 </div>
67
68 <div class="col-lg-6">
69 <h4>Involved</h4>
70 <p>Free and open network accessible for everyone</p>
71
72 <h4>Services</h4>
73 <p>Spin-offs from various technology companies</p>
74
75 <h4>Open</h4>
76 <p>No restrictions, limits or other hidden blockages</p>
77 </div>
78 </div>
79
80 <div class="footer">
81 <p>&#169; Stichting Wireless Leiden 2014</p>
82 </div>
83
84 </div> <!-- /container -->
85
86
87 <!-- Bootstrap core JavaScript
88 ================================================== -->
89 <!-- Placed at the end of the document so the pages load faster -->
90 </body>
91</html>
92
Note: See TracBrowser for help on using the repository browser.