Skip to content

Commit a7a81e2

Browse files
Merge pull request #234 from oscafrica/new-deck
feat: add 2025 deck
2 parents c70e9ee + 523d4f9 commit a7a81e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/2025/header.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ function Header() {
2424
<div className="lg:mx-5">
2525
<div className="flex flex-col md:flex-row mt-5 sm:mb-16 md:mb-10 lg:mb-0 lg:p-0 items-center">
2626
<a
27-
href="mailto:[email protected]"
27+
href="/sponsorship-deck-2025.pdf"
2828
className="font-clashDisplay font-bold bg-white hover:bg-gray-100 m-4 p-6 mx-5 w-80 lg:w-fit text-center text-black tracking-wider text-lg"
2929
>
3030
Become a Sponsor
3131
</a>
3232
<a
33-
href="https://discord.gg/open-source-community-africa-676252299093475348"
33+
href="https://oscafrica.org/discord"
3434
className="font-clashDisplay font-bold bg-yellow-500 hover:bg-yellow-400 m-4 p-6 mx-5 w-80 lg:w-fit text-center text-black tracking-wider text-lg"
3535
>
3636
Become a Speaker

src/components/2025/nav.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Nav() {
8989
<div className="flex flex-row items-center">
9090
<div className="bg-white border-4 border-yellow-500 mx-2 w-60 flex sm:flex-row flex-col justify-center sm:mb-16 md:mb-10 lg:mb-0">
9191
<a
92-
href="https://discord.gg/open-source-community-africa-676252299093475348"
92+
href="https://oscafrica.org/discord"
9393
className="font-clashDisplay font-bold p-4 text-lg tracking-wider mx-5 w-fit flex items-center"
9494
>
9595
Register
@@ -149,7 +149,7 @@ function Nav() {
149149
</div>
150150
<div className="mx-2 flex justify-center min-w-52 bg-white border-yellow-500 border-4 my-5">
151151
<a
152-
href="https://discord.gg/open-source-community-africa-676252299093475348"
152+
href="https://oscafrica.org/discord"
153153
className="font-clashDisplay font-bold p-5 text-black tracking-wider w-full mx-5 w-fit flex items-center justify-center"
154154
onClick={() => toggleExpansion(!isExpanded)}
155155
>

static/sponsorship-deck-2025.pdf

6.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)