fixed generated-bios.html.
[libreplanet-static.git] / 2018 / includes / 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}' != '/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
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">
32 <li class="list-group-item">
33 <strong>Recent Updates</strong>
34
35 </li>
36 <!--
37 Markup of update items:
38
39 <li class="list-group-item">
40 <strong>MM/DD/YYYY:</strong> <a href="#">Update item description.</a>
41 </li>
42 -->
43 </ul>
44 </div> <!-- end of sidebar column -->
45 <div id="lp-content" class="col-sm-9"> <!-- start of content column -->