Team:Korea U Seoul/Team/Korea University
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | < | + | <html> |
- | <div style="width: | + | <head> |
- | + | <style> | |
- | </div> | + | .profile_title{ |
+ | width: 100%; | ||
+ | margin-bottom: 20px; | ||
+ | overflow: auto; | ||
+ | } | ||
+ | .profile_title > .title {color: #365B6E; font-weight: bold; font-size: 15pt; margin-top: 10px;} | ||
+ | .profile_title > .left_line{float: left; width: 20%; background-color: #52909E; height: 3px;} | ||
+ | .profile_title > .right_line{float: left; width: 80%; background-color: #C2E4EB; height: 2px;} | ||
+ | .profile_content{width: 100%; overflow: auto; padding-bottom: 30px;} | ||
+ | .profile_content > .left {float: left; width: 25%; overflow: auto} | ||
+ | .profile_content > .left > img {border-radius: 5px; width: 100%;} | ||
+ | .profile_content > .right{float: left; width: 70%; overflow: auto; padding-left: 20px; border: none;} | ||
+ | .profile_content > .right > h3 {font-size: 12pt; color: #3C4F62; font-weight: bold; text-decoration: none;} | ||
+ | .profile_content > .right > h4 {font-size: 10pt; color: #000000; font-weight: bold;} | ||
+ | .profile_content > .right > h5 {font-size: 10pt; color: #9D9D9D} | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div style="width: 80%;margin:0 auto"> | ||
+ | <div class="profile_title"> | ||
+ | <div class="title">Instructor</div> | ||
+ | <div class="left_line"></div><div class="right_line"></div> | ||
+ | </div> | ||
+ | <div class="profile_content"> | ||
+ | <div class="left"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/5/54/P_choi.jpg"> | ||
+ | </div> | ||
+ | <div class="right"> | ||
+ | <h3>In-Geol Choi, Ph.D</h3> | ||
+ | <h4>Professor</h4> | ||
+ | <h5>Principal investigator. igchoi@korea.ac.kr</h5> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="profile_content"> | ||
+ | <div class="left"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/3/3f/Kar_.jpg"> | ||
+ | </div> | ||
+ | <div class="right"> | ||
+ | <h3>Areum Koh</h3> | ||
+ | <h5>Hi. My name is Areum Goh and I am an advisor of Korea_U_Seoul team. I taught information on biology and experiments to our team members. I want to share my ideas with you guys. Have a nice dream!</h5> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="profile_content"> | ||
+ | <div class="left"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/a/ad/Kdh_.jpg"> | ||
+ | </div> | ||
+ | <div class="right"> | ||
+ | <h3>Dongha Kim</h3> | ||
+ | <h5>Hello Everyone!!! My name is Dong-Ha Kim, An advisor of Korea_U_Seoul Team. Now I try to get Dual major(Electrical Engineering & Environmental Engineering) in Korea University, and Finally I want to make Biomolecular Circuits. In Korea_U_Seoul Team, I advise our team members to make better Wiki and Results of Human Practice. Thank you.</h5> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 16:28, 27 September 2013
Instructor