top of page

How to open a Github webpage

Github is a company that hosts "code repositories", all the codes of a project. Most of them are "open source", which means that they are publicly available, all over the world. This is huge, because this way programmers can learn from each other and build from each other's projects! Khan Academy has a few open source repositories . Code repositories can contain all kinds of code, not just HTML and CSS, any code needed for the project to work.

Create a Github account

Go to github.com . You will see a registration form on their home page. (If not, congratulations, you already have an account! Go directly to step 2).

github 1.png
In step 2, opt for the free project . Your website repository will be public, so you won't have to pay for private repositories. (You can always upgrade your offer later, once you become a prolific Github user, in case you want to have private repositories)
github 2.png
In step 3, answer the survey or not
github 3.png

Create a Github project for your website

Once you have verified your email address, you will be taken to the start page. Click on "Start a project".

github 4.png
Congratulations, you have your new project! But it doesn't contain any files yet. To quickly create your first file, click on the "README" link :
Create your html coding doc we called it index.html
github 5.JPG
Step 4
github 6.JPG
Go to setting and then go to Page to figure out your page link
github 7.JPG
Step 5 Go to None and then choose main and save 
github 9.JPG
github 8.JPG

This is your page link ,you can copy it or open it on other window to see your pageweb

github 11.JPG
Step 6  go to your html coding
github 13.JPG
github 14.JPG

Last step after finish you html coding and save , go to your page link and refresh you page and you get the final result

kkkkk.JPG

Thank you, the flash team hope you get the point how to use GitHub

bottom of page