Skip to content

Commit

Permalink
reorder and add some technologies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassadin committed Dec 27, 2023
1 parent 2cc1ee1 commit 182b156
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions components/sections/FavoriteTechnologies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ const technologyItems: TechnologyItemData[] = [
url: "https://code.visualstudio.com/",
title: "Visual Studio Code",
},
{
iconName: "mdi:laravel",
url: "https://laravel.com/",
title: "Laravel",
},
{
iconName: "mdi:nodejs",
url: "https://nodejs.org/",
Expand All @@ -56,6 +51,11 @@ const technologyItems: TechnologyItemData[] = [
url: "https://github.com/",
title: "GitHub",
},
{
iconName: "mdi:git",
url: "https://git-scm.com/",
title: "Git",
},
{
iconName: "mdi:unity",
url: "https://unity.com/",
Expand All @@ -67,19 +67,24 @@ const technologyItems: TechnologyItemData[] = [
title: "Docker",
},
{
iconName: "mdi:kubernetes",
url: "https://kubernetes.io/",
title: "Kubernetes",
iconName: "mdi:server-network",
url: "https://nestjs.com/",
title: "NestJS",
},
{
iconName: "mdi:nuxt",
url: "https://nuxtjs.org/",
title: "Nuxt.js",
},
{
iconName: "mdi:git",
url: "https://git-scm.com/",
title: "Git",
iconName: "mdi:tailwind",
url: "https://tailwindcss.com/",
title: "Tailwind CSS",
},
{
iconName: "mdi:server-network",
url: "https://nestjs.com/",
title: "NestJS",
iconName: "mdi:rocket-launch",
url: "https://astro.build/",
title: "Astro",
},
];
</script>

0 comments on commit 182b156

Please sign in to comment.