First version of the LPC 14 landing page (staging area).
authorrsiddharth <rsd@gnu.org>
Thu, 26 Sep 2013 11:10:14 +0000 (16:40 +0530)
committerrsiddharth <rsd@gnu.org>
Thu, 26 Sep 2013 11:10:14 +0000 (16:40 +0530)
server/staging/lpc14/index.html [new file with mode: 0644]

diff --git a/server/staging/lpc14/index.html b/server/staging/lpc14/index.html
new file mode 100644 (file)
index 0000000..bf92985
--- /dev/null
@@ -0,0 +1,127 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+       <meta charset="utf-8" />
+       <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 
+
+       <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
+       <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" /> 
+       <title>LibrePlanet Conference 2014</title>
+
+  </head>
+  <body>
+
+       <div id="wrapper"> <!-- start of wrapper -->
+         
+         <div class="container"> <!-- start of container -->
+               <div class="row">
+                 <div class="col-sm-9">
+                       <div class="page-header">
+                         <h1>LibrePlanet Conference <small>2014</small></h1>
+                         <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
+                       </div> 
+                 </div>
+                 <div class="col-sm-3"> <!-- start of signup form -->
+                       <form role="form" class="margin-top">
+                         <div class="form-group">
+                               <label class="sr-only" for="emailAddress">Email address</label>
+                               <input type="email" class="form-control" id="emailAddress" placeholder="Your email address" required>
+                         </div>
+                         <button type="submit" class="btn btn-default btn-block">Sign Up</button>
+                       </form>
+                       <p class="help-block">Read the <a href="#">privacy
+                               policy</a>.</p>
+                 </div> <!-- end of signup form -->
+               </div>
+         </div> <!-- end of header container -->
+
+         <div class="container"> <!-- start of carousel container -->
+               <div class="row"> 
+                 <div class="col-sm-12"> <!-- start of carousel column -->
+
+                       <!-- start of carousel -->
+                       <div id="lpc-carousel" class="carousel slide" data-ride="carousel">
+                         
+                         <!-- wrapper for slides -->
+                         <ul class="carousel-inner list-unstyled">
+                               <li class="item active">
+                                 <img src="http://static.fsf.org/nosvn/libreplanet/LibrePlanet2013Photos/original/IMG_6077.jpg" 
+                                          alt="[ Call for proposal Image ]">
+                                 <p class="lead carousel-caption">Call for proposals now open.
+                                       <a class="btn btn-default" href="#">Submit session proposal</a></p>
+                               </li>
+                               <li class="item">
+                                 <img src="http://static.fsf.org/nosvn/libreplanet/LibrePlanet2013Photos/original/IMG_6065.jpg" 
+                                          alt="[ LPC'13 Lego ]">
+                               </li>
+                         </ul>
+                         <!-- controls -->
+                         <a class="left carousel-control" href="#lpc-carousel" data-slide="prev">
+                               <span class="glyphicon glyphicon-chevron-left"></span>
+                         </a>
+                         <a class="right carousel-control" href="#lpc-carousel" data-slide="next">
+                               <span class="glyphicon glyphicon-chevron-right"></span>
+                         </a>
+                       </div> <!-- end of carousel -->
+                 </div> <!-- end of carousel column -->
+               </div> 
+         </div> <!-- end of carousel container -->
+         
+         <div class="container"> <!-- start of container -->
+               <div class="row margin-top">
+                 <div class="col-sm-4"> <!-- start of nav items -->
+                       <ul class="nav nav-pills nav-stacked">
+                         <li class="active"><a href="#">Home</a></li>
+                         <li><a href="#">Videos from LPC 2013</a></li>
+                         <li><a href="#">Previous years</a></li>
+                         <li><a href="#">Anti-harassment policy</a></li>
+                       </ul>
+                       <div class="fsf-donate-button">
+                         <a  href="#">
+                               <img class="img-responsive" 
+                                        src="https://static.fsf.org/nosvn/donate.en.png" 
+                                        alt="[ Donate to the FSF ]" />
+                         </a>
+                       </div>
+                 </div> <!-- end of nav items -->
+
+                 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
+                       <p class="lead">
+                         Vivamus fermentum semper porta. Nunc diam velit,
+                         adipiscing ut tristique vitae, sagittis vel
+                         odio. Maecenas convallis ullamcorper
+                         ultricies. Curabitur ornare, ligula semper consectetur
+                         sagittis, nisi diam iaculis velit, id fringilla sem nunc
+                         vel mi. Nam dictum, odio nec pretium volutpat, arcu ante
+                         placerat erat, non tristique elit urna et
+                         turpis.
+                       </p>
+                 </div> <!-- end of LPC 14 main text -->
+               </div>
+         </div> <!-- end of container -->
+
+       </div> <!-- end of wrapper -->
+
+       <div id="footer">
+         <div class="container">
+               <p class="text-muted">
+                 The FSF is a nonprofit with a worldwide
+                 mission to advance software freedom learn about our history
+                 and work.</p>
+
+                 <p class="text-muted"> Copyright &copy;
+                 2013 <a href="#">Free Software Foundation, Inc</a>.This work
+                 is licensed under a <a href="">Creative Commons
+                 Attribution-No Derivative Works 3.0 license (or later
+                 version)</a>. <a href="#">Why this license?</a></p>
+
+         </div>
+       </div>
+       <script type="text/javascript" src="/2014/assets/js/jquery-1.10.2.min.js"></script>
+       <script type="text/javascript" src="/2014/assets/js/bootstrap.min.js"></script>
+       <script type="text/javascript">
+         $('.glyphicon-chevron-left').css('display','inline-block');
+         $('.glyphicon-chevron-right').css('display','inline-block');
+       </script>
+  </body>
+</html>