renamed html files to .shtml files in server/staging/ssi
[libreplanet-static.git] / server / staging / ssi / header.shtml
CommitLineData
983e66db 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" />
9 <title>LibrePlanet 2014</title>
10
11 </head>
12 <body>
13
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="col-sm-7"> <!-- start of lp header -->
19 <div class="lp-head">
20 <h1><a href="/2014/"> LibrePlanet <small>2014</small></a></h1>
21 <p><strong>March 2014 in Cambridge, MA</strong></p>
22 <p class="text-muted">Free software, free society</p>
23 </div>
24 </div><!-- end of lp header -->
25 <div class="col-sm-5"> <!-- start of signup form -->
26 <form role="form" class="margin-top lp-signup"
27 action="https://crm.fsf.org/civicrm/profile/create?gid=234&amp;reset=1"
28 method="post" name="Edit" id="Edit">
29 <div>
30 <input name="postURL" type="hidden" value="" />
31 <input name="cancelURL" type="hidden"
32 value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=234" />
33 <input name="add_to_group" type="hidden" value="306" />
34 <input name="_qf_default" type="hidden" value="Edit:cancel" />
35 </div>
36
37 <div id="crm-container" lang="en" xml:lang="en">
38 <p>Registration has not yet opened. Sign up for updates!</p>
39 <div id="editrow-email-Primary"
40 class="form-group">
41 <label class="sr-only" for="email-Primary">
42 Email
43 </label>
44 <div class="input-group">
45 <input class="form-control"
46 name="email-Primary"
47 id="email-Primary"
48 type="email"
49 placeholder="Your email address" required>
50 <span class="input-group-btn">
51 <button type="submit" class="btn btn-default"
52 accesskey="S" name="_qf_Edit_next" value="Save"
53 id="_qf_Edit_next">
54 Receive updates
55 </button>
56 </span>
57 </div>
58 </div>
59 <div id="editrow-custom_79">
60 <div class="checkbox">
61 <input
62 type="hidden" name="custom_79[yes]" value="" />
63 <label class="lp-label-news" for="custom_79_yes">
64 <input id="custom_79_yes"
65 name="custom_79[yes]" type="checkbox" value="1" checked="checked"
66 class="checkbox" />
67 Also subscribe to the FSF's newsletter and updates.
68 </label>
69 &middot;
70 <p class="help-block">
71 <a href="https://my.fsf.org/donate/privacypolicy.html">
72 Privacy policy</a></p>
73 </div>
74 </div>
75 </div>
76 </form>
77 </div> <!-- end of signup form -->
78 </div>
79 </div> <!-- end of header container -->
80 </div> <!-- end of lp banner -->