Skip to content

CS 1C – Web Development

Caroline Ho edited this page Oct 26, 2018 · 1 revision

Goal

This workshop will teach you how to build/deploy a personal website like this one!

GitHub & Web Development

  1. 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!
  2. Click the 'Fork' button in the top right of this repository to fork (copy) it to your own account.
  3. Go to the Settings tab and rename your repo username.github.io (for me, this would be carolineh101.github.io).
  4. Edit the code in index.html and main.css to personalize your website.
    1. 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.
  5. Want to replace the default background image with your own? Upload another image entitled background.jpg to the repo with the "Upload Files" button.
  6. Visit username.github.io to see your live site!
Clone this wiki locally