-
Notifications
You must be signed in to change notification settings - Fork 237
CS 1C – Web Development
Caroline Ho edited this page Oct 26, 2018
·
1 revision
This workshop will teach you how to build/deploy a personal website like this one!
- Sign up for a GitHub account if you haven't already. Take care when choosing your username – it'll be part of your website's URL!
- Click the 'Fork' button in the top right of this repository to fork (copy) it to your own account.
- Go to the Settings tab and rename your repo username.github.io (for me, this would be carolineh101.github.io).
- Edit the code in
index.html
andmain.css
to personalize your website.- Tip: you can edit files in the browser by clicking on the file, clicking the pencil icon, making your edits, and then clicking 'Commit changes' at the bottom of the page.
- Want to replace the default background image with your own? Upload another image entitled
background.jpg
to the repo with the "Upload Files" button. - Visit username.github.io to see your live site!