Added lp13 images at /2014/i/ for the carousel.
[libreplanet-static.git] / server / staging / lpc14 / index.html
CommitLineData
9b70c3ff 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 Conference 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 Conference <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="http://static.fsf.org/nosvn/libreplanet/LibrePlanet2013Photos/original/IMG_6077.jpg"
49 alt="[ Call for proposal Image ]">
50 <p class="lead carousel-caption">Call for proposals now open.
51 <a class="btn btn-default" href="#">Submit session proposal</a></p>
52 </li>
53 <li class="item">
54 <img src="http://static.fsf.org/nosvn/libreplanet/LibrePlanet2013Photos/original/IMG_6065.jpg"
55 alt="[ LPC'13 Lego ]">
56 </li>
57 </ul>
58 <!-- controls -->
59 <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
60 <span class="glyphicon glyphicon-chevron-left"></span>
61 </a>
62 <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
63 <span class="glyphicon glyphicon-chevron-right"></span>
64 </a>
65 </div> <!-- end of carousel -->
66 </div> <!-- end of carousel column -->
67 </div>
68 </div> <!-- end of carousel container -->
69
70 <div class="container"> <!-- start of container -->
71 <div class="row margin-top">
72 <div class="col-sm-4"> <!-- start of nav items -->
73 <ul class="nav nav-pills nav-stacked">
74 <li class="active"><a href="#">Home</a></li>
75 <li><a href="#">Videos from LPC 2013</a></li>
76 <li><a href="#">Previous years</a></li>
77 <li><a href="#">Anti-harassment policy</a></li>
78 </ul>
79 <div class="fsf-donate-button">
80 <a href="#">
81 <img class="img-responsive"
82 src="https://static.fsf.org/nosvn/donate.en.png"
83 alt="[ Donate to the FSF ]" />
84 </a>
85 </div>
86 </div> <!-- end of nav items -->
87
88 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
89 <p class="lead">
90 Vivamus fermentum semper porta. Nunc diam velit,
91 adipiscing ut tristique vitae, sagittis vel
92 odio. Maecenas convallis ullamcorper
93 ultricies. Curabitur ornare, ligula semper consectetur
94 sagittis, nisi diam iaculis velit, id fringilla sem nunc
95 vel mi. Nam dictum, odio nec pretium volutpat, arcu ante
96 placerat erat, non tristique elit urna et
97 turpis.
98 </p>
99 </div> <!-- end of LPC 14 main text -->
100 </div>
101 </div> <!-- end of container -->
102
103 </div> <!-- end of wrapper -->
104
105 <div id="footer">
106 <div class="container">
107 <p class="text-muted">
a8b34a5e 108 The <a href="http://www.fsf.org/">Free Software
109 Foundation</a> is a nonprofit with a worldwide mission to
110 advance software freedom learn about our history and
111 work.</p>
9b70c3ff 112
a8b34a5e 113 <p class="text-muted"> Copyright &copy; 2013 Free Software
114 Foundation, Inc. This work is licensed under
115 a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative
116 Commons Attribution-NoDerivs 3.0 United
117 States</a>. <a href="http://www.gnu.org/licenses/license-list.html#OpinionLicenses">Why
118 this license?</a></p>
9b70c3ff 119
a9b870ed 120 <p class="text-muted text-center">
121 <small>
122 <a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
123 </small>
124 </p>
125
9b70c3ff 126 </div>
127 </div>
128 <script type="text/javascript" src="/2014/assets/js/jquery-1.10.2.min.js"></script>
129 <script type="text/javascript" src="/2014/assets/js/bootstrap.min.js"></script>
130 <script type="text/javascript">
a9b870ed 131 /**
132 * @licstart The following is the entire license notice for the JavaScript code in this page.
c94ceece 133 *
d6deb50a 134 * Copyright (C) 2013 Free Software Foundation, Inc
a9b870ed 135
d6deb50a 136 * Licensed under the Apache License, Version 2.0 (the
137 * "License"); you may not use this file except in compliance
138 * with the License. You may obtain a copy of the License at
a9b870ed 139
d6deb50a 140 * http://www.apache.org/licenses/LICENSE-2.0
141
142 * Unless required by applicable law or agreed to in writing,
143 * software distributed under the License is distributed on an
144 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
145 * either express or implied. See the License for the specific
146 * language governing permissions and limitations under the
147 * License.
a9b870ed 148
a9b870ed 149 *
150 * @licend The above is the entire license notice for the JavaScript code in this page.
151 **/
c94ceece 152 $(document).ready(function() {
a9b870ed 153 $('.glyphicon-chevron-left').css('display','inline-block');
154 $('.glyphicon-chevron-right').css('display','inline-block');
155 });
9b70c3ff 156 </script>
157 </body>
158</html>