Updated stats

This commit is contained in:
James Dinh 2023-03-14 01:40:10 -07:00
parent 6f699432a8
commit 11aa7ca850
5 changed files with 3982 additions and 3976 deletions

BIN
.DS_Store vendored

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
img/.DS_Store vendored

Binary file not shown.

1798
index.html

File diff suppressed because one or more lines are too long

View File

@ -116,6 +116,11 @@ document.addEventListener('DOMContentLoaded', function(){
observer.observe(entry);
});
const info_card_container = document.querySelectorAll('.card-info-container');
info_card_container.forEach(entry => {
observer.observe(entry);
});
const workshop_entry = document.querySelectorAll('.workshop-entry');
workshop_entry.forEach(entry => {
observer.observe(entry);