Skip to content

Updating the Skills section

Michael Huber edited this page Apr 29, 2023 · 17 revisions

Skills

  1. Follow the instructions to update the skillData array (data.js line 30-80)

    • /* Skills
       **************************************************************
       Add or remove skills in the SAME format below, choose icons here - https://icon-sets.iconify.design/
      */
      export const skillData = [
       {
        id: 1,
        skill: <Icon icon="mdi:language-html5" className="display-4" />,
        name: "HTML5",
       },

Add a link to your resume

Resume

  1. Follow the instructions to add a link to your resume (data.js line 82-83)

    • // Resume link (string - "https://YourResumeUrl") - I am using CloudFront to share my resume 
      (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html)
      export const resume = null;
Clone this wiki locally