Skip to content

Commit

Permalink
Added Nuxt.js to Skills
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Oct 11, 2023
1 parent 7018e6a commit dafb735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added public/img/custom-icons/nuxtjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/Skills.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const skills = [
{ icon: "fa-brands fa-java", name: "Java" },
{ icon: "fa-brands fa-windows", name: "Windows" },
{ icon: "fa-brands fa-linux", name: "Arch Linux" },
{ img: "img/custom-icons/csharp.png", name: "C#" }
{ img: "img/custom-icons/csharp.png", name: "C#" },
{ img: "img/custom-icons/nuxtjs.png", name: "Nuxt.js" }
];
</script>

0 comments on commit dafb735

Please sign in to comment.