Skip to content

Commit

Permalink
fundraising banner
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Feb 17, 2025
1 parent 3328a88 commit 371c56d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ export default function Home() {
<meta name="twitter:image" content={`${siteUrl}/img/goku.png`} />
</Head>
<main>
<div className="w-full bg-blue-100 dark:bg-blue-900 py-3">
<div className="max-w-[880px] mx-auto px-4 flex items-center justify-center gap-4 flex-wrap">
<span className="font-medium">🏃‍♂️ Running a half marathon in memory of Bia - Help me fight cancer!</span>
<a
href="https://haymakersforhope.org/events/running/nyc-half-marathon-2025/runners/Didier-Lopes"
target="_blank"
rel="noreferrer"
className="bg-blue-500 hover:bg-blue-600 text-white px-4 py-1 rounded-full text-sm transition-colors duration-200"
>
Donate Now →
</a>
</div>
</div>
<div className="mt-16 mx-auto flex max-w-[880px] flex-col px-3 text-center">
<h1 className="_h1 !mb-2 font-bold">Who am I?</h1>
<div className="text-xl">
Expand Down

0 comments on commit 371c56d

Please sign in to comment.