This is my personal static portfolio site hosted with GitHub Pages.
Demo.mov
- Navigation bar (optional)
- Body
- Name | Profession
- Contact / Follow / Find me / Facebook / LinkedIn / GitHub / Instagram / Email / CodePen
- Resume | About me
- About Me
- Display picture (optional)
- About myself, my Interests, Goals and Hobbies
- Things I'm good at (Skills)
- Resume button
- Recent Projects (using GitHub API) (optional)
- Leadership (optional)
- Paragraph
- Carousel images
- Skills (optional)
- Technical Skills
- Soft Skills
- Footer
- Footer Note (optional)
- Copyrights - open source
- Acknowledgements
You should have Node.js and Git installed on your PC. You should also own a GitHub account.
-
To Get Started, Fork this repository to your GitHub account:
-
Clone the forked repo from your account using:
git clone https://github.com/<your-username>/home.git
-
Open in editor and edit src/editable-stuff/config.js file.
-
Add your resume as <resume.pdf> in place of src/editable-stuff/resume.pdf or link it.
-
Edit title and meta description in public/index.html.
-
Change URL in package.json file:
"homepage": "https://<your-username>.github.io/home"
Or for deployment at custom domain, refer create-react-app.dev
-
After editing run the following bash commands:
nvm use 18.13 npm install npm start
If an old version of npm is installed try:
nvm install v18.13.0
-
To deploy website, run:
npm run build npm run deploy
Or for deployment at <username>.github.io, refer READMEdocs/custom-deployment.md and pages.js
-
Congrats your site is up and running. To see it live, visit:
https://<your-username>.github.io/home
-
To change the thumbnail image:
- Navigate to the "public" folder.
- There you will see "social-image.png".
- Delete it.
- Take a screenshot of your version and rename it "social-image.png" and place it there.
Next time if you make changes, repeat from step 8.
Distributed under the LGPL-3.0 license
License. See LICENSE for more information.
This repo is based on Hashir Shoaibs repository /hashirshoaeb/home.