You will need a activated GitHub account and a github.io website to get ready. Following the steps to create a GitHub account and set up the github.io website.
- Sign up github.com
- log in github.com
- create repository with exact name [LOGIN_NAME].github.com. Make sure to check the checkbox Initialize this repository with a README.
- Create new file (with name index.html) in the new repository.
- adding the following content to the new file and click the green Commit new file button.
- visit URL: http://[LOGIN_NAME].github.io to make sure your github.io site is created.
NOTE: replace [LOGIN_NAME] with your real login name. The [LOGIN_NAME]] is case censitive.
For the first index.html, we will add the following conent:
<html> <head> <title>Hello Title...</title> </head> <body> <h1>Hello HTML!</h1> </body> </html>
- Understand the basic concepts about HTML 5 and CSS
- Using Bootstrap to build your Website
- JavaScript first step
- Using JavaScript to manipulate SVG
- build the github.io page for each assignment
- answer all questions for your assignment in the page
- send me the URL to your page
- you could build a index page for all your assignment.