Purpose
A personal portfolio and bilingual blog (English/French) built with Astro.
Focused areas: projects, experience, and a Community page with an Events belt.
Quick start
git clone https://github.com/Cherrypick14/sleey_portfolio.git
cd sleey_portfolio
bun install # or `npm install`
bun dev # or `npm run dev`Key files / folders
src/pages/— routes and pagessrc/features/community/— Community page,EventCard,EventsSection/EventsBelt,InvolvementCardsrc/features/projects/— projects data & pagessrc/features/blog/content/— blog posts (en/ and fr/)src/components/— shared components (Header, Footer, Logo)src/layouts/BaseLayout.astro— main layout and nav items
Deployed site - https://sleey-portfolio.vercel.app/