GitHub Introduction
Github is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git. It is a website and cloud-based service that allows developers to store and manage their code, as well as track changes to their code, and it also allows you to host public accessible static web-pages.
Click to enterFeatures of GitHub
- Collaborative Coding
- Automation and CI/CD
- Security
- Client Apps
- Project Management
- Team Administration
- Community
Steps
- Login your Github account
- Start a project and create a Repository(example: EP1000)
- In the Repository, find setting then Github pages, change source, from none to master branch
- Upload, drag and drop your web page written in HTML (example: index.html OR mypage.html)
Now you should have your website and everyone can see, just enter https://(name).github.io/(repository name)/ , you should able to see own design web page.