diff --git a/src/assets/icons/matplotlib.svg b/src/assets/icons/matplotlib.svg new file mode 100644 index 0000000..3ef7f89 --- /dev/null +++ b/src/assets/icons/matplotlib.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/assets/icons/seaborn.svg b/src/assets/icons/seaborn.svg new file mode 100644 index 0000000..bfb797d --- /dev/null +++ b/src/assets/icons/seaborn.svg @@ -0,0 +1,474 @@ + + + + + + + + + 2020-09-07T14:13:57.855925 + image/svg+xml + + + Matplotlib v3.3.1, https://matplotlib.org/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/resume/sections/Skills.vue b/src/views/resume/sections/Skills.vue index aff3aa1..401ac3a 100644 --- a/src/views/resume/sections/Skills.vue +++ b/src/views/resume/sections/Skills.vue @@ -35,10 +35,18 @@ + + + @@ -55,12 +63,11 @@ - + @@ -72,7 +79,7 @@ import { useI18n } from "vue-i18n"; import ActivityParagraph from "../components/ActivityParagraph.vue"; import ProgrammingLogo from "../components/ProgrammingLogo.vue"; - import locale from "../locale.json"; + import locale from "../locale.js"; import nodejs_logo from "@/assets/icons/nodejs.svg"; import php_logo from "@/assets/icons/php.svg"; @@ -91,6 +98,8 @@ import numpy_logo from "@/assets/icons/numpy.svg"; import pandas_logo from "@/assets/icons/pandas.svg"; + import matplotlib_logo from "@/assets/icons/matplotlib.svg"; + import seaborn_logo from "@/assets/icons/seaborn.svg"; import scikitlearn_logo from "@/assets/icons/scikitlearn.svg"; import tensorflow_logo from "@/assets/icons/tensorflow.svg"; import keras_logo from "@/assets/icons/keras.svg"; @@ -104,5 +113,6 @@ import python_logo from "@/assets/icons/python.svg"; import cpu_logo from "@/assets/icons/cpu.svg"; + // @ts-ignore const { t } = useI18n({ messages: locale }); \ No newline at end of file