Skip to content

Updating the Skills section

Michael Huber edited this page Sep 4, 2023 · 17 revisions

Skills

  1. Follow the instructions to update the skillData array (data.js line 36-86)

    /* 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 88-89)

    // 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