renamed: 2015/footer.html -> server/2015/footer.html, renamed: 2015/header...
[libreplanet-static.git] / server / 2015 / header.html
CommitLineData
3e6c2d63
DT
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="/2015/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
8 <link href="/2015/assets/css/custom.css" rel="stylesheet" media="screen" />
9 <link href="https://static.fsf.org/fsforg/img/favicon.ico" rel="shortcut icon">
10
11 <title>LibrePlanet 2015</title>
12 </head>
13 <body>
14 <div id="wrapper"> <!-- start of wrapper -->
15 <div class="lp-banner"> <!--start of lp banner -->
16 <div class="container"> <!-- start of container -->
17 <div class="row">
18 <div class="lp-head"> <!-- start of lp header -->
19 <div class="col-sm-3">
ce07d0be 20 <a href="/2015/">
21 <img src="/2015/assets/img/site_logo_alternate.png"
22 class="img-responsive"
bddd4d2a 23 alt="[ LibrePlanet 2015 &mdash; Free Software, free society ]" style="padding-top:5px"/>
ce07d0be 24 </a>
25 </div>
26 <div class="col-sm-3">
27 <p class="text-muted">
0e4e9c44 28 <strong>March 21-22<br />
40111437 29 Cambridge, MA</strong><br />
0e4e9c44 30Registration opens in October</p>
ce07d0be 31 </div>
3e6c2d63
DT
32 </div><!-- end of lp header -->
33 <div class="col-sm-6"> <!-- start of signup form -->
34 <form role="form" class="margin-top lp-signup"
35 action="https://crm.fsf.org/civicrm/profile/create?gid=285&amp;reset=1"
36 method="post" name="Edit" id="Edit">
37 <div>
38 <input name="postURL" type="hidden"
e8df539c 39 value="https://libreplanet.org/2015/confirmation.html" />
3e6c2d63
DT
40 <input name="cancelURL" type="hidden"
41 value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=285" />
42 <input name="add_to_group" type="hidden" value="619" />
43 <input name="_qf_default" type="hidden" value="Edit:cancel" />
44 </div>
45
46 <div id="crm-container" lang="en" xml:lang="en">
40111437 47 <br />
3e6c2d63
DT
48 <div id="editrow-email-Primary"
49 class="form-group">
50 <label class="sr-only" for="email-Primary">
0e4e9c44 51 Enter your email to receive updates
3e6c2d63
DT
52 </label>
53 <div class="input-group">
54 <input class="form-control"
55 name="email-Primary"
56 id="email-Primary"
57 type="email"
0e4e9c44 58 placeholder="Enter your email to receive updates" required>
3e6c2d63
DT
59 <span class="input-group-btn">
60 <button type="submit" class="btn btn-default"
61 accesskey="S" name="_qf_Edit_next" value="Save"
62 id="_qf_Edit_next">
0e4e9c44 63 Submit
3e6c2d63
DT
64 </button>
65 </span>
66 </div>
67 </div>
68 <div id="editrow-custom_79">
69 <div class="checkbox">
70 <input
71 type="hidden" name="custom_79[yes]" value="" />
72 <label class="lp-label-news">
73 <input id="custom_79_yes"
74 name="custom_79[yes]" type="checkbox" value="1" checked="checked"
75 class="checkbox" />
40111437 76 <span class="text-muted">Also join the FSF's newsletter</span>
3e6c2d63 77 </label>
40111437 78 &middot;
3e6c2d63
DT
79 <p class="help-block">
80 <a href="https://my.fsf.org/donate/privacypolicy.html">
40111437 81 Read our privacy policy.
3e6c2d63
DT
82 </a>
83 </p>
84 </div>
85 </div>
86 </div>
87 </form>
88 </div> <!-- end of signup form -->
89
90 <!-- REGISTER BUTTON
91 <div class="col-sm-offset-3 col-sm-3"> // start of Register button
92 <a class="btn btn-register-lp14 btn-lg btn-block"
e8df539c 93 href="https://libreplanet.org/2015/register">
3e6c2d63
DT
94 <span class="glyphicon glyphicon-ok"></span>
95 Register now
96 </a>
97 <p class="text-muted text-center">
98 gratis for members and students!
99 </p>
100 </div> //end of Register button
101 -->
102 </div>
103 </div> <!-- end of header container -->
104 </div> <!-- end of lp banner -->
105
106 <div class="container"> <!-- start of container -->
107 <div class="row">
108 <div id="lp-nav" class="col-sm-3">
5072b118 109 <!--#if expr='"$REQUEST_URI" != "/2015/"' -->
3e6c2d63 110 <p class="text-center lp-home">
e8df539c 111 <a class="text-muted" href="/2015/">
3e6c2d63
DT
112 <span class="glyphicon glyphicon-chevron-left"></span> Home
113 </a>
114 </p>
115 <!--#endif -->
116
117 <ul class="nav nav-pills nav-stacked">
0e4e9c44 118 <li><a href="/2015/call_for_sessions">Propose a Session</a></li>
e8df539c 119 <!--<li><a href="/2015/program">Program</a></li>-->
120 <!--<li><a href="/2015/program/exhibit_hall.html">Exhibit hall</a></li>-->
0e4e9c44 121 <li><a href="/2015/exhibit">Join the Exhibit Hall</a></li>
e8df539c 122 <li><a href="/2015/volunteer">Volunteer</a></li>
123
124 <!--<li><a href="/2015/video/">Watch the video</a></li>-->
3e6c2d63
DT
125 </ul>
126
127 <ul class="nav nav-pills nav-stacked">
0e4e9c44 128 <li><a href="/2014">LibrePlanet 2014 Site</a></li>
e63a44ef 129 <li><a href="/2015/getting_around">Travel</a></li>
e8df539c 130 <!--<li><a href="/2015/scholarships">Scholarships (until January 10th)</a></li>-->
e6c4a180 131 <!--<li><a href="/2015/live">Participate online</a></li>-->
99a15b56 132
0e4e9c44 133 <li><a href="/2015/scholarship_donation">Build the Scholarship Fund</a></li>
3e6c2d63
DT
134 </ul>
135
136 <ul class="nav nav-pills nav-stacked">
137 <li>
e8df539c 138 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2015/Conference_brainstorm">
0e4e9c44 139 Share Ideas for the Conference
3e6c2d63 140 </a>
0e4e9c44
ZR
141 </li>
142 <!--<li><a href="http://media.libreplanet.org/">Videos of previous conferences</a></li>-->
143 <li><a href="/2015/anti-harassment/">Anti-Harassment Policy</a></li>
e63a44ef
ZR
144 </ul>
145
0e4e9c44 146 <ul class="nav nav-pills nav-stacked">
3e6c2d63
DT
147 <li class="fsf-donate">
148 <a href="https://my.fsf.org/associate/support_freedom">
149 <span class="glyphicon glyphicon-heart"></span>
0e4e9c44 150 Become a proud FSF Member
3e6c2d63
DT
151 </a>
152 </li>
153 </ul>
154 <p class="text-muted text-center">and attend the conference gratis!</p>
155 </div>
e8df539c 156 <div id="lp-content" class="col-sm-9"> <!-- start of content column -->