From 799e8660641920b5adc1c1aa8a36f9dd72722047 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 22 Jun 2022 21:08:20 -0400 Subject: Much faster loading times --- index.js | 2 +- resume.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index f666098..fd949b7 100644 --- a/index.js +++ b/index.js @@ -90,4 +90,4 @@ function runCarousel() { imageContainer.style.opacity = '1'; } -window.onload = main; +main(); diff --git a/resume.html b/resume.html index 90e4acc..bf43734 100755 --- a/resume.html +++ b/resume.html @@ -3,7 +3,9 @@ - + + + Matthew Kosarek @@ -203,5 +205,4 @@ - -- cgit v1.2.1