Skip to content

Commit

Permalink
CodeYourFuture#5 Swap the example site over to a github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Apr 23, 2017
1 parent 2d6bf49 commit 53dea05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions html-css/lesson1.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ In today's class, we will begin adapting styles on this example website. We'll r
<img src="assets/screenshot-complete.png" style="border: 1px solid #bababa; width: 48%;">
</a>

The example website you'll begin working with is available [on this Codepen](https://codepen.io/natewr/project/editor/AwpkjD/).
The example website you'll begin working with is available [on this GitHub repository](https://github.com/Code-Your-Future/bikes-for-refugees). Fork the repository to your personal account and use the following terminal commands to download the files to your projects folder.

> **Exercise**: Spend 5 minutes exploring the `.html` and `.css` files for this page. Why don't we put everything in one file?
1. `cd ~`
2. `cd <your-project-directory>`
3. `git clone [email protected]:<your_username>/bikes-for-refugees.git`

> **Exercise**: Spend a few minutes exploring the `.html` and `.css` files for this page. Why don't we put everything in one file?
## Semantic HTML

Expand Down

0 comments on commit 53dea05

Please sign in to comment.