renamed html files to .shtml files in server/staging/ssi
[libreplanet-static.git] / server / staging / ssi / index..shtml
CommitLineData
983e66db 1<!--#include virtual="/server/staging/ssi/header.html" -->
2 <div class="container"> <!-- start of container -->
3 <div class="row">
4
5 <div class="col-sm-3"> <!-- start of nav items -->
6 <ul class="nav nav-pills nav-stacked">
7 <li><a href="/2014/call_for_sessions">Propose a session</a></li>
8 <li><a href="/2014/volunteer">Help plan LibrePlanet</a></li>
9 <li><a href="/2014/exhibit">Promotional opportunities</a></li>
10 <li>
11 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm">
12 Share your ideas</a></li>
13 </ul>
14 <ul class="nav nav-pills nav-stacked">
15 <li><a href="http://media.libreplanet.org/">LibrePlanet 2013 videos</a></li>
16 <li><a href="https://libreplanet.org/wiki/LibrePlanet:Conference">Previous conferences</a></li>
17 <li><a href="/2014/anti-harassment/">Anti-harassment policy</a></li>
18 <li class="fsf-donate">
19 <a href="https://my.fsf.org/associate/support_freedom">
20 <span class="glyphicon glyphicon-heart"></span>
21 Become an FSF member
22 </a>
23 </li>
24 </ul>
25 <p class="text-muted text-center">and attend the conference gratis!</p>
26 </div> <!-- end of nav items -->
27
28 <div class="col-sm-9"> <!-- start of content column -->
29
30 <!-- start of carousel -->
31 <div id="lpc-carousel" class="carousel slide">
32
33 <!-- wrapper for slides -->
34 <ul class="carousel-inner list-unstyled">
35 <li class="item active">
36 <img src="//static.fsf.org/nosvn/libreplanet/2014/site/carousel/lp13-expand-the-tent.jpg"
37 alt="[ The Expanding the Tent panel ]">
38 <p class="lead carousel-caption-tr call-for-proposal">
39 Call for sessions now open! <a class="btn btn-default" href="https://libreplanet.org/2014/call_for_sessions">
40 Propose a session
41 </a>
42 </p>
43 </li>
44 <li class="item">
45 <img src="//static.fsf.org/nosvn/libreplanet/2014/site/carousel/lp13-printer.jpg"
46 alt="[ Aleph Objects' Lulzbot 3D printer ]">
47 <p class="lead carousel-caption-tr">
48 LibrePlanet is a great place to spread the word about your free software business or organization<br>
49 <a class="btn btn-default" href="https://libreplanet.org/2014/exhibit">
50 Apply for an exhibition table and program ad
51 </a>
52 </p>
53 </li>
54 <li class="item">
55 <img src="//static.fsf.org/nosvn/libreplanet/2014/site/carousel/lp13-room-110.jpg"
56 alt="[ LibrePlanet 2013 discussion ]">
57 <p class="lead carousel-caption-bl">
58 We're collecting suggestions for LibrePlanet 2014
59
60 <a class="btn btn-default"
61 href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm">
62 Share your ideas
63 </a>
64 </p>
65 </li>
66 <li class="item">
67 <img src="//static.fsf.org/nosvn/libreplanet/2014/site/carousel/lp13-presentation.jpg"
68 alt="[ A presentation at LibrePlanet 2013]">
69 <p class="lead carousel-caption-tl">
70 Volunteers are crucial in planing LibrePlanet<br>
71 <a class="btn btn-default" href="https://libreplanet.org/2014/volunteer">
72 Join the planning committee
73 </a>
74 </li>
75 </ul>
76 <!-- controls -->
77 <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
78 <span class="glyphicon glyphicon-chevron-left"></span>
79 </a>
80 <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
81 <span class="glyphicon glyphicon-chevron-right"></span>
82 </a>
83 </div> <!-- end of carousel -->
84
85 <div class="margin-top"> <!-- start of LP14 text -->
86 <p class="lead">
87 LibrePlanet is an annual conference for free software enthusiasts. LibrePlanet brings together software developers, policy experts, activists and computer users to learn skills, share accomplishments and face challenges to software freedom. Newcomers are always welcome, and LibrePlanet 2014 will feature programming for all ages and experience levels.</p>
88 <p>
89 This year, the theme of LibrePlanet is "Free Software, Free Society." How can free software protect journalists, whistleblowers, activists, and regular computer users from government and corporate surveillance? How can free software, or free software values like copyleft, community development, and transparency, be used by people fighting to create free societies around the world? What challenges are standing between us and our goal of free software ubiquity? With your help, we'll tackle these questions and more at LibrePlanet 2014.
90 </p>
91<p>Students receive discounted admission and FSF members attend LibrePlanet at no cost! <a href="https://my.fsf.org/associate/support_freedom">Become a member now.</a></p>
92 </div> <!-- end of LP14 text -->
93
94 </div> <!-- end of content column -->
95
96 </div>
97 </div> <!-- end of container -->
98
99 </div> <!-- end of wrapper -->
100
101<!--#include virtual="/server/staging/ssi/footer.html" -->
102 <script type="text/javascript"
103 src="/2014/assets/js/jquery-1.10.2.min.js"></script>
104 <script type="text/javascript"
105 src="/2014/assets/js/bootstrap.min.js"></script>
106 <script type="text/javascript">
107 /**
108 * @licstart The following is the entire license notice for the JavaScript code in this page.
109 *
110 * Copyright (C) 2013 Free Software Foundation, Inc
111
112 * Licensed under the Apache License, Version 2.0 (the
113 * "License"); you may not use this file except in compliance
114 * with the License. You may obtain a copy of the License at
115
116 * http://www.apache.org/licenses/LICENSE-2.0
117
118 * Unless required by applicable law or agreed to in writing,
119 * software distributed under the License is distributed on an
120 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
121 * either express or implied. See the License for the specific
122 * language governing permissions and limitations under the
123 * License.
124
125 *
126 * @licend The above is the entire license notice for the JavaScript code in this page.
127 **/
128 $(document).ready(function() {
129 $('.carousel').carousel({ interval:6000 });
130 $('.glyphicon-chevron-left').css('display','inline-block');
131 $('.glyphicon-chevron-right').css('display','inline-block');
132 });
133 </script>
134 </body>
135</html>