Skip to content

Commit

Permalink
Feat: timebox class changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaerinx committed Jan 18, 2025
1 parent baf1742 commit 733f647
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<!-- Title View -->
<section id="title">
<h1>DATAHACKS 2025</h1>
<h2>Theme: Pop Culture | April 5-6, PC Ballroom West</h2>
<h2>Theme: Pop Culture</h2>
<h2>April 5-6, PC Ballroom West</h2>
<div id="countdown">
<div class="timebox">
<span id="days">x</span>
Expand Down
14 changes: 7 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ section h2 {

/* Title */
#title {
padding: 10rem;
padding: 5rem;
background-image: url('/assets/imgs/banner.png');
background-position: center;
background-repeat: no-repeat;
Expand All @@ -107,7 +107,8 @@ section h2 {
height: 100vw;
margin:0;
color: black;
top:0; left:0
top:0;
left:0;
}
#title > h1 {
font-size: 4rem;
Expand All @@ -120,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);
Expand Down Expand Up @@ -406,14 +407,13 @@ footer #icon-row {
width: 100vw;
height: 100vw;
color: black;
margin: 0 0 0 -2.5vw;
}
#title > h1 {
font-size: 3rem;
text-align: center;
margin: 1.5rem;
}
.timebox {
/* .timebox {
padding: 0.15rem 0.5rem;
margin: 0.4rem;
}
Expand All @@ -423,7 +423,7 @@ footer #icon-row {
}
.timebox h6 {
font-size: 1rem;
}
} */
#title h3 {
text-align: center;
font-size: 1rem;
Expand Down

0 comments on commit 733f647

Please sign in to comment.