Team:SYSU-Software/notebook
From 2013.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
<script src="https://2013.igem.org/Team:SYSU-Software/bootstrap.min.js?action=raw&ctype=text/javascript" type="text/javascript"></script> | <script src="https://2013.igem.org/Team:SYSU-Software/bootstrap.min.js?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
<script src="https://2013.igem.org/Team:SYSU-Software/prefix.js?action=raw&ctype=text/javascript" type="text/javascript"></script> | <script src="https://2013.igem.org/Team:SYSU-Software/prefix.js?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2013.igem.org/Team:SYSU-Software/jquery.smooth-scroll.js?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script> | ||
+ | $(document).ready(function() { | ||
+ | $('ul.mainnav a').smoothScroll(); | ||
+ | |||
+ | $('span.subnav a').click(function(event) { | ||
+ | event.preventDefault(); | ||
+ | var link = this; | ||
+ | $.smoothScroll({ | ||
+ | scrollTarget: link.hash | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
<body> | <body> | ||
Line 33: | Line 49: | ||
<div id="time-list"> | <div id="time-list"> | ||
- | <ul id="nav1"> | + | <ul id="nav1" class="slideNav"> |
<li> | <li> | ||
- | <a href="#" class="left-first">4th Apr.</a> | + | <a href="#date1" class="left-first">4th Apr.</a> |
</li> | </li> | ||
<li> | <li> | ||
- | <a href="#" class="left-second">6th Jun.</a> | + | <a href="#date2" class="left-second">6th Jun.</a> |
</li> | </li> | ||
Line 54: | Line 70: | ||
</ul> | </ul> | ||
- | <ul id="nav2"> | + | <ul id="nav2" class="slideNav"> |
<li> | <li> | ||
<a href="#" class="right-first">20th Apr.</a> | <a href="#" class="right-first">20th Apr.</a> | ||
Line 87: | Line 103: | ||
<div class="scrollblock" id="date1"> | <div class="scrollblock" id="date1"> | ||
<div id="time-list-fix"> | <div id="time-list-fix"> | ||
- | <ul id="fix-nav"> | + | <ul id="fix-nav" class="slideNav"> |
<li> | <li> | ||
<a href="#" class="fix-left-first">20th Apr.</a> | <a href="#" class="fix-left-first">20th Apr.</a> | ||
Line 146: | Line 162: | ||
<div id="time-list-fix"> | <div id="time-list-fix"> | ||
- | <ul id="fix-nav"> | + | <ul id="fix-nav" class="slideNav"> |
<li> | <li> | ||
<a href="#" class="fix-left-first">20th Apr.</a> | <a href="#" class="fix-left-first">20th Apr.</a> |
Revision as of 06:56, 11 September 2013
Team Leader of SYSU-Software,IGEM 2013.
Taking charge of the design and progress of the
whole project.
Team Leader of SYSU-Software,IGEM 2013.
Taking charge of the design and progress of the
whole project.