diff --git a/_data/skills.yaml b/_data/skills.yaml index 554cb3b..231e3ca 100644 --- a/_data/skills.yaml +++ b/_data/skills.yaml @@ -93,6 +93,10 @@ categories: proficiency: 4 name: React img: skills/libraries/react.svg + - id: vue + proficiency: 0 + name: Vue.js + img: skills/libraries/vue.png - id: jquery proficiency: 2 name: JQuery diff --git a/_includes/components/footer.njk b/_includes/components/footer.njk index d22c2f5..1e818cf 100644 --- a/_includes/components/footer.njk +++ b/_includes/components/footer.njk @@ -31,6 +31,7 @@

React logo from the official site.

Angular logo from the press kit.

+

Vue.js logo from the official site.

Rails logo from the blog.

Node logo from the logo page.

Electron logo from the Wikimedia logo of the official logo.

diff --git a/static/img/skills/libraries/vue.png b/static/img/skills/libraries/vue.png new file mode 100644 index 0000000..60e1700 Binary files /dev/null and b/static/img/skills/libraries/vue.png differ