calendrier sur juillet
This commit is contained in:
parent
824ff8db7d
commit
b90195224f
@ -279,26 +279,29 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
|
||||||
|
|
||||||
|
|
||||||
(function($, window) {
|
(function($, window) {
|
||||||
var adjustAnchor = function() {
|
|
||||||
|
|
||||||
|
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||||
|
|
||||||
|
var adjustAnchor = function() {
|
||||||
var $anchor = $('.sidebar_first_container'),
|
var $anchor = $('.sidebar_first_container'),
|
||||||
fixedElementHeight = 500;
|
fixedElementHeight = 500;
|
||||||
if ($anchor.length > 0) {
|
if ($anchor.length > 0) {
|
||||||
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$(window).on('hashchange', function() {
|
$(window).on('hashchange', function() {
|
||||||
adjustAnchor();
|
adjustAnchor();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
//////////////////////// start script smooth apparition des textes /////////////////
|
//////////////////////// start script smooth apparition des textes /////////////////
|
||||||
|
|
||||||
function scrollReaveal(){
|
function scrollReaveal(){
|
||||||
|
|
||||||
const nodes = {
|
const nodes = {
|
||||||
logo : document.querySelectorAll('#logo-animated-container'),
|
logo : document.querySelectorAll('#logo-animated-container'),
|
||||||
@ -336,12 +339,12 @@ function scrollReaveal(){
|
|||||||
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
||||||
ScrollReveal().reveal(nodes.lienURL, showUp);
|
ScrollReveal().reveal(nodes.lienURL, showUp);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$( document ).ready(function() {
|
$( document ).ready(function() {
|
||||||
scrollReaveal();
|
scrollReaveal();
|
||||||
});
|
});
|
||||||
|
|
||||||
//////////////////////// end script smooth apparition des textes /////////////////
|
//////////////////////// end script smooth apparition des textes /////////////////
|
||||||
|
|
||||||
@ -400,7 +403,7 @@ $( document ).ready(function() {
|
|||||||
|
|
||||||
// Aller au 9e élément à l'initialisation
|
// Aller au 9e élément à l'initialisation
|
||||||
$('.__timeline-content').on('init', function(event, slick){
|
$('.__timeline-content').on('init', function(event, slick){
|
||||||
slick.slickGoTo(8); // Index 8 = 9e item
|
slick.slickGoTo(9); // Index 8 = 9e item
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.__timeline-content').slick({
|
$('.__timeline-content').slick({
|
||||||
|
File diff suppressed because one or more lines are too long
@ -221,26 +221,29 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
|
||||||
|
|
||||||
|
|
||||||
(function($, window) {
|
(function($, window) {
|
||||||
var adjustAnchor = function() {
|
|
||||||
|
|
||||||
|
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||||
|
|
||||||
|
var adjustAnchor = function() {
|
||||||
var $anchor = $('.sidebar_first_container'),
|
var $anchor = $('.sidebar_first_container'),
|
||||||
fixedElementHeight = 500;
|
fixedElementHeight = 500;
|
||||||
if ($anchor.length > 0) {
|
if ($anchor.length > 0) {
|
||||||
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$(window).on('hashchange', function() {
|
$(window).on('hashchange', function() {
|
||||||
adjustAnchor();
|
adjustAnchor();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
//////////////////////// start script smooth apparition des textes /////////////////
|
//////////////////////// start script smooth apparition des textes /////////////////
|
||||||
|
|
||||||
function scrollReaveal(){
|
function scrollReaveal(){
|
||||||
|
|
||||||
const nodes = {
|
const nodes = {
|
||||||
logo : document.querySelectorAll('#logo-animated-container'),
|
logo : document.querySelectorAll('#logo-animated-container'),
|
||||||
@ -278,12 +281,12 @@ function scrollReaveal(){
|
|||||||
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
||||||
ScrollReveal().reveal(nodes.lienURL, showUp);
|
ScrollReveal().reveal(nodes.lienURL, showUp);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$( document ).ready(function() {
|
$( document ).ready(function() {
|
||||||
scrollReaveal();
|
scrollReaveal();
|
||||||
});
|
});
|
||||||
|
|
||||||
//////////////////////// end script smooth apparition des textes /////////////////
|
//////////////////////// end script smooth apparition des textes /////////////////
|
||||||
|
|
||||||
@ -342,7 +345,7 @@ $( document ).ready(function() {
|
|||||||
|
|
||||||
// Aller au 9e élément à l'initialisation
|
// Aller au 9e élément à l'initialisation
|
||||||
$('.__timeline-content').on('init', function(event, slick){
|
$('.__timeline-content').on('init', function(event, slick){
|
||||||
slick.slickGoTo(8); // Index 8 = 9e item
|
slick.slickGoTo(9); // Index 8 = 9e item
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.__timeline-content').slick({
|
$('.__timeline-content').slick({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user