Skip to content

Commit

Permalink
Merge pull request #27 from HackNC/adding-dates-to-github-pages
Browse files Browse the repository at this point in the history
Adding dates to GitHub pages
  • Loading branch information
aryasalian authored Jul 21, 2024
2 parents 7f4d6a7 + 6ecf885 commit 009245b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,8 @@ <h1 class="tagline"><span class="haunted">HackNC 2024</span><br>Coming Soon!</h1
<!-- <h1 class="techortreat">Tech or Treat</h1> -->

<h2 class="date">{ November 2 - 3, 2024 }</h2>
<button class="involve-button hide-on-med-and-down register-button">
<a href="https://events.mlh.io/events/11447-hacknc" target="_blank">2024 Pre-Registration Link</a></button>
<a class="mobile-registration-link register-button" href="https://events.mlh.io/events/11447-hacknc"
target="_blank">2024 Pre-Registration Link</a>
<button class="involve-button hide-on-med-and-down register-button">
<a href="https://forms.gle/XKBWSz1AeRxMwS2n6" target="_blank">2024 Organizer Interest form</a></button>
<button class="involve-button hide-on-med-and-down register-button"><a
href="https://forms.gle/XKBWSz1AeRxMwS2n6" target="_blank">2024 Organizer Interest form</a></button>
<a class="mobile-registration-link register-button" href="https://forms.gle/XKBWSz1AeRxMwS2n6"
target="_blank">2024 Organizer Interest form</a>

Expand Down
6 changes: 0 additions & 6 deletions static/css/live.css
Original file line number Diff line number Diff line change
Expand Up @@ -1396,9 +1396,3 @@ a:hover {
}
}

/* MLH Trust Sizing */
@media only screen and (min-width: 1200px) {
#mlh-trust-badge {
max-width: 80px;
}
}
9 changes: 8 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,15 @@ a {
text-transform: capitalize;
}

/* [Mobile] Main Banner */

/* MLH Trust Sizing */
@media only screen and (min-width: 1200px) {
#mlh-trust-badge {
max-width: 80px;
}
}

/* [Mobile] Main Banner */
@media only screen and (min-width: 320px) and (max-width: 601px) {
.splash {
min-height: 50vh;
Expand Down

0 comments on commit 009245b

Please sign in to comment.