|
|
Line 2: |
Line 2: |
| <!-- Declare that you are going to use html code instead of wiki code --> | | <!-- Declare that you are going to use html code instead of wiki code --> |
| <html> | | <html> |
- |
| |
- |
| |
| | | |
| <!-- Content for the page starts here --> | | <!-- Content for the page starts here --> |
Line 10: |
Line 8: |
| <div id ="contentWrap"> | | <div id ="contentWrap"> |
| | | |
- | <div id="leftColumn"> <!-- this is where the menu and feature box go --> | + | |
- | <div id="featureBoxLeft">
| + | |
- | <h3> Welcome to iGEM 2015 </h3>
| + | |
- | <img src="https://static.igem.org/mediawiki/2014/3/3d/Seeyousoon2015.jpg" width="190px">
| + | |
- | <p> More information will be posted soon </p>
| + | |
- | </div>
| + | |
- | <div class="clear"></div>
| + | |
| | | |
- | <div id="menuWrap">
| |
- | <h3 class="accordion-header">Section 1</h3>
| |
- | <div class="accordion-content">
| |
- | <ul class="submenuoptions">
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | </ul>
| |
- | </div>
| |
- |
| |
- | <h3 class="accordion-header">Section 2</h3>
| |
- | <div class="accordion-content">
| |
- | <ul class="submenuoptions">
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | </ul>
| |
- | </div>
| |
- |
| |
- | <h3 class="accordion-header">Section 3</h3>
| |
- | <div class="accordion-content">
| |
- | <ul class="submenuoptions">
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | </ul>
| |
- | </div>
| |
- |
| |
- | <h3 class="accordion-header">Section 4</h3>
| |
- | <div class="accordion-content">
| |
- | <ul class="submenuoptions">
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | <li><a href="www.html">LINK</a></li>
| |
- | </ul>
| |
- | </div>
| |
- | </div> <!-- this closes the menu div -->
| |
- | </div> <!-- this closes the left side of the page -->
| |
- |
| |
- |
| |
- |
| |
- | <div id="rightColumn"> <!-- this where the content and information go -->
| |
- |
| |
- | <div class="fullWidthRight">
| |
- | <img src="https://static.igem.org/mediawiki/2014/a/ae/Sumbawagen_charimansprize.jpg" width="720px">
| |
- | </div>
| |
| | | |
- | <div class="clear"></div>
| |
- |
| |
- | <div class="smallBlockRight">
| |
- | <img src="https://static.igem.org/mediawiki/2014/3/3d/Seeyousoon2015.jpg" width="200px">
| |
- | <h4> Topic 1 </h4>
| |
- | <p>content goes here content goes here here ipsum lorem ipsum lorem ipsum</p>
| |
- | <br>
| |
- | <div class="button"> <a href=""> READ MORE </a> </div>
| |
- | </div>
| |
- |
| |
- | <div class="smallBlockRight">
| |
- | <img src="https://static.igem.org/mediawiki/2014/3/3d/Seeyousoon2015.jpg" width="200px">
| |
- | <h4> Topic 2 </h4>
| |
- | <p>content goes here content goes here here ipsum lorem ipsum lorem ipsum</p>
| |
- | <br>
| |
- | <div class="button"> <a href="igem.org"> READ MORE</a> </div>
| |
- | </div>
| |
- |
| |
- | <div class="smallBlockRight">
| |
- | <img src="https://static.igem.org/mediawiki/2014/3/3d/Seeyousoon2015.jpg" width="200px">
| |
- | <h4> Topic 3 </h4>
| |
- | <p>content goes here content goes here here ipsum lorem ipsum lorem ipsum</p>
| |
- | <br>
| |
- | <div class="button"> <a href="igem.org"> READ MORE </a> </div>
| |
- | </div>
| |
- |
| |
- | <div class="clear"></div>
| |
| <div class="fullWidthRight"> | | <div class="fullWidthRight"> |
| | | |
Line 126: |
Line 45: |
| </body> | | </body> |
| <!-- End of page --> | | <!-- End of page --> |
- |
| |
- |
| |
- |
| |
| | | |
| | | |
| <!-- end of html --> | | <!-- end of html --> |
| </html> | | </html> |