Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoblaise committed Apr 28, 2024
2 parents b6c9149 + cd1540b commit 4c0fd36
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
17 changes: 16 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ function Home() {
</div>
<Awards />
<hr id="line-header" />
<div className="grid grid-cols-1 max-w-7xl gap-4 mx-auto w-full sponsors">
<div className="sponsors">
<div className="sponsors2">Sponsors</div>

<div className="sponsors_section">
Expand Down Expand Up @@ -499,6 +499,7 @@ function Home() {
/>
</Link>
</div>

<div>
<Link
href="https://ironji.com/"
Expand All @@ -513,6 +514,20 @@ function Home() {
/>
</Link>
</div>
<div>
<Link
href="https://codecrafters.io/event/kigalihacks"
target="_blank"
>
<Image
className="image4 object-contain"
width="200"
height="207"
alt=""
src="/crafters.svg"
/>
</Link>
</div>
</div>
</div>
<Image
Expand Down
9 changes: 9 additions & 0 deletions public/crafters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c0fd36

Please sign in to comment.