Biomod/2013/Todai/Team: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
Kenta Koyama (talk | contribs) No edit summary |
Kenta Koyama (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
line-height: 1.6; | line-height: 1.6; | ||
display: block; | display: block; | ||
} | |||
.students{ | |||
position:relative; | |||
left:20px; | |||
} | |||
.students-list{ | |||
font-size: 150%; | |||
line-height: 1.5; | |||
display:block; | |||
} | |||
.students-contents li{ | |||
font-size: 130%; | |||
line-height:1.5; | |||
} | } | ||
| Line 19: | Line 35: | ||
<body> | <body> | ||
<!-- | <!--Team--> | ||
<h1 class="big-title"><a name="Team"> Team</a></h1> | <h1 class="big-title"><a name="Team"> Team</a></h1> | ||
<div id="Explist"> | <div id="Explist"> | ||
<ul> | <ul> | ||
<li><div class="mokuji"><a href="#Members"> | <li><div class="mokuji"><a href="#Members">Members</a></div> | ||
<li><div class="mokuji"><a href="#Gallery"> | <li><div class="mokuji"><a href="#Gallery">Gallery</a></div> | ||
</ul> | </ul> | ||
</div> | </div> | ||
<br> | <br> | ||
<!-- | <!--Members--> | ||
<article> | <article> | ||
| Line 35: | Line 51: | ||
<br> | <br> | ||
< | <!--Group photo--> | ||
<div class="students-list" style="position:relative;left:20px;">Group Photo!</div> | |||
</ | <figure> | ||
<center> | |||
<img src="http://openwetware.org/images/5/50/GroupPhoto1-Todai.JPG" width=461px height=346px > | |||
</center> | |||
</figure> | |||
<br> | |||
<!--Students--> | |||
<div class="students"> | |||
<div class="students-list">Students</div> | |||
<ul class="students-contents"> | |||
<li>Fumihiro Horie</li> | |||
<li>Kenta Koyama</li> | |||
<li>Kyosei Urafuji</li> | |||
<li>Misato Iimura</li> | |||
<li>Ryo Yatagai</li> | |||
<li>Shiori Sasaki</li> | |||
<li>Shuhei Egashira</li> | |||
<li>Toshiumi Tatsuki</li> | |||
<li>Yuka Onuma</li> | |||
<li style="font-size:50%; line-height:1.5;margin-top:10px;">Nobuyuki Hattori</li> | |||
</ul> | |||
</div> | |||
<br> | <br> | ||
<!--Teaching assistants--> | |||
<div class="students"> | |||
<div class="students-list">Teaching Assistants</div> | |||
<ul class="students-contents"> | |||
<li>Kosuke Uekusa</li> | |||
<li>Takeya Masubuchi</li> | |||
</ul> | |||
</div> | |||
<br> | <br> | ||
<!-- | |||
<!--Mentor--> | |||
<div class="students"> | |||
<div class="students-list">Mentor</div> | |||
<ul class="students-contents"> | |||
<li>Takuya Ueda</li> | |||
<li>Hisashi Tadakuma</li> | |||
</ul> | |||
</div> | |||
<br> | |||
<!--Gallery--> | |||
<article> | <article> | ||
<h1 class="title"><a name="Gallery"> Gallery</a></h1> | <h1 class="title"><a name="Gallery"> Gallery</a></h1> | ||
<br> | <br> | ||
</body> | </body> | ||
</html> | </html> | ||
Revision as of 00:29, 31 August 2013
<html> <head> <meta name="viewport" content="width=1200">
<style>
</style> </head>
<body>
<figure>
<img src="http://openwetware.org/images/9/9c/Logo-OCKver.png" width=730px height=128px>
</figure>
<a href="#TOP">
<figure>
<img src="http://openwetware.org/images/b/b1/Return-top-0828new.png" width:60px height:60px>
</figure>
</a>
</body> </html>
<html> <head> <style>
- Explist ul {
}
.mokuji {
font-size: 150%; line-height: 1.6; display: block; }
.students{
position:relative; left:20px; }
.students-list{
font-size: 150%; line-height: 1.5; display:block; }
.students-contents li{
font-size: 130%; line-height:1.5; }
</style> </head>
<body>
<a name="Team"> Team</a>
- <a href="#Members">Members</a>
- <a href="#Gallery">Gallery</a>
<article>
<a name="Members"> Members</a>
Group Photo!
<figure>
<img src="http://openwetware.org/images/5/50/GroupPhoto1-Todai.JPG" width=461px height=346px >
</figure>
Students
- Fumihiro Horie
- Kenta Koyama
- Kyosei Urafuji
- Misato Iimura
- Ryo Yatagai
- Shiori Sasaki
- Shuhei Egashira
- Toshiumi Tatsuki
- Yuka Onuma
- Nobuyuki Hattori
Teaching Assistants
- Kosuke Uekusa
- Takeya Masubuchi
Mentor
- Takuya Ueda
- Hisashi Tadakuma
<article>
<a name="Gallery"> Gallery</a>
</body> </html>