Difference between revisions of "Template:NYMU-Taipei2"

Line 55: Line 55:
  
  
#Slider #BottomLinks {
 
position: absolute;
 
width: 100%;
 
padding: 0;
 
bottom: 0;
 
background: #353132;
 
text-align: center;
 
opacity: 0.61;
 
filter: alpha(opacity=61);
 
margin:0;
 
}
 
  
#Slider #BottomLinks li {
 
display: inline-table;
 
list-style: none;
 
height: 100%;
 
color: #FFFFFF;
 
font: 24px Raleway, Arial, san-serif;
 
text-align: center;
 
padding: 15px 20px;
 
}
 
  
#Slider #BottomLinks li:hover {
 
cursor: pointer;
 
text-decoration: underline;
 
}
 
  
 
#Slider .SideBar {
 
#Slider .SideBar {
Line 319: Line 295:
 
   var timer;
 
   var timer;
  
$("#Slider")
+
$("#box")
 
         // when mouse enters, clear the timer if it has been set
 
         // when mouse enters, clear the timer if it has been set
 
         .mouseenter(function() {
 
         .mouseenter(function() {
Line 383: Line 359:
 
                                 <div id="RightArrow"></div></div>
 
                                 <div id="RightArrow"></div></div>
 
 
                               <ul id="BottomLinks">
+
                                
<li id="Link0" class="SlideLink">Intro</li>
+
                                        <li id="Link1" class="SlideLink">Problem</li>
+
                                        <li id="Link2" class="SlideLink">Late Blight</li>
+
                                        <li id="Link3" class="SlideLink">Prevention</li>
+
                                        <li id="Link4" class="SlideLink">Detection</li>
+
                                        <li id="Link5" class="SlideLink">Cure</li>
+
                                        <li id="Link6" class="SlideLink">System</li>
+
</ul>
+
 
</div>
 
</div>
  

Revision as of 17:00, 13 August 2015

About Our Project
The 2015 NYMU iGEM team presents a potato defense system, an effective system that can be easily implemented by potato farmers all over the world. This system is made up of three parts: protection, detection, and cure.
Top