Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
add new langs to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSaah committed Nov 11, 2023
1 parent a4658f0 commit c6cc698
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/views/Home/LanguageToolsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ const langs_and_tools = [
color: "text-blue-600",
icon: ["fab", "css3-alt"],
},
{
title: "Go",
color: "text-green-600",
icon: ["fab", "golang"],
},
{
title: "SQL",
color: "text-sky-600",
icon: ["fas", "database"],
},
{
title: "Terminal",
color: "text-black-600",
Expand All @@ -37,6 +47,11 @@ const langs_and_tools = [
color: "text-black-600",
icon: ["fab", "github"],
},
{
title: "Linux",
color: "text-black-600",
icon: ["fab", "linux"],
},
];
</script>

Expand Down

0 comments on commit c6cc698

Please sign in to comment.