Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Aug 10, 2023
1 parent baab26e commit d1f55f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/app/projects/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -64,5 +77,5 @@ export const projects: Project[] = [
source: {
href: 'https://github.com/lakhoune/lakhoune.github.io',
},
}
},
];
Binary file added src/assets/website-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1f55f1

Please sign in to comment.