Team:Tokyo-NoKoGen/HumanPractice
From 2014.igem.org
(Difference between revisions)
(Created page with "{{CSS/Main}} <html> <style> *{ margin:0;padding:0; line-height:1.5; /*行の高さ*/ } body { text-align:center; - →センタリング: } div#wrapper { width:1000px...") |
|||
(16 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
<html> | <html> | ||
+ | |||
<style> | <style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
div#wrapper { | div#wrapper { | ||
- | + | width:1300px; | |
- | + | background-color:#ffffff; | |
- | + | text-align:center; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | div#nav { | |
- | div# | + | width:1000px; |
- | + | margin:0 auto; | |
- | + | background-color:#ffffff | |
- | + | text-align:center; | |
- | + | <!-- position:fixed; | |
- | + | top:12px;left:140px;--> | |
- | + | } | |
- | + | div#nav table { | |
- | margin | + | margin:0 auto; |
- | + | } | |
- | } | + | |
- | div# | + | div#nav td{ |
- | + | width:300px;height:45px; | |
- | + | margin:0 auto; | |
- | width: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
text-align:center; | text-align:center; | ||
border:none; | border:none; | ||
font-family:Impact; | font-family:Impact; | ||
+ | font-size:18px; | ||
} | } | ||
td a{ | td a{ | ||
text-decoration:none; | text-decoration:none; | ||
- | |||
- | |||
- | |||
} | } | ||
div#header { | div#header { | ||
- | + | width:900px; | |
- | + | padding-top:5px; | |
- | + | margin:0 auto; | |
- | + | background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg"); | |
- | + | <!-- position:fixed; | |
- | + | top:75px;left:130px;--> | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | div#main{ | + | div#main { |
- | + | width:800px; | |
- | + | margin:50px auto; | |
- | + | text-align:left; | |
- | + | } | |
- | + | ||
- | + | div#content h1 { | |
- | + | display:none; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
div#sub { | div#sub { | ||
- | + | width:150px; | |
- | + | float:left; | |
- | + | position:fixed; | |
- | + | top:100px;left:5px; | |
- | + | } | |
- | + | div#footer { | |
- | } | + | margin:0 auto; |
+ | width:850px; | ||
+ | } | ||
+ | div#footer img { | ||
+ | width:200px; | ||
+ | } | ||
- | + | p { | |
- | + | font-size:16px; | |
- | + | font-family:Georgia; | |
- | + | line-height:2; | |
- | } | + | } |
+ | h2 { | ||
+ | font-size:20px; | ||
+ | font-family:Georgia; | ||
+ | text-decoration:none; | ||
+ | } | ||
</style> | </style> | ||
<body> | <body> | ||
- | + | <div id="cont"> | |
- | <div id=" | + | <div id="nav"> |
- | <div id=" | + | <table> |
- | <table | + | |
<tr heigth="15px"></tr> | <tr heigth="15px"></tr> | ||
<tr heigth="75px"> | <tr heigth="75px"> | ||
+ | |||
+ | <td style="bgcolor:#ffffff;width:400px;"> | ||
+ | </td> | ||
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
Line 122: | Line 97: | ||
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Team"style="color:#000000"> Team </a> </td> | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Team"style="color:#000000"> Team </a> </td> | ||
- | |||
- | |||
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
- | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/ | + | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/result"style="color:#000000"> Result</a></td> |
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
- | <a href=" | + | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Parts"style="color:#000000"> Parts</a></td> |
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
- | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/ | + | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/protocol"style="color:#000000"> Protocols</a></td> |
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
- | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/ | + | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/note"style=" color:#000000"> Notebook</a></td> |
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
Line 141: | Line 114: | ||
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
- | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/ | + | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/HumanPractice"style="color:#000000"> Human Practice </a></td> |
+ | |||
+ | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
+ | <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/achievement"style="color:#000000">Achievement</a></td> | ||
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td> | <td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td> | ||
+ | <td style="background-color:#ffffff;width:200px;"></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | </div> | + | </div> |
- | + | <div id="header"> | |
- | + | <img src="https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg"> | |
- | + | </div> | |
- | + | <div id="main"> | |
- | + | <h2>1.Questionnaires</h2> | |
- | + | <p><b>We send out questionnaires!</b><br> | |
- | + | ><a href="https://tokyo-nokogen2014.typeform.com/to/w7tIbA" target="_blank">アンケート</a>(日本語版)<br> | |
- | + | ><a href="https://tokyo-nokogen2014.typeform.com/to/jJh89M" target="_blank">Questionnaires</a>(English version)<br> | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | >Questionnaire on synthetic biology -<a href="questionnaires">Result page</a></p><br> | ||
+ | <style> | ||
+ | img { | ||
+ | width:80%; | ||
+ | height:80%; | ||
+ | } | ||
+ | </style> | ||
+ | <h2>2.School festival</h2> | ||
+ | <p><b>We participated at a school festival of Tokyo university!</b></p> | ||
+ | <p>We introduced iGEM, synthetic biology, and our previous project.</p> | ||
+ | <p>In this school festival, we had a chance to talk with different age visitors.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/0/04/Noko14_fes1.JPG"><br> | ||
+ | <p>Saori introduced our previous project.</p> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/9/9e/Noko14_fes2.JPG"><br> | ||
+ | <p>Yasuko explained our previous project to high school student.</p> | ||
+ | </div> | ||
+ | <div id="sub"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/6/6e/Noko14_Background.jpg"> | ||
</div> | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 02:50, 18 October 2014
1.Questionnaires
We send out questionnaires!
>アンケート(日本語版)
>Questionnaires(English version)
>Questionnaire on synthetic biology -Result page
2.School festival
We participated at a school festival of Tokyo university!
We introduced iGEM, synthetic biology, and our previous project.
In this school festival, we had a chance to talk with different age visitors.
Saori introduced our previous project.
Yasuko explained our previous project to high school student.