added video links to all talks
[libreplanet-static.git] / 2018 / includes / banner.html
1 </head>
2 <body>
3 <div id="wrapper"> <!-- start of wrapper -->
4 <!--#include virtual="/server/lp-archived-before-next-site-launch.html"-->
5 <div class="lp-banner hidden-xs"> <!--start of lp banner -->
6 <div class="container"> <!-- start of container -->
7 <div class="row">
8 <div class="lp-head"> <!-- start of lp header -->
9 <div id="lp16-logo" class="col-sm-3 col-xs-5">
10 <a href="/2018/">
11 <img src="https://static.fsf.org/nosvn/libreplanet/2018/assets/lp2018_logo-small.png"
12 class="img-responsive"
13 alt="[ LibrePlanet 2018 ]" />
14 </a>
15 </div>
16 <div id="lp16-date-place" class="col-sm-3 col-xs-2">
17 <!-- Heads up! When updating this date and place information,
18 remember to update it in the small
19 screen navbar too (see below) -->
20 <p>
21 <strong>
22 <br>
23 Saturday & Sunday<br/>
24 March 24-25th<br/>
25 Stata Center<br />
26 Massachusetts Institute of Technology<br/>
27 Cambridge, Massachusetts
28 </strong>
29 </p>
30 </div>
31 <!-- #top-right-desktop start -->
32 <!--#include virtual="/2018/includes/join-list.html"-->
33 <!-- #top-right-desktop end -->
34 </div><!-- end of lp header -->
35
36 </div>
37 </div> <!-- end of header container -->
38 </div> <!-- end of lp banner -->
39
40 <!-- start nav for small screens -->
41 <nav class="navbar navbar-default visible-xs">
42 <div class="container-fluid">
43 <!-- Brand and toggle get grouped for better mobile display -->
44 <div class="navbar-header">
45 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
46 data-target="#lp-navbar-collapse" aria-expanded="false">
47 <span class="sr-only">Toggle navigation</span>
48 <span class="icon-bar"></span>
49 <span class="icon-bar"></span>
50 <span class="icon-bar"></span>
51 </button>
52 <a class="navbar-brand" href="/2018/">
53 <img src="https://static.fsf.org/nosvn/libreplanet/2018/assets/lp2018_logo-small.png"
54 style="max-width: 100px"
55 class="img-responsive"
56 alt="[ LibrePlanet 2018 ]" />
57 </a>
58 <p class="navbar-text">
59 <!-- Heads up! When updating date place, remember to
60 update it in the lp banner too (see above) -->
61 <strong>March 24-25th<br> Cambridge, Massachusetts</strong>
62 </p>
63 </div>
64
65 <div class="collapse navbar-collapse" id="lp-navbar-collapse">
66
67 <ul class="nav navbar-nav">
68 <!--#include virtual="/2018/includes/nav-list-1.html"-->
69 </ul>
70
71 <ul class="nav navbar-nav">
72 <!--#include virtual="/2018/includes/nav-list-2.html"-->
73 </ul>
74 </div><!-- navbar-collapse end -->
75 </div><!-- navbar container-fluid end -->
76 </nav>
77 <!-- end nav for small screens -->