Difference between revisions of "Team:Pasteur Paris/test/Notebook"

m
m
Line 45: Line 45:
 
         background: #2f6a6a;  
 
         background: #2f6a6a;  
 
         cursor:pointer;
 
         cursor:pointer;
 +
      }
 +
html {
 +
        scroll-behavior: smooth;
 
       }
 
       }
 
     </style>
 
     </style>
Line 71: Line 74:
 
         document.getElementById('fleche').style.transform="rotate("+ angle +"deg)";
 
         document.getElementById('fleche').style.transform="rotate("+ angle +"deg)";
 
       });
 
       });
      $(document).ready(function(){
+
      $(document).ready(function(){
        var qui = [];
+
var qui = [];
 +
        var to = document.getElementById("Arc").offsetTop + document.getElementById("Arc").offsetHeight+200;
 
         $('#j1').click(ouvrirJU1);
 
         $('#j1').click(ouvrirJU1);
 
         $('#a1').click(ouvrirAU1);
 
         $('#a1').click(ouvrirAU1);
Line 98: Line 102:
 
           document.getElementById('croixJU1').style.display = "block";
 
           document.getElementById('croixJU1').style.display = "block";
 
           setTimeout(function(){document.getElementById('JU1').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('JU1').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(1);
 
           qui.push(1);
 
         };
 
         };
Line 104: Line 109:
 
           document.getElementById('croixJU2').style.display = "block";
 
           document.getElementById('croixJU2').style.display = "block";
 
           setTimeout(function(){document.getElementById('JU2').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('JU2').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(2);
 
           qui.push(2);
 
         };
 
         };
Line 110: Line 116:
 
           document.getElementById('croixJU3').style.display = "block";
 
           document.getElementById('croixJU3').style.display = "block";
 
           setTimeout(function(){document.getElementById('JU3').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('JU3').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(3);
 
           qui.push(3);
 
         };
 
         };
Line 116: Line 123:
 
           document.getElementById('croixJU4').style.display = "block";
 
           document.getElementById('croixJU4').style.display = "block";
 
           setTimeout(function(){document.getElementById('JU4').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('JU4').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(4);
 
           qui.push(4);
 
         };
 
         };
Line 122: Line 130:
 
           document.getElementById('croixJU5').style.display = "block";
 
           document.getElementById('croixJU5').style.display = "block";
 
           setTimeout(function(){document.getElementById('JU5').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('JU5').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(5);
 
           qui.push(5);
 
         };
 
         };
Line 128: Line 137:
 
           document.getElementById('croixAU1').style.display = "block";
 
           document.getElementById('croixAU1').style.display = "block";
 
           setTimeout(function(){document.getElementById('AU1').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('AU1').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(6);
 
           qui.push(6);
 
         };
 
         };
Line 134: Line 144:
 
           document.getElementById('croixAU2').style.display = "block";
 
           document.getElementById('croixAU2').style.display = "block";
 
           setTimeout(function(){document.getElementById('AU2').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('AU2').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(7);
 
           qui.push(7);
 
         };
 
         };
Line 140: Line 151:
 
           document.getElementById('croixAU3').style.display = "block";
 
           document.getElementById('croixAU3').style.display = "block";
 
           setTimeout(function(){document.getElementById('AU3').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('AU3').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(8);
 
           qui.push(8);
 
         };
 
         };
Line 146: Line 158:
 
           document.getElementById('croixAU4').style.display = "block";
 
           document.getElementById('croixAU4').style.display = "block";
 
           setTimeout(function(){document.getElementById('AU4').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('AU4').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(9);
 
           qui.push(9);
 
         };
 
         };
Line 152: Line 165:
 
           document.getElementById('croixAU5').style.display = "block";
 
           document.getElementById('croixAU5').style.display = "block";
 
           setTimeout(function(){document.getElementById('AU5').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('AU5').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(10);
 
           qui.push(10);
 
         };
 
         };
Line 158: Line 172:
 
           document.getElementById('croixSE1').style.display = "block";
 
           document.getElementById('croixSE1').style.display = "block";
 
           setTimeout(function(){document.getElementById('SE1').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('SE1').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(11);
 
           qui.push(11);
 
         };
 
         };
Line 164: Line 179:
 
           document.getElementById('croixSE2').style.display = "block";
 
           document.getElementById('croixSE2').style.display = "block";
 
           setTimeout(function(){document.getElementById('SE2').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('SE2').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(12);
 
           qui.push(12);
 
         };
 
         };
Line 170: Line 186:
 
           document.getElementById('croixSE3').style.display = "block";
 
           document.getElementById('croixSE3').style.display = "block";
 
           setTimeout(function(){document.getElementById('SE3').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('SE3').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(13);
 
           qui.push(13);
 
         };
 
         };
Line 176: Line 193:
 
           document.getElementById('croixSE4').style.display = "block";
 
           document.getElementById('croixSE4').style.display = "block";
 
           setTimeout(function(){document.getElementById('SE4').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('SE4').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(14);
 
           qui.push(14);
 
         };
 
         };
Line 182: Line 200:
 
           document.getElementById('croixSE5').style.display = "block";
 
           document.getElementById('croixSE5').style.display = "block";
 
           setTimeout(function(){document.getElementById('SE5').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('SE5').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(15);
 
           qui.push(15);
 
         };
 
         };
Line 188: Line 207:
 
           document.getElementById('croixOC1').style.display = "block";
 
           document.getElementById('croixOC1').style.display = "block";
 
           setTimeout(function(){document.getElementById('OC1').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('OC1').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(16);
 
           qui.push(16);
 
         };
 
         };
Line 194: Line 214:
 
           document.getElementById('croixOC2').style.display = "block";
 
           document.getElementById('croixOC2').style.display = "block";
 
           setTimeout(function(){document.getElementById('OC2').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('OC2').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(17);
 
           qui.push(17);
 
         };
 
         };
Line 200: Line 221:
 
           document.getElementById('croixOC3').style.display = "block";
 
           document.getElementById('croixOC3').style.display = "block";
 
           setTimeout(function(){document.getElementById('OC3').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('OC3').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(18);
 
           qui.push(18);
 
         };
 
         };
Line 206: Line 228:
 
           document.getElementById('croixOC4').style.display = "block";
 
           document.getElementById('croixOC4').style.display = "block";
 
           setTimeout(function(){document.getElementById('OC4').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('OC4').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(19);
 
           qui.push(19);
 
         };
 
         };
Line 212: Line 235:
 
           document.getElementById('croixOC5').style.display = "block";
 
           document.getElementById('croixOC5').style.display = "block";
 
           setTimeout(function(){document.getElementById('OC5').style.opacity = 1},200);
 
           setTimeout(function(){document.getElementById('OC5').style.opacity = 1},200);
 +
          window.scrollTo(0,to);
 
           qui.push(20);
 
           qui.push(20);
 
         };
 
         };

Revision as of 20:44, 16 October 2019

  • Safety
  • Juddging Form
  • Human Pratices

  • Education
    Law
    Events
  • Project
  • Description
    Design
    Results
    Entrepreneurship
    Demonstrate
    Chalenges
    Improve
  • Team
  • Team members
    Collaborations
    Attributions
  • Sciences
  • Notebook
    Results Attributions
  • Awards
  • About Us
  • HUMAN  PRACTICES

    PROJECT

    TEAM

    Picto Sciences

    Sciences

    ecr-v-1
    ecr-p-2
    ecr-v-1
    ecr-p-2
    ecr-p-2
    ecr-p-2
    ecr-v-1
    ecr-p-2
    ecr-p-2
    ecr-v-1
    ecr-p-2
    ecr-v-1
    ecr-p-2
    ecr-p-2
    ecr-v-1
    ecr-p-2
    ecr-v-1
    ecr-p-2

     
         
         
         
    W1W2W3W4W5W1W2W3W4W5W1W2W3W4W5W1W2W3W4W5