Difference between revisions of "Team:CCU Taiwan"

Line 150: Line 150:
  
  
<div id="fullpage">
+
<div>
 
     <div class="section" id="section0">
 
     <div class="section" id="section0">
 
             <center><a href="#secondPage" data-menuanchor="secondPage" class="scroll-down">
 
             <center><a href="#secondPage" data-menuanchor="secondPage" class="scroll-down">
Line 170: Line 170:
  
  
 
 
 
 
 
<script type="text/javascript" src="https://2018.igem.org/Team:CCU_Taiwan/fullpagejs1"></script>
 
<script type="text/javascript">
 
    var myFullpage = new fullpage('#fullpage', {
 
        sectionsColor: ['#FFFFFF', '#2C354E', '#7BAABE', '#B1F9F5', '#E1B285','#91C336', '#418ba5'],
 
        anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', '5thpage','6thpage', 'lastPage'],
 
        menu: '#menu',
 
        lazyLoad: true
 
    });
 
  
 
function myFunction() {
 
function myFunction() {

Revision as of 00:20, 17 October 2018

function myFunction() { var popup = document.getElementById("myPopup"); popup.classList.toggle("show"); }