source: hybrid/branches/releng-10/nanobsd/files/usr/local/www/wlportal/contact-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.2 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="contact.html">
33 <img src="images/flag-nl.png" height="20px" />
34 </a>
35 </li>
36 <li class="active">
37 <a href="contact-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><a href="about-en.html">About</a></li>
45 <li class="active"><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 <p class="lead">
53 Comments and suggestions are always welcome!
54
55 <ul>
56 <li>Feel free to send an email to <a href="mailto:gebruikers@wirelessleiden.nl">gebruikers@wirelessleiden.nl</a>. The first contact may take a couple of days, depending on the availability of volunteers. </li>
57 <li>If you cannot establish a connection during an extended period, please visit our bi-weekly consultancy hour - see our website for location and time.</li>
58 </ul>
59 </div>
60
61 <div class="row marketing">
62 <div class="col-lg-6">
63 <h4>Free</h4>
64 <p>Created and managed by volunteers</p>
65 <h4>Commonity</h4>
66 <p>Made possible by many sponsors</p>
67
68 <h4>Innovatie</h4>
69 <p>All our innovations are free to use by other (voluntary) organizations</p>
70 </div>
71
72 <div class="col-lg-6">
73 <h4>Involved</h4>
74 <p>Free and open network accessible for everyone</p>
75
76 <h4>Services</h4>
77 <p>Spin-offs from various technology companies</p>
78
79 <h4>Open</h4>
80 <p>No restrictions, limits or other hidden blockages</p>
81 </div>
82 </div>
83
84 <div class="footer">
85 <p>&#169; Stichting Wireless Leiden 2014</p>
86 </div>
87
88 </div> <!-- /container -->
89
90
91 <!-- Bootstrap core JavaScript
92 ================================================== -->
93 <!-- Placed at the end of the document so the pages load faster -->
94 </body>
95</html>
96
Note: See TracBrowser for help on using the repository browser.