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' }