diff --git a/CNAME b/CNAME index 6c7711d..9bbc71c 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -datahacks.ds3ucsd.com +datahacks-staging.ds3ucsd.com diff --git a/LICENSE b/LICENSE index 7888732..67b5b99 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Data Science Student Society at UCSD +Copyright (c) 2025 Data Science Student Society at UCSD Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 64d67f4..dc606c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# DataHacks 2024 -Repository to host and store website for DataHacks 2024. +# DataHacks 2025 +Repository to host and store website for DataHacks 2025. ## License This project is licensed under the MIT license. For more information see `LICENSE`. diff --git a/app.js b/app.js index c3bcf75..8aa4275 100644 --- a/app.js +++ b/app.js @@ -39,14 +39,14 @@ window.addEventListener('load', async () => { if (calculateTimeDifference(times['end']) < 0) { // After the end clearInterval(x); countdown.innerHTML = ` -

DataHacks 2024 has concluded!

+

DataHacks 2025 has concluded!


`; countdown.style.display = 'block'; countdown.style.textAlign = 'center'; } else { // Between start and end targetTime = times['end'] - countdown.insertAdjacentHTML('beforebegin', "

DataHacks 2024 has begun!

") + countdown.insertAdjacentHTML('beforebegin', "

DataHacks 2025 has begun!

") tillMsg.innerHTML = 'till DataHacks ends!' distance = calculateTimeDifference(targetTime) } diff --git a/assets/imgs/newDatasaur.png b/assets/imgs/newDatasaur.png new file mode 100644 index 0000000..c6a7a55 Binary files /dev/null and b/assets/imgs/newDatasaur.png differ diff --git a/config.json b/config.json index 83d8592..71c961f 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "times": { - "start": "Apr 6, 2024 7:00:00", - "end": "Apr 7, 2024 17:15:00" + "start": "Apr 5, 2025 7:00:00", + "end": "Apr 6, 2025 17:15:00" }, "signupLink": "https://tally.so/r/mOzlYa", "faq": { diff --git a/index.html b/index.html index c92a048..220b75f 100644 --- a/index.html +++ b/index.html @@ -3,34 +3,68 @@ - DataHacks 2024 | DS3 at UCSD + DataHacks 2025 | DS3 at UCSD - - - + +
+ +
+

DATAHACKS 2025

+

Theme: Pop Culture

+

April 5-6, PC Ballroom West

+
+
+ x +
Days
+
+
+ x +
Hours
+
+
+ x +
Minutes
+
+
+ x +
Seconds
+
+
+

till DataHacks begins!

+
-

DATAHACKS 2024

+

DATAHACKS 2025

x @@ -53,9 +87,9 @@

till DataHacks begins!

-

Welcome to DS3 DataHacks 2024!

+

Welcome to DS3 DataHacks 2025!

- +

DataHacks is a hackathon event held at UC San Diego that encourages students of all experience levels to leave the safety of their Jupyter Notebook and delve deeper into Data Science. Created out of pure passion, DataHacks hopes to educate those interested about the realm Data Science and its potential. Those participating in DataHacks will have the opportunity to create a project using data given to them or wrangled and will compete against their peers for the best project.

@@ -63,8 +97,9 @@

Welcome to DS3 DataHacks 2024!

Prizes

+

To be Announced!

+
- -
-

Our Sponsors

-

Thank you to our sponsors!

+ +
+

Our Sponsors

+

Thank you to our sponsors!

- + + + + + + + + + - - + - - + - -
-

FAQ

- -
-
+ +
+

FAQ

+
+
- - - \ No newline at end of file + + diff --git a/styles.css b/styles.css index cdf23a8..bcb384c 100644 --- a/styles.css +++ b/styles.css @@ -85,8 +85,8 @@ nav a img { /* Main Sections */ #center { - width: 95%; - margin: 3.5rem auto 0; + width: 100%; + /* margin: 3.5rem auto 0; */ } section { padding: 2rem; @@ -98,15 +98,17 @@ section h2 { /* Title */ #title { - padding: 10rem; + padding: 5rem; background-image: url('/assets/imgs/banner.png'); background-position: center; background-repeat: no-repeat; background-size: contain; - margin: 0 0 0 -2.5vw; width: 100vw; height: 100vw; + margin:0; color: black; + top:0; + left:0; } #title > h1 { font-size: 4rem; @@ -119,10 +121,10 @@ section h2 { margin: auto; } .timebox { + aspect-ratio: 1; + width:min-content; display: flex; flex-direction: column; - flex: 1 1 0px; - flex-basis: 0; align-self: center; text-align: center; background-color: rgba(0, 0, 0, 0.81); @@ -160,7 +162,7 @@ section h2 { margin: 2rem auto; } #about img { - max-width: 15%; + max-width: 25%; height: auto; object-fit: contain; } @@ -332,7 +334,7 @@ button:hover { footer { width: 100%; background-color: var(--tertiary); - padding: 3rem; + padding: 2rem; text-align: center; } footer h1 { @@ -340,7 +342,8 @@ footer h1 { font-weight: 450 !important; } footer #icon-row { - margin: 2rem auto; + margin: 1rem auto; + margin-top: 2rem; /* justify-content: space-around; display: flex; width: 25%; */ @@ -385,7 +388,7 @@ footer #icon-row { /* Adjusted Main */ #center { width: 100vw; - margin: 3.5rem auto 0; + /* margin: 3.5rem auto 0; */ } section { padding: 2rem; @@ -402,7 +405,6 @@ footer #icon-row { background-position: center; background-repeat: no-repeat; background-size: contain; - margin: 0 0 0 -2.5vw; width: 100vw; height: 100vw; color: black; @@ -412,7 +414,7 @@ footer #icon-row { text-align: center; margin: 1.5rem; } - .timebox { + /* .timebox { padding: 0.15rem 0.5rem; margin: 0.4rem; } @@ -422,7 +424,7 @@ footer #icon-row { } .timebox h6 { font-size: 1rem; - } + } */ #title h3 { text-align: center; font-size: 1rem;