How to Create a Personal Web Page using GitHub
Keith Jason Bello
Google Cybersecurity | SOC Analyst in Training | Global Access and Identity Management (IAM) Specialist
This is a simple step-by-step walk-through on making your personal web page using GitHub.
Step 1.) Sign up on https://github.com/
Step 2.) Sign in to your new account and then click the "+" at the top right corner and click the "New repository".
Step 3.) Fill in your desired web page name (Repository name) then click Create Repository.
Step 4.) Download a Visual Studio https://code.visualstudio.com a Code Editor.
Step 5.) Upload your desired image and open your folder where you save the image using Visual Studio Code Editor
and then create your index.html file.
Step 6.) Upload the files (image and index.html you create in Visual Studio) to you repository you created earlier.
Drag and Drop from the Folder where you save the Files.
Click Commit Change when all is set.
This is how it should look like after your Click Commit Change.
Step 7.) Go to your web browser and type in yourusername.github.io (keithexcelsior.github.io in this example).
And that's the easy steps on making your own web page using GitHub.
Thank you for taking the time on reading it.
Keith