Difference between revisions of "Team:Tokyo-NoKoGen/Team"
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{TeamTokyoNokogenheader}} | {{TeamTokyoNokogenheader}} | ||
− | {{TeamTokyoNokogen | + | {{TeamTokyoNokogen}} |
− | <html> | + | |
+ | <html> | ||
<style> | <style> | ||
+ | /*DEFAULT*/ | ||
+ | html, body{ | ||
+ | margin: 0; /* 余白の削除 */ | ||
+ | padding: 0; /* 余白の削除 */ | ||
+ | height: 100%; /* 縦の高さを100% */ | ||
+ | width: 100%; /* 横の幅を100% */ | ||
+ | } | ||
+ | div#wrap { | ||
+ | width:70%; | ||
+ | text-align:center; | ||
+ | position:relative; | ||
+ | min-height:100%; | ||
+ | margin-left:100px; | ||
+ | margin-right:auto; | ||
+ | } | ||
p { | p { | ||
− | font-size: | + | font-size:20px; |
− | font-family: | + | font-family:fantasy; |
− | + | ||
} | } | ||
h2 { | h2 { | ||
− | font-size: | + | font-size:15px; |
− | font-family: | + | font-family:fantasy; |
+ | text-decoration:none; | ||
+ | } | ||
+ | h1 { | ||
+ | font-size:30px; | ||
+ | font-family:fantasy; | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
− | |||
div#main { | div#main { | ||
− | width: | + | width:80%; |
margin:0 auto; | margin:0 auto; | ||
background-color:#ffffff | background-color:#ffffff | ||
text-align:center; | text-align:center; | ||
− | top:12px;left: | + | top:12px; |
+ | left:10%; | ||
font-family:Georgia; | font-family:Georgia; | ||
font-size:16px; | font-size:16px; | ||
− | |||
} | } | ||
+ | |||
+ | div#nav { | ||
+ | width:90%; | ||
+ | margin:0 auto; | ||
+ | background-color:#E6FFE9 | ||
+ | text-align:center; | ||
+ | position:fixed; | ||
+ | z-index: 100; | ||
+ | top:18px; | ||
+ | } | ||
+ | |||
+ | div#nav td{ | ||
+ | width:300px; | ||
+ | height:45px; | ||
+ | margin:0 auto; | ||
+ | text-align:center; | ||
+ | border:none; | ||
+ | font-family:fantasy; | ||
+ | font-size:18px; | ||
+ | } | ||
+ | #globalWrapper, #content { | ||
+ | width: 90%; | ||
+ | height: 100%; | ||
+ | border: 40px; | ||
+ | background-color: #E6FFE9; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | html, body, .wrapper { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: #E6FFE9; | ||
+ | } | ||
+ | |||
+ | td { | ||
+ | text-align: center; | ||
+ | } | ||
+ | /*DEFAULT*/ | ||
+ | div#box1 /*1段目の箱*/ { | ||
+ | width:80%; | ||
+ | height:4500px; | ||
+ | margin-top:0px; | ||
+ | padding:100px; | ||
+ | background:#ffffff; | ||
+ | position:absolute; | ||
+ | left:10%; | ||
+ | top:0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .team-1/*後ろ姿*/ { | ||
+ | width:800px; | ||
+ | height:430px; | ||
+ | background:#ffffff; | ||
+ | border-color:#ffffcc; | ||
+ | border-width:40px; | ||
+ | border-style: solid; | ||
+ | position:absolute; | ||
+ | left:120px; | ||
+ | top:170px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .team-2{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:700px; | ||
+ | } | ||
+ | div img { | ||
+ | vertical-align:middle; | ||
+ | } | ||
+ | |||
+ | .team-3{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:430px; | ||
+ | top:700px; | ||
+ | } | ||
+ | |||
+ | .team-4{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:730px; | ||
+ | top:700px; | ||
+ | } | ||
+ | |||
+ | .team-5{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:1150px; | ||
+ | } | ||
+ | .team-6{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:430px; | ||
+ | top:1150px; | ||
+ | } | ||
+ | |||
+ | .team-7{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:730px; | ||
+ | top:1150px; | ||
+ | } | ||
+ | .team-8{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:1600px; | ||
+ | } | ||
+ | .team-9{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:430px; | ||
+ | top:1600px; | ||
+ | } | ||
+ | .team-10{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:730px; | ||
+ | top:1600px; | ||
+ | } | ||
+ | .adv{width:200px; | ||
+ | height:50px; | ||
+ | border-width: 5px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffff; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:2000px; | ||
+ | } | ||
+ | |||
+ | .team-11{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:2100px; | ||
+ | } | ||
+ | .team-12{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:430px; | ||
+ | top:2100px; | ||
+ | } | ||
+ | .team-13{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:2700px; | ||
+ | } | ||
+ | .team-14{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:430px; | ||
+ | top:2700px; | ||
+ | } | ||
+ | .team-15{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:730px; | ||
+ | top:2700px; | ||
+ | } | ||
+ | .team-22{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:3150px; | ||
+ | } | ||
+ | |||
+ | .adv2 {width:200px; | ||
+ | height:50px; | ||
+ | border-width: 5px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffff; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | text-align:center; | ||
+ | top:2550px; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#box3 /*1段目の箱*/ { | ||
+ | width:70%; | ||
+ | height:auto; | ||
+ | margin-top:10px; | ||
+ | padding-left:80px; | ||
+ | background:#ffffff; | ||
+ | position:absolute; | ||
+ | top:600px; | ||
+ | } | ||
+ | div#box4 /*1段目の箱*/ { | ||
+ | width:70%; | ||
+ | height:auto; | ||
+ | margin-top:30px; | ||
+ | padding-left:80px; | ||
+ | background:#transparent; | ||
+ | position:absolute; | ||
+ | top:650px; | ||
+ | } | ||
+ | |||
+ | div#box5 /*1段目の箱*/ { | ||
+ | width:20%; | ||
+ | background:#transparent; | ||
+ | position:absolute; | ||
+ | left:750px; | ||
+ | top:680px; | ||
+ | } | ||
+ | div#box6 /*1段目の箱*/ { | ||
+ | width:70%; | ||
+ | background:#transparent; | ||
+ | position:absolute; | ||
+ | left:200px; | ||
+ | top:1050px; | ||
+ | } | ||
+ | |||
+ | .adv3{width:500px; | ||
+ | height:50px; | ||
+ | border-width: 5px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffff; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | text-align:center; | ||
+ | top:3600px; | ||
+ | } | ||
+ | .team-16{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:130px; | ||
+ | top:3700px; | ||
+ | } | ||
+ | .team-17{ | ||
+ | width:200px; | ||
+ | height:300px; | ||
+ | border-width: 30px; | ||
+ | border-style: solid; | ||
+ | border-color: #ffffcc; | ||
+ | position:absolute; | ||
+ | left:430px; | ||
+ | top:3700px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .overview { | ||
+ | width:600px; | ||
+ | height:200px; | ||
+ | margin-top:10px; | ||
+ | margin-left:10px; | ||
+ | background:#FFFFff; | ||
+ | border-style: solid; | ||
+ | border-width:40px; | ||
+ | display: inline-block; _display: inline; | ||
+ | float:left; | ||
+ | border-color: #ffffcc; | ||
+ | cursor:pointer; | ||
+ | } | ||
</style> | </style> | ||
<div id="main"> | <div id="main"> | ||
+ | <div id="box1"> | ||
+ | <h1><u>Team members</u></h1> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-1"> | ||
+ | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Team-2"><img src="https://static.igem.org/mediawiki/2015/f/ff/NK-member13.jpeg" width="800px" height="370px"vertical-align: top;></a> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="team-2"> | ||
+ | <h2>Kentaro Hiraka: Mighty worker</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/2/28/NK-member10.jpeg" style="position:absolute;bottom:0px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-3"> | ||
+ | <h2>Shohei Takamatsu:Termite lover</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/a/a1/NK-member7.jpeg" style="position:absolute;bottom:0px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-4"> | ||
+ | <h2>Kyoko Uchiumi:Noizy Singer</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/d/da/NK-member9.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-5"> | ||
+ | <h2>Kyoko Yonemoto:Special Designer</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/a/ab/NK-member8.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-6"> | ||
+ | <h2>Yuka Ito:Our angel</m2></h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/7/74/NK-member4.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-7"> | ||
+ | <h2>Keita Suzuki:Mood maker</m2></h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/cb/NK-member5.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-8"> | ||
+ | <h2>Shunichi Kobayashi:Crazy comedian</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/4/47/NK-member6.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-9"> | ||
+ | <h2>Ryota Miyazaki:Musician</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/08/NK-member2.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="team-10"> | ||
+ | <h2>Kinuko Ueno:Stabilizer</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/a/a3/NK-member21.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="adv"> | ||
+ | <h1><center><u>Instructor </u></center></h1> | ||
+ | </div> | ||
− | <h2> | + | |
+ | <div class="team-11"> | ||
+ | <h2>Koji Sode : Chief instructor</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/b/b3/NK-member22.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-12"> | ||
+ | <h2>Kazunori Ikebukuro : Instructor</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/7/7a/NK-member23.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="adv2"> | ||
+ | <h1><center><u>Advisor</u></center></h1> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-13"> | ||
+ | <h2>Jinhee Lee : Our hero </h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/5/56/NK-member25.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-14"> | ||
+ | <h2>Maui Nishio : Our superstar </h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/9a/NK-member26.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-15"> | ||
+ | <h2>Madoka Nagata:Our heroin in POR</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/81/NK-member27.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-22"> | ||
+ | <h2>Hiromi Hayashi : Wiki editor</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/82/NK-member3.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | <div class="adv3"> | ||
+ | <h1><center><u>Special thanks!!</u></center></h1> | ||
+ | </div> | ||
+ | |||
+ | <div class="team-16"> | ||
+ | <h2>Wakako Tsugawa</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/2/2a/NK-member20.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | <div class="team-17"> | ||
+ | <h2>Stefano Ferri (Shizuoka University)</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/6b/NK-member24.jpeg" style="position:absolute;top:60px;left:0px;" width=200px; height=200px;> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </body> | ||
− | |||
+ | <!----> | ||
+ | <style> | ||
+ | div#wrapper2 { | ||
+ | width:80%; | ||
+ | text-align:center; | ||
+ | position:relative; | ||
+ | min-height:100%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | |||
+ | div#footer { | ||
+ | width:900px; | ||
+ | position:relative; | ||
+ | left:-12%; | ||
+ | bottom:-4300px; | ||
+ | background-color:#ffffff; | ||
+ | border-width: thick; | ||
+ | border-color: #ADFF2F; | ||
+ | border-style:inset; | ||
+ | } | ||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | div#footer img { | |
− | + | height:50px; | |
− | + | } | |
− | + | p { | |
− | + | font-size:16px; | |
− | + | font-family:Georgia; | |
− | + | line-height:2; | |
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="wrapper2"> | ||
+ | <div id="footer"> | ||
+ | <a href="http://www.asante.co.jp"><img src="https://static.igem.org/mediawiki/2015/a/a8/NK-image25.jpeg"></a> | ||
+ | <a href="http://www.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2014/5/5e/Noko14_IDT.png"></a> | ||
+ | <a href="http://www.ultizyme.jp/"><img src="https://static.igem.org/mediawiki/2014/c/ce/Noko14_Image91.jpg"></a><br> | ||
+ | <a href="http://www.cosmobio.co.jp/index_e.asp"><img src="https://static.igem.org/mediawiki/2014/e/e5/Noko14_Logo_e.jpg"></a> | ||
+ | <a href="http://www.mbl.co.jp/e/index.html"><img src="https://static.igem.org/mediawiki/2014/4/4f/Noko14_MBL.gif"></a> | ||
+ | <a href="http://www.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2014/a/ad/Noko14_li.png"></a> | ||
+ | <a href="http://www.tuat.ac.jp/en/index.html"><img src="https://static.igem.org/mediawiki/2014/3/39/Noko14_tuat.png"></a> | ||
+ | <a href="http://www.tuat.ac.jp/~tanpaku/"><img src="https://static.igem.org/mediawiki/2014/3/3c/Noko14_ike.jpg"></a> | ||
+ | <a href="http://www.tuat.ac.jp/~kakusan/index.html"><img src="https://static.igem.org/mediawiki/2014/7/77/Noko14_ikeken.jpg"></a> | ||
+ | </div> | ||
</div> | </div> | ||
− | </ | + | </body> |
+ | |||
+ | <!--footer--> | ||
+ | |||
+ | |||
</html> | </html> |
Latest revision as of 16:07, 23 November 2015