Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions src/constants/skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,17 +212,17 @@ const icons = {
java: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg',
javascript: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg',
ionic: 'https://upload.wikimedia.org/wikipedia/commons/d/d1/Ionic_Logo.svg',
laravel: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/laravel/laravel-plain-wordmark.svg',
laravel: 'https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg',
meteor: 'https://devicons.github.io/devicon/devicon.git/icons/meteor/meteor-original-wordmark.svg',
mongodb: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg',
mysql: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg',
nestjs: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/nestjs/nestjs-plain.svg',
nestjs: 'https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/nestjs/nestjs-original.svg',
nginx: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/nginx/nginx-original.svg',
nodejs: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg',
openresty: 'https://openresty.org/images/logo.png',
oracle: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/oracle/oracle-original.svg',
photoshop: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/photoshop/photoshop-line.svg',
xd: 'https://cdn.worldvectorlogo.com/logos/adobe-xd.svg',
xd: 'https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/xd/xd-original.svg',
php: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/php/php-original.svg',
perl: 'https://api.iconify.design/logos-perl.svg',
postgresql:
Expand All @@ -231,7 +231,7 @@ const icons = {
rails: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/rails/rails-original-wordmark.svg',
redis: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/redis/redis-original-wordmark.svg',
ruby: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/ruby/ruby-original.svg',
rust: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/rust/rust-plain.svg',
rust: 'https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/rust/rust-original.svg',
sass: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/sass/sass-original.svg',
scala: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/scala/scala-original.svg',
solidworks: 'https://cdn.worldvectorlogo.com/logos/solidworks.svg',
Expand Down Expand Up @@ -269,7 +269,7 @@ const icons = {
blender: 'https://download.blender.org/branding/community/blender_community_badge_white.svg',
babel: 'https://www.vectorlogo.zone/logos/babeljs/babeljs-icon.svg',
sketch: 'https://www.vectorlogo.zone/logos/sketchapp/sketchapp-icon.svg',
flask: 'https://www.vectorlogo.zone/logos/pocoo_flask/pocoo_flask-icon.svg',
flask: 'https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/flask/flask-original.svg',
nativescript:
'https://raw.githubusercontent.com/detain/svg-logos/780f25886640cef088af994181646db2f6b1a3f8/svg/nativescript.svg',
xamarin:
Expand Down Expand Up @@ -326,9 +326,8 @@ const icons = {
'https://gist.githubusercontent.com/vivek32ta/c7f7bf583c1fb1c58d89301ea40f37fd/raw/f4c85cce5790758286b8f155ef9a177710b995df/11ty.svg',
sculpin:
'https://gist.githubusercontent.com/vivek32ta/c7f7bf583c1fb1c58d89301ea40f37fd/raw/1782aef8672484698c0dd407f900c4a329ed5bc4/sculpin.svg',
sapper: 'https://raw.githubusercontent.com/bestofjs/bestofjs-webui/master/public/logos/sapper.svg',
vuepress:
'https://raw.githubusercontent.com/AliasIO/wappalyzer/master/src/drivers/webextension/images/icons/VuePress.svg',
sapper: 'https://sapper.svelte.dev/sapper-logo-horizontal.svg',
vuepress: 'https://vuepress.vuejs.org/images/hero.png',
unity: 'https://www.vectorlogo.zone/logos/unity3d/unity3d-icon.svg',
unreal:
'https://raw.githubusercontent.com/kenangundogan/fontisto/036b7eca71aab1bef8e6a0518f7329f13ed62f6b/icons/svg/brand/unreal-engine.svg',
Expand Down