First version of the LPC 14 landing page (staging area).
[libreplanet-static.git] / server / staging / lpc14 / index.html
CommitLineData
9b70c3ff 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 Conference 2014</title>
10
11 </head>
12 <body>
13
14 <div id="wrapper"> <!-- start of wrapper -->
15
16 <div class="container"> <!-- start of container -->
17 <div class="row">
18 <div class="col-sm-9">
19 <div class="page-header">
20 <h1>LibrePlanet Conference <small>2014</small></h1>
21 <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
22 </div>
23 </div>
24 <div class="col-sm-3"> <!-- start of signup form -->
25 <form role="form" class="margin-top">
26 <div class="form-group">
27 <label class="sr-only" for="emailAddress">Email address</label>
28 <input type="email" class="form-control" id="emailAddress" placeholder="Your email address" required>
29 </div>
30 <button type="submit" class="btn btn-default btn-block">Sign Up</button>
31 </form>
32 <p class="help-block">Read the <a href="#">privacy
33 policy</a>.</p>
34 </div> <!-- end of signup form -->
35 </div>
36 </div> <!-- end of header container -->
37
38 <div class="container"> <!-- start of carousel container -->
39 <div class="row">
40 <div class="col-sm-12"> <!-- start of carousel column -->
41
42 <!-- start of carousel -->
43 <div id="lpc-carousel" class="carousel slide" data-ride="carousel">
44
45 <!-- wrapper for slides -->
46 <ul class="carousel-inner list-unstyled">
47 <li class="item active">
48 <img src="http://static.fsf.org/nosvn/libreplanet/LibrePlanet2013Photos/original/IMG_6077.jpg"
49 alt="[ Call for proposal Image ]">
50 <p class="lead carousel-caption">Call for proposals now open.
51 <a class="btn btn-default" href="#">Submit session proposal</a></p>
52 </li>
53 <li class="item">
54 <img src="http://static.fsf.org/nosvn/libreplanet/LibrePlanet2013Photos/original/IMG_6065.jpg"
55 alt="[ LPC'13 Lego ]">
56 </li>
57 </ul>
58 <!-- controls -->
59 <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
60 <span class="glyphicon glyphicon-chevron-left"></span>
61 </a>
62 <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
63 <span class="glyphicon glyphicon-chevron-right"></span>
64 </a>
65 </div> <!-- end of carousel -->
66 </div> <!-- end of carousel column -->
67 </div>
68 </div> <!-- end of carousel container -->
69
70 <div class="container"> <!-- start of container -->
71 <div class="row margin-top">
72 <div class="col-sm-4"> <!-- start of nav items -->
73 <ul class="nav nav-pills nav-stacked">
74 <li class="active"><a href="#">Home</a></li>
75 <li><a href="#">Videos from LPC 2013</a></li>
76 <li><a href="#">Previous years</a></li>
77 <li><a href="#">Anti-harassment policy</a></li>
78 </ul>
79 <div class="fsf-donate-button">
80 <a href="#">
81 <img class="img-responsive"
82 src="https://static.fsf.org/nosvn/donate.en.png"
83 alt="[ Donate to the FSF ]" />
84 </a>
85 </div>
86 </div> <!-- end of nav items -->
87
88 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
89 <p class="lead">
90 Vivamus fermentum semper porta. Nunc diam velit,
91 adipiscing ut tristique vitae, sagittis vel
92 odio. Maecenas convallis ullamcorper
93 ultricies. Curabitur ornare, ligula semper consectetur
94 sagittis, nisi diam iaculis velit, id fringilla sem nunc
95 vel mi. Nam dictum, odio nec pretium volutpat, arcu ante
96 placerat erat, non tristique elit urna et
97 turpis.
98 </p>
99 </div> <!-- end of LPC 14 main text -->
100 </div>
101 </div> <!-- end of container -->
102
103 </div> <!-- end of wrapper -->
104
105 <div id="footer">
106 <div class="container">
107 <p class="text-muted">
108 The FSF is a nonprofit with a worldwide
109 mission to advance software freedom learn about our history
110 and work.</p>
111
112 <p class="text-muted"> Copyright &copy;
113 2013 <a href="#">Free Software Foundation, Inc</a>.This work
114 is licensed under a <a href="">Creative Commons
115 Attribution-No Derivative Works 3.0 license (or later
116 version)</a>. <a href="#">Why this license?</a></p>
117
118 </div>
119 </div>
120 <script type="text/javascript" src="/2014/assets/js/jquery-1.10.2.min.js"></script>
121 <script type="text/javascript" src="/2014/assets/js/bootstrap.min.js"></script>
122 <script type="text/javascript">
123 $('.glyphicon-chevron-left').css('display','inline-block');
124 $('.glyphicon-chevron-right').css('display','inline-block');
125 </script>
126 </body>
127</html>