Skip to content

Commit

Permalink
add Chaoss to 2024 sponsors (#142)
Browse files Browse the repository at this point in the history
- adding Choass africa as sponsor
  • Loading branch information
Leon12-aaryson authored May 22, 2024
1 parent 9f52e58 commit c8714a9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
9 changes: 8 additions & 1 deletion app/2024/sponsors/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SponsorsPage() {
<section className="lg:mx-28 mx-8 min-h-[55vh]">
<p className="text-4xl font-bold my-8 text-gray-500">Expo Sponsors</p>

<div className="grid grid-cols-1 md:grid-cols-2 place-items-center gap-8">
<div className="grid grid-cols-1 md:grid-cols-3 place-items-center gap-8">
<Link href="https://github.com" target="_blank">
<Image src="/2024/sponsors/GitHub.png" width={500} height={500} />
</Link>
Expand All @@ -31,6 +31,13 @@ export default function SponsorsPage() {
height={500}
/>
</Link>
<Link href="https://chaoss.community/" target="_blank">
<Image
src="/2024/sponsors/CHAOSS AFRICA LOGO.png"
width={500}
height={500}
/>
</Link>
</div>
<div className="py-12 flex justify-center">
<Link
Expand Down
9 changes: 8 additions & 1 deletion components/2024/home/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Sponsors() {
</p>
<p className="text-xl font-bold p-4">Expo Sponsors</p>

<div className="grid grid-cols-1 md:grid-cols-2 place-items-center gap-8 my-8">
<div className="grid grid-cols-1 md:grid-cols-3 place-items-center gap-8 my-8">
<Link href="https://github.com" target="_blank">
<Image src="/2024/sponsors/GitHub.png" width={500} height={500} />
</Link>
Expand All @@ -26,6 +26,13 @@ export default function Sponsors() {
height={500}
/>
</Link>
<Link href="https://chaoss.community/" target="_blank">
<Image
src="/2024/sponsors/CHAOSS AFRICA LOGO.png"
width={500}
height={500}
/>
</Link>
</div>
<div className="py-12">
<Link
Expand Down
Binary file added public/2024/sponsors/CHAOSS AFRICA LOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/2024/sponsors/CHAOSS AFRICA LOGO.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 c8714a9

Please sign in to comment.