Suppression des CDN CSS, suprression des erreurs JS.

This commit is contained in:
bglacial 2018-06-25 23:48:11 +02:00
parent 88ce571951
commit 6a48e3b8db
4 changed files with 50 additions and 13 deletions

View File

@ -6,11 +6,13 @@
<title>Nicolas Riault</title>
<!--------------------------------------CSS-------------------------------------->
{*
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
*}
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Roboto" rel="stylesheet">
<link href="css/libs/flexboxgrid.css" rel="stylesheet">
<link href="css/libs/bootstrap.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Roboto" rel="stylesheet">
<link href="css/libs/owl.carousel.min.css" rel="stylesheet">
<link href="css/libs/owl.theme.default.min.css" rel="stylesheet">
<link href="css/libs/magnific-popup.css" rel="stylesheet">
@ -567,19 +569,17 @@
<!--------------------------------------FOOTER SECTION-------------------------------------->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/libs/jquery.min.js"></script>
<script src="js/libs/isotope.pkgd.min.js"></script>
<script src="js/libs/particles.min.js"></script>
<script src="js/libs/particles-conf.js"></script>
<script src="js/libs/owl.carousel.min.js"></script>
<script src="js/libs/jquery.magnific-popup.js"></script>
<script src="js/libs/scrollmagic/minified/ScrollMagic.min.js"></script>
<script src="js/libs/scrollmagic/uncompressed/plugins/debug.addIndicators.js"></script>
<script src="js/libs/bootstrap.js"></script>
<script src="js/main.js"></script>
<!--<script src="js/timeline.js"></script>-->view_manager
<script src="https://cdn.jsdelivr.net/scrollreveal.js/3.3.1/scrollreveal.min.js"></script>
<script src="js/libs/jscrollreveal.min.js"></script>
</body>
</html>

1
public/js/libs/jscrollreveal.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +1,45 @@
particlesJS("particles-js", {"particles":{"number":{"value":120,"density":{"enable":true,"value_area":800}},"color":{"value":"#454545"},"shape":{"type":"circle","stroke":{"width":0,"color":"#000000"},"polygon":{"nb_sides":5},"image":{"src":"img/github.svg","width":100,"height":100}},"opacity":{"value":0.5,"random":false,"anim":{"enable":false,"speed":1,"opacity_min":0.1,"sync":false}},"size":{"value":3,"random":true,"anim":{"enable":false,"speed":40,"size_min":0.1,"sync":false}},"line_linked":{"enable":true,"distance":150,"color":"#ffffff","opacity":0.4,"width":1},"move":{"enable":true,"speed":6,"direction":"none","random":false,"straight":false,"out_mode":"out","bounce":false,"attract":{"enable":false,"rotateX":600,"rotateY":1200}}},"interactivity":{"detect_on":"canvas","events":{"onhover":{"enable":true,"mode":"repulse"},"onclick":{"enable":true,"mode":"push"},"resize":true},"modes":{"grab":{"distance":400,"line_linked":{"opacity":1}},"bubble":{"distance":400,"size":40,"duration":2,"opacity":8,"speed":3},"repulse":{"distance":200,"duration":0.4},"push":{"particles_nb":4},"remove":{"particles_nb":2}}},"retina_detect":true});var count_particles, stats, update; stats = new Stats; stats.setMode(0); stats.domElement.style.position = 'absolute'; stats.domElement.style.left = '0px'; stats.domElement.style.top = '0px'; document.body.appendChild(stats.domElement); count_particles = document.querySelector('.js-count-particles'); update = function() { stats.begin(); stats.end(); if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) { count_particles.innerText = window.pJSDom[0].pJS.particles.array.length; } requestAnimationFrame(update); }; requestAnimationFrame(update);;
particlesJS("particles-js", {
"particles": {
"number": {"value": 120, "density": {"enable": true, "value_area": 800}},
"color": {"value": "#454545"},
"shape": {
"type": "circle",
"stroke": {"width": 0, "color": "#000000"},
"polygon": {"nb_sides": 5},
"image": {"src": "img/github.svg", "width": 100, "height": 100}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {"enable": false, "speed": 1, "opacity_min": 0.1, "sync": false}
},
"size": {"value": 3, "random": true, "anim": {"enable": false, "speed": 40, "size_min": 0.1, "sync": false}},
"line_linked": {"enable": true, "distance": 150, "color": "#ffffff", "opacity": 0.4, "width": 1},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {"enable": false, "rotateX": 600, "rotateY": 1200}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {"enable": true, "mode": "repulse"},
"onclick": {"enable": true, "mode": "push"},
"resize": true
},
"modes": {
"grab": {"distance": 400, "line_linked": {"opacity": 1}},
"bubble": {"distance": 400, "size": 40, "duration": 2, "opacity": 8, "speed": 3},
"repulse": {"distance": 200, "duration": 0.4},
"push": {"particles_nb": 4},
"remove": {"particles_nb": 2}
}
},
"retina_detect": true
});

View File

@ -33,14 +33,6 @@ $('.button-group').each(function (i, buttonGroup) {
});
});
/*******Popup Image Gallary in Porfolio*******/
$('.popup-gallery').magnificPopup({
type: 'image',
gallery: {
enabled: true
}
});
/*******************************************CAROUSEL IN MY CLIENTS*******************************************/