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

 
(339 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
 +
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 +
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
 +
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
 
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 
<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=Questrial" rel="stylesheet">
 +
 +
 +
 
<style>
 
<style>
 +
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
 +
/**************************************************************************************************************************************************************************************************/
 +
/* DEFAULT WIKI SETTINGS */
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 +
body {background-color:white; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
 +
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
 +
 +
 +
/**************************************************************************************************************************************************************************************************/
 +
/* MENU */
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
 +
/*mobile menu bar styling*/
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
/**************************************************************************************************************************************************************************************************/
 +
/* CONTENT OF THE PAGE */
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
/* general wrapper for the content */
 +
.igem_2018_team_content {
 +
background-color:white;
 +
display:block;
 +
width: 95%;
 +
}
 +
 +
/* subwrapper to center content */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper {
 +
margin:auto;
 +
 +
width:90%;
 +
}
 +
 +
 +
 +
/*general styling*/
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 210%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: 190%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 170%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 150%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 140%;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;}
 +
 +
 +
 +
 +
/* Links */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper a {
 +
color: #5bc7d8;
 +
font-weight: bold;
 +
text-decoration: underline;
 +
text-decoration-color:#5bc7d8;
 +
transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
 +
 +
/* hover for the links */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover {
 +
color: #f8b732;
 +
text-decoration:none;
 +
}
 +
 +
 +
/* Table */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper table {
 +
border: 1px solid #928b8b;
 +
border-collapse: collapse;
 +
font-size: 130%;
 +
width: 100%;
 +
}
 +
 +
/* table cells */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper td {
 +
border: 1px solid #c4baba;
 +
border-collapse: collapse;
 +
font-size: 105%;
 +
padding: 10px;
 +
vertical-align: text-top;
 +
}
 +
 +
/* table headers */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper th {
 +
background-color:#c4baba;
 +
border: 1px solid #928b8b;
 +
border-collapse: collapse;
 +
font-size: 110%;
 +
padding: 10px;
 +
vertical-align: text-top;
 +
}
 +
 +
 +
 +
 +
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ul li,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper ul ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ol li,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ul li,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper ol ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ol li,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper ol ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ul li,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper ol ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ol li{ font-size: 76%; }
 +
 +
 +
 +
/*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;
 +
}
 +
 +
 +
 +
 +
 +
/*styling for all images*/
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size img,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size img,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size img {
 +
margin-bottom: 15px;
 +
width: 100%;
 +
}
 +
 +
 +
/* page break */
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .clear {
 +
clear:both;
 +
}
 +
/*add extra space to page break with clear class*/
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space {
 +
height: 30px;
 +
}
 +
 +
/* horizontal line to divide the page*/
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .line_divider {
 +
    border-top: 1px solid #c4baba;
 +
  margin: auto;
 +
  width: 98%;
 +
}
 +
 +
 +
 +
 +
/*support classes*/
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
/*Button  */
 +
/************************************************/
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link {
 +
font-size: 130%;
 +
margin: 30px auto;
 +
text-align: center;
 +
}
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a  {
 +
background-color: #5bc7d8;
 +
color: #635d5d !important;
 +
font-weight: bold;
 +
margin: auto;
 +
text-decoration: none !important;
 +
padding: 10px 15px;
 +
}
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a:hover {
 +
background-color: #f8b732 !important; 
 +
}
 +
 +
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight {
 +
padding: 15px 20px;
 +
}
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight p,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h1,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h2,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h3,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h4,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h5,
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight h6 {
 +
padding: 5px 15px;
 +
}
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_background {
 +
background-color: #e4dede;
 +
}
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
 +
    border-top: 4px solid #5bc7d8;
 +
}
 +
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
 +
    border: 4px solid #5bc7d8;
 +
}
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top {
 +
    border-top: 4px solid #f8b732
 +
}
 +
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full {
 +
    border: 4px solid #f8b732;
 +
}
 +
 +
 +
 +
 +
/*mobile*/
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
/* 1800px  */
 +
/************************************************/
 +
@media only screen and (max-width: 1800px) {
 +
.igem_2018_team_content { width: 85%;}
 +
.igem_2018_team_menu {display:block;}
 +
}
 +
 +
/* 1400px  */
 +
/************************************************/
 +
@media only screen and (max-width: 1400px) {
 +
.igem_2018_team_menu .menu_item { font-size:100%;}
 +
.igem_2018_team_menu .submenu .submenu_item { font-size:90%;}
 +
.igem_2018_team_menu {display:block;}
 +
}
 +
 +
@media only screen and (max-width: 1001px) {
 +
.igem_2018_team_menu {display:block;}
 +
}
 +
 +
/* 1000px  */
 +
/************************************************/
 +
@media only screen and (max-width: 1000px) {
 +
.igem_2018_team_content {width:100%; margin-left:0px;}
 +
.igem_2018_team_menu {display:none; margin-top: 45px; min-width:50%; width:50%;}
 +
.igem_2018_team_mobile_bar {display:block;}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size, .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size,.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size {width:96%; }
 +
 +
}
 +
 +
 +
@media only screen and (max-width: 500px) {
 +
.igem_2018_team_menu {min-width:100%; width:100%; }
 +
}
 +
 +
 +
/**************************************************************************************************************************************************************************************************/
 +
 +
 +
html {
 +
    font-family: 'Questrial', sans-serif;
 +
}
 +
 +
p {
 +
  font-family: 'Questrial', sans-serif;
 +
 +
}
 +
 +
 
.navbar {
 
.navbar {
    overflow: hidden;
+
     background-color: #FFFFFF;
     background-color: #333;
+
     font-family: 'Questrial', sans-serif;
     font-family: Arial, Helvetica, sans-serif;
+
    height: 47px;
 +
    position:fixed;/* Set the navbar to fixed position */
 +
    width: 100%; /* Full width */
 +
    z-index: 4000;
 
}
 
}
  
 
.navbar a {
 
.navbar a {
    float: left;
+
     font-size: 13px;
     font-size: 16px;
+
     color: #000000;
     color: white;
+
 
     text-align: center;
 
     text-align: center;
 
     padding: 14px 16px;
 
     padding: 14px 16px;
 
     text-decoration: none;
 
     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;
 +
}
 +
 +
.navbar a:hover {
 +
color: #0077be;
 +
 +
<!-- color was #6DBBF7 -->
 
}
 
}
  
 
.dropdown {
 
.dropdown {
     float: left;
+
     float: right;
 
     overflow: hidden;
 
     overflow: hidden;
 
}
 
}
  
 
.dropdown .dropbtn {
 
.dropdown .dropbtn {
     font-size: 16px;     
+
     font-size: 13px;     
 
     border: none;
 
     border: none;
 
     outline: none;
 
     outline: none;
     color: white;
+
     color: #000000;
 
     padding: 14px 16px;
 
     padding: 14px 16px;
 
     background-color: inherit;
 
     background-color: inherit;
 
     font-family: inherit;
 
     font-family: inherit;
 
     margin: 0;
 
     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, .dropdown:hover .dropbtn {
+
.navbar a:hover {
     background-color: red;
+
    color: #0077be;
 +
   
 +
 
 +
}
 +
 
 +
.dropdown:hover .dropbtn {
 +
    color: #0077be;
 +
     background-color: white;
 +
   
 
}
 
}
  
Line 42: Line 385:
 
     display: none;
 
     display: none;
 
     position: absolute;
 
     position: absolute;
    background-color: #f9f9f9;
 
 
     min-width: 160px;
 
     min-width: 160px;
 
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index: 1;
+
     z-index: 4000;
 +
    background-color: white;
 
}
 
}
  
 
.dropdown-content a {
 
.dropdown-content a {
 
     float: none;
 
     float: none;
     color: black;
+
     color: #000000;
     padding: 12px 16px;
+
     padding: 14px 16px;
 
     text-decoration: none;
 
     text-decoration: none;
 
     display: block;
 
     display: block;
 
     text-align: left;
 
     text-align: left;
 +
    background-color: white;
 +
 +
 
}
 
}
  
 
.dropdown-content a:hover {
 
.dropdown-content a:hover {
     background-color: #ddd;
+
     background-color: #F0F0F0;
 +
    opacity: 1;
 +
 
 
}
 
}
  
 
.dropdown:hover .dropdown-content {
 
.dropdown:hover .dropdown-content {
 
     display: block;
 
     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%;
 
}
 
}
  
Line 69: Line 436:
 
</head>
 
</head>
 
<body>
 
<body>
 
  
 
<div class="navbar">
 
<div class="navbar">
<div style="width: 20%; float:left">
+
<div style="width: 20%; float:left" class="leftmove">
  <center><img src="https://wallpaperbrowse.com/media/images/soap-bubble-1958650_960_720.jpg" style="width:60px; margin-left: auto; margin-right: auto;" alt="Mountain View"></center>
+
  <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">
 +
<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>
<div style="width: 80%; float:right">
+
 
  <a href="#home">Home</a>
+
  <a href="#news">News</a>
+
  <div class="dropdown">
+
    <button class="dropbtn">Dropdown
+
      <i class="fa fa-caret-down"></i>
+
    </button>
+
    <div class="dropdown-content">
+
      <a href="#">Link 1</a>
+
      <a href="#">Link 2</a>
+
      <a href="#">Link 3</a>
+
    </div>
+
  </div>
+
</div>
+
</div>
+
</div>
+
<h3>Dropdown Menu inside a Navigation Bar</h3>
+
<p>Hover over the "Dropdown" link to see the dropdown menu.</p>
+
  
 
</body>
 
</body>
 +
 +
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- 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">
 +
 +
</head>
 +
 
</html>
 
</html>

Latest revision as of 02:30, 18 October 2018