From aa0fc2579bc69317c8e70b163646ff0cef50919f Mon Sep 17 00:00:00 2001 From: Rakantor Date: Thu, 29 Jun 2023 21:56:41 +0200 Subject: [PATCH] Add node.js to skillset --- pages/bio.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/bio.vue b/pages/bio.vue index 825c710..9979e81 100644 --- a/pages/bio.vue +++ b/pages/bio.vue @@ -100,9 +100,10 @@ export default { tech: [ { title: 'Amazon Web Services', icon: 'mdi-aws', url: 'aws.amazon.com', emphasis: 'high' }, { title: 'Firebase', icon: 'mdi-firebase', url: 'firebase.google.com', emphasis: 'high' }, + { title: 'Node.js', icon: 'mdi-nodejs', url: 'nodejs.org', emphasis: 'medium' }, + { title: 'Docker', icon: 'mdi-docker', url: 'docker.com', emphasis: 'medium' }, { title: 'Azure', icon: 'mdi-microsoft-azure', url: 'azure.microsoft.com', emphasis: 'low' }, { title: 'Heroku', icon: 'brands:heroku', url: 'heroku.com', emphasis: 'low' }, - { title: 'Docker', icon: 'mdi-docker', url: 'docker.com', emphasis: 'low' }, // { title: 'WordPress', icon: 'mdi-wordpress', url: 'wordpress.com', emphasis: 'low' }, { title: 'Unity', icon: 'mdi-unity', url: 'unity.com', emphasis: 'low' }, { title: 'Unreal Engine', icon: 'mdi-unreal', url: 'unrealengine.com', emphasis: 'low' }