Skip to content

Commit

Permalink
coooking
Browse files Browse the repository at this point in the history
  • Loading branch information
Themarsguy authored Jul 25, 2024
1 parent ce97213 commit 3465ac8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 28 deletions.
4 changes: 2 additions & 2 deletions app/head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default function Head() {
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta charSet="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="title" content="MornCast Kigali Hacks Hackathon" />
<meta name="title" content="Kigali Hacks Hackathon" />

<meta name="author" content="Morncast community"/>
<meta name="author" content="Kigali Hacks community"/>
<meta name="copyright" content="This is site and its content is copyright (c) 2024 of Morncast community"/>
<meta name="keywords" content="morncast, kigali, hackathon, hack, kigali hacks, kigali hackathon, kigali hack, kigali hacks hackathon "/>
<meta name="description" content="Kigali Hacks, Hack The Future.
Expand Down
31 changes: 16 additions & 15 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,20 @@ function Home() {
/>
</Link>
</div>
<div>
<Link
href="https://hence.ai/"
target="_blank"
>
<Image
className="image4 object-contain"
width="200"
height="207"
alt=""
src="/hence.png"
/>
</Link>
</div>
{/*
<div>
Expand Down Expand Up @@ -597,20 +611,7 @@ function Home() {
/>
</Link>
</div> */}
<div>
<Link
href="https://hence.ai/"
target="_blank"
>
<Image
className="image4 object-contain"
width="200"
height="207"
alt=""
src="/hence.png"
/>
</Link>
</div>

<div>
<Link
href="https://codecrafters.io/event/kigalihacks"
Expand All @@ -621,7 +622,7 @@ function Home() {
width="200"
height="207"
alt=""
src="/crafters.svg"
src="/crafters.png"
/>
</Link>
</div>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"framer-motion": "^11.1.7",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.1.9",
"mini-svg-data-uri": "^1.4.4",
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Binary file added public/crafters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions public/crafters.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/humans.svg

This file was deleted.

0 comments on commit 3465ac8

Please sign in to comment.