(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{UI_Indonesia}} | + | {{Template:UI_Indonesia/css}} |
− | + | ||
+ | <html lang="en"> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
+ | <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato"> | ||
+ | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
+ | </head> | ||
− | < | + | <style> |
− | + | body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;} | |
− | + | body, html { | |
− | + | height: 100%; | |
− | + | color: #777; | |
+ | line-height: 1.5; | ||
+ | } | ||
+ | a { | ||
+ | color: white; | ||
+ | } | ||
+ | .mySlides {display: none} | ||
− | + | .bgimg-3, .bgimg-4, .bgimg-5 { | |
+ | background-attachment: fixed; | ||
+ | background-position: center; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | .bgimg-3 { | ||
+ | background-image: url("https://static.igem.org/mediawiki/2018/0/07/T--UI_Indonesia--bacteria.jpg"); | ||
+ | min-height: 400px; | ||
+ | } | ||
− | + | .bgimg-4 { | |
− | + | background-image: url("https://static.igem.org/mediawiki/2018/d/d2/T--UI_Indonesia--bgimg4.png"); | |
+ | min-height: 400px; | ||
+ | } | ||
− | + | .bgimg-5 { | |
− | + | background-image: url("https://static.igem.org/mediawiki/2018/d/d2/T--UI_Indonesia--bgimg4.png"); | |
− | + | min-height: 400px; | |
+ | } | ||
− | + | @media only screen and (max-device-width: 1024px) { | |
− | + | .bgimg-3, .bgimg-4, .bgimg-5 { | |
− | + | background-attachment: scroll; | |
− | + | } | |
− | + | } | |
− | + | .navbar { | |
+ | background-color: #4CAF50; | ||
+ | position: fixed; | ||
+ | top: 10px ; | ||
+ | width: 100%; | ||
+ | z-index:50; | ||
+ | } | ||
− | + | .navbar a { | |
− | + | float: left; | |
− | + | color: white; | |
− | + | text-align: center; | |
+ | padding-top: 20px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-right: 10px; | ||
+ | padding-left: 10px; | ||
+ | text-decoration: none; | ||
+ | font-size: 16px; | ||
+ | } | ||
− | + | .dropdown { | |
− | + | float: left; | |
− | + | overflow: hidden; | |
+ | } | ||
− | + | .dropdown .dropbtn { | |
+ | font-size: 8px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: #f9c89b; | ||
+ | padding: 15px 10px; | ||
+ | background-color: inherit; | ||
+ | } | ||
+ | .navbar a:hover, .dropdown:hover .dropbtn { | ||
+ | background-color: #8bc34a; | ||
+ | } | ||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background-color: #ddffdd; | ||
+ | min-width: 160px; | ||
+ | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||
+ | z-index: 100; | ||
+ | top: 60px; | ||
+ | font-size: 8 px; | ||
+ | } | ||
− | + | .dropdown-content a { | |
− | + | float: none; | |
− | + | color: black; | |
− | + | padding: 12px 18px; | |
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | text-align: left; | ||
+ | } | ||
− | < | + | .dropdown-content a:hover { |
− | < | + | background-color: #8bc34a; |
− | < | + | } |
− | < | + | |
− | < | + | .dropdown:hover .dropdown-content { |
− | < | + | display: block; |
− | < | + | position: fixed; |
− | < | + | } |
− | </ | + | |
+ | </style> | ||
+ | |||
+ | <body> | ||
+ | <!-- Navbar --> | ||
+ | <div class="navbar"> | ||
+ | <!-- 1 --> | ||
+ | <a class="w3-bar-item w3-light-green" href="https://2018.igem.org/Team:UI_Indonesia">Home</a> | ||
+ | <!-- 2 --> | ||
+ | <div class="dropdown"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Project">Project▾</a> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Project#overview">Overview</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Project#ourproject">Our Project</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Project#resultsanddiscuccions">Results and Discussions</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- 3 --> | ||
+ | <div class="dropdown"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Parts">Parts</a> | ||
+ | <!-- <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Overview</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Our Project</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Parts#">Results and Discussions</a> | ||
+ | </div> --> | ||
+ | </div> | ||
+ | |||
+ | <!-- 4 --> | ||
+ | <div class="dropdown"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab"">InterLab▾</a> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#intro">Introduction</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#materials">Materials and Equipment</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#methods">Methods</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#results">Results and Discussions</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/InterLab#conclusions">Conclusions</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- 5 --> | ||
+ | <div class="dropdown"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Model">Model</a> | ||
+ | <!-- <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Overview</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Our Project</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Model#">Results and Discussions</a> | ||
+ | </div> --> | ||
+ | </div> | ||
+ | <!-- 6 --> | ||
+ | <div class="dropdown"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices">Human Practices▾</a> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#campuscampaign">Campus Campaign</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#socialwork">Social Work</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#biotraining">Biosafety & Biosecurity Training</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/HumanPractices#catalogue">Human Practice Catalogue</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- 7 --> | ||
+ | <div class="dropdown"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Improve">Improve▾</a> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#intro">Introduction</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#methods">Methods</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#results">Results and Discussions</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Improve#conclusions">Conclusions</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- 8 --> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Team">Team</a> | ||
+ | <!-- 9 --> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Collaborations">Collaborations</a> | ||
+ | <!-- 10 --> | ||
+ | <div class="dropdown"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions">Attributions</a> | ||
+ | <!-- <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Overview</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Our Project</a> | ||
+ | <a href="https://2018.igem.org/Team:UI_Indonesia/Attributions#">Results and Discussions</a> | ||
+ | </div> --> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <!-- Container (Overview Section) --> | ||
+ | <div class="bgimg-3 w3-display-container w3-opacity-min" id="overview"> | ||
+ | <div class="w3-display-middle" style="white-space:nowrap;"> | ||
+ | <span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">Collaborations</span> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="w3-content w3-container w3-padding-64"> | ||
+ | <h5>To be added</h5> | ||
+ | </div> | ||
+ | <!-- Footer --> | ||
+ | <footer class="w3-center w3-green w3-padding-64 w3-opacity w3-hover-opacity-off"> | ||
+ | <div class="w3-xlarge w3-section">Team UI Indonesia<br> | ||
+ | <i class="fa fa-envelope w3-hover-opacity"></i>  igemui2018@gmail.com | ||
+ | </div> | ||
+ | </footer> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 15:10, 8 October 2018
Collaborations