- Added Font Awesome dependencies for enhanced icon support. - Refactored tech icon components to utilize Font Awesome icons instead of custom SVGs. - Updated skill data files to include icon properties for various technologies. - Removed obsolete tech icon files to streamline the codebase.
106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"category": "Design",
|
|
"icon": "palette",
|
|
"skills": [
|
|
{
|
|
"id": "figma",
|
|
"name": "Figma",
|
|
"description": "Outil de design d'interface collaboratif",
|
|
"links": [
|
|
"https://www.figma.com/",
|
|
"https://help.figma.com/"
|
|
],
|
|
"icon": "fab-figma"
|
|
},
|
|
{
|
|
"id": "sketch",
|
|
"name": "Sketch",
|
|
"description": "Outil de design d'interface pour macOS",
|
|
"links": [
|
|
"https://www.sketch.com/",
|
|
"https://www.sketch.com/docs/"
|
|
],
|
|
"icon": "fab-sketch"
|
|
},
|
|
{
|
|
"id": "adobe-xd",
|
|
"name": "Adobe XD",
|
|
"description": "Outil de design et prototypage d'Adobe",
|
|
"links": [
|
|
"https://www.adobe.com/products/xd.html",
|
|
"https://helpx.adobe.com/xd/"
|
|
],
|
|
"icon": "fas-cog"
|
|
},
|
|
{
|
|
"id": "ux-ui",
|
|
"name": "UX/UI Design",
|
|
"description": "Conception d'expérience et d'interface utilisateur",
|
|
"links": [
|
|
"https://www.nngroup.com/",
|
|
"https://material.io/design/"
|
|
],
|
|
"icon": "fas-cog"
|
|
},
|
|
{
|
|
"id": "design-system",
|
|
"name": "Design System",
|
|
"description": "Systèmes de design et composants réutilisables",
|
|
"links": [
|
|
"https://designsystemsrepo.com/",
|
|
"https://www.designbetter.co/design-systems-handbook"
|
|
],
|
|
"icon": "fas-cog"
|
|
},
|
|
{
|
|
"id": "prototyping",
|
|
"name": "Prototypage",
|
|
"description": "Création de prototypes interactifs",
|
|
"links": [
|
|
"https://www.prototypr.io/",
|
|
"https://www.invisionapp.com/"
|
|
],
|
|
"icon": "fas-palette"
|
|
},
|
|
{
|
|
"id": "user-research",
|
|
"name": "Recherche utilisateur",
|
|
"description": "Méthodologies de recherche UX",
|
|
"links": [
|
|
"https://www.nngroup.com/articles/",
|
|
"https://www.usability.gov/"
|
|
],
|
|
"icon": "fas-users"
|
|
},
|
|
{
|
|
"id": "accessibility",
|
|
"name": "Accessibilité",
|
|
"description": "Design accessible et inclusive",
|
|
"links": [
|
|
"https://www.w3.org/WAI/",
|
|
"https://webaim.org/"
|
|
],
|
|
"icon": "fas-eye"
|
|
},
|
|
{
|
|
"id": "responsive-design",
|
|
"name": "Design Responsive",
|
|
"description": "Conception adaptative multi-dispositifs",
|
|
"links": [
|
|
"https://developers.google.com/web/fundamentals/design-and-ux/responsive",
|
|
"https://responsivedesign.is/"
|
|
],
|
|
"icon": "fas-mobile"
|
|
},
|
|
{
|
|
"id": "motion-design",
|
|
"name": "Motion Design",
|
|
"description": "Animation et transitions d'interface",
|
|
"links": [
|
|
"https://material.io/design/motion/",
|
|
"https://www.framer.com/"
|
|
],
|
|
"icon": "fas-cog"
|
|
}
|
|
]
|
|
} |