Skip to content

Commit 45dc0e2

Browse files
Merge pull request #12 from devweekends/reverent-mendeleev
feat: updated site and added paltestine flag to mentorship, add new templates and pdf and pdf and ppt generation s…
2 parents fab3069 + 0049409 commit 45dc0e2

File tree

68 files changed

+6082
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+6082
-2
lines changed

app/mentorship/page.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,30 @@ export default function MentorshipPage() {
457457
Whether you're starting from scratch or already have experience and feel stuck, this mentorship is for you. Already building? Use our 1:1 guidance to level up and target better companies.
458458
</p>
459459

460+
{/* Palestine Support Banner */}
461+
<div className="mt-8 sm:mt-12 flex flex-col items-center justify-center gap-3">
462+
<div className="flex items-center gap-4 px-6 py-3 bg-primary border border-border">
463+
{/* Palestine Flag */}
464+
<div className="w-20 h-14 sm:w-24 sm:h-16 relative overflow-hidden flex-shrink-0 border border-white/20">
465+
{/* Black stripe */}
466+
<div className="absolute top-0 left-0 right-0 h-1/3 bg-black"></div>
467+
{/* White stripe */}
468+
<div className="absolute top-1/3 left-0 right-0 h-1/3 bg-white"></div>
469+
{/* Green stripe */}
470+
<div className="absolute top-2/3 left-0 right-0 h-1/3 bg-[#009736]"></div>
471+
{/* Red triangle */}
472+
<div className="absolute top-0 left-0 w-0 h-0 border-t-[28px] sm:border-t-[32px] border-t-transparent border-b-[28px] sm:border-b-[32px] border-b-transparent border-l-[32px] sm:border-l-[40px] border-l-[#CE1126]"></div>
473+
</div>
474+
<div className="flex flex-col">
475+
<span className="text-sm sm:text-base font-semibold text-primary-foreground">
476+
🇵🇸 We Stand With Palestine
477+
</span>
478+
<span className="text-xs sm:text-sm text-primary-foreground/70 font-medium">
479+
Exclusive Access for Palestinians
480+
</span>
481+
</div>
482+
</div>
483+
</div>
460484

461485
</div>
462486
</div>
Lines changed: 45 additions & 0 deletions
Loading
Lines changed: 59 additions & 0 deletions
Loading
Lines changed: 46 additions & 0 deletions
Loading
Lines changed: 46 additions & 0 deletions
Loading
Lines changed: 49 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)