Skip to content

Updating the About Me section

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

About Me

The first paragraph in the About Me section comes from the Bio section of your GitHub profile.

  1. Update the second paragraph (data.js lines 29-34)

    /* About Me
     **************************************************************
     Add a second paragraph for the about me section.
    */
    export const moreInfo = 
      "I enjoy learning about technology and helping others use it to improve their lives and be more productive. I built this site with React, Bootstrap, 
      Redux, and the GitHub REST API.";
Clone this wiki locally