Difference between revisions of "Team:EPF Lausanne/Notebook/Protocols"

Line 116: Line 116:
 
     </div> <!-- .site-header -->
 
     </div> <!-- .site-header -->
  
     <div class="page-h promotion">
+
     <div class="container">
         <div class="container">
+
         <div class="row">
             <div class="row">
+
             <div class="col-md-3" id="leftCol">
                 <div class="col-md-12 text-center">
+
             
                     <h3>Protocols</h3>
+
                 <ul class="nav nav-stacked" id="sidebar">
                 </div>
+
                  <li>
 +
                    <a href="#sec0">Section 0</a>
 +
                    <ul class="nav">
 +
                      <li class=""><a href="#">- Sub 1</a></li>
 +
                      <li class=""><a href="#">- Sub 2</a></li>
 +
                     </ul>
 +
                  </li>
 +
                 </ul>
 +
            </div>
 +
 
 +
            <div class="col-md-9">
 +
                <h2 id="sec0">Content</h2>
 +
                At Bootply we like to build simple Bootstrap templates that utilize the code Bootstap CSS without a lot of customization. Sure you can
 +
                find a lot of Bootstrap themes and inspiration, but these templates tend to be heavy on customization.
 
             </div>
 
             </div>
 
         </div>
 
         </div>
 
     </div>
 
     </div>
 +
               
 +
           
  
     <div class="second-section">
+
     <div class="page-h promotion">
 
         <div class="container">
 
         <div class="container">
 
             <div class="row">
 
             <div class="row">
                 <div class="col-md-9">
+
                 <div class="col-md-12 text-center">
                     <div class="whitebg box">
+
                     <h3>Protocols</h3>
                        <h3>Protocol #1</h3>
+
                        <p>Materials</p>
+
                        <ul>
+
                            <li>First item</li>
+
                            <li>Second one</li>
+
                        </ul>
+
                        <p>Procedure</p>
+
                        <ol>
+
                            <li>Take the first item</li>
+
                            <li>Put it in the second</li>
+
                            <li>Voilà</li>
+
                        </ol>
+
                    </div>
+
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
       
 
 
     </div>
 
     </div>
  

Revision as of 09:18, 20 July 2015

Content

At Bootply we like to build simple Bootstrap templates that utilize the code Bootstap CSS without a lot of customization. Sure you can find a lot of Bootstrap themes and inspiration, but these templates tend to be heavy on customization.

Protocols

Still under construction