A simple single page portfolio which is easy to edit and easy to deploy.
- Single Page
- Good Looking Design
- Easy To Edit
- Easy to Deploy
- 24x7 Uptime (On Github Pages / Netlify)
- Support
git clone https://github.com/CyberBoyAyush/Simple-Portfolio.git
- Edit index.html file according to your preference.
- Change or edit links according to you.
- For profile pic replace profile.png with your desired profile image. It will automatically fetch profile pic.
git add .
git commit -m "Type Your Message"
git remote remove origin
git remote add origin {your_repo}
git push origin [branch_name]
- Instead of your_repo add your repo link.
- Instead of branch_name add origin branch (default is master).
Go to your repo >> settings >> pages >> source >> select master branch >> now click on save
Download Source Code Zip and add it to your hosting file manager and than extract it and delete readme.md
- ViperAdnan for his old portfolio repo link. All code credits goes to him i just added more stuff in this and added a good readme to this project to make it easy to Deploy.