This is a template for a CS1030 web page project.
-
Make your own copy of this repository:
- Click the Use this template button (upper-right of the repository page).
- You must be signed into GitHub to see this button
-
Enable GitHub Pages:
- Go to the Settings > Pages menu.
- Choose Source: Deploy from a branch
- Choose Branch: main
- Click Save -- do not choose a Theme.
- Choosing a Theme may replace some template files.
- It may take 1 to 5 minutes for GitHub to publish your website.
-
Note your website URL:
- Example: https: //youraccount.github.io/repositoryname
-
Open your website in a browser to verify it works.
- If it doesn't load, wait a few minutes, then refresh.
- Double-check your GitHub Pages settings
-
Update your website:
- Open index.html in the GitHub web editor.
- Change
<meta name="author" content="REPLACE WITH YOUR NAME">
to show your name. - Change the
<h1>
heading so it includes your name or a custom title. - Make another visible, personal edit, such as
- changing colors of text or background
- uploading an image to the repo and updating
<img src="logo.png">
- Change
- Commit your changes so they appear on your published site.
- Open index.html in the GitHub web editor.