diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-29 12:40:23 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-29 12:40:23 +0200 |
| commit | 26282b5e394d9b4007efbbe246a7afd7dba2d5ac (patch) | |
| tree | ae466a0f239cbc070e436a988222fa78dfb6f278 /htdocs/src | |
| parent | bf8ab81ce06d96068753be8b8f5ae631926d37b1 (diff) | |
chore(projects): add color cycle app
Diffstat (limited to 'htdocs/src')
| -rw-r--r-- | htdocs/src/js/config/projects.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/htdocs/src/js/config/projects.js b/htdocs/src/js/config/projects.js index d23db3f..53f1af8 100644 --- a/htdocs/src/js/config/projects.js +++ b/htdocs/src/js/config/projects.js @@ -80,6 +80,26 @@ const projects = [ technologies: ['Vanilla Javascript', 'SVG'], }, { + id: 'color-cycle', + name: 'Color cycle', + description: { + en: 'Play with hexadecimal colors. Set a color, then choose one or more increment values and start the preview.', + fr: "Jouez avec les couleurs hexadécimales. Définissez une couleur, puis choisissez une ou plusieurs valeurs d'incrémentation et démarrez l'aperçu.", + }, + path: './projects/js-small-apps/color-cycle/index.html', + repo: [ + { + name: 'Github', + url: 'https://github.com/ArmandPhilippot/js-small-apps/tree/main/color-cycle', + }, + { + name: 'Gitlab', + url: 'https://gitlab.com/ArmandPhilippot/js-small-apps/-/tree/main/color-cycle', + }, + ], + technologies: ['Vanilla Javascript'], + }, + { id: 'css-border-previewer', name: 'CSS Border Previewer', description: { |
