Kaiwen0528 (Talk | contribs) |
Kaiwen0528 (Talk | contribs) |
||
(24 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Nanjing_NFLS}} | + | {{:Team:Nanjing_NFLS/CSS}} |
− | + | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | ||
+ | <link rel="stylesheet" type="text/css" href="./attributions.css"> | ||
+ | <title>http:Nanjing_NFLS 2017-igem.org/Attributions</title> | ||
+ | <style type="text/css"> | ||
+ | *{ | ||
+ | padding:0px; | ||
+ | margin:0px; | ||
+ | } | ||
+ | .body{ | ||
+ | width:100%; | ||
+ | } | ||
+ | #globalWrapper{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 100%; | ||
+ | padding: 0; | ||
+ | margin: -12px 0 0; | ||
+ | } | ||
+ | #top_title{ | ||
+ | display: none; | ||
+ | } | ||
+ | #sideMenu{ | ||
+ | display: none; | ||
+ | } | ||
− | + | #content, | |
− | + | .vs-content, | |
+ | .vs-wrapper section { | ||
+ | background-color: transparent !important; | ||
+ | } | ||
− | + | .my-backTop:visited { | |
− | + | color: #F8A886 !important; | |
− | + | } | |
− | + | .body{ | |
+ | width:100%; | ||
+ | } | ||
+ | .header{ | ||
+ | height:52px; | ||
+ | line-height: 52px; | ||
+ | width:100%; | ||
+ | background: #06323D; | ||
+ | /*background-color: #3D577F;*/ | ||
+ | margin:0px auto; | ||
+ | position:fixed;/*固定作用*/ | ||
+ | top:15px; /*改*/ | ||
+ | /*top:0px;*/ | ||
+ | z-index: 1001; | ||
+ | opacity:0.7; | ||
+ | } | ||
− | + | .header_main li, .header_sub li{ | |
+ | list-style-type: none; | ||
+ | } | ||
+ | .header_main li a{ | ||
+ | text-decoration: none; | ||
+ | display: inline-block; | ||
+ | height: 52px; | ||
+ | width:150px; | ||
+ | line-height: 52px; | ||
+ | text-align: center; | ||
+ | font-family: Corbel; | ||
+ | font-weight: bolder; | ||
+ | color:#fff; | ||
+ | } | ||
− | + | .header_main li{ | |
− | + | float: left; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
+ | .header_main li a:hover{ | ||
+ | color:#fff; | ||
+ | background: #85183c; | ||
+ | border-radius: 5px; | ||
+ | width:150px; | ||
+ | height:55px; | ||
+ | } | ||
− | |||
− | |||
− | + | .header_sub{ | |
− | + | display: none; | |
− | + | /*position: absolute;*/ | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .header_main li:hover .header_sub{ | ||
+ | display: block; | ||
+ | background-color: #06323D; | ||
+ | position: relative; | ||
+ | left:-40px; | ||
+ | top:-10px; | ||
+ | } | ||
− | + | .header_sub li{ | |
+ | float: none; | ||
+ | } | ||
− | + | .header_main_pic{ | |
+ | margin-left: -14px; | ||
+ | /*margin-left: -18px;*/ | ||
+ | margin-right: 30px; | ||
+ | margin-top: -5px; | ||
+ | } | ||
− | + | .header_main_pic img{ | |
− | + | height:52px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | .middle{ | |
+ | height:700px; | ||
+ | width:100%; | ||
+ | background:#B3E7F0; | ||
+ | margin:0px auto; | ||
+ | margin-top:0px; | ||
+ | } | ||
− | + | .middle_pic{ | |
− | + | margin-top: -12px; | |
− | + | height:1100px; | |
− | + | width:100%; | |
− | + | background: url(https://static.igem.org/mediawiki/2017/0/0f/Nanjing_NFLS_exp3.png) no-repeat fixed; | |
− | + | background-size: 1264px 825px; | |
− | + | background-position: center; | |
− | + | } | |
− | + | .middle_pic p{ | |
+ | width:1000px; | ||
+ | height:650px; | ||
+ | font-family: Times New Roman; | ||
+ | color:#fff; | ||
+ | font-size: 30px; | ||
+ | font-weight: bold; | ||
+ | position: relative; | ||
+ | left:380px; | ||
+ | top:200px; | ||
+ | } | ||
− | + | .attributions_title { | |
+ | width:100%; | ||
+ | height:70px; | ||
+ | background: #06323D; | ||
+ | opacity: 0.8; | ||
+ | margin-top:-200px; | ||
+ | } | ||
− | |||
− | + | .attributions_title_text{ | |
− | + | float:left; | |
− | + | height:70px; | |
− | + | line-height: 70px; | |
− | + | margin-left: 550px; | |
− | + | color:#fff; | |
− | + | font-family: Times New Roman; | |
− | + | } | |
− | + | ||
− | + | .Attributions{ | |
+ | width:100%; | ||
+ | height:800px; | ||
+ | background: url(https://static.igem.org/mediawiki/2017/9/98/Nanjing_NFLS--algal_textbackground.jpg),no-repeat,fixed; | ||
+ | background-size: 100%; | ||
+ | } | ||
− | |||
+ | .Attributions_content{ | ||
+ | width:1200px; | ||
+ | margin: 0px auto; | ||
+ | font-size: 20px; | ||
+ | position:relative; | ||
+ | top:10px; | ||
+ | left:10px; | ||
+ | } | ||
− | </div> | + | /*底部导航*/ |
+ | .bottom{ | ||
+ | width: 100%; | ||
+ | height:150px; | ||
+ | background-color:#3C3E3F; | ||
+ | margin:0px auto; | ||
+ | padding:10px; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | |||
+ | .bottom_sub li, .bottom_main li{ | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | |||
+ | .bottom_main li a{ | ||
+ | text-decoration: none; | ||
+ | display: line-block; | ||
+ | height: 30px; | ||
+ | /*width:80px;*/ | ||
+ | width:5em; | ||
+ | margin-left:20px; | ||
+ | color:#fff; | ||
+ | font-family: Corbel; | ||
+ | } | ||
+ | |||
+ | .bottom_main li a:hover{ | ||
+ | color:#8797F0; | ||
+ | } | ||
+ | |||
+ | .bottom_main li{ | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | .bottom_sub li{ | ||
+ | float: none; | ||
+ | } | ||
+ | |||
+ | .bottom_main_a{ | ||
+ | font-size: 25px; | ||
+ | } | ||
+ | |||
+ | .contact_us{ | ||
+ | float:right; | ||
+ | width: 300px; | ||
+ | height:90px; | ||
+ | margin-right:157px; | ||
+ | margin-top:-16px; | ||
+ | } | ||
+ | |||
+ | .contact_us p{ | ||
+ | font-size: 18px; | ||
+ | font-family: Calibri; | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | #contact_us_title{ | ||
+ | font-size:25px; | ||
+ | } | ||
+ | |||
+ | .bottom_pic{ | ||
+ | float:right; | ||
+ | position: absolute; | ||
+ | right:20px; | ||
+ | } | ||
+ | |||
+ | .bottom_sub{ | ||
+ | position: relative; | ||
+ | left:-46px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class = "header" > | ||
+ | <ol class = "header_main" style="list-style-type:none;"> | ||
+ | <li class = "header_main_pic" style="list-style-type:none;"><img src="https://static.igem.org/mediawiki/2017/b/bf/Nanjing_NFLS_headline.jpg" ></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS">HOME</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project">PROJECT</a> | ||
+ | <ol class="header_sub"> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #overview_id">OVERVIEW</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #design_id">DESIGN</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #result_id">RESULT</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #verification_id">VERIFICATION</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #safety_id">SAFETY</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Teams">TEAMS</a> | ||
+ | <ol class="header_sub"> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Teams #members_id">MEMBERS</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Teams #instructors_id">INSTRUCTORS</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Attributions">ATTRIBUTIONS</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Collaborations">COLLABORATIONS</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/HP/Silver">HUMAN PRACTICE</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Notebook">NOTEBOOK</a> | ||
+ | <ol class="header_sub"> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Notebook #protocol">PROTOCOL</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Notebook #lab_pictures">LAB PICTURES</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Parts">PARTS</a></li> | ||
+ | </ol> | ||
+ | </div> | ||
+ | |||
+ | <!-- 中间那个图 --> | ||
+ | <div class = "middle"> | ||
+ | <div class = "middle_pic"><p style = " width:1000px; | ||
+ | height:650px; | ||
+ | font-family: Times New Roman; | ||
+ | color:#fff; | ||
+ | font-size: 30px; | ||
+ | font-weight: bold; | ||
+ | position: relative; | ||
+ | left:380px; | ||
+ | top:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Attributions --> | ||
+ | <div class = "attributions_title" id = "attributions_id"> | ||
+ | <div class = "attributions_title_text" style = "text-align:center; font-size:60px;">Attributions</div> | ||
+ | </div> | ||
+ | |||
+ | <div class = "Attributions"> | ||
+ | <div class = "Attributions_content"> | ||
+ | |||
+ | <p style = " font-size: 20px; | ||
+ | position:relative; left:10px; font-family:Century Gothic;"> | ||
+ | Students at Nanjing_NFLS team started and took charge of the whole project, including initiating the whole project (choosing topics and arranging research schedules), carrying out experiment procedures at Southeast University, analyzing and categorizing the results, designing the websites and integrating the public to our project (in-field work of human practices). We really appreciate every member’s effort and time! Thank you!<br><br> | ||
+ | |||
+ | We would also like to thank those who have helped us throughout the year, not only for their help on our iGEM project, but also for the fun and exciting moments they brought to our project. Without them, the whole project wouldn’t be such a success! Thanks go to:<br><br> | ||
+ | |||
+ | <b>Dr. Qinyu Ge</b> and <b>Dr. Jing Tu</b> - Lecturer in biomedical engineering, Southeast Univ.- for assisting with understanding of laboratory equipment, supervising our lab techniques and aiding us in protocol design<br><br> | ||
+ | |||
+ | <b>Mr. Kaiming Ni</b> and <b>Mr. Na Lu</b> - Student of Opto-electronic Engineering, Southeast Univ.- for instructing us basic skills of websites editing at the beginning and for solving problems when we are editing the pages.<br><br> | ||
+ | |||
+ | <b>Mr. Jun Liu</b> and <b>Ms. Kate Chen</b> - Potentia Corporation of Nanjing- for providing study rooms and mentoring the processes and helping to supervise our presentation preparation.<br><br> | ||
+ | |||
+ | <b>Mr. Zheng Zou</b> - Principal of Nanjing Foreign Language School- for providing an equal and democratic chance for the innovators to release their voices and studies inside school (at school festivals and club activity times).<br><br> | ||
+ | |||
+ | <b>Chibi Road Primary School</b> - for organizing students listening to our lectures in Human Practice part.<br><br> | ||
+ | |||
+ | We would also like express our gratitude to our fellow friends in schools elsewhere in China, for linking their classmates with our project promotion. You really did a lot to bring our project to a national or even international level. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- 底部导航 --> | ||
+ | <div class = "bottom"> | ||
+ | <ol class = "bottom_main" style="list-style-type:none;"> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS" class = "bottom_main_a">Home</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project" class = "bottom_main_a">Project</a> | ||
+ | <ol class="bottom_sub"> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #overview">Overview</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #design_id">Design</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #result_id">Result</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #verification_id">Verification</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Project #safety_id">Safety</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Teams" class = "bottom_main_a">Teams</a> | ||
+ | <ol class="bottom_sub"> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Teams #members_id">Members</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Teams #instructors_id">Instructors</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Attributions">Attributions</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Collaborations">Collaborations</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/HP/Silver" class = "bottom_main_a">Human Practice</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Notebook" class = "bottom_main_a">Notebook</a> | ||
+ | <ol class="bottom_sub"> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Notebook #protocol">Protocol</a></li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Notebook #lab_pictures">Lab pictures</a></li> | ||
+ | </ol> | ||
+ | </li> | ||
+ | <li style="list-style-type:none;"><a href="https://2017.igem.org/Team:Nanjing_NFLS/Parts" class = "bottom_main_a">Parts</a></li> | ||
+ | </ol> | ||
+ | |||
+ | <div class = "contact_us"> | ||
+ | <p id = "contact_us_title" style = "font-size:25px;">Contact us:</p> | ||
+ | <p>Email: NFLS_iGEM@126.com</p> | ||
+ | <p>Mobile: +86 15195987932</p> | ||
+ | <p>Address: 30 East Beijing Road, Nanjing,<br>Jiangsu, China</p> | ||
+ | </div> | ||
+ | |||
+ | <div class = "bottom_pic"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/8b/HQ_page_logo.jpg"> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 02:44, 30 October 2017
Students at Nanjing_NFLS team started and took charge of the whole project, including initiating the whole project (choosing topics and arranging research schedules), carrying out experiment procedures at Southeast University, analyzing and categorizing the results, designing the websites and integrating the public to our project (in-field work of human practices). We really appreciate every member’s effort and time! Thank you!
We would also like to thank those who have helped us throughout the year, not only for their help on our iGEM project, but also for the fun and exciting moments they brought to our project. Without them, the whole project wouldn’t be such a success! Thanks go to:
Dr. Qinyu Ge and Dr. Jing Tu - Lecturer in biomedical engineering, Southeast Univ.- for assisting with understanding of laboratory equipment, supervising our lab techniques and aiding us in protocol design
Mr. Kaiming Ni and Mr. Na Lu - Student of Opto-electronic Engineering, Southeast Univ.- for instructing us basic skills of websites editing at the beginning and for solving problems when we are editing the pages.
Mr. Jun Liu and Ms. Kate Chen - Potentia Corporation of Nanjing- for providing study rooms and mentoring the processes and helping to supervise our presentation preparation.
Mr. Zheng Zou - Principal of Nanjing Foreign Language School- for providing an equal and democratic chance for the innovators to release their voices and studies inside school (at school festivals and club activity times).
Chibi Road Primary School - for organizing students listening to our lectures in Human Practice part.
We would also like express our gratitude to our fellow friends in schools elsewhere in China, for linking their classmates with our project promotion. You really did a lot to bring our project to a national or even international level.