Skip to content

This repository contains the code for my UI/UX Portfolio created for an class assignment.

License

Notifications You must be signed in to change notification settings

AmanSinghBhogal/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error 404

UI UX Portfolio

This is a repository for a UI UX portfolio website made using HTML, CSS, and JavaScript, hosted on Github Pages. You can check the live version of the website at https://amansinghbhogal.github.io/Portfolio/.

Screenshots

Here are some screenshots of the website:

S1 S2 S3 S4 S5 S6

How to Clone and Modify the Repository

To clone and modify this repository, follow these steps:

  1. Fork this repository by clicking the "Fork" button on the top right corner of this page. This will create a copy of this repository in your own Github account.
  2. Clone the repository to your local machine by running the following command in your terminal:
git clone https://github.com/{YOUR_USERNAME}/Portfolio.git

Replace {YOUR_USERNAME} with your Github username. 3. Open the cloned repository in your favorite code editor. 4. Modify the code to suit your needs. You can change the content, styles, and functionality of the website as per your requirements. 5. Commit your changes by running the following command in your terminal:

git commit -m "YOUR_COMMIT_MESSAGE"

Replace YOUR_COMMIT_MESSAGE with a short description of the changes you made. 6. Push your changes to your Github repository by running the following command in your terminal:

git push origin [BRANCH_NAME]
  1. Finally, deploy your changes to Github Pages by going to the "Settings" tab of your repository, scrolling down to the "Github Pages" section, and selecting "master branch" as the source. Your website will be live at https://{YOUR_USERNAME}.github.io/Portfolio/.

Credits

This website was built using the following technologies:

  • HTML
  • CSS
  • JavaScript

License

This repository is licensed under the MIT License. See the LICENSE file for more information.