Commit | Line | Data |
---|---|---|
428c027f ZR |
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" /> | |
32fad69a | 9 | <link href="https://static.fsf.org/fsforg/img/favicon.ico" rel="shortcut icon"> |
2e300ba2 ZR |
10 | <title>LibrePlanet 2014</title> |
11 | ||
428c027f ZR |
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"> | |
adc69873 | 19 | <div class="lp-head"> <!-- start of lp header --> |
20 | <div class="col-sm-3"> | |
d61f4262 | 21 | <a href="/2014/"> |
7897d43b | 22 | <img src="//static.fsf.org/nosvn/libreplanet/2014/site/logo/lp_2014_logo.png" |
d61f4262 | 23 | class="img-responsive" |
24 | alt="[ LibrePlanet 2014 — Free Software, free society ]" /> | |
25 | </a> | |
adc69873 | 26 | </div> |
27 | <div class="col-sm-3"> | |
28 | <p class="text-muted"> | |
29 | March 22<sup>nd</sup>-23<sup>rd</sup><br /> | |
30 | MIT, Cambridge, MA</p> | |
428c027f ZR |
31 | </div> |
32 | </div><!-- end of lp header --> | |
2e300ba2 ZR |
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&reset=1" | |
36 | method="post" name="Edit" id="Edit"> | |
37 | <div> | |
38 | <input name="postURL" type="hidden" value="https://libreplanet.org/2014/confirmation.html" /> | |
39 | <input name="cancelURL" type="hidden" | |
40 | value="https://crm.fsf.org/civicrm/profile?reset=1&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 | ||
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 | · | |
78 | <p class="help-block"> | |
79 | <a href="https://my.fsf.org/donate/privacypolicy.html">Read our privacy policy.</a></p> | |
80 | </div> | |
81 | </div> | |
82 | </div> | |
83 | </form> | |
84 | </div> <!-- end of signup form --> | |
85 | ||
86 | <!-- REGISTER BUTTON | |
87 | <div class="col-sm-offset-3 col-sm-3"> // start of Register button | |
08b87dcd ZR |
88 | <a class="btn btn-register-lp14 btn-lg btn-block" |
89 | href="https://libreplanet.org/2014/register"> | |
90 | <span class="glyphicon glyphicon-ok"></span> | |
91 | Register now | |
92 | </a> | |
93 | <p class="text-muted text-center"> | |
94 | gratis for members and students! | |
95 | </p> | |
2e300ba2 ZR |
96 | </div> //end of Register button |
97 | --> | |
428c027f ZR |
98 | </div> |
99 | </div> <!-- end of header container --> | |
100 | </div> <!-- end of lp banner --> | |
101 | ||
102 | <div class="container"> <!-- start of container --> | |
103 | <div class="row"> | |
92cc41e3 | 104 | <div id="lp-nav" class="col-sm-3"> <!-- start of nav items --> |
428c027f ZR |
105 | <p class="text-center lp-home"> |
106 | <a class="text-muted" href="/2014/"> | |
107 | <span class="glyphicon glyphicon-chevron-left"></span> Home | |
108 | </a> | |
109 | </p> | |
110 | <ul class="nav nav-pills nav-stacked"> | |
3e202114 | 111 | <!--<li><a href="/2014/call_for_sessions">Propose a session</a></li>--> |
fdd80f1f | 112 | <li><a href="/2014/program">Program</a></li> |
ce129fd5 | 113 | <li><a href="/2014/program/exhibit_hall.html">Exhibit hall</a></li> |
114 | <li><a href="/2014/live">Participate online</a></li> | |
35825907 | 115 | <li><a href="/2014/video/">Watch the video</a></li> |
f58ad74d ZR |
116 | </ul> |
117 | ||
118 | <ul class="nav nav-pills nav-stacked"> | |
119 | ||
1fa4e2f2 | 120 | <li><a href="/2014/logistics">Getting around Cambridge</a></li> |
46de8669 | 121 | <!--<li><a href="/2014/scholarships">Scholarships (until January 10th)</a></li>--> |
8ef0a881 | 122 | <li><a href="/2014/volunteer">Volunteer</a></li> |
f58ad74d ZR |
123 | <li><a href="/2014/scholarship_donation">Donate to the scholarship fund</a></li> |
124 | ||
428c027f | 125 | </ul> |
f58ad74d ZR |
126 | |
127 | ||
428c027f | 128 | <ul class="nav nav-pills nav-stacked"> |
ce129fd5 | 129 | <li> |
130 | <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm"> | |
131 | Share your ideas</a></li> | |
428c027f ZR |
132 | <li><a href="http://media.libreplanet.org/">LibrePlanet 2013 videos</a></li> |
133 | <li><a href="https://libreplanet.org/wiki/LibrePlanet:Conference">Previous conferences</a></li> | |
134 | <li><a href="/2014/anti-harassment/">Anti-harassment policy</a></li> | |
135 | <li class="fsf-donate"> | |
136 | <a href="https://my.fsf.org/associate/support_freedom"> | |
137 | <span class="glyphicon glyphicon-heart"></span> | |
138 | Become an FSF member | |
139 | </a> | |
140 | </li> | |
141 | </ul> | |
142 | <p class="text-muted text-center">and attend the conference gratis!</p> | |
143 | </div> <!-- end of nav items --> | |
144 | ||
92cc41e3 | 145 | <div id="lp-content" class="col-sm-5"> <!-- start of LPC 14 main text --> |
77aaf742 | 146 | <h2> Sign up for LibrePlanet 2015 updates </h2> |
428c027f | 147 | <p> |
77aaf742 | 148 | Thanks for your interest in updates on LibrePlanet 2015. To complete your subscription to the updates list, we need you to confirm your email address by clicking the link in the confirmation email we've just sent you. |
428c027f ZR |
149 | </p> |
150 | ||
151 | <div class="alert alert-info margin-top"> | |
152 | <p> | |
153 | <span class="glyphicon glyphicon-inbox"></span> | |
d0bdce90 | 154 | <strong>Please check your email now for the confirmation link.</strong> |
428c027f ZR |
155 | </p> |
156 | </div> | |
157 | <p> | |
158 | <a href="/2014/"> | |
159 | Return to the homepage. | |
160 | </a> | |
161 | </p> | |
162 | ||
163 | ||
164 | </div> <!-- end of LPC 14 main text --> | |
165 | </div> | |
166 | </div> <!-- end of container --> | |
167 | ||
168 | </div> <!-- end of wrapper --> | |
169 | ||
170 | <div id="footer"> | |
171 | <div class="container"> | |
172 | <p class="text-muted text-center"> | |
173 | The <a href="http://www.fsf.org/">Free Software | |
174 | Foundation</a> is a nonprofit with a worldwide mission to | |
7ed1ed65 | 175 | advance software freedom. LibrePlanet 2014 is produced in partnership by the <a href="https://www.fsf.org">Free Software Foundation</a> with the <a href="http://sipb.mit.edu/">Student Information Processing Board (SIPB)</a> at MIT. |
428c027f ZR |
176 | <a href="https://my.fsf.org/associate/support_freedom"> |
177 | Donate</a>. | |
178 | </p> | |
179 | ||
180 | <p class="text-muted text-center"> | |
181 | <a rel="license" | |
182 | href="http://creativecommons.org/licenses/by-sa/3.0/us/"> | |
183 | <img alt="[ Creative Commons License ]" style="border-width:0" | |
184 | src="//i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | |
185 | </a> | |
186 | This page and its images, logos and videos are licensed under a <br /> | |
187 | <a rel="license" | |
188 | href="http://creativecommons.org/licenses/by-sa/3.0/us/"> | |
189 | Creative Commons Attribution-ShareAlike 3.0 US | |
190 | </a>. | |
2c0341fd | 191 | Copyright © 2013-2014 Free Software Foundation. |
428c027f ZR |
192 | </p> |
193 | ||
194 | <p class="text-muted text-center"> | |
195 | <a href="http://weblabels.fsf.org/libreplanet.org/CURRENT/" rel="jslicense"> | |
196 | JavaScript license information | |
197 | </a> | |
198 | </p> | |
199 | ||
200 | <p class="text-muted text-center"> | |
201 | This site, including fonts, CSS, and JavaScript, was built using | |
202 | <a href="http://getbootstrap.com">Bootstrap</a>, | |
203 | which is licensed under the | |
204 | <a href="https://directory.fsf.org/wiki/License:Apache2.0"> | |
205 | Apache 2.0 license</a>. | |
206 | </p> | |
207 | ||
208 | </div> | |
209 | </div> | |
92cc41e3 | 210 | <script type="text/javascript" |
211 | src="/2014/assets/js/jquery-1.10.2.min.js"></script> | |
212 | <script type="text/javascript"> | |
213 | ||
214 | // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt | |
bd9d1b3f | 215 | // Copyright (C) 2014 Free Software Foundation, Inc |
92cc41e3 | 216 | |
a5fdf3f1 | 217 | $(document).ready(lpNavPlace); |
92cc41e3 | 218 | |
219 | $(window).resize(lpNavPlace); | |
220 | ||
221 | function lpNavPlace() { | |
222 | screenSize = $(window).width(); | |
223 | if(screenSize <= 767) { | |
224 | $("#lp-nav").insertAfter("#lp-content"); | |
225 | } else { | |
226 | $("#lp-nav").insertBefore("#lp-content"); | |
227 | } | |
228 | } | |
229 | ||
230 | // @license-end | |
231 | </script> | |
428c027f ZR |
232 | </body> |
233 | </html> |