Putting up signup button.
authorZak Rogoff <zak@fsf.org>
Wed, 4 Dec 2013 22:26:52 +0000 (17:26 -0500)
committerZak Rogoff <zak@fsf.org>
Wed, 4 Dec 2013 22:26:52 +0000 (17:26 -0500)
2014/confirmation.html

index e92cf02a856c0e93d36a8f82d5a6d6e365ed62c3..d8ae6721947ae20106fa3c536ba2c42536634447 100644 (file)
          <div class="lp-banner"> <!--start of lp banner -->
                <div class="container"> <!-- start of container -->
                  <div class="row">
-                       <div class="col-sm-7"> <!-- start of lp header -->
+                       <div class="col-sm-9"> <!-- start of lp header -->
                          <div class="lp-head">
                                <h1><a href="/2014/"> LibrePlanet <small>2014</small></a></h1>
                                <p><strong>March 22nd-23rd 2014 in Cambridge, MA</strong></p>
                                <p class="text-muted">Free software, free society</p>
                          </div>
                        </div><!-- end of lp header -->
-                       <div class="col-sm-5"> <!-- start of signup form -->
-                         <form role="form" class="margin-top lp-signup"
-                                       action="https://crm.fsf.org/civicrm/profile/create?gid=234&amp;reset=1"
-                                       method="post" name="Edit" id="Edit">
-                               <div>
-                                 <input name="postURL" type="hidden" value="" />
-                                 <input name="cancelURL" type="hidden"
-                                                value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=234" />
-                                 <input name="add_to_group" type="hidden" value="306" />
-                                 <input name="_qf_default" type="hidden" value="Edit:cancel" />
-                               </div>
-
-                               <div id="crm-container" lang="en" xml:lang="en">
-                                 <p>Registration has not yet opened. Sign up for updates!</p>
-                                 <div id="editrow-email-Primary"
-                                          class="form-group">
-                                       <label class="sr-only" for="email-Primary">
-                                         Email
-                                       </label>
-                                       <div class="input-group">
-                                         <input class="form-control"
-                                                        name="email-Primary"
-                                                        id="email-Primary"
-                                                        type="email"
-                                                        placeholder="Your email address" required>
-                                         <span class="input-group-btn">
-                                               <button type="submit" class="btn btn-default"
-                                                               accesskey="S" name="_qf_Edit_next" value="Save"
-                                                               id="_qf_Edit_next">
-                                                 Receive updates
-                                               </button>
-                                         </span>
-                                       </div>
-                                 </div>
-                                 <div id="editrow-custom_79">
-                                       <div class="checkbox">
-                                         <input
-                                                type="hidden" name="custom_79[yes]" value="" />
-                                         <label class="lp-label-news">
-                                               <input id="custom_79_yes"
-                                                          name="custom_79[yes]" type="checkbox" value="1" checked="checked"
-                                                          class="checkbox" />
-                                               Also subscribe to the FSF's newsletter and updates.
-                                         </label>
-                                         &middot;
-                                         <p class="help-block">
-                                               <a href="https://my.fsf.org/donate/privacypolicy.html">
-                                                 Privacy policy</a></p>
-                                       </div>
-                                 </div>
-                               </div>
-                         </form>
-                       </div> <!-- end of signup form -->
+                       <div class="col-sm-3"> <!-- start of Register button -->
+                         <a class="btn btn-register-lp14 btn-lg btn-block"
+                                href="https://libreplanet.org/2014/register">
+                               <span class="glyphicon glyphicon-ok"></span>
+                               Register now
+                         </a>
+                         <p class="text-muted text-center">
+                               gratis for members and students!
+                         </p>
+                       </div> <!-- end of Register button -->
                  </div>
                </div> <!-- end of header container -->
          </div> <!-- end of lp banner -->