This is the repository for my portfolio website. It's built using Angular and showcases some of my software work. It is desktop and mobile-friendly.
This website consists of the following pages:
-
Home: Here you'll find a brief introduction about me and what I do. This page also includes links to my GitHub and LinkedIn profiles.
-
About Me: On this page, you'll find more information about me, my skills, and my hobbies outside of the industry.
-
Projects: This page showcases some of the projects that I've worked on. Each project includes a brief description, the tech stack I used, and a link to the documentation, if applicable.
The website supports both light and dark themes. The theme can be toggled using the button on the website nav. The current theme is saved in your browser, so it'll be remembered next time you visit.
To run this project locally:
- Clone the repository:
git clone https://github.com/stef-timmermans/stef-timmermans.github.io.git
- Install dependencies:
npm install
- Start the server:
ng serve
- Open a browser and navigate to
http://localhost:4200/
This project is licensed under the MIT license. It is partially built using free and open-source software. For more information see LICENSE
and NOTICE
in the root directory.