replaced 'LibrePlanet Conference' -> 'LibrePlanet'
[libreplanet-static.git] / server / staging / lpc14 / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
7 <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
8 <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
9 <title>LibrePlanet 2014</title>
10
11 </head>
12 <body>
13
14 <div id="wrapper"> <!-- start of wrapper -->
15
16 <div class="container"> <!-- start of container -->
17 <div class="row">
18 <div class="col-sm-9">
19 <div class="page-header">
20 <h1>LibrePlanet <small>2014</small></h1>
21 <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
22 </div>
23 </div>
24 <div class="col-sm-3"> <!-- start of signup form -->
25 <form role="form" class="margin-top">
26 <div class="form-group">
27 <label class="sr-only" for="emailAddress">Email address</label>
28 <input type="email" class="form-control" id="emailAddress" placeholder="Your email address" required>
29 </div>
30 <button type="submit" class="btn btn-default btn-block">Sign Up</button>
31 </form>
32 <p class="help-block">Read the <a href="#">privacy
33 policy</a>.</p>
34 </div> <!-- end of signup form -->
35 </div>
36 </div> <!-- end of header container -->
37
38 <div class="container"> <!-- start of carousel container -->
39 <div class="row">
40 <div class="col-sm-12"> <!-- start of carousel column -->
41
42 <!-- start of carousel -->
43 <div id="lpc-carousel" class="carousel slide" data-ride="carousel">
44
45 <!-- wrapper for slides -->
46 <ul class="carousel-inner list-unstyled">
47 <li class="item active">
48 <img src="/2014/i/lp13-lego.jpg"
49 alt="[ LP13 Lego ]">
50 </li>
51 <li class="item">
52 <img src="/2014/i/lp13-room-110.jpg"
53 alt="[ LP13 Room 110 ]">
54 </li>
55 <li class="item">
56 <img src="/2014/i/lp13-presentation.jpg"
57 alt="[ LP13 Presentation ]">
58 </li>
59 <li class="item">
60 <img src="/2014/i/lp13-expand-the-tent.jpg"
61 alt="[ LP13 Expand the Tent ]">
62 </li>
63 </ul>
64 <!-- controls -->
65 <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
66 <span class="glyphicon glyphicon-chevron-left"></span>
67 </a>
68 <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
69 <span class="glyphicon glyphicon-chevron-right"></span>
70 </a>
71 </div> <!-- end of carousel -->
72 </div> <!-- end of carousel column -->
73 </div>
74 </div> <!-- end of carousel container -->
75
76 <div class="container"> <!-- start of container -->
77 <div class="row margin-top">
78 <div class="col-sm-4"> <!-- start of nav items -->
79 <ul class="nav nav-pills nav-stacked">
80 <li class="active"><a href="#">Home</a></li>
81 <li><a href="#">Videos from LP 2013</a></li>
82 <li><a href="#">Previous years</a></li>
83 <li><a href="#">Anti-harassment policy</a></li>
84 </ul>
85 <div class="fsf-donate-button">
86 <a href="#">
87 <img class="img-responsive"
88 src="https://static.fsf.org/nosvn/donate.en.png"
89 alt="[ Donate to the FSF ]" />
90 </a>
91 </div>
92 </div> <!-- end of nav items -->
93
94 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
95 <p class="lead">
96 Vivamus fermentum semper porta. Nunc diam velit,
97 adipiscing ut tristique vitae, sagittis vel
98 odio. Maecenas convallis ullamcorper
99 ultricies. Curabitur ornare, ligula semper consectetur
100 sagittis, nisi diam iaculis velit, id fringilla sem nunc
101 vel mi. Nam dictum, odio nec pretium volutpat, arcu ante
102 placerat erat, non tristique elit urna et
103 turpis.
104 </p>
105 </div> <!-- end of LPC 14 main text -->
106 </div>
107 </div> <!-- end of container -->
108
109 </div> <!-- end of wrapper -->
110
111 <div id="footer">
112 <div class="container">
113 <p class="text-muted">
114 The <a href="http://www.fsf.org/">Free Software
115 Foundation</a> is a nonprofit with a worldwide mission to
116 advance software freedom learn about our history and
117 work.</p>
118
119 <p class="text-muted"> Copyright &copy; 2013 Free Software
120 Foundation, Inc. This work is licensed under
121 a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative
122 Commons Attribution-NoDerivs 3.0 United
123 States</a>. <a href="http://www.gnu.org/licenses/license-list.html#OpinionLicenses">Why
124 this license?</a></p>
125
126 <p class="text-muted text-center">
127 <small>
128 <a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
129 </small>
130 </p>
131
132 </div>
133 </div>
134 <script type="text/javascript" src="/2014/assets/js/jquery-1.10.2.min.js"></script>
135 <script type="text/javascript" src="/2014/assets/js/bootstrap.min.js"></script>
136 <script type="text/javascript">
137 /**
138 * @licstart The following is the entire license notice for the JavaScript code in this page.
139 *
140 * Copyright (C) 2013 Free Software Foundation, Inc
141
142 * Licensed under the Apache License, Version 2.0 (the
143 * "License"); you may not use this file except in compliance
144 * with the License. You may obtain a copy of the License at
145
146 * http://www.apache.org/licenses/LICENSE-2.0
147
148 * Unless required by applicable law or agreed to in writing,
149 * software distributed under the License is distributed on an
150 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
151 * either express or implied. See the License for the specific
152 * language governing permissions and limitations under the
153 * License.
154
155 *
156 * @licend The above is the entire license notice for the JavaScript code in this page.
157 **/
158 $(document).ready(function() {
159 $('.glyphicon-chevron-left').css('display','inline-block');
160 $('.glyphicon-chevron-right').css('display','inline-block');
161 });
162 </script>
163 </body>
164 </html>