Add Font Awesome icons and refactor tech icon handling

- 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.
This commit is contained in:
Julien Froidefond
2025-08-20 16:24:07 +02:00
parent e6d4bbe13d
commit f74d4d3e87
27 changed files with 793 additions and 539 deletions

View File

@@ -9,7 +9,8 @@
"links": [
"https://aws.amazon.com/",
"https://docs.aws.amazon.com/"
]
],
"icon": "fab-aws"
},
{
"id": "azure",
@@ -18,7 +19,8 @@
"links": [
"https://azure.microsoft.com/",
"https://docs.microsoft.com/azure/"
]
],
"icon": "fab-microsoft"
},
{
"id": "gcp",
@@ -27,7 +29,8 @@
"links": [
"https://cloud.google.com/",
"https://cloud.google.com/docs"
]
],
"icon": "fab-google"
},
{
"id": "terraform",
@@ -36,7 +39,8 @@
"links": [
"https://www.terraform.io/",
"https://learn.hashicorp.com/terraform"
]
],
"icon": "fas-tools"
},
{
"id": "serverless",
@@ -45,7 +49,8 @@
"links": [
"https://www.serverless.com/",
"https://www.serverless.com/framework/docs/"
]
],
"icon": "fas-cog"
},
{
"id": "lambda",
@@ -54,7 +59,8 @@
"links": [
"https://aws.amazon.com/lambda/",
"https://docs.aws.amazon.com/lambda/"
]
],
"icon": "fas-bolt"
},
{
"id": "cloudformation",
@@ -63,7 +69,8 @@
"links": [
"https://aws.amazon.com/cloudformation/",
"https://docs.aws.amazon.com/cloudformation/"
]
],
"icon": "fas-layers"
},
{
"id": "s3",
@@ -72,7 +79,8 @@
"links": [
"https://aws.amazon.com/s3/",
"https://docs.aws.amazon.com/s3/"
]
],
"icon": "fas-cog"
},
{
"id": "ec2",
@@ -81,7 +89,8 @@
"links": [
"https://aws.amazon.com/ec2/",
"https://docs.aws.amazon.com/ec2/"
]
],
"icon": "fas-cog"
},
{
"id": "cloudfront",
@@ -90,7 +99,8 @@
"links": [
"https://aws.amazon.com/cloudfront/",
"https://docs.aws.amazon.com/cloudfront/"
]
],
"icon": "fas-cog"
}
]
}
}