feat(frontend): add unified header and footer to public pages

Implemented consistent navigation across all public-facing pages with a
reusable layout system. Created PublicLayout component that wraps pages
with a header containing the logo and a footer with navigation links.

Changes:
- Created PublicHeader component with logo linking to homepage
- Created PublicFooter component with Product, Account, and Support sections
- Created PublicLayout wrapper component using flex layout
- Updated all public pages to use PublicLayout:
  - LoginPage, RegisterPage, ForgotPasswordPage, ResetPasswordPage
  - VerifyEmailPage, ContactPage, AboutUsPage, HowItWorksPage
  - NotFoundPage
- Fixed gradient background pages to use min-h-full for proper height
- Fixed content pages to avoid min-h-screen conflicts with flex-grow
- Updated About Us content
This commit is contained in:
Radosław Gierwiało
2025-12-05 21:59:56 +01:00
parent c47d182b98
commit 3ae9fd149b
13 changed files with 412 additions and 307 deletions

View File

@@ -1,26 +1,9 @@
# About Us
Hi, Im Radek a software engineer, a West Coast Swing dancer and the person behind **spotlight.cam**.
## Lorem Ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Spotlight.cam is a project built by someone who actually stands in the same registration lines, dances in the same heats and scrolls through the same event pages as you :P
## Dolor Sit Amet
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat:
If we ever meet at an event, Ill probably be somewhere near the dance floor, probably pressing “record” on someones spotlight.
- **Duis aute irure** - Dolor in reprehenderit in voluptate velit esse cillum dolore
- **Eu fugiat nulla** - Pariatur excepteur sint occaecat cupidatat non proident
- **Sunt in culpa** - Qui officia deserunt mollit anim id est laborum
- **Sed ut perspiciatis** - Unde omnis iste natus error sit voluptatem
## Consectetur Adipiscing
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
## Nemo Enim
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
---
*For questions or feedback, [contact us](/contact).*
To be fair, the original idea for this service was actually dropped on me by a friend who was tired of hunting for someone to film her dances I just did what any backend developer / DevOps / Linux admin would do: said “okay, that shouldnt be that hard… right?”, opened my editor, set up a few servers and scripts… and suddenly we had a new project on our hands 😅 I also had a not-so-secret teammate: AI. Without it, this would probably still be stuck in my “one day” folder for about a year 😄