put LP14 text in the same container as the carousel.
authorrsiddharth <rsiddharth@ninthfloor.org>
Wed, 16 Oct 2013 15:56:47 +0000 (21:26 +0530)
committerrsiddharth <rsiddharth@ninthfloor.org>
Wed, 16 Oct 2013 16:01:49 +0000 (21:31 +0530)
server/staging/lpc14/index.html

index 6a1c60e30cf8b1b3130fb997df1f8a77949ea78a..532399e4969388c8d04cd319d749a7188d537c22 100644 (file)
@@ -79,7 +79,7 @@
                </div> <!-- end of header container -->
          </div> <!-- end of lp banner -->
 
-         <div class="container"> <!-- start of carousel container -->
+         <div class="container"> <!-- start of container -->
                <div class="row"> 
 
                  <div class="col-sm-3"> <!-- start of nav items -->
                        </ul>
                  </div> <!-- end of nav items -->
 
-                 <div class="col-sm-9"> <!-- start of carousel column -->
+                 <div class="col-sm-9"> <!-- start of content column -->
 
                        <!-- start of carousel -->
                        <div id="lpc-carousel" class="carousel slide">
                                  <p class="lead carousel-caption-bl">
                                        We're collecting suggestions for LibrePlanet 2014
                                        
-<a class="btn btn-default"
+                                       <a class="btn btn-default"
                                           href="https://libreplanet.org/wiki/LibrePlanet:Conference/2014/Conference_brainstorm_page">
                                          Share your ideas
                                        </a>
                                  <img src="/2014/i/lp13-presentation.jpg"
                                           alt="[ A presentation at LibrePlanet 2013]">
                                  <p class="lead carousel-caption-tl">
-                                       Volunteers are crucial in planing LibrePlanet<br><a class="btn btn-default" href="https://libreplanet.org/2014/volunteer">
+                                       Volunteers are crucial in planing LibrePlanet<br>
+                                       <a class="btn btn-default" href="https://libreplanet.org/2014/volunteer">
                                          Join the planning committee
                                        </a>
                                </li>
                                <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="margin-top"> <!-- start of LP14 text -->
+                         <p class="lead">
+                               LibrePlanet is an annual conference of the global free
+                               software community. Join software developers, policy
+                               experts, activists and computer users to learn skills,
+                               share accomplishments and face challenges. Newcomers
+                               are always welcome.</p>
+
+                         <p>
+                               Theme text placeholder.
+                         </p>
+                       </div> <!-- end of LP14 text -->
+
+                 </div> <!-- end of content column -->
 
-         <div class="container"> <!-- start of container -->
-               <div class="row margin-top">
-
-                 <div class="col-sm-offset-3 col-sm-9"> <!-- start of LPC 14 main text -->
-                       <p class="lead">
-                         LibrePlanet is an annual conference of the global free software community. Join software developers, policy experts, activists and computer users to learn skills, share accomplishments and face challenges. Newcomers are always welcome.</p>
-<p>
-Theme text placeholder.
-                       </p>
-                 </div> <!-- end of LPC 14 main text -->
                </div>
          </div> <!-- end of container -->