Gepassioneerd over moderne web en mobielontwikkeling en het bouwen van gebruiksvriendelijke applicaties.
- Frontend: HTML, Javascript, Astro.js, React, Typescript
- Design/ Styling: CSS, SASS, Bootstrap, Figma, Taildind CSS, Styled-Components
- Tools: Git, Azure, React Testing Library, Jest,
src/
βββ styles/
β βββ global.css β Design tokens, buttons, utilities
βββ layouts/
β βββ Layout.astro β HTML shell + Nav + Footer
βββ components/
β βββ Nav.astro
β βββ Footer.astro
β βββ ProjectCard.astro
β βββ sections/
β βββ Hero.astro
β βββ About.astro
β βββ Skills.astro
β βββ RecentProjects.astro
β βββ Contact.astro
βββ data/
β βββ projects.ts β Alle projectdata hier aanpassen
βββ pages/
βββ index.astro β Homepage (one-pager)
βββ projecten.astro β Alle projecten pagina
| Variabele | Waarde | Gebruik |
|---|---|---|
--color-bg |
#0c1d0d |
Achtergrond |
--color-accent |
#D2FFAA |
Highlight / CTA |
--color-cta |
#F1C0B9 |
Section labels |
--color-text |
#efefef |
Bodytekst |
- Headlines β Syne Bold (Google Fonts)
- Body / UI β Outfit (Google Fonts)