Skip to content

Commit

Permalink
Adding iOS stack (xcode and iOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezefranca authored Jul 4, 2024
1 parent 888aff3 commit 00aa7e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/constants/skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const categorizedSkills = {
'nativescript',
'xamarin',
'reactnative',
'iOS',
'ionic',
'apachecordova',
],
Expand Down Expand Up @@ -119,7 +120,7 @@ const categorizedSkills = {

devops: {
title: 'Devops',
skills: ['aws', 'docker', 'jenkins', 'gcp', 'kubernetes', 'bash', 'azure', 'vagrant', 'circleci', 'travisci'],
skills: ['aws', 'docker', 'jenkins', 'gcp', 'kubernetes', 'bash', 'azure', 'vagrant', 'circleci', 'travisci', 'xcode'],
},

baas: {
Expand Down Expand Up @@ -163,7 +164,7 @@ const categorizedSkills = {

game_engines: {
title: 'Game Engines',
skills: ['unity', 'unreal'],
skills: ['unity', 'unreal', 'godot'],
},

automation: {
Expand Down Expand Up @@ -348,6 +349,8 @@ const icons = {
middleman:
'https://raw.githubusercontent.com/leungwensen/svg-icon/b84b3f3a3da329b7c1d02346865f8e98beb05413/dist/svg/logos/middleman.svg',
matlab: 'https://upload.wikimedia.org/wikipedia/commons/2/21/Matlab_Logo.png',
iOS: 'https://raw.githubusercontent.com/devicons/devicon/master/icons/apple/apple-original.svg',
xcode: 'https://www.vectorlogo.zone/logos/apple_xcode/apple_xcode-icon.svg'
};

const skillWebsites = {
Expand Down Expand Up @@ -503,6 +506,8 @@ const skillWebsites = {
erlang: 'https://www.erlang.org/',
nim: 'https://nim-lang.org/',
middleman: 'https://middlemanapp.com/',
iOS: 'https://developer.apple.com/ios/',
xcode: 'https://developer.apple.com/xcode/'
};

const initialSkillState = {};
Expand Down

0 comments on commit 00aa7e8

Please sign in to comment.