diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-26 17:05:50 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-26 17:05:50 +0200 |
| commit | 8bcefff67e99c8dd38e339ea3cbb6726982f3b49 (patch) | |
| tree | 7e56a7584274a0eb16d5ffdbbb48b7b2d0a6bd7c /htdocs/src/js/config/projects.js | |
| parent | 50969aeafec3582b10c30b484169e9818939837a (diff) | |
chore: add gitlab repo for each projects
Diffstat (limited to 'htdocs/src/js/config/projects.js')
| -rw-r--r-- | htdocs/src/js/config/projects.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/htdocs/src/js/config/projects.js b/htdocs/src/js/config/projects.js index 42c512a..bb239db 100644 --- a/htdocs/src/js/config/projects.js +++ b/htdocs/src/js/config/projects.js @@ -9,6 +9,10 @@ const projects = [ name: 'Github', url: 'https://github.com/ArmandPhilippot/js-small-apps/tree/main/bin2dec', }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/js-small-apps/-/tree/main/bin2dec', + }, ], technologies: ['Vanilla Javascript'], }, @@ -23,6 +27,10 @@ const projects = [ name: 'Github', url: 'https://github.com/ArmandPhilippot/js-small-apps/tree/main/budget-app', }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/js-small-apps/-/tree/main/budget-app', + }, ], technologies: ['Vanilla Javascript'], }, @@ -36,6 +44,10 @@ const projects = [ name: 'Github', url: 'https://github.com/ArmandPhilippot/js-small-apps/tree/main/calculator', }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/js-small-apps/-/tree/main/calculator', + }, ], technologies: ['Vanilla Javascript'], }, @@ -50,6 +62,10 @@ const projects = [ name: 'Github', url: 'https://github.com/ArmandPhilippot/js-small-apps/tree/main/clock', }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/js-small-apps/-/tree/main/clock', + }, ], technologies: ['Vanilla Javascript', 'SVG'], }, @@ -64,6 +80,10 @@ const projects = [ name: 'Github', url: 'https://github.com/ArmandPhilippot/js-small-apps/tree/main/css-border-previewer', }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/js-small-apps/-/tree/main/css-border-previewer', + }, ], technologies: ['Vanilla Javascript'], }, @@ -78,6 +98,10 @@ const projects = [ name: 'Github', url: 'https://github.com/ArmandPhilippot/js-small-apps/tree/main/rock-paper-scissors', }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/js-small-apps/-/tree/main/rock-paper-scissors', + }, ], technologies: ['Vanilla Javascript'], }, |
