Modifications
continuous-integration/drone/push Build is passing Details

master
Kyllian CHABANON 3 weeks ago
parent 5d27a1589f
commit c1361803ce

@ -14,7 +14,8 @@ export const items: Array<Project> = [
logo: Assets.PathFinder, logo: Assets.PathFinder,
name: 'PathFinder', name: 'PathFinder',
period: { period: {
from: new Date(2023, 8, 1) from: new Date(2024, 8, 1),
to: new Date(2025, 3, 1)
}, },
skills: getSkills('js', 'php', 'html', 'css', 'csharp', 'kotlin', 'docker'), skills: getSkills('js', 'php', 'html', 'css', 'csharp', 'kotlin', 'docker'),
type: 'Application de gestion de tuteurs', type: 'Application de gestion de tuteurs',

Loading…
Cancel
Save