Skip to content

Commit

Permalink
added schedule and disabled some btns (#9)
Browse files Browse the repository at this point in the history
* added schedule and disabled some btns

* update schedule

---------

Co-authored-by: JStephenHuang <[email protected]>
Co-authored-by: cw118 <[email protected]>
  • Loading branch information
3 people authored Apr 4, 2024
1 parent 99248df commit b14d1cc
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 16 deletions.
Binary file added public/images/event_schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pdfs/event_schedule.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/pages/application-center/judging.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const Judging = () => {
</ul>

<a
className="acp-apply-btn"
href="https://docs.gooogle.com/forms/d/e/1FAIpQLSfDylPcSfq_r4C-Ug7mJ-b6B5M_ZZSLnLt99dKmUzooYY514w/viewform?usp=sf_link"
className="acp-apply-btn acp-apply-btn-disabled"
// href="https://docs.gooogle.com/forms/d/e/1FAIpQLSfDylPcSfq_r4C-Ug7mJ-b6B5M_ZZSLnLt99dKmUzooYY514w/viewform?usp=sf_link"
>
Apply to be a judge
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/application-center/mentorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const Mentorship = () => {
</a>

<a
className="acp-apply-btn"
href="https://docs.google.com/forms/d/e/1FAIpQLSfUIDT29eXjNwFydUbrI-lMmjiNfMTll4u38QjsJhqhk26Vzg/viewform?usp=sf_link"
className="acp-apply-btn acp-apply-btn-disabled"
// href="https://docs.google.com/forms/d/e/1FAIpQLSfUIDT29eXjNwFydUbrI-lMmjiNfMTll4u38QjsJhqhk26Vzg/viewform?usp=sf_link"
>
Apply to be a mentor
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/application-center/prizes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const Prizes = () => {
</ul>

<a
className="acp-apply-btn"
href="https://marihacks-2023.devpost.com/?ref_feature=challenge&ref_medium=discover"
className="acp-apply-btn acp-apply-btn-disabled"
// href="https://marihacks-2023.devpost.com/?ref_feature=challenge&ref_medium=discover"
>
See more
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/application-center/sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const Sponsorship = () => {
</a>
<div className="flex flex-col md:flex-row md:items-center mt-8">
<a
className="acp-apply-btn"
href="https://forms.gle/44oZrJkWsZmNAJ7P6"
className="acp-apply-btn acp-apply-btn-disabled"
// href="https://forms.gle/44oZrJkWsZmNAJ7P6"
>
Sponsor MariHacks
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/application-center/volunteering.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const Volunteering = () => {
</ul>

<a
className="acp-apply-btn"
href="https://docs.google.com/forms/d/e/1FAIpQLSc1ziA43w4z4tESo3G2hkvD5M896_9Wmr7LCT3bTyKXYOXNbA/viewform?usp=sf_link"
className="acp-apply-btn acp-apply-btn-disabled"
// href="https://docs.google.com/forms/d/e/1FAIpQLSc1ziA43w4z4tESo3G2hkvD5M896_9Wmr7LCT3bTyKXYOXNbA/viewform?usp=sf_link"
>
Apply to be a volunteer
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/application-center/workshop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const Workshop = () => {
</a>

<a
className="acp-apply-btn"
href="https://docs.google.com/forms/d/e/1FAIpQLSfvpdyxO02I8aAqEIP5PCTAkMvvMac3Q7zvLcOJs746ub3C-Q/viewform?usp=sf_link"
className="acp-apply-btn acp-apply-btn-disabled"
// href="https://docs.google.com/forms/d/e/1FAIpQLSfvpdyxO02I8aAqEIP5PCTAkMvvMac3Q7zvLcOJs746ub3C-Q/viewform?usp=sf_link"
>
Present a workshop
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Landing = () => {
</p>

<div className="flex flex-col items-center lg:items-start md:ml-2 md:mt-8 lg:mt-16 mt-4 z-10">
<p className="subtitle font-bold">Sign up for MariHacks now!</p>
<p className="subtitle font-bold">MariHacks will begin soon!</p>
<hr className="my-4 lg:my-6 w-full" />
<p className="text-white text-[16px] md:text-[20px]">
April 5-6, 2024
Expand Down
19 changes: 16 additions & 3 deletions src/pages/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,31 @@ import BackArrow from "../components/BackArrow";
function SchedulePage() {
return (
<div>
<div className="p-4 md:p-16 flex flex-col">
<div className="p-4 md:p-8">
<BackArrow text="Home" link="/" />
</div>

<div className="flex flex-col items-center">
<div className="font-bold text-[32px] md:text-[48px]">
Here's how MariHacks will go!
</div>
<hr className="w-1/3 border border-black my-8" />
<p className="w-full md:w-1/2 lg:w-1/3">
{/* <p className="w-full md:w-1/2">
MariHacks 7.0 participants are welcome to check-in at the College
starting at 4 pm on Friday, April 5. The opening ceremony will begin
at 5 pm, and we expect the closing ceremony on Saturday, April 6 to
end by 5 pm. The full schedule will be public soon!
</p>
</p> */}
<div className="">
<a
className="underline hover:text-blue-400"
href="/pdfs/event_schedule.pdf"
>
Click me
</a>
<span> to download the pdf of the the schedule.</span>
</div>
<img className="w-2/5 my-8" src="/images/event_schedule.png" alt="" />
</div>
</div>
);
Expand Down

0 comments on commit b14d1cc

Please sign in to comment.