How to create a Personal Web page on GitHub!

How to create a Personal Web page on GitHub!

Are you new to programming/coding and want a quick guide to creating your very own GitHub Webpage? Then follow these steps and you'll be on your way to contributing and starting your very own coding projects:


1. Visit?github.com?(Links to an external site.)

?to create an account. At the top right hand corner of the screen, click Sign Up.?

No alt text provided for this image

?

2. Once you have created an account, from your profile page click on the "Repositories" button at the top of the webpage.

3. Now on this page you may not have any repositories yet, but you can create one! So click that bright green button on the top left of your screen that says "New".

No alt text provided for this image


4. 1st under "Owner" select YOUR Username if it's not already selected. Now under "Repository name", enter a unique name that you want to be your website followed by [.github.io]. Example ( Username.github.io).?

5. Make sure that you have it set to "Public", then click the option at the bottom of the page that says "Create Repository". This will create a webpage for you.

No alt text provided for this image

6. Now that you have created a webpage, let's add some content to it. In any directory/folder on your computer, create a file and name it "index.html".

7. Next, find a picture of yourself or what you want to represent you and place that picture file in the same directory/folder as the "index.html" file.

No alt text provided for this image

?

8. Now edit the "index.html" file in your choice of text editor and place the following lines with your own custom fields:

<html>

???<h1>YOUR NAME Portfolio</h1>

???<img?src="YOUR_IMAGE_FILE.jpg">

</html>?


9. After you have saved this file, it's time to upload everything to your GitHub Repository. To do so, go to your new repository and click on the "uploading an existing file" button.

10. Now on this page click the "Choose your files" button or drag the index.html and the picture files to this page and click the green "commit changes" button at the bottom of the page.

No alt text provided for this image


11. You're Done! Now open a new tab in your browser and enter your webpage (https://YOUR_USERNAME.github.io).

No alt text provided for this image

#softwaredevelopment #github

要查看或添加评论,请登录

Tyrell Williams, CISSP, GCIH, CEH, CASP, ECSA, CCNA-Sec的更多文章

社区洞察

其他会员也浏览了