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.
#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
Merge pull request #65 from fdnd-agency/project-cards-51
Project cards 51
Deze merge voegt de component voor projectkaarten op de startpagina en de bijbehorende container toe aan de dev branch