diff --git a/css/general.css b/css/general.css index 420546b..71494b5 100644 --- a/css/general.css +++ b/css/general.css @@ -825,11 +825,15 @@ section { line-height: 25px; } +#headline-recap { + color: #fbc334; +} + .slider { width: 100%; max-width: 680px; height: 400px; - margin: 20px auto; + margin: 20px auto 50px; display: flex; align-items: center; } @@ -864,7 +868,15 @@ section { justify-content: center; transition: all 1s; position: relative; - text-align: center; + align-items: center; +} + +.slide-caption { + position: absolute; + bottom: 2%; + background-color: #232323b8; + padding: 2px 5px; + border-radius: 5px; } .slide-button { diff --git a/index.html b/index.html index 647b425..dca9706 100644 --- a/index.html +++ b/index.html @@ -141,26 +141,28 @@
-

Spring 2023 Event

+

Event Details


New Hackathon Who Dis?

+

A recap of Summer 2022:

-
-
-
-
-
+
🎉 First Place Winners - Christian Nguyen, Connor Palsgrove 🎉
+
Opening Ceremony 👍
+
🤔 Brainstorming ideas...
+
💻 Python Workshop 💻
+
🏆 Prizes! 🏆
+

Some info on us...

What is Gilroy Hacks?

diff --git a/js/general.js b/js/general.js index 98e94d7..5021ade 100644 --- a/js/general.js +++ b/js/general.js @@ -138,6 +138,7 @@ document.addEventListener('DOMContentLoaded', function(){ // Add class animations to these elements let elements_id = [ '#event-title', + '#headline-recap', '#splash-entrance', '#what-GilroyHacks', '#why-GilroyHacks',