Prepping the sidebar for initial site launch.
[libreplanet-static.git] / server / 2016 / sidebar.html
1 <div class="container"> <!-- start of container -->
2 <div class="row">
3 <div id="lp-nav" class="col-sm-3"> <!-- start of sidebar column -->
4 <!--#if expr='"$REQUEST_URI" != "/2016/"' -->
5 <p class="text-center lp-home">
6 <a class="text-muted" href="/2016/">
7 <span class="glyphicon glyphicon-chevron-left"></span> Home
8 </a>
9 </p>
10 <!--#endif -->
11
12
13 <!--<ul class="nav nav-pills nav-stacked">
14 <li><a href="https://www.fsf.org/blogs/community/what-do-you-have-to-say-share-it-at-libreplanet-2016">Call for Proposals (until 11/16)</a></li>
15 <li><a href="/2016/program">Program</a></li>
16 <li><a href="#">Social Events</a></li>
17 <li id="exhibit-link">
18 <a href="#">Exhibit Hall</a>
19 </li>
20 <li><a href="#">Sponsors</a></li>
21 </ul>-->
22
23 <ul class="nav nav-pills nav-stacked">
24 <li id="mailing-list-link">
25 <a href="https://lists.gnu.org/mailman/listinfo/libreplanet-discuss">
26 Join the Discussion List</a>
27 </li>
28 <li id="getting-around_link">
29 <a href="/2016/getting_around">Travel Info</a>
30 </li>
31 <li><a href="https://libreplanet.org/2015/scholarship_donation">Build the Scholarship Fund</a></li>
32 <li id="ahp-link"><a href="#">Safe space policy</a>
33 </li>
34 </ul>
35
36 <ul class="nav nav-pills nav-stacked">
37 <li class="fsf-donate">
38 <a href="https://my.fsf.org/associate/support_freedom">
39 <span class="glyphicon glyphicon-heart"></span>
40 Become a proud FSF Member
41 </a>
42 </li>
43 </ul>
44 <p class="text-muted text-center">
45 and attend the conference gratis!</p>
46
47 <ul class="list-group margin-top">
48 <li class="list-group-item">
49 <strong>Recent Updates</strong>
50 </li>
51 <li class="list-group-item">
52 <strong>10/02/2015:</strong> <a href="https://www.fsf.org/blogs/community/what-do-you-have-to-say-share-it-at-libreplanet-2016">
53 2016 Call for Proposals open until November 16th</a>
54 </li>
55 <li class="list-group-item">
56 <strong>03/23/2015:</strong> <a href="https://www.fsf.org/blogs/community/libreplanet-2015-highlights-and-what-comes-next">
57 LibrePlanet 2015: Highlights and what comes next</a>
58 </li>
59 </ul>
60 </div> <!-- end of sidebar column -->
61 <div id="lp-content" class="col-sm-9"> <!-- start of content column -->