Skip to content

Commit

Permalink
chore: remove signup buttons (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored May 9, 2024
1 parent 3f2e1f0 commit 16dadb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,6 @@ const Splash = memo(() => {

<div className={clsx(cn.info, "wait")}>
<div className={cn.time}>May 17th - May 19th</div>
<div className={cn.wrapper}>
<div className={cn.border}>
<a
className={cn.app}
target="_blank"
rel="noreferrer noopener"
href="https://docs.google.com/forms/d/1dt6fiBAjGVi4M4PO3V2ZUkieRHR6fn6wWvC5E6RZoZM"
>
Apply as Designer
</a>
</div>
<div className={cn.border}>
<a
className={cn.app}
target="_blank"
rel="noreferrer noopener"
href="https://forms.gle/bPGtCSx8VfZoGXjW6"
>
Apply as Mentor
</a>
</div>
<div className={cn.border}>
<a
className={cn.app}
target="_blank"
rel="noreferrer noopener"
href="https://docs.google.com/forms/d/1g6CjdlOxet1fplwTCWQE8pZ-wKzHjku-t_a-bwRwK_Q/viewform"
>
Apply as Volunteer
</a>
</div>
</div>
</div>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
text-align: center;
position: absolute;
place-self: center;
bottom: 5%;
bottom: 25%;
z-index: 110;

@media screen and (min-width: 851px) {
bottom: 15%;
bottom: 20%;
}

.time {
font-size: min(7vw, 40px);
grid-column: 1/3;
font-family: "Gluten", cursive;
font-weight: 600;
margin: 0 2rem 1rem;
margin: 0 2rem em;
}

.wrapper {
Expand Down

0 comments on commit 16dadb7

Please sign in to comment.