Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stef-timmermans/stef-timmermans.github.io
Personal portfolio site displaying information about me and my projects. Made using Angular through the Angular CLI.
https://github.com/stef-timmermans/stef-timmermans.github.io
angular angular-cli html portfolio portfolio-website typescript
Last synced: 29 days ago
JSON representation
Personal portfolio site displaying information about me and my projects. Made using Angular through the Angular CLI.
- Host: GitHub
- URL: https://github.com/stef-timmermans/stef-timmermans.github.io
- Owner: stef-timmermans
- License: mit
- Created: 2023-05-16T19:38:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T05:24:28.000Z (7 months ago)
- Last Synced: 2024-06-22T12:06:10.820Z (7 months ago)
- Topics: angular, angular-cli, html, portfolio, portfolio-website, typescript
- Language: TypeScript
- Homepage: https://stef-timmermans.github.io/
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About My Portfolio Website
## 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.
# Site Structure
**This website consists of the following pages:**
1. **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.
2. **About Me:** On this page, you'll find more information about me, my skills, and my hobbies outside of the industry.
3. **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.
# Themes
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.
# Running Locally
To run this project locally:
1. Clone the repository: `git clone https://github.com/stef-timmermans/stef-timmermans.github.io.git`
2. Install dependencies: `npm install`
3. Start the server: `ng serve`
4. Open a browser and navigate to `http://localhost:4200/`
# License Information
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.