Skip to content

Commit

Permalink
restart class for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
innocentmunai committed Jan 5, 2024
1 parent c358943 commit dc3c844
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ This is a demo website.
* `styles.css` contains the styles (background, colors, fonts, etc...)
* `main.js` contains the JavaScript code for the interactive elements of the site (clicking on the image to interact with it)

## Part 1: Fork This repository

This repository is currently stored within the `code4policy` account on GitHub. By creating a fork, you will be making a copy of it under your own GitHub account. The fork will retain a connection to the original repository, however it will be a full copy of the code and the entire Git history.

![](https://www.evernote.com/shard/s150/sh/b9e1620e-5f1d-4bac-9b89-df3b46007c13/6f42203c4318df0c/res/3666da39-069a-47a8-ad14-8db56c12ec17)

In this exercise, we're going to focus on developing code locally (on your computer) and pushing it up to the remote repository (your fork on GitHub).

## Part 2: Host Your Website
## Part 1: Host Your Website

GitHub also doubles as a static web server! If you enable a feature called "[GitHub Pages](https://pages.github.com/)", in addition to storing your files, GitHub will run a static web server that can serve those pages on the web.

Expand Down

0 comments on commit dc3c844

Please sign in to comment.