diff --git a/contact.html b/contact.html index 0e97fd7..3897c89 100644 --- a/contact.html +++ b/contact.html @@ -181,6 +181,7 @@ + diff --git a/css/general.css b/css/general.css index 82f82e7..5aa02dd 100644 --- a/css/general.css +++ b/css/general.css @@ -1419,6 +1419,40 @@ li .splide__pagination__page.is-active { } } +.card-info-container { + display: flex; + flex-flow: row wrap; + max-width: 400px; + min-width: 200px; + justify-content: space-around; + margin: 20px 0; +} + +.info-card { + min-width: 180px; + max-width: 400px; + padding: 10px 20px; + margin: 10px 0; + background-color: #197e47; + border-radius: 5px; +} + +.info-card.green { + background-color: #197e47; +} + +.info-card.blue { + background-color: #188592; +} + +.info-card.red { + background-color: #a83e32; +} + +.card-heading { + font-size: 30px; +} + .apexcharts-menu { background-color: #27293d!important; border: 0px; @@ -1527,19 +1561,18 @@ li .splide__pagination__page.is-active { } #sponsor-container a:hover { - /* transform: scale(1.02); */ animation: 0.3s ease shake; } @keyframes shake { 0% { - transform:rotate(1deg); + transform:rotate(0.5deg); } 33% { - transform:rotate(-1deg); + transform:rotate(-0.5deg); } 66% { - transform:rotate(1deg); + transform:rotate(0.5deg); } 100% { transform:rotate(0deg); diff --git a/img/first_logo.png b/img/first_logo.png new file mode 100644 index 0000000..9400b60 Binary files /dev/null and b/img/first_logo.png differ diff --git a/img/hackclub_logo.png b/img/hackclub_logo.png new file mode 100644 index 0000000..8e3fb5c Binary files /dev/null and b/img/hackclub_logo.png differ diff --git a/index.html b/index.html index 06f4b3b..1b0a58e 100644 --- a/index.html +++ b/index.html @@ -198,9 +198,6 @@ - @@ -211,9 +208,6 @@ - @@ -258,15 +252,28 @@ - +
+
+ $750+
in prizes! +
+
+ ##
participants +
+
+ Financials
over ### in funding + +
+

Bank Account

+
+
+
+
@@ -282,9 +289,15 @@ AOPS logo + + FIRST logo + GEAR Club logo + + Hack Club Logo + ProHealth Smiles logo diff --git a/js/general.js b/js/general.js index 153752d..6c5fc02 100644 --- a/js/general.js +++ b/js/general.js @@ -111,6 +111,11 @@ document.addEventListener('DOMContentLoaded', function(){ }); }); + const info_card = document.querySelectorAll('.info-card'); + info_card.forEach(entry => { + observer.observe(entry); + }); + const workshop_entry = document.querySelectorAll('.workshop-entry'); workshop_entry.forEach(entry => { observer.observe(entry); diff --git a/licenses.html b/licenses.html index 8577962..cf361fd 100644 --- a/licenses.html +++ b/licenses.html @@ -336,6 +336,7 @@ + diff --git a/rules.html b/rules.html index 0869685..01c261a 100644 --- a/rules.html +++ b/rules.html @@ -250,6 +250,7 @@ +