Skip to content

Commit 1230a22

Browse files
committed
typo fix
1 parent 9e00e97 commit 1230a22

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

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

3-
# CSS | Slack Clone with Flexbox
3+
# CSS | Slack clone with Flexbox
44

55
## Introduction
66

77
You should be reaaaaally familiar with [Slack](https://www.slack.com/) at this point, but just to make it more clear, **Slack** is a cloud-based set of team collaboration tools and services or in simpler terms, it is a chatting program.
88

99
We use the app almost every day to keep our communications with our classmates and the **Ironhack** team, so we know perfectly the chat interface but today we are going to clone their landing page. [Here](https://www.slack.com/) you can visit the website and check what are we going to do. :stuck_out_tongue_winking_eye:
1010

11-
We want to practice our new **Flexbox** skill, so we are going to implement the *"responsiveness"* of the landing page. No worries, we will show you what we need!
11+
We want to practice our new **Flexbox** skills, so we are going to implement the *"responsiveness"* of the landing page. No worries, we will show you what we need!
1212

1313

1414
## Requirements
1515

16-
- [Fork this repo](https://guides.github.com/activities/forking/)
17-
- Clone this repo into your `~/code/labs`
18-
- Include both the client and server applications in your submission.
16+
- Fork this repo
17+
- Clone this repo
1918

2019
## Submission
2120

22-
- Upon completion, run the following commands
23-
21+
Upon completion, run the following commands:
2422
```
25-
git add .
26-
git commit -m "done"
27-
git push origin master
23+
$ git add .
24+
$ git commit -m "done"
25+
$ git push origin master
2826
```
29-
30-
- Navigate to your repo and [create a Pull Request](https://help.github.com/articles/creating-a-pull-request/)
27+
Create Pull Request so your TAs can check up your work.
3128

3229
## Exercise
3330

@@ -39,7 +36,7 @@ The **starter_code** contains the basic structure of an HTML & CSS project to st
3936

4037
Mobile first right? :wink:
4138

42-
Firs, we are going to clone the mobile design of the webpage! 📱 Oh! Remember to use **flexbox**, because it will be really helpful later on when we need to adapt it to different screen-size!
39+
First, we are going to clone the mobile design of the webpage! 📱 Oh! Remember to use **flexbox**, because it will be really helpful later on when we need to adapt it to different screen-size!
4340

4441
After doing your magic, you should have something like this:
4542

@@ -102,4 +99,7 @@ Last one! Some small changes and we are done!
10299

103100
<img src="https://user-images.githubusercontent.com/23629340/33180353-b49700b0-d06c-11e7-9e87-e54735699ad5.png" alt="medium-1" style="width:48%">
104101

105-
<img src="https://user-images.githubusercontent.com/23629340/33180357-bda7665e-d06c-11e7-8a2f-4d647de32944.png" alt="medium-1" style="width:48%">
102+
<img src="https://user-images.githubusercontent.com/23629340/33180357-bda7665e-d06c-11e7-8a2f-4d647de32944.png" alt="medium-1" style="width:48%">
103+
104+
105+
Happy coding! ❤️

0 commit comments

Comments
 (0)