Difference between revisions of "Team:Lambert GA/Template"

 
(327 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
<link href="https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900" rel="stylesheet">
 
<style>
 
.navbar {
 
    overflow: hidden;
 
    background-color: #333;
 
    font-family: Arial, Helvetica, sans-serif;
 
}
 
  
.navbar a {
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    float: left;
+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
    font-size: 16px;
+
    color: white;
+
    text-align: center;
+
    padding: 14px 16px;
+
    text-decoration: none;
+
font-family: 'Tajawal', sans-serif;
+
}
+
  
.dropdown {
+
<meta name="viewport" content="width=device-width, initial-scale=1">
    float: left;
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
    overflow: hidden;
+
}
+
  
.dropdown .dropbtn {
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    font-size: 16px;   
+
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
    border: none;
+
    outline: none;
+
    color: white;
+
    padding: 14px 16px;
+
    background-color: inherit;
+
    font-family: inherit;
+
    margin: 0;
+
}
+
  
.navbar a:hover, .dropdown:hover .dropbtn {
 
    background-color: red;
 
}
 
  
.dropdown-content {
 
    display: none;
 
    position: absolute;
 
    background-color: #f9f9f9;
 
    min-width: 160px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 1;
 
}
 
  
.dropdown-content a {
+
<style>
    float: none;
+
    color: black;
+
    padding: 12px 16px;
+
    text-decoration: none;
+
    display: block;
+
    text-align: left;
+
}
+
 
+
.dropdown-content a:hover {
+
    background-color: #ddd;
+
}
+
 
+
.dropdown:hover .dropdown-content {
+
    display: block;
+
}
+
  
div.vertcenter {
 
position: relative;
 
}
 
div.vertcenter img {
 
position: absolute;
 
    top: 50%;                       
 
    transform: translate(0, -50%);
 
}
 
</style>
 
</head>
 
<body>
 
 
<div class="navbar">
 
<div class = "vertcenter" style="width: 33%; float:left">
 
  <center><img src="https://static.igem.org/mediawiki/2017/3/36/RevisedLambertLonghorn.png" style="width:30px; vertical-align: middle;"></center>
 
</div>
 
<div style="width: 67%; float:right">
 
  <a href="https://2018.igem.org/Team:Lambert_GA">Home</a>
 
  <div class="dropdown">
 
        <button class="dropbtn">Team
 
      <i class="fa fa-caret-down"></i>
 
    </button>
 
            <div class = "dropdown-content">
 
            <a href="https://2018.igem.org/Team:Lambert_GA/Team">Team Members</a>
 
                <a href="https://2018.igem.org/Team:Lambert_GA/Collaborations">Collaborations</a>
 
            </div>
 
        </div>
 
  <div class="dropdown">
 
    <button class="dropbtn">Project
 
      <i class="fa fa-caret-down"></i>
 
    </button>
 
    <div class="dropdown-content">
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Description">Description</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Design">Design</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Experiments">Experiments</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Notebook">Notebook</a> 
 
      <a href="https://2018.igem.org/Team:Lambert_GA/InterLab">Interlab</a> 
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Model">Model</a> 
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Results">Results</a> 
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Demonstrate">Demonstrate</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Improve">Improve</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Attributions">Attributions</a> 
 
</div>
 
</div>
 
        <div class="dropdown">
 
        <button class="dropbtn">Parts
 
      <i class="fa fa-caret-down"></i>
 
            </button>
 
            <div class="dropdown-content">
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Parts">Parts Overview</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Basic_Part">Basic Parts</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Composite_Part">Composite Parts</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Part_Collection">Part Collection</a>
 
            </div>
 
        </div>
 
        <a href="https://2018.igem.org/Team:Example2/Safety">Safety</a>
 
        <div class="dropdown">
 
        <button class="dropbtn">Human Practices
 
      <i class="fa fa-caret-down"></i>
 
            </button>
 
            <div class="dropdown-content">
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Human_Practices">Human Practices</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Public_Engagement">Education & Engagement</a>
 
            </div>
 
        </div>
 
       
 
        <div class="dropdown">
 
        <button class="dropbtn">Human Practices
 
      <i class="fa fa-caret-down"></i>
 
            </button>
 
            <div class="dropdown-content">
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Human_Practices">Human Practices</a>
 
      <a href="https://2018.igem.org/Team:Lambert_GA/Public_Engagement">Education & Engagement</a>
 
            </div>
 
        </div>
 
       
 
</div>
 
</div>
 
 
 
</body>
 
</html>
 
 
<html>
 
 
 
 
<style>
 
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
Line 214: Line 74:
  
  
/* styling for the titles h1, h2*/
+
.igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
+
border-bottom:0px;
+
color: #635d5d;
+
font-family: "Arial Black", Gadget, sans-serif;
+
padding: 10px 0px;
+
}
+
 
+
/* styling for the titles h3, h3, h5, h6 */
+
.igem_2018_team_content .igem_2018_team_column_wrapper h3,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h4,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h5,
+
.igem_2018_team_content .igem_2018_team_column_wrapper h6 {
+
border-bottom:0px;
+
color: #928b8b; 
+
font-family: "Arial Black", Gadget, sans-serif;
+
padding: 5px 0px;
+
}
+
 
+
/* text */
+
.igem_2018_team_content .igem_2018_team_column_wrapper p {
+
font-size: 130%;
+
font-family: Arial, Helvetica, sans-serif;
+
padding: 5px 0px;
+
text-align: left;
+
color: #484848;
+
}
+
  
 
/* Links */
 
/* Links */
Line 254: Line 88:
 
-o-transition: all 0.4s ease;  
 
-o-transition: all 0.4s ease;  
 
}
 
}
 +
  
 
/* hover for the links */
 
/* hover for the links */
Line 291: Line 126:
  
  
/* non numbered lists */
+
.igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol {
+
font-size: 130%;
+
font-family: Arial, Helvetica, sans-serif;
+
padding:0px 20px;
+
}
+
  
  
Line 310: Line 140:
 
/*layout classes*/
 
/*layout classes*/
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
 +
#subheading1 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
line-height: 1.3em;
 +
}
  
 +
#subheading2 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
line-height: 1.3em;
 +
 +
}
 +
#subheading3 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
line-height: 1.3em;
 +
}
 +
#subheading4 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
line-height: 1.3em;
 +
}
 +
#subheading5 {
 +
font-size: 36px;
 +
font-family: 'Montserrat', sans-serif;
 +
line-height: 1.3em;
 +
}
 
 
  
Line 452: Line 308:
  
  
 +
html {
 +
    font-family: 'Questrial', sans-serif;
 +
}
  
 +
p {
 +
  font-family: 'Questrial', sans-serif;
  
 +
}
  
</style>
 
  
 +
.navbar {
 +
    background-color: #FFFFFF;
 +
    font-family: 'Questrial', sans-serif;
 +
    height: 47px;
 +
    position:fixed;/* Set the navbar to fixed position */
 +
    width: 100%; /* Full width */
 +
    z-index: 4000;
 +
}
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
.navbar a {
<!--- THIS IS WHERE THE HTML BEGINS --->
+
    font-size: 13px;
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
    color: #000000;
 +
    text-align: center;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
font-family: 'Questrial', sans-serif;
 +
cursor: pointer;
 +
-o-transition:color .4s ease-out, background .4s ease-in;
 +
  -ms-transition:color .4s ease-out, background .4s ease-in;
 +
  -moz-transition:color .4s ease-out, background .4s ease-in;
 +
  -webkit-transition:color .4s ease-out, background .4s ease-in;
 +
  transition:color .4s ease-out, background .4s ease-in;
 +
}
  
<head>
+
.navbar a:hover {
 +
color: #0077be;
  
<!-- This tells the browser that your page is responsive -->
+
<!-- color was #6DBBF7 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
+
}
  
 +
.dropdown {
 +
    float: right;
 +
    overflow: hidden;
 +
}
 +
 +
.dropdown .dropbtn {
 +
    font-size: 13px;   
 +
    border: none;
 +
    outline: none;
 +
    color: #000000;
 +
    padding: 14px 16px;
 +
    background-color: inherit;
 +
    font-family: inherit;
 +
    margin: 0;
 +
cursor: pointer;
 +
-o-transition:color .4s ease-out, background .4s ease-in;
 +
  -ms-transition:color .4s ease-out, background .4s ease-in;
 +
  -moz-transition:color .4s ease-out, background .4s ease-in;
 +
  -webkit-transition:color .4s ease-out, background .4s ease-in;
 +
  transition:color .4s ease-out, background .4s ease-in;
 +
}
 +
 +
.navbar a:hover {
 +
    color: #0077be;
 +
   
 +
 +
}
 +
 +
.dropdown:hover .dropbtn {
 +
    color: #0077be;
 +
    background-color: white;
 +
   
 +
}
 +
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    z-index: 4000;
 +
    background-color: white;
 +
}
 +
 +
.dropdown-content a {
 +
    float: none;
 +
    color: #000000;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
    text-align: left;
 +
    background-color: white;
 +
 +
 +
}
 +
 +
.dropdown-content a:hover {
 +
    background-color: #F0F0F0;
 +
    opacity: 1;
 +
 
 +
}
 +
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
    opacity: 1;
 +
  transition: opacity 1.5s ease-in-out;
 +
  -moz-transition: opacity 1.5s ease-in-out;
 +
  -webkit-transition: opacity 1.5s ease-in-out;
 +
   
 +
   
 +
}
 +
 +
 +
#logo {
 +
width: 160px;
 +
}
 +
.rightmove {
 +
position: absolute;
 +
right: 7%;
 +
}
 +
.leftmove {
 +
position: absolute;
 +
left: 1%;
 +
}
 +
 +
 +
</style>
 
</head>
 
</head>
 +
<body>
  
 +
<div class="navbar">
 +
<div style="width: 20%; float:left" class="leftmove">
 +
  <a href="https://2018.igem.org/Team:Lambert_GA"><img style="padding: 0 0;" src="https://static.igem.org/mediawiki/2018/2/2d/T--Lambert_GA--Captivate.png" id="logo"/></a>
 +
</div>
 +
<div style="width: 80%; float:right;" class="rightmove">
  
  
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
        <div class="dropdown">
<!--- Menu --->
+
<a style = "padding: 0px; margin:0px;" href="https://igem.org/2018_Judging_Form?team=Lambert_GA"><button class="dropbtn">JUDGING FORM
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
</button></a>
 +
      </div>
  
 +
<div class="dropdown">
 +
<form action="https://2018.igem.org/Team:Lambert_GA/Model">
 +
        <button class="dropbtn">MODELING
 +
            </button>
 +
</form>
 +
            <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/CALM_MODEL">CALM</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/EPEN_MODEL_RESULTS">ELECTROPEN</a>
 +
            </div> 
 +
        </div>
  
 +
<div class="dropdown">
 +
<form action="https://2018.igem.org/Team:Lambert_GA/Software">
 +
        <button class="dropbtn">CALM
 +
            </button>
 +
</form>
 +
            <div class="dropdown-content">
 +
     
 +
                                <a href="https://2018.igem.org/Team:Lambert_GA/CALM_BACKGROUND_SOLUTION">BACKGROUND</a>
 +
                                <a href="https://2018.igem.org/Team:Lambert_GA/CALM_METHODS">DATA & METHODS</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/CALM_RESULTS">RESULTS</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/CALM_DISCUSSION">DISCUSSION</a>   
 +
                                <a href="https://2018.igem.org/Team:Lambert_GA/COLOR-Q">COLOR Q</a>
 +
                                <a href="https://2018.igem.org/Team:Lambert_GA/CALM_SUPPLEMENTARY">SUPPLEMENTARY</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/CALM_REFERENCES">REFERENCES</a>
 +
            </div> 
 +
        </div>
  
 +
<div class="dropdown">
 +
<form action="https://2018.igem.org/Team:Lambert_GA/Measurement">
 +
        <button class="dropbtn">QSYSTEM
 +
            </button>
 +
</form>
 +
            <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/COLOR-Q">COLOR Q</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/CHROME-Q">CHROME Q</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/MEASUREMENT_REFERENCES">REFERENCES</a>
 +
            </div> 
 +
        </div>
  
 +
<div class="dropdown">
 +
<form action="https://2018.igem.org/Team:Lambert_GA/Hardware">
 +
        <button class="dropbtn">ELECTROPEN                       
 +
            </button>
 +
</form>
 +
            <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Applied_Design">PRINCIPLES &amp; DESIGN</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/EPEN_MODEL_RESULTS">MODEL &amp; THEORY</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Entrepreneurship">PRODUCT DESIGN</a>
  
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/ELECTROPEN_REFERENCES">REFERENCES</a>
 +
            </div> 
 +
        </div>
 +
 +
<div class="dropdown">
 +
<form action="https://2018.igem.org/Team:Lambert_GA/Human_Practices">
 +
        <button class="dropbtn">HUMAN PRACTICES
 +
            </button>
 +
</form>
 +
            <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Human_Practices_Overview">INTEGRATED HUMAN PRACTICES</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Public_Engagement">EDUCATION &amp; ENGAGEMENT</a>
 +
                <a href="https://2018.igem.org/Team:Lambert_GA/Collaborations">COLLABORATIONS</a>
 +
            </div>
 +
        </div>
 +
   
 +
<div class="dropdown">
 +
                        <form action="https://2018.igem.org/Team:Lambert_GA/Safety">
 +
                        <button class="dropbtn">SAFETY</button>   
 +
</form>
 +
                        <div class="dropdown-content">
 +
      <!--<a href="https://2018.igem.org/Team:Lambert_GA/Safety">OVERVIEW</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/BIOSENSOR_CELLS">BIOSENSOR CELLS</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/ELECTROPEN_SAFETY">ELECTROPEN</a>
 +
                                <a href="https://2018.igem.org/Team:Lambert_GA/CHOLERA_SAFETY">NO CHOLERA IN SCHOOL</a>-->
 +
     
 +
            </div>
 +
                </div> 
 +
 +
         
 +
<div class="dropdown">
 +
                                          <form action="https://2018.igem.org/Team:Lambert_GA/Parts">
 +
        <button class="dropbtn">PARTS
 +
            </button>
 +
</form>
 +
            <div class="dropdown-content">
 +
                    <a href="https://2018.igem.org/Team:Lambert_GA/Basic_Part">BASIC PARTS</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Composite_Part">COMPOSITE PARTS</a>
 +
     
 +
            </div>
 +
        </div>
 +
 +
 +
<div class="dropdown">
 +
                      <form action="https://2018.igem.org/Team:Lambert_GA/ProjectOverview">
 +
    <button class="dropbtn">PROJECT
 +
    </button>
 +
</form>
 +
    <div class="dropdown-content">
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Description">DESCRIPTION</a>
 +
                                <a href="https://2018.igem.org/Team:Lambert_GA/Cholera_Background">BACKGROUND</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Design">DESIGN</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Experiments">EXPERIMENTS</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Notebook">LAB NOTEBOOK</a> 
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/InterLab">INTERLAB</a> 
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Results">RESULTS</a> 
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Demonstrate">DEMONSTRATE</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Improve">THE VISION</a>
 +
 +
</div>
 +
</div>
 +
 +
<div class="dropdown">
 +
<form action="https://2018.igem.org/Team:Lambert_GA/Team">
 +
        <button class="dropbtn">TEAM
 +
    </button>
 +
</form>
 +
            <div class = "dropdown-content">
 +
            <a href="https://2018.igem.org/Team:Lambert_GA/Team">TEAM MEMBERS</a>
 +
      <a href="https://2018.igem.org/Team:Lambert_GA/Attributions">ATTRIBUTIONS</a> 
 +
            </div>
 +
        </div>
 +
 +
 +
</div>
 
</div>
 
</div>
 +
 +
 +
</body>
 +
  
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<!--- Content of the page  --->
+
<!--- THIS IS WHERE THE HTML BEGINS --->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<head>
  
 +
<!-- This tells the browser that your page is responsive -->
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
  
<div class="igem_2018_team_content">
+
</head>
<div class="igem_2018_team_column_wrapper">
+
 
<div class="clear extra_space"></div>
+
</html>
<div class="clear extra_space"></div>
+

Latest revision as of 02:30, 18 October 2018