Skip to content
/ Portfolio Public
forked from Ruun/Portfolio

This is my personal portfolio. You can get access to it through isruan.com

Notifications You must be signed in to change notification settings

1iox/Portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website - v2.0
Ruan

Fork repo

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

git clone "url you just copied"

Create a branch

Now create a branch using the git switch command:

git switch -c your-new-branch-name

Make your changes.

Add those changes to the branch you just created using the git add command:

git add "file changed"

Now commit those changes using the git commit command:

git commit -m "I modified this..."

Push your changes to GitHub

Push your changes using the command git push:

git push -u origin your-branch-name

thanks ...

About

This is my personal portfolio. You can get access to it through isruan.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.4%
  • CSS 37.4%
  • JavaScript 10.2%