Skip to content

Commit e8f1ae8

Browse files
committed
update readme
1 parent 52b6de0 commit e8f1ae8

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
## Introduction
66

7-
> ***Note:*** _This can be a pair programming activity or done independently._
8-
9-
107
We've only learned the very basics today with HTML and CSS, so what the hell can we really build, right? Wrong, we can build some cool stuff already, and we're going to do just that.
118

129
We all have to eat (I think) so let's make some handy recipe pages for when we do. We're going to be recreating a French Onion Soup recipe, as well as an Apple Pie recipe.
@@ -18,38 +15,42 @@ There's a bit of starter code, so you can jump right into it.
1815
## Requirements
1916

2017
- [Learn how to fork this repo](https://guides.github.com/activities/forking/)
21-
- Clone this repo into your `~/code/labs`
18+
- Clone this repo into your `labs` folder
2219
- Make sure you use `class` and `id` selectors throughout your exercise. Remember, only use type selectors if you want to modify *every* element of that type
2320
- Use a single external CSS stylesheet to style all pages
2421
- Use the images provided to construct the appropriate elements on the page:
25-
- The background with a picture of the apple pie / french onion soup
22+
- The background with a picture of the apple pie
2623
- The recipe servings / nutrients section
2724
- The prep section
2825

2926
## Submission
3027

31-
Upon completion, run the following commands
28+
Upon completion, run the following commands:
3229
```
3330
$ git add .
3431
$ git commit -m "done"
3532
$ git push origin master
3633
```
37-
Navigate to your repo and create a Pull Request -from your master branch to the original repository master branch.
38-
39-
In the Pull request name, add your name and last names separated by a dash "-"
34+
Create Pull Request so your TAs can check up your work.
35+
In the Pull request name, add [city-bootcamp-yourName], ex: [MAD-FTWD-Victor] or [MIA-PTWD-Jess]
4036

4137
## Starter code
4238

43-
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`.
39+
You will be working in the `apple-pie-starter-code` folder. 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`.
4440

4541
## Deliverable
4642

4743
Please find a screenshot of the expected results below:
4844

4945
![Apple Pie](https://i.imgur.com/lGGM68Q.jpg)
50-
![French Onion](https://i.imgur.com/uepu2DO.jpg)
46+
<!-- ![French Onion](https://i.imgur.com/uepu2DO.jpg) -->
47+
48+
## Extra Practice
49+
If you feel you need more practice, in the `starter-code` you will find `extra-french-soup` folder. There you will find `expected-result.md` file where you can see what is expected from you to build. This folder has the same structure as the the `apple-pie` one so follow the same steps.
5150

5251
## Extra Resources
5352

5453
- [CSS Reference from MDN](https://developer.mozilla.org/en-US/docs/Web/CSS)
5554
- [CSS Background Image](https://developer.mozilla.org/en/docs/Web/CSS/background-image)
55+
56+
Happy coding! :heart:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
![French Onion](https://i.imgur.com/uepu2DO.jpg)

0 commit comments

Comments
 (0)