forked from CodeYourFuture/syllabus-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeYourFuture#5 Swap the example site over to a github repo
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|