You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,6 @@
4
4
5
5
## Introduction
6
6
7
-
> ***Note:***_This can be a pair programming activity or done independently._
8
-
9
-
10
7
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.
11
8
12
9
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.
18
15
## Requirements
19
16
20
17
-[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
22
19
- 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
23
20
- Use a single external CSS stylesheet to style all pages
24
21
- 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
26
23
- The recipe servings / nutrients section
27
24
- The prep section
28
25
29
26
## Submission
30
27
31
-
Upon completion, run the following commands
28
+
Upon completion, run the following commands:
32
29
```
33
30
$ git add .
34
31
$ git commit -m "done"
35
32
$ git push origin master
36
33
```
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]
40
36
41
37
## Starter code
42
38
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`.
44
40
45
41
## Deliverable
46
42
47
43
Please find a screenshot of the expected results below:
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.
51
50
52
51
## Extra Resources
53
52
54
53
-[CSS Reference from MDN](https://developer.mozilla.org/en-US/docs/Web/CSS)
0 commit comments