Follow Below instructions to add your deatils in the portfolio.
Change and customize every section according to your need, All you need to do is edit /src/Details.js
Open /src/Details.js & modify it as per your need.
/ Enter your Personal Details here
exportconstpersonalDetails={name: "Ridho",tagline: "I build things for web",img: profile,about: `Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.`,};// Enter your Social Media URLs hereexportconstsocialMediaUrl={linkdein: "https://www.linkedin.com/",github: "https://www.github.com/",twitter: "https://twitter.com/",instagram: "https://www.instagram.com/",};// Enter your Work Experience hereexportconstworkDetails=[{Position: "Frontend Web Developer",Company: `Company Name here`,Location: "Bengaluru",Type: "Full Time",Duration: "Sep 2021 - Dec 2021",}];// Enter your Education Details hereexportconsteduDetails={ ... };// Tech Stack and ToolsexportconsttechStackDetails={ ... };// Enter your Project Details hereexportconstprojectDetails=[ ... ];// Enter your Contact Details hereexportconstcontactDetails={ ... };