Skip to content

Commit

Permalink
Merge pull request #234 from oscafrica/new-deck
Browse files Browse the repository at this point in the history
feat: add 2025 deck
  • Loading branch information
BolajiAyodeji authored Nov 2, 2024
2 parents c70e9ee + 523d4f9 commit a7a81e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/2025/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ function Header() {
<div className="lg:mx-5">
<div className="flex flex-col md:flex-row mt-5 sm:mb-16 md:mb-10 lg:mb-0 lg:p-0 items-center">
<a
href="mailto:[email protected]"
href="/sponsorship-deck-2025.pdf"
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"
>
Become a Sponsor
</a>
<a
href="https://discord.gg/open-source-community-africa-676252299093475348"
href="https://oscafrica.org/discord"
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"
>
Become a Speaker
Expand Down
4 changes: 2 additions & 2 deletions src/components/2025/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function Nav() {
<div className="flex flex-row items-center">
<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">
<a
href="https://discord.gg/open-source-community-africa-676252299093475348"
href="https://oscafrica.org/discord"
className="font-clashDisplay font-bold p-4 text-lg tracking-wider mx-5 w-fit flex items-center"
>
Register
Expand Down Expand Up @@ -149,7 +149,7 @@ function Nav() {
</div>
<div className="mx-2 flex justify-center min-w-52 bg-white border-yellow-500 border-4 my-5">
<a
href="https://discord.gg/open-source-community-africa-676252299093475348"
href="https://oscafrica.org/discord"
className="font-clashDisplay font-bold p-5 text-black tracking-wider w-full mx-5 w-fit flex items-center justify-center"
onClick={() => toggleExpansion(!isExpanded)}
>
Expand Down
Binary file added static/sponsorship-deck-2025.pdf
Binary file not shown.

0 comments on commit a7a81e2

Please sign in to comment.