- 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.6 KiB
JSON
106 lines
2.6 KiB
JSON
{
|
|
"category": "Cloud",
|
|
"icon": "cloud",
|
|
"skills": [
|
|
{
|
|
"id": "aws",
|
|
"name": "Amazon Web Services",
|
|
"description": "Plateforme de services cloud d'Amazon",
|
|
"links": [
|
|
"https://aws.amazon.com/",
|
|
"https://docs.aws.amazon.com/"
|
|
],
|
|
"icon": "fab-aws"
|
|
},
|
|
{
|
|
"id": "azure",
|
|
"name": "Microsoft Azure",
|
|
"description": "Plateforme cloud de Microsoft",
|
|
"links": [
|
|
"https://azure.microsoft.com/",
|
|
"https://docs.microsoft.com/azure/"
|
|
],
|
|
"icon": "fab-microsoft"
|
|
},
|
|
{
|
|
"id": "gcp",
|
|
"name": "Google Cloud Platform",
|
|
"description": "Services cloud de Google",
|
|
"links": [
|
|
"https://cloud.google.com/",
|
|
"https://cloud.google.com/docs"
|
|
],
|
|
"icon": "fab-google"
|
|
},
|
|
{
|
|
"id": "terraform",
|
|
"name": "Terraform",
|
|
"description": "Outil d'infrastructure as code",
|
|
"links": [
|
|
"https://www.terraform.io/",
|
|
"https://learn.hashicorp.com/terraform"
|
|
],
|
|
"icon": "fas-tools"
|
|
},
|
|
{
|
|
"id": "serverless",
|
|
"name": "Serverless Framework",
|
|
"description": "Framework pour applications serverless",
|
|
"links": [
|
|
"https://www.serverless.com/",
|
|
"https://www.serverless.com/framework/docs/"
|
|
],
|
|
"icon": "fas-cog"
|
|
},
|
|
{
|
|
"id": "lambda",
|
|
"name": "AWS Lambda",
|
|
"description": "Service de calcul serverless d'AWS",
|
|
"links": [
|
|
"https://aws.amazon.com/lambda/",
|
|
"https://docs.aws.amazon.com/lambda/"
|
|
],
|
|
"icon": "fas-bolt"
|
|
},
|
|
{
|
|
"id": "cloudformation",
|
|
"name": "CloudFormation",
|
|
"description": "Service d'infrastructure as code d'AWS",
|
|
"links": [
|
|
"https://aws.amazon.com/cloudformation/",
|
|
"https://docs.aws.amazon.com/cloudformation/"
|
|
],
|
|
"icon": "fas-layers"
|
|
},
|
|
{
|
|
"id": "s3",
|
|
"name": "Amazon S3",
|
|
"description": "Service de stockage d'objets d'AWS",
|
|
"links": [
|
|
"https://aws.amazon.com/s3/",
|
|
"https://docs.aws.amazon.com/s3/"
|
|
],
|
|
"icon": "fas-cog"
|
|
},
|
|
{
|
|
"id": "ec2",
|
|
"name": "Amazon EC2",
|
|
"description": "Service de calcul élastique d'AWS",
|
|
"links": [
|
|
"https://aws.amazon.com/ec2/",
|
|
"https://docs.aws.amazon.com/ec2/"
|
|
],
|
|
"icon": "fas-cog"
|
|
},
|
|
{
|
|
"id": "cloudfront",
|
|
"name": "CloudFront",
|
|
"description": "Réseau de diffusion de contenu (CDN) d'AWS",
|
|
"links": [
|
|
"https://aws.amazon.com/cloudfront/",
|
|
"https://docs.aws.amazon.com/cloudfront/"
|
|
],
|
|
"icon": "fas-cog"
|
|
}
|
|
]
|
|
} |