Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anagha166 committed Jan 18, 2025
2 parents 5bfbe04 + f14ad63 commit d4be3f5
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 11 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/imgs/coming_soon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
},
"signupLink": "https://tally.so/r/mOzlYa",
"faq": {
"Will there be food/drink served?": "Yes, thanks to our sponsor Quokka, there will be energy drinks and coffee. In addition, there will be meals provided.",
"Who is the event host?": "DataHacks 2025 is hosted by Data Science Student Society at UC San Diego.",
"Who is the event host?": "DataHacks 2024 is hosted by Data Science Student Society at UC San Diego.",
"What size can teams be?": "Teams can be anywhere between 1-4 people!",
"Any experience required?": "Absolutely no experience is required to participate in DataHacks!",
"Will hardware be provided?": "Unfortunately, we will not be able to provide any hardware to participants and instead encourage those to bring their own hardware.",
"Can we use old projects/code?": "All projects must be done during the event and thus, no old projects/code are to be turned in.",
"Other questions?": "Feel free to email us at [email protected] for any other questions you may have!"
},
"old_questions": {
"Will there be food/drink served?": "Yes, thanks to our sponsor Quokka, there will be energy drinks and coffee. In addition, there will be meals provided."
}
}

}


43 changes: 36 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,42 @@ <h3>3rd Place</h3>
<h2>Our Sponsors</h2>
<p>Thank you to our sponsors!</p>

<div id="sponsor-row">
<div class="sponsor-card">
<div
class="img"
style="background-image: url(/assets/imgs/quokka.jpg)"
>
<div class="triangle triangle-bronze"></div>
<div id="sponsor-row">
<!-- <div class="sponsor-card">
<div class="img" style="background-image: url(/assets/imgs/quokka.jpg);">
<div class="triangle triangle-bronze"></div>
</div>
</div> -->
<div class="sponsor-card">
<div class="img" style="background-image: url(/assets/imgs/trace3.png);">
<!-- <div class="triangle triangle-bronze"></div> -->
</div>
</div>
<div class="sponsor-card">
<div class="img" style="background-image: url(/assets/imgs/netapp.jpg);">
<!-- <div class="triangle triangle-bronze"></div> -->
</div>
</div>
<div class="sponsor-card">
<div class="img" style="background-image: url(/assets/imgs/coming_soon.jpg); background-color:white;">
<!-- <div class="triangle triangle-bronze"></div> -->
</div>
</div>
<!-- <div class="sponsor-card">
<div class="img" style="background-image: url(/assets/imgs/ucsdkeebs.png);">
<div class="triangle triangle-bronze"></div>
</div>
</div>
<div class="sponsor-card">
<div class="img" style="background-image: url(/assets/imgs/nicu.png); background-color:white;">
<div class="triangle triangle-bronze"></div>
</div>
</div>
<div class="sponsor-card">
<div class="img" style="background-image: url(/assets/imgs/padres.png); background-color:white;">
<div class="triangle triangle-bronze"></div>
</div> -->
</div>
</div>
</div>
<div class="sponsor-card">
Expand Down
7 changes: 6 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,17 +497,22 @@ footer #icon-row {
}
#sponsor-row {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
flex-direction: column;
/* flex-direction: column; */
width: 100%;
margin: 2rem auto;
gap: 1rem;
}
.sponsor-card {
width: 85vw;
height: 10vh;
border: 1px solid black;
margin: 1rem 0;
}
.sponsor-card:nth-child(3) {
width: 60%; /* Centered card spans a larger width */
}
.sponsor-card .img {
height: 100%;
width: 100%;
Expand Down

0 comments on commit d4be3f5

Please sign in to comment.