e6f636d9ef44e15daed95cc730046207932ab6fd
[libreplanet-static.git] / 2015 / header.html
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">
20 <a href="/2015/">
21 <img src="/2015/assets/img/site_logo_alternate.png"
22 class="img-responsive"
23 alt="[ LibrePlanet 2015 &mdash; Free Software, free society ]" />
24 </a>
25 </div>
26 <div class="col-sm-3">
27 <p class="text-muted">
28 March 2015 <br />
29 MIT, Cambridge, MA</p>
30 </div>
31 </div><!-- end of lp header -->
32 <div class="col-sm-6"> <!-- start of signup form -->
33 <form role="form" class="margin-top lp-signup"
34 action="https://crm.fsf.org/civicrm/profile/create?gid=285&amp;reset=1"
35 method="post" name="Edit" id="Edit">
36 <div>
37 <input name="postURL" type="hidden"
38 value="https://libreplanet.org/2015/confirmation.html" />
39 <input name="cancelURL" type="hidden"
40 value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=285" />
41 <input name="add_to_group" type="hidden" value="619" />
42 <input name="_qf_default" type="hidden" value="Edit:cancel" />
43 </div>
44
45 <div id="crm-container" lang="en" xml:lang="en">
46 <p>Sign up for updates on LibrePlanet 2015!</p>
47 <div id="editrow-email-Primary"
48 class="form-group">
49 <label class="sr-only" for="email-Primary">
50 Email
51 </label>
52 <div class="input-group">
53 <input class="form-control"
54 name="email-Primary"
55 id="email-Primary"
56 type="email"
57 placeholder="Your email address" required>
58 <span class="input-group-btn">
59 <button type="submit" class="btn btn-default"
60 accesskey="S" name="_qf_Edit_next" value="Save"
61 id="_qf_Edit_next">
62 Receive updates
63 </button>
64 </span>
65 </div>
66 </div>
67 <div id="editrow-custom_79">
68 <div class="checkbox">
69 <input
70 type="hidden" name="custom_79[yes]" value="" />
71 <label class="lp-label-news">
72 <input id="custom_79_yes"
73 name="custom_79[yes]" type="checkbox" value="1" checked="checked"
74 class="checkbox" />
75 Also join the FSF's newsletter
76 </label>
77 &middot;
78 <p class="help-block">
79 <a href="https://my.fsf.org/donate/privacypolicy.html">
80 Read our privacy policy.
81 </a>
82 </p>
83 </div>
84 </div>
85 </div>
86 </form>
87 </div> <!-- end of signup form -->
88
89 <!-- REGISTER BUTTON
90 <div class="col-sm-offset-3 col-sm-3"> // start of Register button
91 <a class="btn btn-register-lp14 btn-lg btn-block"
92 href="https://libreplanet.org/2015/register">
93 <span class="glyphicon glyphicon-ok"></span>
94 Register now
95 </a>
96 <p class="text-muted text-center">
97 gratis for members and students!
98 </p>
99 </div> //end of Register button
100 -->
101 </div>
102 </div> <!-- end of header container -->
103 </div> <!-- end of lp banner -->
104
105 <div class="container"> <!-- start of container -->
106 <div class="row">
107 <div id="lp-nav" class="col-sm-3">
108 <!--#if expr='"$REQUEST_URI" != "/2015/"' -->
109 <p class="text-center lp-home">
110 <a class="text-muted" href="/2015/">
111 <span class="glyphicon glyphicon-chevron-left"></span> Home
112 </a>
113 </p>
114 <!--#endif -->
115
116 <ul class="nav nav-pills nav-stacked">
117 <li><a href="/2015/call_for_sessions">Propose a session</a></li>
118 <!--<li><a href="/2015/program">Program</a></li>-->
119 <!--<li><a href="/2015/program/exhibit_hall.html">Exhibit hall</a></li>-->
120 <li><a href="/2015/exhibit">Exhibit hall</a></li>
121 <li><a href="/2015/volunteer">Volunteer</a></li>
122
123 <!--<li><a href="/2015/video/">Watch the video</a></li>-->
124 </ul>
125
126 <ul class="nav nav-pills nav-stacked">
127 <li><a href="/2015/getting_around">Getting around Cambridge</a></li>
128 <!--<li><a href="/2015/scholarships">Scholarships (until January 10th)</a></li>-->
129 <!--<li><a href="/2015/live">Participate online</a></li>-->
130
131 <li><a href="/2015/scholarship_donation">Donate to the scholarship fund</a></li>
132 </ul>
133
134 <ul class="nav nav-pills nav-stacked">
135 <li>
136 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2015/Conference_brainstorm">
137 Share your ideas
138 </a>
139 </li>
140
141 <li><a href="http://media.libreplanet.org/">Videos of previous conferences</a></li>
142 <li><a href="/2015/anti-harassment/">Anti-harassment policy</a></li>
143 <li class="fsf-donate">
144 <a href="https://my.fsf.org/associate/support_freedom">
145 <span class="glyphicon glyphicon-heart"></span>
146 Become an FSF member
147 </a>
148 </li>
149 </ul>
150 <p class="text-muted text-center">and attend the conference gratis!</p>
151 </div>
152 <div id="lp-content" class="col-sm-9"> <!-- start of content column -->