refactor: simplify main layout and disable unused project grid styling (#74) (#86)
Removed unused components and commented out .projects-grid styling for cleaner layout structure
fix: re-enable load function to fetch sponsor data (#74) (#86)
Uncommented and restored the async load function to properly return sponsor data from the api
Merge pull request #80 from fdnd-agency/header-46
#46 Header - The First Version
The Logo and Header Component will be added to the dev branch with this merge.
Style: restructure page layout and add spacing (#74)
Updated the page structure with grid layout for projects and added margin below the about section for better spacing
Feat: load both projects and sponsors data in layout (#74)
fetches projects and sponsors together using promise.all for faster and cleaner data loading
#46 #80 fix: feedback/review
- removed `<Logo /> <Header />` components from src/+page.svelte as it is unnecessary.
- The title is now responsive as i gave it a clamp().
- Adjusted the Media Queries to make the menu better.
chore: change CSS file location
Netlify can't find our CSS file within src/styles/styleguide.css
in this commit I'm changing the file location to static/styles/styleguide.css
style: adjust footer layout and spacing for desktop (#47) (#83)
Updated desktop layout by centering footer content, increasing text width and improving spacing between nav links
feat: add responsive footer with semantic HTML and CSS custom properties (#47) (#56)
Added a new responsive footer using semantic HTML and CSS custom properties. The layout follows a mobile-first approach with nested media queries