Line 4: | Line 4: | ||
<style> | <style> | ||
− | + | .container { | |
− | + | overflow: hidden; | |
− | + | background-color: #FFFFFF; | |
− | + | font-family: Arial; | |
− | + | } | |
− | + | ||
− | + | .container a { | |
− | + | float: left; | |
− | + | font-size: 16px; | |
− | + | ||
− | background-color: # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
color: black; | color: black; | ||
− | + | text-align: center; | |
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .dropdown { | ||
+ | float: left; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .dropdown .dropbtn { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: black; | ||
+ | padding: 14px 16px; | ||
+ | background-color: inherit; | ||
+ | } | ||
+ | |||
+ | .container a:hover, .dropdown:hover .dropbtn { | ||
+ | background-color: #86F1E6; | ||
+ | } | ||
+ | |||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background-color: #E0E0E0; | ||
+ | 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: #599D96; | ||
+ | } | ||
+ | |||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | |||
+ | @media (max-width: 1200px) { | ||
+ | .container{ | ||
+ | min-width: 1000px; | ||
} | } | ||
+ | } | ||
+ | |||
+ | #drop-nav li ul li {border-top: 0px;} | ||
+ | |||
+ | #NavLogo{ | ||
+ | float: left; | ||
+ | height: 40px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .igem_2017_menu_wrapper #display_menu_control { | ||
+ | display:none; | ||
+ | text-align:center | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
− | < | + | <div class="container"> |
− | + | ||
− | + | <!-- <li><a style="padding-top:-50px;"><img id="NavLogo" src="https://static.igem.org/mediawiki/2017/4/41/Cuhk_logo.PNG"></a></li> --> | |
− | < | + | |
− | + | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK">Home</a> | |
− | + | ||
− | + | <div class="dropdown"> | |
− | < | + | <button class="dropbtn"><b>Project ▼</b></button> |
− | < | + | <div class="dropdown-content"> |
− | < | + | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Description">Description</a> |
− | + | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Experiments">Experiments</a> | |
− | + | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Results">Results</a> | |
− | + | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Parts">Parts</a> | |
− | + | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Hardware">Hardware</a> | |
− | + | ||
− | + | </div> | |
+ | </div> | ||
+ | |||
+ | |||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Model">Modelling</a> | ||
+ | |||
+ | <a href="http://igem.erg.cuhk.edu.hk/">Software</a> | ||
+ | |||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/InterLab">InterLab</a> | ||
+ | |||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"><b>Notebook ▼</b></button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Notebook">Notebook</a> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Applied_Design">Protocols</a> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Measurement">Medal Criteria</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"><b>Human Practice ▼</b></button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Engagement">Engagement and Education</a> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/HP/Gold_Integrated">Human Practices</a> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Collaborations">Collaboration</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Safety">Safety</a> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"><b>Team ▼</b></button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Team">Team</a> | ||
+ | <a href="https://2017.igem.org/Team:Hong_Kong-CUHK/Attributions">Attributions</a> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Revision as of 17:33, 4 July 2017
Meet the team
Name: Ching Yuet To
Nickname:Andrew
Major/Year: Cell and Molecular Biology/3
Hobby: Hiking, Watching movie
Why did you join iGEM:
I joined CUHK iGEM team this year because I believe that it would be fun that we can carry out research study independently.
I think it is meaningful to participate and promote synthetic biology research.
What are you looking most forward to in Boston:
I am looking most forward to meet all the interesting people in Jamboree! I believe that I can learn a lot and make many international friends in Boston!
Name: Venus Lin
Nickname:Venus
Major/Year: Cell and Molecular Biology/3
Hobby: Reading books
Favourite Food: Bread
Why did you join iGEM:
I joined IGEM because doing lab is fun.
What are you looking most forward to in Boston:
I am looking forward to meet people in Boston.
Name: Cathy Wong
Nickname:Cathy
Major/Year: Cell and Molecular Biology/3
Hobby: Swimming
Favourite Food: Ice-cream, tea
Why did you join iGEM:
Learn more differently. For example, in igem, we initiate, propose, handle the project by ourselves, which is different in what we have learned in the teaching laboratory, which is a good challenge.
What are you looking most forward to in Boston:
Apart from the jamboree, the attraction visiting and food tasting are the must of course !!!.
Name: Ruo Ning Wang
Nickname:Angela
Major/Year: Cell and Molecular Biology/3
Hobby: Film
Favourite Food: Fish
Why did you join iGEM:
iGEM offers me an opportunity to explore new knowledge and techniques. Here we meet friends from different disciplines and have freedom to do various kinds if experiments. I learnt a lot through iGEM.
What are you looking most forward to in Boston:
Have communication with students all over the world and exchange each other's idea !!!.
Name: Chui Shan Tsang
Nickname:Jade
Major/Year: Biology/3
Hobby: Make handcraft
Favourite Food: McDonald's chicken wings
What are you looking most forward to in Boston:
Meet more passionate science people and share our joy in research .
Name: Lo Sum Yi Sammi
Nickname:Sammi
Major/Year: Cell and Molecular Biology/3
Hobby: Eating, Playing Guitar, Watching movies
Favourite Food: Steak
Why did you join iGEM:
To work together with my friends on our own project.
What are you looking most forward to in Boston:
Trying nice food and meet new friends.
Name: Cynthia Lam
Nickname:Cyn
Major/Year: Biochemistry/2
Hobby: Dancing, Vlogging about food and finding good restaurants
Favourite Food: Just any seafood
Why did you join iGEM:
I thought it would be fun.
What are you looking most forward to in Boston:
Meeting everyone! And of course the food.
Inspiration
You can look at what other teams did to get some inspiration!
Here are a few examples:
https://2014.igem.org/Team:METU_Turkey_team">METU Turkey
https://2014.igem.org/Team:Colombia/Members">Colombia
https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook
https://2014.igem.org/Team:OUC-China/Team">OUC-China
</div>