Skip to content

Commit

Permalink
cooking something
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoblaise authored Apr 9, 2024
1 parent 98e6c68 commit ee1f7f4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 6 deletions.
22 changes: 18 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function Home() {
className="dot-info"
data-description="1"
>
<span className="year">7/28 9:00am</span>
<span className="year">7/28 8:20am</span>
<span className="label">Opening Ceremony</span>
</div>
<input
Expand Down Expand Up @@ -412,7 +412,7 @@ function Home() {
<div className="sponsors_section">
<div>
<Link
href="https://hackclub.com/bank/"
href="https://hackclub.com/"
target="_blank"
>
<Image
Expand All @@ -424,6 +424,21 @@ function Home() {
/>
</Link>
</div>

<div>
<Link
href="https://ironji.com/"
target="_blank"
>
<Image
className="image4"
width="100"
height="207"
alt=""
src="/ironji_logo.jpg"
/>
</Link>
</div>
</div>
</div>
<Image
Expand Down Expand Up @@ -492,8 +507,7 @@ function Home() {
<footer>
<div className="copyright">
<p>
Morncast is fiscally sponsored by Hack Club Bank, a project by The Hack Foundation (d.b.a. Hack
Club), a 501(c)(3) nonprofit (EIN: 81-2908499).{' '}
Morncast is fiscally sponsored by The Hack Foundation (d.b.a. Hack Club), a 501(c)(3) nonprofit (EIN: 81-2908499).
</p>
<p> Copyright &copy; 2024.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/hcb-logo-original-dark.svg
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/ironji_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ee1f7f4

Please sign in to comment.