update to credit section

This commit is contained in:
jme9
2025-01-01 19:47:01 -08:00
parent 00f9eea57a
commit f9338c5431
20 changed files with 3409 additions and 4 deletions
+3 -2
View File
@@ -13,7 +13,7 @@ document.addEventListener("DOMContentLoaded", () => {
const distance = targetPosition - startPosition;
const duration = 1000;
let startTime = null;
function easeOutCubic(t) {
return 1 - Math.pow(1 - t, 3);
}
@@ -104,6 +104,7 @@ document.addEventListener("DOMContentLoaded", () => {
loadTextFromFile("text/airship.txt", "#airship-text");
loadTextFromFile("text/jama.txt", "#jama-text");
loadTextFromFile("text/intel.txt", "#intel-text");
loadTextFromFile("text/credit.txt", "#credit-text");
});
// Image carousel
@@ -125,7 +126,7 @@ document.addEventListener("DOMContentLoaded", () => {
currentIndex = (currentIndex + 1) % images.length;
updateImages();
});
updateImages();
// On contact submit