Responsive Portfolio Website

A Resume-Portfolio template for anyone.

See the Demo

How to get your own portfolio website?

Git Commands

Here are the commands you will need to get the work done.

Fork

The very first step is to fork the repository from GitHub.(The button appears at right-top corner)

Get the code

Git clone 'URL' - copy all the code in the current repo you forked

Add and Commit Changes

Make changes and 'git add . 'them followed by git commit -m"your message"

Push Changes

Changes have been made, push them git push origin "branch"

Thing to Change

You need to change the photograph that appears on left Navbar -> Just paste your photograph(.jpg) in sources folder of this repository and rename it to my_img Now to have the website for a male person there are svg's provided for both. Check it in the folder and rename the src accordingly.

After this, Sky is the limit! play with it and make it awesome!!! Change the text, fill the website with correct information. Share the link with us so that we know how creative you are.

Making it Live!

You have the code but it's on your local PC let's make it LIVE on the web. GitHub Pages will make it possible.

  • Go the setting of your Repository (which is forked from Mozilla Chandigarh's Repo)
  • Now go to the github pages section
  • choose master branch for it to deploy
  • Save it and refresh the page
  • wait for a while(Let GitHub handle few things)
  • Congratulation!!! You made it live on the web. Share the link with your friends and family and let them know you're tech guy out there!
  • See you in the event for a live demonstration.