A personal portfolio site showcasing projects across web development, game programming, and cybersecurity learning. Built using SvelteKit and Tailwind CSS, the site is fully responsive, accessible, and optimized for modern browsers.
Live Site danielwilkinson-dev.netlify.app
A complete rebuild of a personal training and wellness business website. Originally a static HTML/CSS site, now fully redesigned using SvelteKit + Tailwind with mobile-first design and improved accessibility.
š Live Site
š GitHub Repo
A simple arcade-style space shooter built using Python and PyGame. Demonstrates object-oriented programming and game loop logic.
š GitHub Repo
Ongoing hands-on cybersecurity learning covering topics like networking, enumeration, exploitation, and web app security.
š TryHackMe Profile
src /lib ā Reusable components (ProjectCard, Navbar, etc.) /routes ā Main pages (index, about, contact) /static ā Project images and screenshots svelte.config.js tailwind.config.cjs README.md