Skip to content

Commit 6584765

Browse files
committed
fix Read.me
1 parent 19693ce commit 6584765

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
11
![Ironhack Logo](https://i.imgur.com/1QgrNNw.png)
22

3-
# JS | Spotify Clone
3+
# CSS | Spotify Clone
44

55
## Introduction
66

77
Everyone likes music, right? Odds are if you do, you've heard of Spotify. Today we're going to copy an older (and simpler) version of the Spotify home page:
88

99
![Spotify image](https://i.imgur.com/xVD0bm6.jpg)
1010

11-
All of the necessary assets and images are included in the starter code. If you'd like a full length PDF version of the webite as reference, [check out this link](https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/spotify-prototype.pdf).
11+
All of the necessary assets and images are included in the starter code. If you'd like a full length PDF version of the website as reference, [check out this link](https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/spotify-prototype.pdf).
1212

1313
## Exercise
1414

1515
## Requirements
1616

17-
- [Fork this repo](https://guides.github.com/activities/forking/)
18-
- Clone this repo into your `~/code/labs`
19-
- You must use 1 descendant selector, and 1 multi selector. You can use more.
20-
- Animate the green Spotify logo in the upper left-hand corner to jump up and down when a user hovers over it.
17+
- Fork this repo
18+
- Clone this repo
2119

22-
## Submission Instructions
20+
## Submission
2321

24-
Upon completion, run the following commands
22+
Upon completion, run the following commands:
2523
```
2624
$ git add .
2725
$ git commit -m "done"
2826
$ git push origin master
2927
```
30-
Navigate to your repo and create a Pull Request -from your master branch to the original repository master branch.
28+
Create Pull Request so your TAs can check up your work.
3129

32-
In the Pull request name, add your name and last names separated by a dash "-"
3330

34-
## Deliverables
31+
## Instructions
3532

3633
You will receive the images and resources in the starter code. Write your CSS and HTML in the provided files. Remember to follow good practices.
3734

@@ -60,3 +57,6 @@ The page is split into 4 sections.
6057
### Starter code
6158

6259
The starter-code contains all the files, images, and text content needed to create the page. The text is in the `index.html`, and a css file is created in `main.css` with colors.
60+
61+
62+
Happy coding! ❤️

0 commit comments

Comments
 (0)