Skip to content

Commit a0b1570

Browse files
committed
Updated readme to include screenshots and more
1 parent 7199cc5 commit a0b1570

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,33 @@ Welcome to the Semantic HTML Portfolio Project! For this project, we'll be conve
44

55
Please follow the instructions below to complete the project. Be sure to run tests to make sure your tests are passing before submitting your code.
66

7+
## What You'll Build
8+
9+
We'll be using the [Build a Portfolio Using HTML and CSS](https://www.codeschool.com/projects/build-a-portfolio-using-html-and-css) project as a starting point and converting it to use semantic HTML elements. The result won't look that different than before, but this will introduce a few new HTML elements into the mix to help make our HTML more clear. Here's a sample of what this could look like:
10+
11+
![Sample Portfolio](http://courseware.codeschool.com.s3.amazonaws.com/projects/semantic-html-portfolio-project.png)
12+
13+
14+
## What You'll Learn
15+
16+
We'll use a bunch of HTML 5 elements, including:
17+
18+
- `header`
19+
- `footer`
20+
- `main`
21+
- `nav`
22+
- `section`
23+
24+
If you've never used these elements, we recommend taking the [Front-End Formations](https://www.codeschool.com/courses/front-end-formations) course to get familiar with these elements before jumping in.
25+
26+
## Live Demo
27+
28+
Wondering what this project will look like when you've completed it? [Follow this link](https://codeschool-project-demos.github.io/SemanticHTMLPortfolioProject/) to see a live version of this project.
29+
30+
731
## Getting Started
832

9-
To get started with this project, head over to the [Semantic HTML Portfolio](#) project on Code School, and begin!
33+
To get started with this project, head over to the [Semantic HTML Portfolio](https://www.codeschool.com/projects/semantic-html-portfolio-project) project on Code School, and begin!
1034

1135
To get setup locally, run the following commands:
1236

0 commit comments

Comments
 (0)