fixed Kiwi IRC typo in footer.
[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 <ul>
35 <li> <a href="https://blog.documentfoundation.org/blog/2018/03/14/libreoffice-certification-fsf-libreplanet/">LibreOffice training available for FSF members</a></li>
36 <li> <a href="https://libreplanet.org/2018/program/">Full schedule online</a></li>
37 <li> <a href="https://libreplanet.org/2018/social/">Social events and workshops running Friday - Monday</a></li>
38 <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>
39 <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>
40 </ul>
41 <!--
42 Markup of update items:
43
44 <li class="list-group-item">
45 <strong>MM/DD/YYYY:</strong> <a href="#">Update item description.</a>
46 </li>
47 -->
48 </ul>
49 </div> <!-- end of sidebar column -->
50 <div id="lp-content" class="col-sm-9"> <!-- start of content column -->