diff --git a/src/app/projects/projects.ts b/src/app/projects/projects.ts index e8d956d..f9452b3 100644 --- a/src/app/projects/projects.ts +++ b/src/app/projects/projects.ts @@ -52,6 +52,19 @@ export const projects: Project[] = [ href: 'https://github.com/StudyGrow/Cards', }, }, + { + title: 'This website', + subtitle: 'My personal website, which you are currently visiting', + previewImgSrc: 'assets/website-preview.png', + page: { + href: 'https://lakhoune.com/', + description: + 'This website is built with Angular and hosted on GitHub Pages. It is a single page application (SPA) and uses the Angular Material UI library. The source code is available on GitHub, along with a CI/CD pipeline. Feel free to use this website as a template for your own website, but please give credit where credit is due :) ', + }, + source: { + href: 'https://github.com/lakhoune/lakhoune.github.io', + }, + }, { title: 'Wifi-QR', subtitle: 'Quickly share your Wifi credentials', @@ -64,5 +77,5 @@ export const projects: Project[] = [ source: { href: 'https://github.com/lakhoune/lakhoune.github.io', }, - } + }, ]; diff --git a/src/assets/website-preview.png b/src/assets/website-preview.png new file mode 100644 index 0000000..62d5797 Binary files /dev/null and b/src/assets/website-preview.png differ