(Prototype team page) |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | .container { | ||
+ | width: 100%; | ||
+ | overflow: hidden; | ||
+ | background-color: #333; | ||
+ | font-family: Arial; | ||
+ | } | ||
+ | .container a { | ||
+ | float: left; | ||
+ | font-size: 16px; | ||
+ | color: white; | ||
+ | text-align: center; | ||
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .dropdown { | ||
+ | float: left; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .dropdown .dropbtn { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 14px 16px; | ||
+ | background-color: inherit; | ||
+ | } | ||
+ | |||
+ | .container a:hover, .dropdown:hover .dropbtn { | ||
+ | background-color: rgb(64, 180, 255); | ||
+ | } | ||
+ | |||
+ | .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 { | ||
+ | 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; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="container"> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow">Home</a> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Team</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Team">Team</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Collaborations">Collaborations</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Project</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Description">Description</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Design">Design</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Experiments">Experiments</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Notebook">Notebook</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/InterLab">InterLab</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Contribution">Contribution</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Model">Model</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Results">Results</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Demonstrate">Demonstrate</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Improve">Improve</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Attributions">Attributions</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Parts</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Parts">Parts</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Basic_Part">Basic Parts</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Composite_Part">Composite Parts</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Part_Collection">Part Collection</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Safety">Safety</a> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Human Practices</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/HP/Silver">Silver HP</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/HP/Gold_Integrated">Integrated and Gold</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Engagement">Public Engagement</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Awards</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Applied_Design">Applied Design</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Entrepreneurship">Entrepreneurship</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Hardware">Hardware</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Measurement">Measurement</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Model">Model</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Plant">Plant</a> | ||
+ | <a href="https://2017.igem.org/Team:Glasgow/Software">Software</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
Revision as of 15:23, 29 June 2017
Team
In this page you can introduce your team members, instructors, and advisors.
Inspiration
You can look at what other teams did to get some inspiration!
Here are a few examples:
What should this page contain?
- Include pictures of your teammates, don’t forget instructors and advisors!
- You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.
- Take team pictures! Show us your school, your lab and little bit of your city.
- Remember that image galleries can help you showcase many pictures while saving space.