Difference between revisions of "Team:BroadRun-NorthernVA"

(Replaced content with "<html> <head> <title></title> </head> <body> <h1 style="text-align: center;"><font face="arial, helvetica, sans-serif">The Spartan Yeast : Broad Run High School's 2016 i...")
 
(188 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Template_All_Teams}}
 +
 +
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
<head>
+
<!-- Start of CSS-->
<title></title>
+
<style type="text/css">
</head>
+
 
 +
/* PAGE LAYOUT */
 +
 
 +
/* Change Background color*/
 +
body {FFCC66
 +
background-color: #FFD699
 +
}
 +
 
 +
/* Creates a container that will wrap all of the content inside your wiki pages. */
 +
#mainContainer { 
 +
width: 978px;
 +
overflow:hidden;
 +
float:left;
 +
margin-left:20px;
 +
margin-bottom: 10px;
 +
background-color: #FFE680;
 +
border-bottom: 114px solid #FFE680;
 +
border-right: 2px solid #000000;
 +
border-left: 2px solid #000000;
 +
border-top: 5px solid #000000;
 +
font-family: "Helvetica", Helvetica, sans-serif;
 +
}
 +
 
 +
/* Creates the container for the menu */
 +
#menuContainer  {
 +
float:left;
 +
width: 134px;
 +
padding: 20px 0px;
 +
border-top: 14px solid #7A0000;
 +
background-color: #7A0000;
 +
}
 +
 
 +
/* Creates the container for the content */
 +
#contentContainer {
 +
padding-top:20px;
 +
padding-right:10px;
 +
margin-bottom: 20px;
 +
width: 814px;
 +
padding-left: 134px #7A0000;
 +
float: left;
 +
background-color: #FFE680;
 +
border-top: 14px solid #7A0000;
 +
font-family: "Georgia", Helvetica, sans-serif;
 +
}
 +
 
 +
/*Set up height place holder for the banner*/
 +
#bannerContainer {
 +
height:200px;
 +
margin:auto;
 +
text-align:center;
 +
color: #FFCC66;
 +
}
 +
 
 +
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
 
 +
/*Change the styling of text for everything inside main container*/
 +
#mainContainer p {
 +
font-size: 13px;
 +
color: #000000;
 +
}
 +
 +
/*This changes the color and font family */
 +
#contentContainer h1, h2, h3, h4, h5, h6 {
 +
color: #000000;
 +
border-bottom: none;
 +
font-weight: bold;
 +
font-family: "Trebuchet MS", Helvetica, sans-serif;
 +
margin-top:10px;
 +
}
 +
 
 +
/*Style of the links - links are different inside the menu */
 +
#contentContainer a {
 +
font-weight: bold;
 +
color: #000000;
 +
}
 +
 
 +
  /* Styling links on hover- links are different inside the menu */
 +
#contentContainer a:hover {
 +
color: #FFFFFF
 +
}
 +
 
 +
/*Change the styling of tables */
 +
        #contentContainer table {
 +
    border: 1px solid #000000;
 +
    border-collapse: collapse;
 +
    width: 90%
 +
    margin: auto;
 +
    margin-bottom: 15px;
 +
    margin-top: 15px;
 +
    margin-right: 10px;
 +
    margin-left: 10px;
 +
    }
 +
 
 +
/*Change the styling of table cells*/
 +
    #contentContainer  td {
 +
    padding: 10px;
 +
    border: 1px solid #00000;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 
 +
/*Change the styling of table headers */
 +
    #contentContainer th {
 +
    background-color: #000000;
 +
    padding: 10px;
 +
    border: 1px solid #565656;
 +
    border-collapse: collapse;
 +
    vertical-align: text-top;
 +
    }
 +
 
 +
 
 +
 
 +
/*MENU STYLING */
 +
 
 +
/*Styling for the links in the menu */
 +
#menuContainer a {
 +
color: #FFFFFF;
 +
text-decoration:none;
 +
font-weight: bold;
 +
}
 +
 
 +
/* Sets the style for lists inside menuContainer  */
 +
#menuContainer ul {
 +
list-style: none;
 +
margin-left:0px;
 +
}
 +
 
 +
/*Styles the list items to become menu buttons */
 +
#menuContainer ul li {
 +
text-align: center;
 +
display: block;
 +
width: 100%;
 +
height:30px;
 +
padding-top:10px;
 +
}
 +
 
 +
/*For the menu buttons, changes the color when hovering*/
 +
#menuContainer li:hover {
 +
color:  #FFFFFF;
 +
background-color: #000000;
 +
}
 +
 
 +
/*Submenus are not displayed as default*/
 +
#menuContainer li ul {
 +
display: none;
 +
padding-top:15px;
 +
margin-left: -19px;
 +
}
 +
 
 +
/*Submenus are displayed when hovering the menu button */
 +
#menuContainer li:hover ul {
 +
/*display: inline-block; */
 +
display: block;
 +
position: absolute;
 +
float:right;
 +
margin-left: 134px;
 +
margin-top:-42px;
 +
}
 +
 
 +
/*Style the submenu buttons*/
 +
#menuContainer li ul li{
 +
background-color: #800000;
 +
padding-left:15px;
 +
padding-right:15px;
 +
height:35px;
 +
padding-top:15px;
 +
margin-top:-2px;
 +
color: #FFFFFF;
 +
width: 180px;
 +
}
 +
 
 +
/*CLASSES */
 +
 
 +
/*Clear class for all the pages, adds spacing too*/
 +
.clear{
 +
clear:both;
 +
height: 10px;
 +
}
 +
 
 +
 
 +
/* highlight box for special messages */
 +
    .highlightBox {
 +
        width:500px;
 +
        margin:auto;
 +
        background-color: #7A0000;
 +
margin-bottom: 15px;
 +
margin-top: 35px;
 +
padding: 15px;
 +
padding-top: 20px;
 +
    }
 +
 
 +
 
 +
</style>
 +
<!-- End of CSS -->
 +
 
 +
 
 +
<!-- 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="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>
 +
 
 +
<!-- Start of menu -->
 +
<div id="menuContainer">
 +
 
 +
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 +
<ul>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA"><li>HOME</li></a>
 +
 
 +
 +
 
 +
<a href="#"><li>PROJECT
 +
            <ul>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Problem"><li>Problem</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/Design"><li>Applied Design</li></a>
 +
</ul>
 +
</li></a>
 +
 
 +
<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>
 +
<a href="https://2015.igem.org/Team:BroadRun-NorthernVA/Practices"><li>Overview</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>
 +
</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/Attributions"><li>ATTRIBUTIONS</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>
 +
</div>
 +
<!-- End of menu  -->
 +
 
 +
 
 +
<!-- Start of content -->
 +
<html>
 +
 
 +
</ul>
 +
<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>
 
<body>
<h1 style="text-align: center;"><font face="arial, helvetica, sans-serif">The Spartan Yeast : Broad Run High School&#39;s 2016 iGEM Project</font></h1>
 
  
<h2><span style="font-family:arial,helvetica,sans-serif;">Hi! Welcome to out site!&nbsp;</span></h2>
+
<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>
 
</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"