/personal-portfolio

Do you wish to have a portfolio of your own? Well, go ahead, fork this repo, and customize it to make it your own.

Primary LanguageHTMLMIT LicenseMIT

Personal Portfolio

This repository contains the code of a personal portfolio website created by the core team members of GDSC RTU.

Check this project live here - Portfolio Website

Project Structure -

Root
|____/css
       |____style.css
       |____blogDesign.css
       |____404.css
|____/images
       |____/Favicon
|____/js
       |____index.js
|____index.html
|____manifest.json
|____blog1.html
|____404.html
|____LICENSE.md
|____README.md

Contributors

Contribution Guidelines

For the members of GDSC RTU Organization -

  1. In an empty folder, open your git-bash/terminal/powershell/.
  2. In the terminal type the following command -
git clone https://github.com/GDSC-RTU/personal-portfolio.git
  1. You must see a folder called "personal-portfolio" on your machine.
  2. In the terminal type -
cd personal-portfolio

This command will move your control in the "personal-portfolio" project.

  1. In your terminal write -
git pull

Though this is not required but this would ensure that you have the latest version of code available in your local folder.

  1. Code. Code. Code...

  2. After you've added all the parts that you wanted to, it's time to push the code on the repository.

  3. Add the files by writing -

git add .
  1. Commit the files by writing -
git commit -m "I'm a sample message"

Note - Add relevant commit messages. For e.g. if you worked on the dark mode, you should write "added dark mode feature".

  1. Push the code
git push