removed <Home> button in homepage & added padding-top.
[libreplanet-static.git] / 2014 / program / index.html
CommitLineData
fdd80f1f 1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
7 <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
8 <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
9 <link href="https://static.fsf.org/fsforg/img/favicon.ico" rel="shortcut icon">
10 <title>Program &mdash; LibrePlanet 2014</title>
11
12 </head>
13 <body>
14
15 <div id="wrapper"> <!-- start of wrapper -->
16 <div class="lp-banner"> <!--start of lp banner -->
17 <div class="container"> <!-- start of container -->
18 <div class="row">
19 <div class="col-sm-9"> <!-- start of lp header -->
20 <div class="lp-head">
21 <h1><a href="/2014/"> LibrePlanet <small>2014</small></a></h1>
22 <p><strong>March 22nd-23rd 2014, MIT, Cambridge, MA</strong></p>
23 <p class="text-muted">Free software, free society</p>
24 </div>
25 </div><!-- end of lp header -->
26 <div class="col-sm-3"> <!-- start of Register button -->
27 <a class="btn btn-register-lp14 btn-lg btn-block"
28 href="https://libreplanet.org/2014/register">
29 <span class="glyphicon glyphicon-ok"></span>
30 Register now
31 </a>
32 <p class="text-muted text-center">
33 gratis for members and students!
34 </p>
35 </div> <!-- end of Register button -->
36 </div>
37 </div> <!-- end of header container -->
38 </div> <!-- end of lp banner -->
39
40 <div class="container"> <!-- start of container -->
41 <div class="row">
42
43<div class="col-sm-3"> <!-- start of nav items -->
44 <p class="text-center lp-home">
45 <a class="text-muted" href="/2014/">
46 <span class="glyphicon glyphicon-chevron-left"></span> Home
47 </a>
48 </p>
49 <ul class="nav nav-pills nav-stacked">
50 <!--<li><a href="/2014/call_for_sessions">Propose a session</a></li>-->
51 <!--<li><a href="/2014/volunteer">Help plan LibrePlanet</a></li>-->
52 <li class="active"><a href="/2014/program">Program</a></li>
53 <li><a href="/2014/exhibit">Promotional opportunities</a></li>
54 <li>
55 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm">
56 Share your ideas</a></li>
57 </ul>
58
59 <ul class="nav nav-pills nav-stacked">
60
61 <li><a href="/2014/logistics">Getting around Cambridge</a></li>
62 <!--<li><a href="/2014/scholarships">Scholarships (until January 10th)</a></li>-->
63 <li><a href="/2014/scholarship_donation">Donate to the scholarship fund</a></li>
64
65 </ul>
66
67
68 <ul class="nav nav-pills nav-stacked">
69 <li><a href="http://media.libreplanet.org/">LibrePlanet 2013 videos</a></li>
70 <li><a href="https://libreplanet.org/wiki/LibrePlanet:Conference">Previous conferences</a></li>
71 <li><a href="/2014/anti-harassment/">Anti-harassment policy</a></li>
72 <li class="fsf-donate">
73 <a href="https://my.fsf.org/associate/support_freedom">
74 <span class="glyphicon glyphicon-heart"></span>
75 Become an FSF member
76 </a>
77 </li>
78 </ul>
79 <p class="text-muted text-center">and attend the conference gratis!</p>
80 </div> <!-- end of nav items -->
81
82 <div class="col-sm-9"> <!-- start of content column -->
83 <h2>Program <small>Coming soon!</small></h2>
84 </div> <!-- end of content column -->
85
86 </div>
87 </div> <!-- end of container -->
88
89 </div> <!-- end of wrapper -->
90
91 <div id="footer">
92 <div class="container">
93 <p class="text-muted text-center">
94 The <a href="http://www.fsf.org/">Free Software
95 Foundation</a> is a nonprofit with a worldwide mission to
96 advance software freedom.
97 <a href="https://my.fsf.org/associate/support_freedom">
98 Donate</a>.
99 </p>
100
101 <p class="text-muted text-center">
102 <a rel="license"
103 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
104 <img alt="[ Creative Commons License ]" style="border-width:0"
105 src="//i.creativecommons.org/l/by-sa/3.0/80x15.png" />
106 </a>
107 This page and its images, logos and videos are licensed under a <br />
108 <a rel="license"
109 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
110 Creative Commons Attribution-ShareAlike 3.0 US
111 </a>.
112 Copyright &copy; 2013 Free Software Foundation.
113 </p>
114
115 <p class="text-muted text-center">
116 <a href="http://weblabels.fsf.org/libreplanet.org/CURRENT/" rel="jslicense">
117 JavaScript license information
118 </a>
119 </p>
120
121 <p class="text-muted text-center">
122 This site, including fonts, CSS, and JavaScript, was built using
123 <a href="http://getbootstrap.com">Bootstrap</a>,
124 which is licensed under the
125 <a href="https://directory.fsf.org/wiki/License:Apache2.0">
126 Apache 2.0 license</a>.
127 </p>
128 </div>
129 </div>
130 <script type="text/javascript"
131 src="/2014/assets/js/jquery-1.10.2.min.js"></script>
132 <script type="text/javascript"
133 src="/2014/assets/js/bootstrap.min.js"></script>
134 </body>
135</html>