Difference between revisions of "Team:BroadRun-NorthernVA"

 
(156 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
<!-- 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>
 
+
<!-- Start of CSS-->
<!-- Start of CSS-->
+
 
<style type="text/css">
 
<style type="text/css">
  
Line 10: Line 9:
  
 
/* Change Background color*/
 
/* Change Background color*/
body {D63333
+
body {FFCC66
background-color: #CC00CC
+
background-color: #FFD699
 
}
 
}
  
Line 21: Line 20:
 
margin-left:20px;
 
margin-left:20px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
background-color: #FFF33;  
+
background-color: #FFE680;  
border-bottom: 14px solid #565656;
+
border-bottom: 114px solid #FFE680;
border-right: 2px solid #565656;
+
border-right: 2px solid #000000;
border-left: 2px solid #565656;
+
border-left: 2px solid #000000;
border-top: 2px solid #565656;
+
border-top: 5px solid #000000;
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
font-family: "Helvetica", Helvetica, sans-serif;
 
}
 
}
  
Line 34: Line 33:
 
width: 134px;
 
width: 134px;
 
padding: 20px 0px;
 
padding: 20px 0px;
border-top: 14px solid #A8000;
+
border-top: 14px solid #7A0000;
background-color: #B80000;
+
background-color: #7A0000;
 
}
 
}
  
Line 44: Line 43:
 
margin-bottom: 20px;
 
margin-bottom: 20px;
 
width: 814px;
 
width: 814px;
padding-left: 20px;
+
padding-left: 134px #7A0000;
 
float: left;
 
float: left;
background-color: #fff;  
+
background-color: #FFE680;  
border-top: 14px solid #565656;
+
border-top: 14px solid #7A0000;
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
font-family: "Georgia", Helvetica, sans-serif;
 
}
 
}
  
Line 56: Line 55:
 
margin:auto;
 
margin:auto;
 
text-align:center;
 
text-align:center;
color: #24B694;
+
color: #FFCC66;
 
}
 
}
  
Line 64: Line 63:
 
#mainContainer p {  
 
#mainContainer p {  
 
font-size: 13px;
 
font-size: 13px;
color: #D63333;
+
color: #000000;
 
}
 
}
 
 
 
/*This changes the color and font family */
 
/*This changes the color and font family */
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
color: #565656;
+
color: #000000;
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: bold;
 
font-weight: bold;
Line 79: Line 78:
 
#contentContainer a {  
 
#contentContainer a {  
 
font-weight: bold;
 
font-weight: bold;
color: #23b593;
+
color: #000000;
 
}
 
}
  
 
  /* Styling links on hover- links are different inside the menu */
 
  /* Styling links on hover- links are different inside the menu */
 
#contentContainer a:hover {  
 
#contentContainer a:hover {  
color: #59bf92;
+
color: #FFFFFF
 
}
 
}
  
 
/*Change the styling of tables */
 
/*Change the styling of tables */
 
         #contentContainer table {
 
         #contentContainer table {
     border: 1px solid #565656;
+
     border: 1px solid #000000;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     width: 90%
 
     width: 90%
Line 102: Line 101:
 
     #contentContainer  td {
 
     #contentContainer  td {
 
     padding: 10px;
 
     padding: 10px;
     border: 1px solid #565656;
+
     border: 1px solid #00000;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
Line 109: Line 108:
 
/*Change the styling of table headers */
 
/*Change the styling of table headers */
 
     #contentContainer th {
 
     #contentContainer th {
     background-color: #E8E8E9;
+
     background-color: #000000;
 
     padding: 10px;
 
     padding: 10px;
 
     border: 1px solid #565656;
 
     border: 1px solid #565656;
Line 122: Line 121:
 
/*Styling for the links in the menu */
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
#menuContainer a {
color: #A8000;
+
color: #FFFFFF;
 
text-decoration:none;
 
text-decoration:none;
 
font-weight: bold;
 
font-weight: bold;
Line 144: Line 143:
 
/*For the menu buttons, changes the color when hovering*/
 
/*For the menu buttons, changes the color when hovering*/
 
#menuContainer li:hover {
 
#menuContainer li:hover {
color:  #FFFF33;
+
color:  #FFFFFF;
background-color: #24B694;
+
background-color: #000000;
 
}
 
}
  
Line 167: Line 166:
 
/*Style the submenu buttons*/
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background-color: #59BF92;  
+
background-color: #800000;  
padding-left:20px;
+
padding-left:15px;
padding-right:20px;
+
padding-right:15px;
height:30px;
+
height:35px;
padding-top:10px;
+
padding-top:15px;
 
margin-top:-2px;
 
margin-top:-2px;
color: #565656;
+
color: #FFFFFF;
width: 150px;
+
width: 180px;
 
}
 
}
  
Line 190: Line 189:
 
         width:500px;  
 
         width:500px;  
 
         margin:auto;  
 
         margin:auto;  
         background-color: #E8E8E9;  
+
         background-color: #7A0000;  
 
margin-bottom: 15px;
 
margin-bottom: 15px;
margin-top: 15px;
+
margin-top: 35px;
 
padding: 15px;
 
padding: 15px;
padding-top: 5px;
+
padding-top: 20px;
 
     }
 
     }
  
Line 204: Line 203:
 
<!-- Start of the template html elements. -->
 
<!-- Start of the template html elements. -->
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 +
<div id="bannerContainer">
 +
<img src="https://static.igem.org/mediawiki/2015/1/10/BR_banner.png"style="width:190.8px;height:164px;"align=left>
 +
<br></br>
 +
                              <img src="https://static.igem.org/mediawiki/2015/7/7c/BR_AMYlaseCaseBanner.png"style="width:600.8px;height:150px;"align=center>
 +
>
  
 
<div id="bannerContainer">
 
<br><br>
 
<h2> Add a banner to your wiki! </h2>
 
 
<p>You can make the image 980px  by  200px</p>
 
<p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p>
 
 
</div>
 
</div>
  
<!-- Start of menu -->
+
<!-- Start of menu -->
 
<div id="menuContainer">
 
<div id="menuContainer">
  
Line 221: Line 218:
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA"><li>HOME</li></a>
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA"><li>HOME</li></a>
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Team"><li>TEAM</li></a>
+
  
 
<a href="#"><li>PROJECT
 
<a href="#"><li>PROJECT
 
             <ul>
 
             <ul>
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Problem"><li>Problem</li></a>
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Experiments"><li>Experiments &amp; Protocols</li></a>   
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Solution"><li>Solution</li></a>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Methods"><li>Methods</li></a>   
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Results"><li>Results</li></a>   
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Results"><li>Results</li></a>   
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Design"><li>Design</li></a>
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Design"><li>Applied Design</li></a>
 
</ul>
 
</ul>
 
</li></a>
 
</li></a>
  
<a href="#"><li>PARTS
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Parts"><li>PARTS</li></a>
 +
           
 +
</li></a>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Notebook"><li>NOTEBOOK</li></a>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Safety"><li>SAFETY</li></a>
 +
 
 +
 
 +
 
 +
<a href="#"><li>HUMAN PRACTICES
 
             <ul>
 
             <ul>
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Parts"><li>Team Parts</li></a>
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Practices"><li>Overview</li></a>
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Basic_Part"><li>Basic Parts</li></a>
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Composite_Part"><li>Composite Parts</li></a>
+
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Part_Collection"><li>Part Collection</li></a>   
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Education and Public Engagement"><li>Education and Public Engagement</li></a>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Sustainability"><li>Sustainability</li></a>
 +
 
 +
 
 +
 
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/BasicResearch"><li>Further Applications</li></a>   
 +
 
 
</ul>
 
</ul>
 
</li></a>
 
</li></a>
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Notebook"><li>NOTEBOOK</li></a>
+
 
     
+
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Attributions"><li>ATTRIBUTIONS</li></a>
+
  
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Collaborations"><li>COLLABORATIONS</li></a>
 
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Collaborations"><li>COLLABORATIONS</li></a>
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Practices"><li>HUMAN PRACTICES</li></a>
+
     
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Attributions"><li>ATTRIBUTIONS</li></a>
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Safety"><li>SAFETY</li></a>
 
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Modeling"><li>MODELING</li></a>
 
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Measurement"><li>MEASUREMENT</li></a>
 
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Software"><li>SOFTWARE</li></a>
 
  
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
+
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Team"><li>TEAM</li></a>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/ContactUs"><li>CONTACT US</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Sponsors"><li>SPONSORS</li></a>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Awards"><li>AWARDS</li></a>
  
 
</ul>
 
</ul>
 
</div>
 
</div>
 
<!-- End of menu  -->
 
<!-- End of menu  -->
 +
  
 
<!-- Start of content -->
 
<!-- Start of content -->
 +
<html>
 +
 +
</ul>
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 +
</html>
 +
 +
<html>
 +
 +
</body>
 +
 +
<h1><font size="5"><div class="center"><font color="#7A0000"> Welcome to the 2015 Broad Run High School iGEM team's Wiki!</font size></font color></h1>
 +
 +
<body>
 +
 +
<DL>
 +
<DD><font size="4"><font color="black"> <div class="center">
 +
 
 +
 +
      We are Broad Run High School's first ever iGEM team, formed by our two captains Marissa Sumathipala and Adriel Sumathipala, and one of Loudoun County's first ever teams.
 +
 +
We have a geographically diverse team, spanning two states and three different school districts, united by our passion for synthetic biology and intellectual curiosity.
 +
 +
 +
<div class="highlightBox">
 +
 +
<font color="white"; font size="5"><b>iGEM 2015 Jamboree Results</b>
 +
 +
<p> <font color="white"; font size="4.5">Nominated for Best High School Project</p>
 +
<p> <font color="white"; font size="4.5">Winner of Best Poster</p>
 +
<p> <font color="white"; font size="4.5">Winner of Best Presentation</p>
 +
<p> <font color="white"; font size="4.5">Nominated for Best Wiki</p>
 +
<p> <font color="white"; font size="4.5">Silver medalist </p>
 +
 +
<p> <font color="white"; font size="4.5">We would like to thank our community lab, BUGSS, and our two mentors, Dr. Lisa Scheifele and Dr. Tom Burkett for their invaluable help and expertise, without which we would not have made it here.  </p>
 +
 +
 +
  </font>
 +
 +
</div>
 +
 +
<font color= "black">Contact us at brhsigem@gmail.com!</font>
 +
 +
 +
<p>
 +
<img src="https://static.igem.org/mediawiki/2015/2/24/BRNOVA_Map.png" alt=Map" style="width:650px;height:520px;"align=center>
 +
</p>
 +
<br></br>
 +
</em></div>
 +
 +
</body>
 +
<img src="https://static.igem.org/mediawiki/2015/d/d5/Home_page_v4.png" alt=Map" style="width:650px;height:520px;"align=center>
 +
 +
 
</html>
 
</html>

Latest revision as of 01:26, 28 October 2015



>

Welcome to the 2015 Broad Run High School iGEM team's Wiki!

We are Broad Run High School's first ever iGEM team, formed by our two captains Marissa Sumathipala and Adriel Sumathipala, and one of Loudoun County's first ever teams. We have a geographically diverse team, spanning two states and three different school districts, united by our passion for synthetic biology and intellectual curiosity.
iGEM 2015 Jamboree Results

Nominated for Best High School Project

Winner of Best Poster

Winner of Best Presentation

Nominated for Best Wiki

Silver medalist

We would like to thank our community lab, BUGSS, and our two mentors, Dr. Lisa Scheifele and Dr. Tom Burkett for their invaluable help and expertise, without which we would not have made it here.

Contact us at brhsigem@gmail.com!

Map"



Map"