Team:Korea U Seoul/template/team koreaUniv
From 2013.igem.org
(Difference between revisions)
(Created page with "<style> .profile_title{ width: 100%; } .profile_title > .title {color: #365B6E; font-weight: bold; font-size: 15pt; margin-top: 10px;} .profile_ti...") |
|||
(5 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | < | + | <html> |
- | .profile_title{ | + | <head> |
- | + | <style> | |
- | + | .profile_title{ | |
- | + | width: 100%; | |
- | + | margin-bottom: 20px; | |
- | + | overflow: auto; | |
- | + | } | |
- | </style> | + | .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;} | |
- | <div style="width:100% | + | .profile_title > .right_line{float: left; width: 80%; background-color: #C2E4EB; height: 2px;} |
- | + | .profile_content{width: 100%; overflow: auto; padding-bottom: 30px;} | |
- | <div class="profile_title"> | + | .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;} | |
- | </div> | + | .profile_content > .right > h3 {font-size: 12pt; color: #3C4F62; font-weight: bold; text-decoration: none;} |
- | <div class="profile_content"> | + | .profile_content > .right > h4 {font-size: 10pt; color: #000000; font-weight: bold;} |
- | </div> | + | .profile_content > .right > h5 {font-size: 10pt; color: #9D9D9D} |
- | + | </style> | |
- | <div> | + | </head> |
+ | <body> | ||
+ | <div style="width: 100%;"> | ||
+ | <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> |
Latest revision as of 16:27, 27 September 2013
Instructor