Skip to content

Commit

Permalink
feat: add sponsor message
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Jan 20, 2025
1 parent 8936573 commit 07f526a
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions components/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,19 @@ export const Sponsors = () => {
❤️ 💚
<br />
Want to support and sponsor BlablaConf,{" "}
<a className="underline" href="mailto:[email protected]">
<a
className="underline"
href="https://linkedin.com/company/geeksblabla-community"
target="_blank"
>
Get In Touch
</a>{" "}
</p>
</div>
</div>
<div className="mx-auto max-w-screen-xl pt-10 mt-10 lg:flex-none lg:px-8 lg:py-0">
<div className="mx-auto h-full flex md:flex-row flex-col justify-center items-center flex-warp ">
<a
{/* <a
href="https://1337.ma"
target="_blank"
className="block w-fit bg-white/30 rounded-full px-8 py-5 hover:scale-105 cursor-pointer transition-all"
Expand All @@ -48,7 +52,17 @@ export const Sponsors = () => {
alt=""
className="h-[50px] w-auto mx-auto"
/>
</a>
</a> */}
<div className="text-center text-[#282828]/60 text-lg">
هد الساعة بقي مكاين والو 😂.الى مهتم تكون سبونسور{" "}
<a
href="https://linkedin.com/company/geeksblabla-community"
className="underline"
target="_blank"
>
تواصل معانا
</a>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 07f526a

Please sign in to comment.