Skip to content

Simbadeveloper/Resume.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal-website.io

My PERSONAL WEBSITE

Welcome

After learning html am testing my skills on html on how to build a personal website.

Introduction

First things first.....

  1. i had to create a repository from my github account.

  2. use a github desktop to clone my repository Go to the folder where you want to store your project, and clone the new repository:

git clone https://github.com/username/username.github.io

  1. make some changes on my repository

  2. Then i push it using the following steps: Add, commit, and push your changes:

git add --all

git commit -m "Initial commit"

git push -u origin master

  1. Am good to go.....