remove archival banner
[libreplanet-static.git] / 2014 / confirmation.html
CommitLineData
428c027f
ZR
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
47a032d5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
428c027f
ZR
6
7 <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
47a032d5 8 <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
b8632935 9 <link href="/server/lp-common.css" rel="stylesheet" media="screen" />
32fad69a 10 <link href="https://static.fsf.org/fsforg/img/favicon.ico" rel="shortcut icon">
2e300ba2
ZR
11 <title>LibrePlanet 2014</title>
12
428c027f
ZR
13 </head>
14 <body>
15
16 <div id="wrapper"> <!-- start of wrapper -->
b8632935 17 <!--#include virtual="/server/lp-archived.html"-->
428c027f
ZR
18 <div class="lp-banner"> <!--start of lp banner -->
19 <div class="container"> <!-- start of container -->
20 <div class="row">
adc69873 21 <div class="lp-head"> <!-- start of lp header -->
22 <div class="col-sm-3">
d61f4262 23 <a href="/2014/">
7897d43b 24 <img src="//static.fsf.org/nosvn/libreplanet/2014/site/logo/lp_2014_logo.png"
d61f4262 25 class="img-responsive"
26 alt="[ LibrePlanet 2014 &mdash; Free Software, free society ]" />
27 </a>
adc69873 28 </div>
29 <div class="col-sm-3">
30 <p class="text-muted">
31 March 22<sup>nd</sup>-23<sup>rd</sup><br />
32 MIT, Cambridge, MA</p>
428c027f
ZR
33 </div>
34 </div><!-- end of lp header -->
2e300ba2
ZR
35 <div class="col-sm-6"> <!-- start of signup form -->
36 <form role="form" class="margin-top lp-signup"
47a032d5 37 action="https://my.fsf.org/civicrm/profile/create?gid=285&amp;reset=1"
2e300ba2
ZR
38 method="post" name="Edit" id="Edit">
39 <div>
40 <input name="postURL" type="hidden" value="https://libreplanet.org/2014/confirmation.html" />
41 <input name="cancelURL" type="hidden"
47a032d5 42 value="https://my.fsf.org/civicrm/profile?reset=1&amp;gid=285" />
2e300ba2
ZR
43 <input name="add_to_group" type="hidden" value="619" />
44 <input name="_qf_default" type="hidden" value="Edit:cancel" />
45 </div>
46
47 <div id="crm-container" lang="en" xml:lang="en">
48 <p>Sign up for updates on LibrePlanet 2015!</p>
49 <div id="editrow-email-Primary"
50 class="form-group">
51 <label class="sr-only" for="email-Primary">
52 Email
53 </label>
54 <div class="input-group">
55 <input class="form-control"
56 name="email-Primary"
57 id="email-Primary"
58 type="email"
59 placeholder="Your email address" required>
60 <span class="input-group-btn">
61 <button type="submit" class="btn btn-default"
62 accesskey="S" name="_qf_Edit_next" value="Save"
63 id="_qf_Edit_next">
64 Receive updates
65 </button>
66 </span>
67 </div>
68 </div>
69 <div id="editrow-custom_79">
70 <div class="checkbox">
71 <input
72 type="hidden" name="custom_79[yes]" value="" />
73 <label class="lp-label-news">
74 <input id="custom_79_yes"
75 name="custom_79[yes]" type="checkbox" value="1" checked="checked"
76 class="checkbox" />
77 Also join the FSF's newsletter
78 </label>
79 &middot;
80 <p class="help-block">
81 <a href="https://my.fsf.org/donate/privacypolicy.html">Read our privacy policy.</a></p>
82 </div>
83 </div>
84 </div>
85 </form>
86 </div> <!-- end of signup form -->
87
88<!-- REGISTER BUTTON
89 <div class="col-sm-offset-3 col-sm-3"> // start of Register button
08b87dcd
ZR
90 <a class="btn btn-register-lp14 btn-lg btn-block"
91 href="https://libreplanet.org/2014/register">
92 <span class="glyphicon glyphicon-ok"></span>
93 Register now
94 </a>
95 <p class="text-muted text-center">
96 gratis for members and students!
97 </p>
2e300ba2
ZR
98 </div> //end of Register button
99-->
428c027f
ZR
100 </div>
101 </div> <!-- end of header container -->
102 </div> <!-- end of lp banner -->
103
104 <div class="container"> <!-- start of container -->
105 <div class="row">
92cc41e3 106 <div id="lp-nav" class="col-sm-3"> <!-- start of nav items -->
428c027f
ZR
107 <p class="text-center lp-home">
108 <a class="text-muted" href="/2014/">
109 <span class="glyphicon glyphicon-chevron-left"></span> Home
110 </a>
111 </p>
112 <ul class="nav nav-pills nav-stacked">
3e202114 113 <!--<li><a href="/2014/call_for_sessions">Propose a session</a></li>-->
fdd80f1f 114 <li><a href="/2014/program">Program</a></li>
ce129fd5 115 <li><a href="/2014/program/exhibit_hall.html">Exhibit hall</a></li>
116 <li><a href="/2014/live">Participate online</a></li>
35825907 117 <li><a href="/2014/video/">Watch the video</a></li>
f58ad74d
ZR
118 </ul>
119
120 <ul class="nav nav-pills nav-stacked">
121
1fa4e2f2 122 <li><a href="/2014/logistics">Getting around Cambridge</a></li>
46de8669 123 <!--<li><a href="/2014/scholarships">Scholarships (until January 10th)</a></li>-->
8ef0a881 124 <li><a href="/2014/volunteer">Volunteer</a></li>
f58ad74d
ZR
125 <li><a href="/2014/scholarship_donation">Donate to the scholarship fund</a></li>
126
428c027f 127 </ul>
f58ad74d
ZR
128
129
428c027f 130 <ul class="nav nav-pills nav-stacked">
ce129fd5 131 <li>
132 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm">
133 Share your ideas</a></li>
428c027f
ZR
134 <li><a href="http://media.libreplanet.org/">LibrePlanet 2013 videos</a></li>
135 <li><a href="https://libreplanet.org/wiki/LibrePlanet:Conference">Previous conferences</a></li>
136 <li><a href="/2014/anti-harassment/">Anti-harassment policy</a></li>
137 <li class="fsf-donate">
138 <a href="https://my.fsf.org/associate/support_freedom">
139 <span class="glyphicon glyphicon-heart"></span>
140 Become an FSF member
141 </a>
142 </li>
143 </ul>
144 <p class="text-muted text-center">and attend the conference gratis!</p>
145 </div> <!-- end of nav items -->
146
92cc41e3 147 <div id="lp-content" class="col-sm-5"> <!-- start of LPC 14 main text -->
77aaf742 148 <h2> Sign up for LibrePlanet 2015 updates </h2>
428c027f 149 <p>
77aaf742 150 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
151 </p>
152
153 <div class="alert alert-info margin-top">
154 <p>
155 <span class="glyphicon glyphicon-inbox"></span>
d0bdce90 156 <strong>Please check your email now for the confirmation link.</strong>
428c027f
ZR
157 </p>
158 </div>
159 <p>
160 <a href="/2014/">
161 Return to the homepage.
162 </a>
163 </p>
164
165
166 </div> <!-- end of LPC 14 main text -->
167 </div>
168 </div> <!-- end of container -->
169
170 </div> <!-- end of wrapper -->
171
172 <div id="footer">
173 <div class="container">
174 <p class="text-muted text-center">
175 The <a href="http://www.fsf.org/">Free Software
176 Foundation</a> is a nonprofit with a worldwide mission to
7ed1ed65 177 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
178 <a href="https://my.fsf.org/associate/support_freedom">
179 Donate</a>.
180 </p>
181
182 <p class="text-muted text-center">
183 <a rel="license"
184 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
185 <img alt="[ Creative Commons License ]" style="border-width:0"
186 src="//i.creativecommons.org/l/by-sa/3.0/80x15.png" />
187 </a>
188 This page and its images, logos and videos are licensed under a <br />
189 <a rel="license"
190 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
191 Creative Commons Attribution-ShareAlike 3.0 US
192 </a>.
2c0341fd 193 Copyright &copy; 2013-2014 Free Software Foundation.
428c027f
ZR
194 </p>
195
196 <p class="text-muted text-center">
197 <a href="http://weblabels.fsf.org/libreplanet.org/CURRENT/" rel="jslicense">
198 JavaScript license information
199 </a>
200 </p>
201
202 <p class="text-muted text-center">
203 This site, including fonts, CSS, and JavaScript, was built using
204 <a href="http://getbootstrap.com">Bootstrap</a>,
205 which is licensed under the
206 <a href="https://directory.fsf.org/wiki/License:Apache2.0">
207 Apache 2.0 license</a>.
208 </p>
209
210 </div>
211 </div>
92cc41e3 212 <script type="text/javascript"
213 src="/2014/assets/js/jquery-1.10.2.min.js"></script>
214 <script type="text/javascript">
215
216 // @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt
bd9d1b3f 217 // Copyright (C) 2014 Free Software Foundation, Inc
92cc41e3 218
a5fdf3f1 219 $(document).ready(lpNavPlace);
92cc41e3 220
221 $(window).resize(lpNavPlace);
222
223 function lpNavPlace() {
224 screenSize = $(window).width();
225 if(screenSize <= 767) {
226 $("#lp-nav").insertAfter("#lp-content");
227 } else {
228 $("#lp-nav").insertBefore("#lp-content");
229 }
230 }
231
232 // @license-end
233 </script>
428c027f
ZR
234 </body>
235</html>