calendrier sur juillet

This commit is contained in:
Ouidade Soussi Chiadmi 2025-07-23 16:18:29 +02:00
parent 824ff8db7d
commit b90195224f
3 changed files with 105 additions and 99 deletions

View File

@ -279,10 +279,13 @@ document.addEventListener('DOMContentLoaded', function() {
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
(function($, window) {
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
var adjustAnchor = function() {
var $anchor = $('.sidebar_first_container'),
fixedElementHeight = 500;
@ -400,7 +403,7 @@ $( document ).ready(function() {
// Aller au 9e élément à l'initialisation
$('.__timeline-content').on('init', function(event, slick){
slick.slickGoTo(8); // Index 8 = 9e item
slick.slickGoTo(9); // Index 8 = 9e item
});
$('.__timeline-content').slick({

File diff suppressed because one or more lines are too long

View File

@ -221,10 +221,13 @@ document.addEventListener('DOMContentLoaded', function() {
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
(function($, window) {
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
var adjustAnchor = function() {
var $anchor = $('.sidebar_first_container'),
fixedElementHeight = 500;
@ -342,7 +345,7 @@ $( document ).ready(function() {
// Aller au 9e élément à l'initialisation
$('.__timeline-content').on('init', function(event, slick){
slick.slickGoTo(8); // Index 8 = 9e item
slick.slickGoTo(9); // Index 8 = 9e item
});
$('.__timeline-content').slick({