|
|
Line 1: |
Line 1: |
| {{NUS_Singapore-A}} | | {{NUS_Singapore-A}} |
| <html> | | <html> |
| + | |
| + | <head> |
| + | <meta charset="utf-8"> |
| + | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| + | |
| + | </head> |
| + | |
| | | |
| <script> | | <script> |
Line 15: |
Line 23: |
| | | |
| | | |
− | /**************************************************************************************************************************************************************************************************/
| |
− | /* MENU */
| |
− | /**************************************************************************************************************************************************************************************************/
| |
− | .Mainwrapper{
| |
− | max-width: 900px;
| |
− | width:100%;
| |
− | margin: 0 auto 0 auto;
| |
− | }
| |
− | .navbar {
| |
− | overflow: hidden;
| |
− | background-color: #0e0b16;
| |
− | }
| |
− | .navbar a {
| |
− | float: left;
| |
− | font-size: 15px;
| |
− | color: #e7dfdd !important;
| |
− | text-align: center;
| |
− | padding: 14px 16px;
| |
− | text-decoration: none !important;
| |
− | }
| |
− | /**************************I'm not sure how to undo the default styling so I used the '!important' function.***************** **************************Please remember to remove when we find out how to remove the default setting**********************/
| |
− | .NUS_logo{
| |
− | float: left;
| |
− | max-width: 20%;
| |
− | max-height: 5%;
| |
− | height: auto;
| |
− | display: block;
| |
− | border-color: #0e0b16;
| |
− | border-width: 5px;
| |
− | background-color: white;
| |
− | }
| |
− | .navbar .class1:hover {
| |
− | background-color: #a239ca;
| |
− | }
| |
− | .navbar .class2:hover {
| |
− | background-color: #4717f6;
| |
− | }
| |
− | .navbar .active{
| |
− | background-color: #77C9D4
| |
− | }
| |
− | .dropdown{
| |
− | float: left;
| |
− | overflow: hidden;
| |
− | }
| |
− | .dropdown .dropbtn{
| |
− | font-size: 16px;
| |
− | border: none;
| |
− | outline: none;
| |
− | color: white;
| |
− | padding: 14px 16px;
| |
− | background-color: #0e0b16;
| |
− | }
| |
− | .dropdown-content {
| |
− | display: none;
| |
− | position: absolute;
| |
− | background-color: #0e0b16;
| |
− | min-width: 160px;
| |
− | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
| |
− | z-index: 1;
| |
− | }
| |
− | .dropdown-content a {
| |
− | float: none;
| |
− | color: black;
| |
− | padding: 12px 16px;
| |
− | text-decoration: none;
| |
− | display: block;
| |
− | text-align: left;
| |
− | }
| |
− | .dropdown:hover .dropdown-content {
| |
− | display: block;
| |
− |
| |
− | </style>
| |
− |
| |
− | <!------------------------------------------------------ALL HTML BELONGS BELOW HERE------------------------------------------------------------------------------------------------------------------------------------------------------------------------>
| |
− | <head>
| |
− |
| |
− | </head>
| |
− |
| |
− | <div class='Mainwrapper'>
| |
− | <div class='navbar'>
| |
− | <img src = 'https://static.igem.org/mediawiki/2017/0/0c/NUS_2017_IGEM_Logo3.png' alt='placeholder' class='NUS_logo' />
| |
− | <a href="#Overview" class='class1'>Overview</a>
| |
− | <div class='dropdown'>
| |
− | <button class='dropbtn class2'>Project</button>
| |
− | <div class='dropdown-content'>
| |
− | <a href="https://2018.igem.org/Team:NUS_Singapore-A/InterLab" class='class2'>Interlab</a>
| |
− | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Description" class='class2'>Problem</a>
| |
− | </div>
| |
− | </div>
| |
− | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Parts" class='class1'>Parts</a>
| |
− | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Model" class='class2'>Modelling</a>
| |
− | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Human_Practices" class='class2'>Human Practices</a>
| |
− | <a href="https://2018.igem.org/Team:NUS_Singapore-A/Team" class='class1'>Team</a>
| |
− | <a href="#Contact Us" style="float:right" class='class2'>Contact Us</a>
| |
− |
| |
− | </div>
| |
− | </div>
| |
| | | |
| </br></br></br> | | </br></br></br> |