Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhan45 committed Sep 20, 2023
1 parent 14756d4 commit 1bf121a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ frameworks like React use.

## Instructions

Try to start early, so you can come to PSO if you get stuck!

### Phase 1 (80%)
- First, remove all itemized section content from your HTML resume.
- Then, add an id to each section container
- Finally, write all your section items into JavaScript objects, like in the starter code,
and use DOM methods to put everything on the page.
- Use the [`Element.classList`](https://developer.mozilla.org/en-US/docs/Web/API/Element/classList) to
add and remove CSS classes.

### Phase 2 (20%)
- Add tags to each resume item. For example, tag all experiences related to web development with
Expand Down

0 comments on commit 1bf121a

Please sign in to comment.