fixed html in side bad.
[libreplanet-static.git] / 2018 / includes / sidebar.html
CommitLineData
198341d4 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}' != '/2018/'" -->
5 <p class="text-center lp-home">
6 <a class="text-muted" href="/2018/">
7 <span class="glyphicon glyphicon-chevron-left"></span> Home
8 </a>
9 </p>
10 <!--#endif -->
11
198341d4 12
13 <ul class="nav nav-pills nav-stacked hidden-xs">
14 <!--#include virtual="/2018/includes/nav-list-1.html"-->
15 </ul>
16
17 <ul class="nav nav-pills nav-stacked hidden-xs">
18 <!--#include virtual="/2018/includes/nav-list-2.html"-->
19 </ul>
20
21 <ul class="nav nav-pills nav-stacked">
22 <li class="fsf-donate">
23 <a href="https://crm.fsf.org/join">
24 <span class="glyphicon glyphicon-heart"></span>
25 Become a proud FSF Member
26 </a>
27 </li>
28 </ul>
29 <p class="text-muted text-center">and attend the conference gratis!</p>
30
31 <ul class="list-group margin-top">
796990ef 32 <li class="list-group-item">
f3e6a88a 33 <strong>Recent Updates</strong>
8bad5b85
MB
34 <li><a href="https://www.fsf.org/blogs/community/libreplanet-2018-is-on-the-way-check-out-the-talks-and-register">Full speaker lineup announced!</a></li>
35 <li><a href="https://www.fsf.org/blogs/community/the-2018-libreplanet-keynotes-are-here-you-wont-want-to-miss-them">Keynote speakers announced: Coleman, Nicholson, Stallman, and Schoen</a></li>
36
796990ef 37 <!--
38 Markup of update items:
198341d4 39
796990ef 40 <li class="list-group-item">
41 <strong>MM/DD/YYYY:</strong> <a href="#">Update item description.</a>
42 </li>
43 -->
44 </ul>
45 </div> <!-- end of sidebar column -->
46 <div id="lp-content" class="col-sm-9"> <!-- start of content column -->