removed the save button, in forms, out of columns
[libreplanet-static.git] / 2014 / exhibit / confirmation.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="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
8 <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
9 <title> Confirmation &mdash; Exhibitor Application &mdash; LibrePlanet 2014</title>
10 </head>
11 <body>
12
13 <div id="wrapper"> <!-- start of wrapper -->
14 <div class="lp-banner"> <!--start of lp banner -->
15 <div class="container"> <!-- start of container -->
16 <div class="row">
17 <div class="col-sm-9"> <!-- start of lp header -->
18 <div class="lp-head">
19 <h1><a href="/2014/"> LibrePlanet <small>2014</small></a></h1>
20 <p><strong>March 22nd-23rd 2014 in Cambridge, MA</strong></p>
21 <p class="text-muted">Free software, free society</p>
22 </div>
23 </div><!-- end of lp header -->
24 <div class="col-sm-3"> <!-- start of Register button -->
25 <a class="btn btn-register-lp14 btn-lg btn-block"
26 href="https://libreplanet.org/2014/register">
27 <span class="glyphicon glyphicon-ok"></span>
28 Register now
29 </a>
30 <p class="text-muted text-center">
31 gratis for members and students!
32 </p>
33 </div> <!-- end of Register button -->
34 </div>
35 </div> <!-- end of header container -->
36 </div> <!-- end of lp banner -->
37
38 <div class="container"> <!-- start of container -->
39 <div class="row">
40 <div class="col-sm-3"> <!-- start of nav items -->
41 <p class="text-center lp-home">
42 <a class="text-muted" href="/2014/">
43 <span class="glyphicon glyphicon-chevron-left"></span> Home
44 </a>
45 </p>
46 <ul class="nav nav-pills nav-stacked">
47 <!--<li><a href="/2014/call_for_sessions">Propose a session</a></li>-->
48 <li><a href="/2014/volunteer">Help plan LibrePlanet</a></li>
49 <li><a href="/2014/exhibit">Promotional opportunities</a></li>
50 <li>
51 <a href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm">
52 Share your ideas</a></li>
53 </ul>
54 <ul class="nav nav-pills nav-stacked">
55 <li><a href="http://media.libreplanet.org/">LibrePlanet 2013 videos</a></li>
56 <li><a href="https://libreplanet.org/wiki/LibrePlanet:Conference">Previous conferences</a></li>
57 <li><a href="/2014/anti-harassment/">Anti-harassment policy</a></li>
58 <li class="fsf-donate">
59 <a href="https://my.fsf.org/associate/support_freedom">
60 <span class="glyphicon glyphicon-heart"></span>
61 Become an FSF member
62 </a>
63 </li>
64 </ul>
65 <p class="text-muted text-center">and attend the conference gratis!</p>
66 </div> <!-- end of nav items -->
67
68 <div class="col-sm-5"> <!-- start of LPC 14 main text -->
69 <h2> Exhibitor <small>application</small> </h2>
70 <p>
71 Thanks for applying to exhibit at LibrePlanet. We will review your application and get in touch via email.
72 </p>
73
74 <div class="alert alert-info margin-top">
75 <p>
76 <span class="glyphicon glyphicon-inbox"></span>
77 <strong>Please check your email for a confirmation link.</strong>
78 </p>
79 </div>
80 <p>
81 <a href="/2014/">
82 Return to the homepage.
83 </a>
84 </p>
85
86
87 </div> <!-- end of LPC 14 main text -->
88 </div>
89 </div> <!-- end of container -->
90
91 </div> <!-- end of wrapper -->
92
93 <div id="footer">
94 <div class="container">
95 <p class="text-muted text-center">
96 The <a href="http://www.fsf.org/">Free Software
97 Foundation</a> is a nonprofit with a worldwide mission to
98 advance software freedom.
99 <a href="https://my.fsf.org/associate/support_freedom">
100 Donate</a>.
101 </p>
102
103 <p class="text-muted text-center">
104 <a rel="license"
105 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
106 <img alt="[ Creative Commons License ]" style="border-width:0"
107 src="//i.creativecommons.org/l/by-sa/3.0/80x15.png" />
108 </a>
109 This page and its images, logos and videos are licensed under a <br />
110 <a rel="license"
111 href="http://creativecommons.org/licenses/by-sa/3.0/us/">
112 Creative Commons Attribution-ShareAlike 3.0 US
113 </a>.
114 Copyright &copy; 2013 Free Software Foundation.
115 </p>
116
117 <p class="text-muted text-center">
118 <a href="http://weblabels.fsf.org/libreplanet.org/CURRENT/" rel="jslicense">
119 JavaScript license information
120 </a>
121 </p>
122
123 <p class="text-muted text-center">
124 This site, including fonts, CSS, and JavaScript, was built using
125 <a href="http://getbootstrap.com">Bootstrap</a>,
126 which is licensed under the
127 <a href="https://directory.fsf.org/wiki/License:Apache2.0">
128 Apache 2.0 license</a>.
129 </p>
130
131 </div>
132 </div>
133 </body>
134 </html>