|
|
(323 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
− | {{NKU_CHINA}} | + | {{Template:NKU_CHINA/header}} |
| <html> | | <html> |
| + | <head> |
| + | <style type="text/css"> |
| + | .footer-w3ls ul.social-icons1 li a { |
| + | margin-right:2px!important; |
| + | padding:0px !important; |
| + | } |
| + | #loading { |
| + | width: 100%; |
| + | height: 100%; |
| + | background: black; |
| + | position: fixed; |
| + | top:0; |
| + | left:0; |
| + | z-index:10000; |
| + | } |
| + | #loading_p { |
| + | position: fixed; |
| + | top: 0; |
| + | left: 0; |
| + | width: 100%; |
| + | height: 100%; |
| + | z-index:99999; |
| + | } |
| | | |
− | <style>
| + | .loader-ring { |
− | /**************************************************************************************************************************************************************************************************/
| + | position: fixed; |
| + | top: 50%; |
| + | left: 50%; |
| + | margin: -120px 0 0 -120px; |
| + | width: 240px; |
| + | height: 240px; |
| + | z-index:10000; |
| + | } |
| | | |
| + | .loader-ring-light { |
| + | width: 240px; |
| + | height: 240px; |
| + | -moz-border-radius: 240px; |
| + | -webkit-border-radius: 240px; |
| + | border-radius: 240px; |
| + | -moz-box-shadow: 0 4px 0 #00abf2 inset; |
| + | -webkit-box-shadow: 0 4px 0 #00abf2 inset; |
| + | box-shadow: 0 4px 0 #00abf2 inset; |
| + | animation: rotate-360 2s linear infinite; |
| + | } |
| | | |
| + | .loader-ring-track { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 0; |
| + | width: 240px; |
| + | height: 240px; |
| + | -moz-border-radius: 240px; |
| + | -webkit-border-radius: 240px; |
| + | border-radius: 240px; |
| + | -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset; |
| + | -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset; |
| + | box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset; |
| + | } |
| | | |
− | /**************************************************************************************************************************************************************************************************/
| + | @keyframes rotate-360 { |
− | /* DEFAULT WIKI SETTINGS */
| + | from { |
− | /**************************************************************************************************************************************************************************************************/
| + | -moz-transform: rotate(0); |
− | | + | -ms-transform: rotate(0); |
− | | + | -webkit-transform: rotate(0); |
− | #home_logo, #sideMenu { display:none; }
| + | -o-transform: rotate(0); |
− | #sideMenu, #top_title, .patrollink {display:none;}
| + | transform: rotate(0); |
− | #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
| + | } |
− | body {background-color:white; }
| + | to { |
− | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
| + | -moz-transform: rotate(360deg); |
− | | + | -ms-transform: rotate(360deg); |
− | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
| + | -webkit-transform: rotate(360deg); |
− | | + | -o-transform: rotate(360deg); |
− | | + | transform: rotate(360deg); |
− | /**************************************************************************************************************************************************************************************************/
| + | } |
− | /* MENU */
| + | } |
− | /**************************************************************************************************************************************************************************************************/
| + | .fullscreenvideo { |
− | | + | position: absolute; |
− | /*this wraps the whole of the menu*/
| + | top: 70%; |
− | .igem_2018_team_menu {
| + | left: 50%; |
− | background-color:#c4baba;
| + | min-width: 100%; |
− | border-left: 1px solid #c4baba;
| + | min-height: 100%; |
− | display:block;
| + | width: auto; |
− | float:right;
| + | height: auto; |
− | height:100vh;
| + | z-index: -100; |
− | max-width: 270px;
| + | -webkit-transform: translateX(-50%) translateY(-50%); |
− | overflow-y: auto;
| + | transform: translateX(-50%) translateY(-50%); |
− | overflow-x: hidden;
| + | -webkit-transition: 1s opacity; |
− | padding:0px;
| + | transition: 1s opacity; |
− | position:fixed;
| + | |
− | right:0%;
| + | |
− | text-align:left;
| + | |
− | width: 15%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_menu.displaying_menu{
| + | |
− | display:block;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_menu a {
| + | |
− | color: #484848;
| + | |
− | text-decoration:none;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_menu img {
| + | |
− | width:100%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_menu .menu_item {
| + | |
− | background-color: #c4baba;
| + | |
− | border-bottom: 1px solid #928b8b;
| + | |
− | clear: both;
| + | |
− | color: #484848;
| + | |
− | cursor: pointer;
| + | |
− | float: left;
| + | |
− | font-size: 120%;
| + | |
− | font-weight: bold;
| + | |
− | padding: 15px 0px 15px 5%;
| + | |
− | width: 100%;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_menu .menu_item.direct_link {
| + | |
− | color: #484848;
| + | |
− | padding-left: 15%;
| + | |
− | }
| + | |
− | .igem_2018_team_menu .menu_item:hover {
| + | |
− | background-color: #ecb656;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_menu .menu_item .submenu_control_icon {
| + | |
− | color: #484848;
| + | |
− | float: left;
| + | |
− | width: 10%;
| + | |
− | }
| + | |
− | | + | |
− | /* submenu icon "+" "-"*/
| + | |
− | .igem_2018_team_menu .menu_item .submenu_control_icon::before {
| + | |
− | content: "+";
| + | |
− | }
| + | |
− | | + | |
− | /* submenu icon "+" "-"*/
| + | |
− | .igem_2018_team_menu .menu_item .submenu_control_icon.open::before {
| + | |
− | content: "-";
| + | |
− | }
| + | |
− | | + | |
− | /*submenu wrapper*/
| + | |
− | .igem_2018_team_menu .submenu{
| + | |
− | background-color: #e4dede;
| + | |
− | clear:both;
| + | |
− | display:none;
| + | |
− | float: left;
| + | |
− | width:100%;
| + | |
− | }
| + | |
− | | + | |
− | /*styling for a submenu item*/
| + | |
− | .igem_2018_team_menu .submenu .submenu_item {
| + | |
− | border-bottom: 1px solid #c4baba;
| + | |
− | color: #635d5d;
| + | |
− | height: 30px;
| + | |
− | float: left;
| + | |
− | font-size: 110%;
| + | |
− | font-weight: bold;
| + | |
− | padding: 12px 0px 0px 15%;
| + | |
− | width: 100%;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_menu .submenu .submenu_item:hover {
| + | |
− | background-color: #f3bd5d;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_menu .submenu .submenu_item.current_page,
| + | |
− | .igem_2018_team_menu .menu_item.current_page,
| + | |
− | .igem_2018_team_menu .menu_item.direct_link.current_page {
| + | |
− | background-color:#7acbd8;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /*mobile menu bar styling*/
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_mobile_bar {
| + | |
− | background-color:#e4dede;
| + | |
− | border-bottom: 1px solid #c4baba;
| + | |
− | cursor:pointer;
| + | |
− | display:none;
| + | |
− | float:left;
| + | |
− | margin-top: 0;
| + | |
− | padding: 5px 0;
| + | |
− | position:fixed;
| + | |
− | width:100%;
| + | |
− | }
| + | |
− | | + | |
− | .igem_logo_mobile img {
| + | |
− | width:70px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_logo_mobile {
| + | |
− | float:left;
| + | |
− | padding-left: 5%;
| + | |
− | width: 30%;
| + | |
− | }
| + | |
− | | + | |
− | .igem_menu_control_mobile img {
| + | |
− | width:25px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_menu_control_mobile {
| + | |
− | float:right;
| + | |
− | padding-right:5%;
| + | |
− | padding-top:5px;
| + | |
− | text-align:right;
| + | |
− | width: 30%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | /* CONTENT OF THE PAGE */
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | /* general wrapper for the content */
| + | |
− | .igem_2018_team_content {
| + | |
− | background-color:white;
| + | |
− | display:block;
| + | |
− | width: 87%;
| + | |
− | }
| + | |
− | | + | |
− | /* subwrapper to center content */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper {
| + | |
− | margin:auto;
| + | |
− | max-width: 1400px;
| + | |
− | width:90%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /*general styling*/
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 210%;}
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: 190%;}
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 170%;}
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 150%;}
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 140%;}
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;}
| + | |
− | | + | |
− | | + | |
− | /* styling for the titles h1, h2*/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
| + | |
− | border-bottom:0px;
| + | |
− | color: #635d5d;
| + | |
− | font-family: "Arial Black", Gadget, sans-serif;
| + | |
− | padding: 10px 0px;
| + | |
− | }
| + | |
− | | + | |
− | /* styling for the titles h3, h3, h5, h6 */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h3,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h4,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h5,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper h6 {
| + | |
− | border-bottom:0px;
| + | |
− | color: #928b8b;
| + | |
− | font-family: "Arial Black", Gadget, sans-serif;
| + | |
− | padding: 5px 0px;
| + | |
− | }
| + | |
− | | + | |
− | /* text */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper p {
| + | |
− | font-size: 130%;
| + | |
− | font-family: Arial, Helvetica, sans-serif;
| + | |
− | padding: 5px 0px;
| + | |
− | text-align: left;
| + | |
− | color: #484848;
| + | |
− | }
| + | |
− | | + | |
− | /* Links */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper a {
| + | |
− | color: #5bc7d8;
| + | |
− | font-weight: bold;
| + | |
− | text-decoration: underline;
| + | |
− | text-decoration-color:#5bc7d8;
| + | |
− | transition: all 0.4s ease;
| + | |
− | -webkit-transition: all 0.4s ease;
| + | |
− | -moz-transition: all 0.4s ease;
| + | |
− | -ms-transition: all 0.4s ease;
| + | |
− | -o-transition: all 0.4s ease;
| + | |
− | }
| + | |
− | | + | |
− | /* hover for the links */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper a:hover {
| + | |
− | color: #f8b732;
| + | |
− | text-decoration:none;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | /* Table */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper table {
| + | |
− | border: 1px solid #928b8b;
| + | |
− | border-collapse: collapse;
| + | |
− | font-size: 130%;
| + | |
− | width: 100%;
| + | |
− | }
| + | |
− | | + | |
− | /* table cells */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper td {
| + | |
− | border: 1px solid #c4baba;
| + | |
− | border-collapse: collapse;
| + | |
− | font-size: 105%;
| + | |
− | padding: 10px;
| + | |
− | vertical-align: text-top;
| + | |
− | }
| + | |
− | | + | |
− | /* table headers */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper th {
| + | |
− | background-color:#c4baba;
| + | |
− | border: 1px solid #928b8b;
| + | |
− | border-collapse: collapse;
| + | |
− | font-size: 110%;
| + | |
− | padding: 10px;
| + | |
− | vertical-align: text-top;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /* non numbered lists */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol {
| + | |
− | font-size: 130%;
| + | |
− | font-family: Arial, Helvetica, sans-serif;
| + | |
− | padding:0px 20px;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ul li,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ul ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ol li,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ul li,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ol li,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ul li,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ol li{ font-size: 76%; }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /*layout classes*/
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | /*main layout class */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column {
| + | |
− | float:left;
| + | |
− | margin: 1% 2%;
| + | |
− | padding: 0px;
| + | |
− | }
| + | |
− | | + | |
− | /* 100% */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size { width:96%; }
| + | |
− | | + | |
− | /* 66% */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size { width: 62.6%; }
| + | |
− | | + | |
− | /* 33% */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size { width: 29.3%; }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | /*styling for all images*/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size img,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size img,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size img {
| + | |
− | margin-bottom: 15px;
| + | |
− | width: 100%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | /* page break */
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .clear {
| + | |
− | clear:both;
| + | |
− | }
| + | |
− | /*add extra space to page break with clear class*/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space {
| + | |
− | height: 30px;
| + | |
− | }
| + | |
− | | + | |
− | /* horizontal line to divide the page*/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .line_divider {
| + | |
− | border-top: 1px solid #c4baba;
| + | |
− | margin: auto;
| + | |
− | width: 98%;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− |
| + | |
− | /*support classes*/
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | | + | |
− | /*Button */
| + | |
− | /************************************************/
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link {
| + | |
− | font-size: 130%;
| + | |
− | margin: 30px auto;
| + | |
− | text-align: center;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a {
| + | |
− | background-color: #5bc7d8;
| + | |
− | color: #635d5d !important;
| + | |
− | font-weight: bold;
| + | |
− | margin: auto;
| + | |
− | text-decoration: none !important;
| + | |
− | padding: 10px 15px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a:hover {
| + | |
− | background-color: #f8b732 !important;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight {
| + | |
− | padding: 15px 20px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight p,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h1,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h2,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h3,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h4,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h5,
| + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h6 {
| + | |
− | padding: 5px 15px;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_background {
| + | |
− | background-color: #e4dede;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
| + | |
− | border-top: 4px solid #5bc7d8;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
| + | |
− | border: 4px solid #5bc7d8;
| + | |
− | }
| + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top {
| + | |
− | border-top: 4px solid #f8b732
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full {
| + | |
− | border: 4px solid #f8b732;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | /*mobile*/
| + | |
− | /**************************************************************************************************************************************************************************************************/
| + | |
− | | + | |
− | | + | |
− | /* 1800px */
| + | |
− | /************************************************/
| + | |
− | @media only screen and (max-width: 1800px) {
| + | |
− | .igem_2018_team_content { width: 85%;}
| + | |
− | .igem_2018_team_menu {display:block;}
| + | |
| } | | } |
− | | + | .videocontainer{ |
− | /* 1400px */
| + | position: fixed; |
− | /************************************************/
| + | width: 100%; |
− | @media only screen and (max-width: 1400px) {
| + | height: 130%; |
− | .igem_2018_team_menu .menu_item { font-size:100%;}
| + | overflow: hidden; |
− | .igem_2018_team_menu .submenu .submenu_item { font-size:90%;}
| + | z-index: -100; |
− | .igem_2018_team_menu {display:block;}
| + | top: -25%; |
− | } | + | text-align: center; |
− | | + | } |
− | @media only screen and (max-width: 1001px) { | + | .videocontainer:before{ |
− | .igem_2018_team_menu {display:block;}
| + | content: ""; |
− | }
| + | position: absolute; |
− | | + | width: 100%; |
− | /* 1000px */
| + | height: 100%; |
− | /************************************************/
| + | display: block; |
− | @media only screen and (max-width: 1000px) {
| + | z-index: -10; |
− | .igem_2018_team_content {width:100%; margin-left:0px;}
| + | top: 0; |
− | .igem_2018_team_menu {display:none; margin-top: 45px; min-width:50%; width:50%;}
| + | left: 0; |
− | .igem_2018_team_mobile_bar {display:block;}
| + | } |
− | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size, .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size,.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size {width:96%; }
| + | #PopQC_largr { |
− | | + | display: none; |
− | }
| + | } |
− | | + | #jun { |
− | | + | display: none; |
− | @media only screen and (max-width: 500px) {
| + | } |
− | .igem_2018_team_menu {min-width:100%; width:100%; }
| + | #sihuansu { |
− | | + | display: none; |
− | | + | z-index: 10; |
− | <div class="column full_size" >
| + | } |
− | <h1> Welcome to iGEM 2018! </h1>
| + | #pop_circle { |
− | <p>Your team has been approved and you are ready to start the iGEM season! </p> | + | display: none; |
− | | + | } |
− | | + | .linkto{ |
− | <img src="http://placehold.it/1080x320/c4baba/e4dede">
| + | position: absolute; |
− |
| + | top:72vh; |
− | | + | left: 50%; |
− | </div>
| + | transform: translateX(-50%); |
− | | + | -moz-transform: translateX(-50%); |
− | | + | -ms-transform: translateX(-50%); |
− | <div class="column full_size" >
| + | -webkit-transform: translateX(-50%); |
− | | + | z-index: 10; |
− | <h3>Before you start</h3>
| + | } |
− | <p> Please read the following pages:</p>
| + | .link2to{ |
− | <ul>
| + | transform: translateX(-50%); |
− | <li> <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
| + | -moz-transform: translateX(-50%); |
− | <li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li> | + | -ms-transform: translateX(-50%); |
− | <li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li> | + | -webkit-transform: translateX(-50%); |
− | </ul>
| + | z-index: 10; |
| + | } |
| + | .a_link {cursor: pointer;} |
| + | .btn_video { |
| + | color: white; |
| + | background: none; |
| + | text-align: center; |
| + | } |
| + | #zhuyetu img:hover { |
| + | -webkit-transition: all 0.5s; |
| + | -o-transition: all 0.5s; |
| + | transition: all 0.5s; |
| + | -webkit-transform: scale(1.2); |
| + | -ms-transform: scale(1.2); |
| + | transform: scale(1.2); |
| + | } |
| + | </style> |
| + | <script type="text/javascript"> |
| + | $(function(){ |
| + | var bgVideo=document.getElementById("videohome"); |
| + | bgVideo.addEventListener('canplaythrough',function(){ |
| + | $('#loading').css("display","none"); |
| + | $('.loader-ring').css("display","none"); |
| + | $('#loading_p').css("display","none"); |
| + | $('#PopQC_largr').css("display","block"); |
| + | $('#jun').fadeIn(4000); |
| + | $('#sihuansu').fadeIn(4000); |
| + | $('#pop_circle').css("display","block"); |
| + | }); |
| + | }); |
| + | function scrollupone() { |
| + | $("html, body").animate({ |
| + | scrollTop: $("#dinwei").offset().top }, {duration: 700,easing: "swing"}); |
| + | } |
| + | function scrolluptwo() { |
| + | $("html, body").animate({ |
| + | scrollTop: $("#dinwei2").offset().top }, {duration: 700,easing: "swing"}); |
| + | } |
| + | </script> |
| + | </head> |
| + | <body> |
| + | <div id="loading"></div> |
| + | <div id="loading_p"> |
| + | <p style="color: white;font-family:myTitle3;font-size:30px;position:relative;top:47%;left:46%">Loading...</p> |
| </div> | | </div> |
| | | |
− | | + | <div class="loader-ring"> |
− | <div class="clear extra_space"></div> | + | <div class="loader-ring-light"></div> |
− | <div class="line_divider"></div> | + | <div class="loader-ring-track"></div> |
− | <div class="clear extra_space"></div> | + | |
− | | + | |
− | | + | |
− | | + | |
− | <div class="column full_size" >
| + | |
− | <h3> Styling your wiki </h3>
| + | |
− | <p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
| + | |
− | <p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
| + | |
− | | + | |
| </div> | | </div> |
| + | <div class="videocontainer"> |
| + | <div class="fullscreenvideo" > |
| + | <video id="videohome" autoplay="autoplay" muted="muted" loop="loop"> |
| + | <source src="https://static.igem.org/mediawiki/2018/d/db/T--NKU_CHINA--home_bg.mp4" type="video/mp4"> |
| + | </video> |
| + | </div> |
| + | </div> |
| + | <main> |
| + | <img src="https://static.igem.org/mediawiki/2018/9/98/T--NKU_CHINA--PopQC_larger.gif" id="PopQC_largr" style="position:absolute;left: 28%;top: -14%;z-index: 10;width: 600px;height: auto;"> |
| + | <img src="https://static.igem.org/mediawiki/2018/0/0e/T--NKU_CHINA--pop_circle.gif" id="pop_circle" style="position: absolute;left:34%;top: -3.5%;z-index: 10;"> |
| + | <img src="https://static.igem.org/mediawiki/2018/9/9d/T--NKU_CHINA--junfinal.png" id="jun" style="position: absolute;top: 7.5%;left: 20%;width: 450px;height: auto;z-index:20;"> |
| + | <img src="https://static.igem.org/mediawiki/2018/f/f9/T--NKU_CHINA--sihuansu.png" id="sihuansu" style="position: absolute;top: 4.5%;left: 55%;width: 500px;height: auto;"> |
| + | <div class="container-fluid"> |
| + | <div class="row"> |
| + | <div class="col-xs-12"> |
| + | <img src="https://static.igem.org/mediawiki/2018/f/fb/T--NKU_CHINA--empty.png" class="img-responsive center-block"> |
| + | <img class="img-responsive center-block" src="https://static.igem.org/mediawiki/2018/b/bf/T--NKU_CHINA--arrowdown.gif" style="width: 100px;height: auto;cursor:pointer;z-index:1000;position:absolute;top:20%;left:48%;" onclick="scrollupone()"> |
| | | |
− | | + | <div class="container"> |
− | | + | <div class="row"> |
− | | + | <div class="col-xs-12"> |
− | <div class="clear extra_space"></div> | + | <p><br><br></p> |
− | | + | </div> |
− | | + | </div> |
− | | + | </div> |
− | <div class="column third_size" > | + | <div class="container"> |
− | | + | <div class="row"> |
− | <h3> Uploading pictures and files </h3> | + | <div class="col-xs-12"> |
− | <p> You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p> | + | <h2 style="color: white; font-size: 60px; font-family: myTitle3;text-align: center;margin-top:30px;margin-bottom:20px;padding-top:0;padding-bottom:0;" id="dinwei">Short Video Display</h2> |
− | | + | </div> |
− | | + | <div class="col-xs-12 col-xs-push-1"> |
− | <p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p> | + | <video preload="preload" controls="controls" width="800" height="auto" id="nku_video" poster="https://static.igem.org/mediawiki/2018/b/b2/T--NKU_CHINA--video_image.jpg"> |
− | | + | <source src="https://static.igem.org/mediawiki/2018/b/b6/T--NKU_CHINA--igem_NKU.mp4" type="video/mp4"> |
− | <div class="button_link"> | + | </video> |
− | <a href="https://2018.igem.org/Special:Upload"> | + | </div> |
− | UPLOAD FILES
| + | <div class="col-xs-12" style="margin-top: 10px;"> |
− | </a> | + | <p style="text-align: center;"><a href="https://youtu.be/Gmr6zBYlpK0" style="color: white;font-size: 25px;">Cilck to watch our video on <span style="color: yellow;">YouTube</span></a></p> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <div class="container"> |
| + | <div class="row"> |
| + | <div class="col-xs-12"> |
| + | <img class="img-responsive center-block" src="https://static.igem.org/mediawiki/2018/b/bf/T--NKU_CHINA--arrowdown.gif" style="width: 100px;height: auto;cursor:pointer;" onclick="scrolluptwo()"> |
| </div> | | </div> |
− |
| |
| </div> | | </div> |
− |
| |
− | <div class="column third_size" >
| |
− | <h3> Wiki template information </h3>
| |
− | <p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
| |
− |
| |
− | </div>
| |
− |
| |
− |
| |
− |
| |
− | <div class="column third_size" >
| |
− | <div class="highlight decoration_B_full">
| |
− | <h3> Editing your wiki </h3>
| |
− | <p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
| |
− | <p>Use WikiTools - Edit in the black menu bar to edit this page</p>
| |
− |
| |
− | <div class="button_link">
| |
− | <a href="https://2018.igem.org/wiki/index.php?title=Team:NKU_CHINA&action=edit">
| |
− | EDIT PAGE
| |
− | </a>
| |
| </div> | | </div> |
| + | <div class="container"> |
| + | <div class="row"> |
| + | <div class="col-xs-12"> |
| + | <p id="dinwei2"><br><br><br><br><br><br></p> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <div class="container"> |
| + | <div class="row"> |
| + | <div class="col-xs-7" id="zhuyetu"> |
| + | <img src="https://static.igem.org/mediawiki/2018/e/e3/T--NKU_CHINA--zhuyetu.png" class="img-responsive"> |
| + | </div> |
| + | <div class="col-xs-5" style="margin-top: 25px;"> |
| + | <p style="color: white;font-size: 23px;line-height: 30px;" style="float: left;text-align: justify;">Population Quality Control (PopQC) system, is a new approach designed for biosynthesis yield enhancement, based on non-genetic cell-to-cell variation, which includes unequal cell division, different gene copy numbers, epigenetic modifications, random gene expression, volatile RNA stability, protein activity, etc.</p> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <div class="container"> |
| + | <div class="row"> |
| + | <div class="col-xs-12" style="margin-top: 20px;"> |
| + | <p style="color: white;font-size: 23px;line-height: 30px;text-align: justify;">Because of those differences, different cells in a single colony will have considerable variations in protein and metabolite concentrations. Therefore, in cell cultures there will be both high- and low-producers, and the intrinsic low-producers might cause suboptimal ensemble biosynthesis. The elimination of low-producers can realize the efficient utilization of substrates and high yield of target products. Thus, it has been proved to be an efficient way for biosynthesis being more suitable for large-scale industrial production. In our project, PopQC was designed as a plasmid-based gene circuit in <i>Bacillus amyloliquefaciens</i> LL3, which continuously selects high-performing cells in order to further improve the yield of target metabolite— glutamate, and then the secondary metabolites— γ-PGA.</p> |
| + | </div> |
| + | </div> |
| + | </div> |
| | | |
| + | </main> |
| + | |
| + | <footer> |
| + | <div class="container-fluid myFooter"> |
| + | <div class="row"> |
| + | <div class="col-xs-8 col-xs-push-1"> |
| + | <img src="https://static.igem.org/mediawiki/2018/0/0b/T--NKU_CHINA--duihui_final.png" style="height: 250px; width: auto;"> |
| + | </div> |
| + | <div class="col-xs-4 footer-w3ls"> |
| + | <h3 style="color: white; font-size: 30px;">Contacts</h3> |
| + | <ul class="social-icons1" style="margin:0 auto;padding-top:0;"> |
| + | <li><a href="https://www.facebook.com/iGEMNKU2018/"><i class="fa fa-facebook" aria-hidden="true"></i></a></li> |
| + | <li><a href="https://twitter.com/iGEMNKU2018"><i class="fa fa-twitter" aria-hidden="true"></i></a></li> |
| + | <li><a href="mailto:nkuigem2018@163.com"><i class="fa fa fa-envelope-o" aria-hidden="true"></i></a></li> |
| + | </ul> |
| + | <h3 style="color: white; font-size: 30px;">Address</h3> |
| + | <address style="color: white; font-size: 17px;"> |
| + | Nankai University</br> |
| + | No.94 Weijin Road, Nankai District</br> |
| + | Tianjin, P.R.China 300071</br> |
| + | </address> |
| + | </div> |
| + | <div class="col-xs-12"> |
| + | <p class="Copyright" style="text-align: center; color: white;">Copyright © Team NKU_CHINA 2018</p> |
| + | </div> |
| + | </div> |
| + | </footer> |
| | | |
− | </div>
| + | <a href="#0" class="cd-top">Top</a> |
− | </div>
| + | </body> |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | <div class="clear extra_space"></div>
| + | |
− | <div class="line_divider"></div>
| + | |
− | <div class="clear extra_space"></div>
| + | |
− | | + | |
− | | + | |
− | | + | |
− | <div class="column two_thirds_size" >
| + | |
− | <h3>Tips</h3>
| + | |
− | <p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
| + | |
− | <ul>
| + | |
− | <li>State your accomplishments! Tell people what you have achieved from the start. </li>
| + | |
− | <li>Be clear about what you are doing and how you plan to do this.</li>
| + | |
− | <li>You have a global audience! Consider the different backgrounds that your users come from.</li>
| + | |
− | <li>Make sure information is easy to find; nothing should be more than 3 clicks away. </li>
| + | |
− | <li>Avoid using very small fonts and low contrast colors; information should be easy to read. </li>
| + | |
− | <li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
| + | |
− | <li>Have lots of fun! </li>
| + | |
− | </ul>
| + | |
− | </div>
| + | |
− | | + | |
− | | + | |
− | <div class="column third_size">
| + | |
− | <div class="highlight decoration_A_full">
| + | |
− | <h3>Inspiration</h3>
| + | |
− | <p> You can also view other team wikis for inspiration! Here are some examples:</p>
| + | |
− | <ul>
| + | |
− | <li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
| + | |
− | <li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li> | + | |
− | <li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
| + | |
− | <li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
| + | |
− | <li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
| + | |
− | <li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
| + | |
− | </ul>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
| </html> | | </html> |