(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
<html> | <html> | ||
+ | <head> | ||
+ | <title>IGEM MAKERERE HOME</title> | ||
+ | <link rel="stylesheet" href="wiki.css"> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="banner"> | ||
+ | <div id="logo"></div> | ||
− | < | + | <ul id="igemlinks"> |
− | + | ||
− | + | ||
+ | <li><a href="#">igem</a></li> | ||
+ | <li><a href="#">wiki tools</a></li> | ||
+ | <li><a href="#">source</a></li> | ||
+ | <li><a href="#">discussion</a></li> | ||
+ | <li><a href="#">teams</a></li> | ||
− | < | + | </ul> |
− | + | <nav id="mainlinks"> | |
+ | <ul> | ||
− | </ | + | <li><a class="active" href="home.html">Home</a></li> |
+ | <li><a href="description.html" >Project | ||
− | < | + | <ul class="submenus"> |
+ | |||
+ | <li><a href="description.html">description</a></li> | ||
+ | <li><a href="design.html">design</a></li> | ||
+ | <li><a href="notebook.html">notebook</a></li> | ||
+ | <li><a href="results.html">results</a></li></a> | ||
+ | |||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <li><a href="members.html" >Team | ||
+ | <ul class="submenus"> | ||
+ | <li><a href="members.html" >Team members</a></li> | ||
+ | <li><a href="collaborations.html" >Team collaborations</a></li></a> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="parts.html" >Parts</a></li> | ||
+ | <li><a href="safety.html" >Safety</a></li> | ||
+ | <li><a href="human practices.html" >Humanpractices</a></li> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</ul> | </ul> | ||
+ | </nav> | ||
+ | |||
</div> | </div> | ||
+ | <div id="content"> | ||
+ | <h1>Plastic degradation</h1> | ||
+ | <hr> | ||
+ | <div id="images"> | ||
+ | <span>Bwaise, Kampala. Uganda</span> | ||
+ | </div> | ||
+ | <p>Our project is to address the hazardous effects of poor plastic waste disposal in Africa. Plastic in Africa is majorly in the form PET modelled in the form of bottles, containers and even polythene making them one of the most commonly used house hold materials. However, after they have served their use they are disposed off most commonly by throwing them away or by burning them(combustion).<br> | ||
+ | Either of these ways are not environmentally friendly since the plastic can contaminate animal feed and possibly poison them or through combustion can enhance on the known threat of global warming.This would have a great impact on the nutrition and also influence agricultural production. <br>With the knowledge of synthetic biology plastic waste can be degraded and even produce useful products after its degradation. </p> | ||
+ | </div> | ||
+ | <style> | ||
+ | body{ | ||
− | + | background:#4B76B3; | |
− | + | } | |
− | + | ||
+ | #banner{ | ||
− | + | background:url("banner.jpg"); | |
− | + | ||
− | + | ||
− | + | ||
− | + | background-size:cover; | |
+ | width:100%; | ||
+ | height:350px; | ||
+ | position: relative; | ||
+ | } | ||
− | |||
+ | #logo{ | ||
− | + | float:right; | |
+ | background:url("Igem logo.jpg"); | ||
+ | background-size: cover; | ||
+ | width:150px; | ||
− | + | height:150px; | |
− | + | ||
+ | } | ||
+ | |||
− | + | ul{ | |
− | + | margin:0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | padding:0; | |
− | + | } | |
− | + | ||
− | + | ||
− | |||
+ | #igemlinks li{ | ||
+ | list-style: none; | ||
− | + | margin:0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | padding:0; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | } | ||
− | |||
− | |||
+ | #igemlinks li a{ | ||
+ | float:left; | ||
+ | text-decoration: none; | ||
+ | background:black; | ||
− | + | width:100px; | |
− | + | ||
− | + | ||
+ | text-align:center; | ||
+ | display:block; | ||
+ | color:white; | ||
− | + | border: 1px solid white; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | #igemlinks li a:hover{ | ||
+ | |||
+ | color: red; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | nav{ | ||
+ | |||
+ | position:fixed; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #mainlinks{ | ||
+ | |||
+ | position:absolute; | ||
+ | |||
+ | top:330px; | ||
+ | |||
+ | left:0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #mainlinks ul{ | ||
+ | |||
+ | list-style:none; | ||
+ | |||
+ | margin:0px; | ||
+ | |||
+ | padding:0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #mainlinks ul li{ | ||
+ | |||
+ | position:relative; | ||
+ | |||
+ | display:inline-block; | ||
+ | |||
+ | width:125px; | ||
+ | |||
+ | margin:-1px; | ||
+ | |||
+ | padding:0px; | ||
+ | border: 1px solid white; | ||
+ | |||
+ | text-align:center; | ||
+ | |||
+ | background:yellow; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #mainlinks ul li a{ | ||
+ | |||
+ | text-decoration:none; | ||
+ | |||
+ | color:green; | ||
+ | |||
+ | border: 1px solid blue; | ||
+ | |||
+ | display:block; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #mainlinks ul li a:hover{ | ||
+ | |||
+ | color:red; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .submenus{ | ||
+ | |||
+ | display:none; | ||
+ | |||
+ | position:absolute; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #mainlinks ul li:hover .submenus{ | ||
+ | |||
+ | display:block; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .active{ | ||
+ | |||
+ | background: lightblue; | ||
+ | } | ||
+ | #content{ | ||
+ | font-size:20px; | ||
+ | font-family: "sans-serif"; | ||
+ | } | ||
+ | #images{ | ||
+ | position:relative; | ||
+ | //left:25%; | ||
+ | float:right; | ||
+ | width:300px; | ||
+ | height: 200px; | ||
+ | margin-left:2px; | ||
+ | background:url("plastic waste.jpg"); | ||
+ | background-size:cover; | ||
+ | border:1px solid white; | ||
+ | } | ||
+ | #images span{ | ||
+ | position:absolute; | ||
+ | top:180px; | ||
+ | left:150px; | ||
+ | color:white; | ||
+ | } | ||
+ | </style> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 10:23, 28 June 2018
<!DOCTYPE html>
Plastic degradation
Our project is to address the hazardous effects of poor plastic waste disposal in Africa. Plastic in Africa is majorly in the form PET modelled in the form of bottles, containers and even polythene making them one of the most commonly used house hold materials. However, after they have served their use they are disposed off most commonly by throwing them away or by burning them(combustion).
Either of these ways are not environmentally friendly since the plastic can contaminate animal feed and possibly poison them or through combustion can enhance on the known threat of global warming.This would have a great impact on the nutrition and also influence agricultural production.
With the knowledge of synthetic biology plastic waste can be degraded and even produce useful products after its degradation.