add flocking pkg/

This commit is contained in:
John Gatward
2026-03-20 19:50:57 +00:00
parent 6afbbc5d99
commit d4ca596cdd
6 changed files with 491 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ window.addEventListener('scroll', () => {
const filterChips = document.querySelectorAll('.filter-chip');
const projectCards = document.querySelectorAll('#project-grid .project-card');
const seeMoreButton = document.querySelector('#projects-see-more');
const DEFAULT_VISIBLE_PROJECTS = 8;
const DEFAULT_VISIBLE_PROJECTS = 9;
if (filterChips.length > 0 && projectCards.length > 0) {
let selectedFilter = 'all';