(9 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
margin-right:2px!important; | margin-right:2px!important; | ||
padding:0px !important; | padding:0px !important; | ||
+ | } | ||
+ | #indicatorscss { | ||
+ | left: 13%; | ||
} | } | ||
#team_header { | #team_header { | ||
Line 99: | Line 102: | ||
display: block; | display: block; | ||
z-index: -10; | z-index: -10; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | } | ||
+ | #loading { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background: black; | ||
+ | position: fixed; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | z-index:10000; | ||
+ | } | ||
+ | #loading_p { | ||
+ | position: fixed; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
− | + | width: 100%; | |
+ | height: 100%; | ||
+ | z-index:99999; | ||
+ | } | ||
+ | |||
+ | .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 { | ||
+ | from { | ||
+ | -moz-transform: rotate(0); | ||
+ | -ms-transform: rotate(0); | ||
+ | -webkit-transform: rotate(0); | ||
+ | -o-transform: rotate(0); | ||
+ | transform: rotate(0); | ||
+ | } | ||
+ | to { | ||
+ | -moz-transform: rotate(360deg); | ||
+ | -ms-transform: rotate(360deg); | ||
+ | -webkit-transform: rotate(360deg); | ||
+ | -o-transform: rotate(360deg); | ||
+ | transform: rotate(360deg); | ||
+ | } | ||
} | } | ||
</style> | </style> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | var bgVideo=document.getElementById("teambg"); | ||
+ | bgVideo.addEventListener('canplaythrough',function(){ | ||
+ | $('#loading').css("display","none"); | ||
+ | $('.loader-ring').css("display","none"); | ||
+ | $('#loading_p').css("display","none"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <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 class="loader-ring"> | ||
+ | <div class="loader-ring-light"></div> | ||
+ | <div class="loader-ring-track"></div> | ||
+ | </div> | ||
<div class="videocontainer"> | <div class="videocontainer"> | ||
<div class="fullscreenvideo" > | <div class="fullscreenvideo" > | ||
− | <video autoplay muted loop> | + | <video id="teambg" autoplay="autoplay" muted="muted" loop="loop"> |
<source src="https://static.igem.org/mediawiki/2018/f/fb/T--NKU_CHINA--BGofother.mp4" type="video/mp4"> | <source src="https://static.igem.org/mediawiki/2018/f/fb/T--NKU_CHINA--BGofother.mp4" type="video/mp4"> | ||
</video> | </video> | ||
Line 157: | Line 248: | ||
<div class="row" style="margin-top:-28px;"> | <div class="row" style="margin-top:-28px;"> | ||
<div class="carousel slide" data-ride="carousel" id="myCarousel_team"> | <div class="carousel slide" data-ride="carousel" id="myCarousel_team"> | ||
− | <ol class="carousel-indicators | + | <ol class="carousel-indicators" id="indicatorscss"> |
<li data-target="#myCarousel_team" data-slide-to="0" class="active"></li> | <li data-target="#myCarousel_team" data-slide-to="0" class="active"></li> | ||
<li data-target="#myCarousel_team" data-slide-to="1"></li> | <li data-target="#myCarousel_team" data-slide-to="1"></li> | ||
+ | <li data-target="#myCarousel_team" data-slide-to="2"></li> | ||
</ol> | </ol> | ||
<div class="carousel-inner"> | <div class="carousel-inner"> | ||
<div class="item active"> | <div class="item active"> | ||
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/4/48/T--NKU_CHINA--quanduihezhao.jpg" class="img-responsive"> |
</div> | </div> | ||
<div class="item"> | <div class="item"> | ||
<img src="https://static.igem.org/mediawiki/2018/e/ec/T--NKU_CHINA--hezhao1.jpg" class="img-responsive"> | <img src="https://static.igem.org/mediawiki/2018/e/ec/T--NKU_CHINA--hezhao1.jpg" class="img-responsive"> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c0/T--NKU_CHINA--hezhao3.jpg" class="img-responsive"> | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 21:17, 17 October 2018
Loading...
NKU_CHINA
NKU_CHINA consists of faculty members and students from Nankai University. Located in the east coast of Asia and one of the most developed and prosperous cities in mainland China, Nankai University is making groundbreaking progress in both natural and social sciences while holding fast to the orthodox beliefs that inspire us to dedicate to the interest of the public and the nation.
Instructors
Zhihui Cheng
chengzhihui77@yahoo.com
Chao Yang
yangchaonk@163.com
Weixia Gao
watersave@126.com
Members
Yu Zhao
1984495492@qq.com
Danqing Tong
tongdanqing98@163.com
Zhaolin Ma
1716882396@qq.com
Min Zheng
1549679366@qq.com
Guanyue Xiong
15180573969@163.com
Lin Luan
lenient.luan@foxmail.com
Senhao Kou
1002610646@qq.com
Zhihao Yan
624869801@qq.com
Qiuhan Lang
1610862@nankai.edu.cn
Zixin Zhao
1610838@mail.nankai.edu.cn
Wanru Zhang
zwr97@126.com
Bo Xu
2743935191@qq.com
Fanyang He
hefanyang@mail.nankai.edu.cn
Haolin Zhong
zhlien@mail.nankai.edu.cn