diff --git a/assets/images/icons/kotlin.svg b/assets/images/icons/kotlin.svg new file mode 100644 index 0000000..b88e28b --- /dev/null +++ b/assets/images/icons/kotlin.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/resume/sections/Skills.vue b/components/resume/sections/Skills.vue index bce6c9c..0b274a1 100644 --- a/components/resume/sections/Skills.vue +++ b/components/resume/sections/Skills.vue @@ -65,6 +65,7 @@
  • +
  • @@ -105,4 +106,5 @@ import java_logo from "@/assets/images/icons/java.svg"; import python_logo from "@/assets/images/icons/python.svg"; import cpu_logo from "@/assets/images/icons/cpu.svg"; + import kotlin_logo from "@/assets/images/icons/kotlin.svg"; \ No newline at end of file