(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
Line 30: | Line 29: | ||
float: left; | float: left; | ||
top: 0px; | top: 0px; | ||
− | background-color: # | + | background-color: #592e2e; |
margin-top:0px; | margin-top:0px; | ||
width: 10%; | width: 10%; | ||
Line 70: | Line 69: | ||
filter: brightness(200%); | filter: brightness(200%); | ||
transform: scale(1.2); | transform: scale(1.2); | ||
+ | } | ||
+ | |||
+ | .line { | ||
+ | position: fixed; | ||
+ | float: left; | ||
+ | top: 0px; | ||
+ | left:10%; | ||
+ | background-color: #ffb6bc; | ||
+ | width: 1%; | ||
+ | height: 100%; | ||
+ | padding-right:-20px; | ||
+ | padding-top:10px; | ||
} | } | ||
Line 109: | Line 120: | ||
transition: 0.3s; | transition: 0.3s; | ||
font-weight:bold; | font-weight:bold; | ||
− | font-size: | + | font-size:19px; |
− | + | ||
} | } | ||
Line 157: | Line 167: | ||
top:0px; | top:0px; | ||
z-index: -1; | z-index: -1; | ||
− | |||
} | } | ||
Line 180: | Line 189: | ||
font-size: 18px; | font-size: 18px; | ||
z-index: 2; | z-index: 2; | ||
− | |||
margin-left:50px; | margin-left:50px; | ||
line-height: 35px; | line-height: 35px; | ||
Line 201: | Line 209: | ||
font-weight:bold; | font-weight:bold; | ||
font-size: 25px; | font-size: 25px; | ||
− | |||
padding-bottom: 20px; | padding-bottom: 20px; | ||
} | } | ||
Line 220: | Line 227: | ||
} | } | ||
+ | #btn{ | ||
+ | display: none; | ||
+ | position: fixed; | ||
+ | left: 90%; | ||
+ | bottom: 40px; | ||
+ | height:80px; | ||
+ | width: 80px; | ||
+ | background: url(https://static.igem.org/mediawiki/2018/d/d1/T--Tongji-Software--top.png) no-repeat left top; | ||
+ | background-size:100% auto; | ||
+ | } | ||
</style> | </style> | ||
Line 244: | Line 261: | ||
<a href="https://2018.igem.org/Team:Tongji-Software/Requirements" original-title="Project"><li><img src="https://static.igem.org/mediawiki/2018/5/5f/T--Tongji-Software--Req.svg" width="35%" ></li></a> | <a href="https://2018.igem.org/Team:Tongji-Software/Requirements" original-title="Project"><li><img src="https://static.igem.org/mediawiki/2018/5/5f/T--Tongji-Software--Req.svg" width="35%" ></li></a> | ||
− | <a href="https://2018.igem.org/Team:Tongji-Software/ | + | <a href="https://2018.igem.org/Team:Tongji-Software/Human_Practices" original-title="Project"><li><img src="https://static.igem.org/mediawiki/2018/c/cc/T--Tongji-Software--Hum.svg" width="35%" ></li></a> |
− | <a href="https://2018.igem.org/Team:Tongji-Software/ | + | <a href="https://2018.igem.org/Team:Tongji-Software/Medal" original-title="Project"><li><img src="https://static.igem.org/mediawiki/2018/8/8b/T--Tongji-Software--Med.svg" width="35%" ></li></a> |
</ul> | </ul> | ||
</div> | </div> | ||
+ | <div class="line"></div> | ||
+ | <div><a href="javascript:;" id="btn" title="Return to Top"></a></div> | ||
<div id = "wrapper"> | <div id = "wrapper"> | ||
<div class="left" id = "sidebar-wrapper"> | <div class="left" id = "sidebar-wrapper"> | ||
Line 352: | Line 371: | ||
</script> | </script> | ||
+ | <script> | ||
+ | window.onload = function(){ | ||
+ | |||
+ | var mybtn = document.getElementById("btn"); | ||
+ | var Time1 = null; | ||
+ | var isTop = true; | ||
+ | mybtn.onclick = function(){ | ||
+ | |||
+ | Time1 = setInterval(function(){ | ||
+ | var osTop = document.body.scrollTop||document.documentElement.scrollTop; | ||
+ | |||
+ | var speed = Math.ceil(osTop/2); | ||
+ | |||
+ | document.body.scrollTop = document.documentElement.scrollTop = osTop - speed; | ||
+ | if(osTop <= 0){ | ||
+ | |||
+ | clearInterval(Time1); | ||
+ | } | ||
+ | isTop = true ; | ||
+ | },100) | ||
+ | } | ||
+ | |||
+ | |||
+ | window.onscroll = function(){ | ||
+ | |||
+ | var osTop = document.body.scrollTop||document.documentElement.scrollTop; | ||
+ | |||
+ | var clientHeight = document.documentElement.clientHeight; | ||
+ | |||
+ | if (osTop>clientHeight) { | ||
+ | mybtn.style.display = "block" | ||
+ | } | ||
+ | else{ | ||
+ | mybtn.style.display = "none" | ||
+ | } | ||
+ | if (!isTop) { | ||
+ | clearInterval(Time1); | ||
+ | } | ||
+ | isTop = false; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | </script> | ||
Latest revision as of 16:27, 17 October 2018
MEDAL
Bronze
✔Register for iGEM, have a great iGEM season, and attend the Giant Jamboree.
We have successfully registered for iGEM, work hard and have fun in this iGEM season. More importantly, we plan our trip to Boston and attend the Giant Jamboree.
✔completed all the following Competition Deliverables:
- #1 Wiki: we made an understandable wiki with marvelous design.
- #2 Poster : we made our poster and check it on the Giant Jamboree.
- #3 Presentation : we are going to do presentation on the Giant Jamboree.
- #4 Judging Form: here is our judging form.