added .gitignore file.
[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" />
ce015fb2 9 <title>LibrePlanet 2014</title>
9b70c3ff 10
11 </head>
12 <body>
13
14 <div id="wrapper"> <!-- start of wrapper -->
2de9ea3f 15 <div class="lp-banner"> <!--start of lp banner -->
5c7538ba 16 <div class="container"> <!-- start of container -->
17 <div class="row">
2de9ea3f 18 <div class="col-sm-7"> <!-- start of lp header -->
5c7538ba 19 <div class="lp-head">
20 <h1>LibrePlanet <small>2014</small></h1>
21 <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
22 <p class="text-muted">The yearly conference of the free software community.</p>
9b70c3ff 23 </div>
2de9ea3f 24 </div><!-- end of lp header -->
25 <div class="col-sm-5"> <!-- start of signup form -->
26 <form role="form" class="margin-top lp-signup"
27 action="https://crm.fsf.org/civicrm/profile/create?gid=234&amp;reset=1"
28 method="post" name="Edit" id="Edit">
29 <div>
30 <input name="postURL" type="hidden" value="" />
31 <input name="cancelURL" type="hidden"
32 value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=234" />
33 <input name="add_to_group" type="hidden" value="306" />
34 <input name="_qf_default" type="hidden" value="Edit:cancel" />
35 </div>
36
37 <div id="crm-container" class="crm-container crm-public" lang="en"
38 xml:lang="en">
39
40 <div id="editrow-email-Primary"
41 class="form-group">
42 <label class="sr-only" for="email-Primary">
43 Email
44 </label>
45 <div class="input-group">
46 <input class="form-control"
47 name="email-Primary"
48 id="email-Primary"
49 type="email"
50 placeholder="Your email address" required>
51 <span class="input-group-btn">
52 <button type="submit" class="btn btn-default"
53 accesskey="S" name="_qf_Edit_next" value="Save"
54 id="_qf_Edit_next">
55 Receive updates
56 </button>
57 </span>
58 </div>
59 <p class="help-block">Read our
60 <a href="https://my.fsf.org/donate/privacypolicy.html">
61 privacy policy</a>.</p>
5c7538ba 62 </div>
5c7538ba 63 </div>
64 </form>
65 </div> <!-- end of signup form -->
66 </div>
67 </div> <!-- end of header container -->
2de9ea3f 68 </div> <!-- end of lp banner -->
9b70c3ff 69
70 <div class="container"> <!-- start of carousel container -->
71 <div class="row">
111e3470 72
73 <div class="col-sm-3"> <!-- start of nav items -->
74 <ul class="nav nav-pills nav-stacked">
75 <li><a href="#">Videos from LP 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
f79cf930 88 <div class="col-sm-9"> <!-- start of carousel column -->
9b70c3ff 89
90 <!-- start of carousel -->
91 <div id="lpc-carousel" class="carousel slide" data-ride="carousel">
92
93 <!-- wrapper for slides -->
94 <ul class="carousel-inner list-unstyled">
20cc839a
ZR
95 <li class="item active">
96 <img src="/2014/i/lp13-expand-the-tent.jpg"
97 alt="[ The Expanding the Tent panel ]">
98 </li>
99 <li class="item">
d405887b
ZR
100 <img src="/2014/i/lp13-printer.jpg"
101 alt="[ Aleph Objects' Lulzbot 3D printer ]">
9b70c3ff 102 </li>
103 <li class="item">
4ca11b90 104 <img src="/2014/i/lp13-room-110.jpg"
d405887b 105 alt="[ LibrePlanet 2013 discussion ]">
4ca11b90 106 </li>
107 <li class="item">
108 <img src="/2014/i/lp13-presentation.jpg"
d405887b 109 alt="[ A presentation at LibrePlanet 2013]">
4ca11b90 110 </li>
9b70c3ff 111 </ul>
112 <!-- controls -->
113 <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
114 <span class="glyphicon glyphicon-chevron-left"></span>
115 </a>
116 <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
117 <span class="glyphicon glyphicon-chevron-right"></span>
118 </a>
119 </div> <!-- end of carousel -->
120 </div> <!-- end of carousel column -->
f79cf930 121
f79cf930 122 </div>
123 </div> <!-- end of carousel container -->
124
125 <div class="container"> <!-- start of container -->
126 <div class="row margin-top">
127
111e3470 128 <div class="col-sm-offset-3 col-sm-9"> <!-- start of LPC 14 main text -->
9b70c3ff 129 <p class="lead">
130 Vivamus fermentum semper porta. Nunc diam velit,
131 adipiscing ut tristique vitae, sagittis vel
132 odio. Maecenas convallis ullamcorper
133 ultricies. Curabitur ornare, ligula semper consectetur
134 sagittis, nisi diam iaculis velit, id fringilla sem nunc
135 vel mi. Nam dictum, odio nec pretium volutpat, arcu ante
136 placerat erat, non tristique elit urna et
137 turpis.
138 </p>
139 </div> <!-- end of LPC 14 main text -->
140 </div>
141 </div> <!-- end of container -->
142
143 </div> <!-- end of wrapper -->
144
145 <div id="footer">
146 <div class="container">
147 <p class="text-muted">
a8b34a5e 148 The <a href="http://www.fsf.org/">Free Software
149 Foundation</a> is a nonprofit with a worldwide mission to
150 advance software freedom learn about our history and
151 work.</p>
9b70c3ff 152
a8b34a5e 153 <p class="text-muted"> Copyright &copy; 2013 Free Software
154 Foundation, Inc. This work is licensed under
155 a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative
156 Commons Attribution-NoDerivs 3.0 United
157 States</a>. <a href="http://www.gnu.org/licenses/license-list.html#OpinionLicenses">Why
158 this license?</a></p>
9b70c3ff 159
a9b870ed 160 <p class="text-muted text-center">
161 <small>
162 <a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
163 </small>
164 </p>
165
9b70c3ff 166 </div>
167 </div>
168 <script type="text/javascript" src="/2014/assets/js/jquery-1.10.2.min.js"></script>
169 <script type="text/javascript" src="/2014/assets/js/bootstrap.min.js"></script>
170 <script type="text/javascript">
a9b870ed 171 /**
172 * @licstart The following is the entire license notice for the JavaScript code in this page.
c94ceece 173 *
d6deb50a 174 * Copyright (C) 2013 Free Software Foundation, Inc
a9b870ed 175
d6deb50a 176 * Licensed under the Apache License, Version 2.0 (the
177 * "License"); you may not use this file except in compliance
178 * with the License. You may obtain a copy of the License at
a9b870ed 179
d6deb50a 180 * http://www.apache.org/licenses/LICENSE-2.0
181
182 * Unless required by applicable law or agreed to in writing,
183 * software distributed under the License is distributed on an
184 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
185 * either express or implied. See the License for the specific
186 * language governing permissions and limitations under the
187 * License.
a9b870ed 188
a9b870ed 189 *
190 * @licend The above is the entire license notice for the JavaScript code in this page.
191 **/
c94ceece 192 $(document).ready(function() {
a9b870ed 193 $('.glyphicon-chevron-left').css('display','inline-block');
194 $('.glyphicon-chevron-right').css('display','inline-block');
195 });
9b70c3ff 196 </script>
197 </body>
198</html>