(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | .container { | ||
+ | overflow: hidden; | ||
+ | background-color: #0A1E3F; | ||
+ | font-family: cursive; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | width: 100%; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | .container a { | ||
+ | float: left; | ||
+ | font-family: cursive; | ||
+ | font-size: 16px; | ||
+ | color: white; | ||
+ | text-align: center; | ||
+ | padding: 18px 16px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .dropdown { | ||
+ | float: left; | ||
+ | font-family: cursive; | ||
+ | overflow: hidden; | ||
− | + | } | |
− | + | .dropdown .dropbtn { | |
− | + | font-size: 16px; | |
− | + | border: none; | |
+ | outline: none; | ||
+ | color: white; | ||
+ | background-color: inherit; | ||
+ | padding: 16px 16px; | ||
+ | font-family: cursive; | ||
+ | } | ||
− | + | .container a:hover, .dropdown:hover .dropbtn { | |
+ | background-color: red; | ||
+ | font-family: cursive; | ||
+ | font-size: 22px; | ||
+ | } | ||
− | + | .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; | |
− | + | position: fixed; | |
− | + | ||
− | + | ||
− | + | } | |
− | + | .dropdown-content a { | |
− | + | float: none; | |
− | + | color: black; | |
− | + | padding: 16px 16px; | |
− | + | text-decoration: none; | |
− | + | display: block; | |
− | + | text-align: left; | |
− | + | } | |
− | + | ||
+ | .dropdown-content a:hover { | ||
+ | background-color: #ddd; | ||
+ | } | ||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
+ | } | ||
+ | p.general { | ||
+ | font-style: italic; | ||
+ | font-weight: 50; | ||
+ | color:#0A1E3F; | ||
+ | padding-left: 30px; | ||
+ | padding-right: 30px; | ||
+ | |||
+ | } | ||
+ | |||
+ | p.topic { | ||
+ | font-style: oblique; | ||
+ | font-weight: bold; | ||
+ | color:#0A1E3F; | ||
+ | padding-top: 50px; | ||
+ | padding-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | /* Clear the default wiki settings */ | ||
+ | |||
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} | ||
+ | body {background-color:white; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <div class="container"> | ||
+ | <a href=/Team:Edinburgh_UG>Home</a> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Team</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href=/Team:Edinburgh_UG/Team>Team</a> | ||
+ | <a href=/Team:Edinburgh_UG/Collaborations>Collaborations</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Projects</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href=/Team:Edinburgh_UG/Description>Description</a> | ||
+ | <a href=/Team:Edinburgh_UG/Design>Design</a> | ||
+ | <a href=/Team:Edinburgh_UG/Experiments>Experiments</a> | ||
+ | <a href=/Team:Edinburgh_UG/Notebook>Notebook</a> | ||
+ | <a href=/Team:Edinburgh_UG/InterLab>InterLab</a> | ||
+ | <a href=/Team:Edinburgh_UG/Contribution>Contribution</a> | ||
+ | <a href=/Team:Edinburgh_UG/Model>Model</a> | ||
+ | <a href=/Team:Edinburgh_UG/Results>Results</a> | ||
+ | <a href=/Team:Edinburgh_UG/Demonstrate>Demonstrate</a> | ||
+ | <a href=/Team:Edinburgh_UG/Improve>Improve</a> | ||
+ | <a href=/Team:Edinburgh_UG/Attributions>Attributions</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Parts</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href=/Team:Edinburgh_UG/Parts>Parts</a> | ||
+ | <a href=/Team:Edinburgh_UG/Basic_Part>Basic Parts</a> | ||
+ | <a href=/Team:Edinburgh_UG/Composite_Part>Composite Parts</a> | ||
+ | <a href=/Team:Edinburgh_UG/Part_Collection>Part Collection</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a href=/Team:Edinburgh_UG/Safety>Safety</a> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Human Practices</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href=/Team:Edinburgh_UG/HP/Silver>Silver HP</a> | ||
+ | <a href=/Team:Edinburgh_UG/HP/Gold_Integrated>Integrated and Gold</a> | ||
+ | <a href=/Team:Edinburgh_UG/HP/Engagement>Public Engagement</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Awards</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href=/Team:Edinburgh_UG/Applied_Design>Applied Design</a> | ||
+ | <a href=/Team:Edinburgh_UG/Entrepreneurship>Entrepreneurship</a> | ||
+ | <a href=/Team:Edinburgh_UG/Hardware>Hardware</a> | ||
+ | <a href=/Team:Edinburgh_UG/Measurement>Measurement</a> | ||
+ | <a href=/Team:Edinburgh_UG/Model>Model</a> | ||
+ | <a href=/Team:Edinburgh_UG/Plant>Plant</a> | ||
+ | <a href=/Team:Edinburgh_UG/Software>Software</a> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="column full_size" > | ||
+ | |||
+ | <p style = "padding-top:20px; text-align:center">In this page you can introduce your team members, instructors, and advisors. </p> | ||
+ | <p class="general" style="text-align:center;font-size:170%;font-family:serif"> | ||
+ | Include pictures of your teammates, don’t forget instructors and advisors! | ||
+ | </p> | ||
+ | <p class="general" style="text-align:center;font-size:170%;font-family:serif"> | ||
+ | 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. | ||
+ | </p> | ||
+ | <p class="general" style="text-align:center;font-size:170%;font-family:serif"> | ||
+ | Take team pictures! Show us your school, your lab and little bit of your city. | ||
+ | </p> | ||
+ | <p class="general" style="text-align:center;font-size:170%;font-family:serif"> | ||
+ | Remember that image galleries can help you showcase many pictures while saving space. | ||
+ | </p> | ||
+ | </div> | ||
+ | </body> | ||
+ | |||
</html> | </html> |
Revision as of 10:53, 21 June 2017
In this page you can introduce your team members, instructors, and advisors.
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.