Skip to content

Commit 5fa45f5

Browse files
authored
Merge pull request #16 from CodeLouisville/_Week7
Week 7 challenge has been added.
2 parents 618570b + 9c8f586 commit 5fa45f5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,12 @@ With a few minor css changes, we can turn our site into a mobile-first, responsi
142142
b) Reapply our css for the `nav li` elements. (width: 24.95%; max-width: 110px; border-bottom: none; display: inline-block;)
143143
c) Give `.nwsltr-input` a width of 70% and float it to the left;
144144
d) Give `.nwsltr-btn` a width of 20% and float it to the right;
145-
6.) Test your site by either shrinking the size of your browser, or using the Device Toolbar in Google Chrome.
145+
6.) Test your site by either shrinking the size of your browser, or using the Device Toolbar in Google Chrome.
146+
147+
#Week 7 Challenge
148+
Let's add a google map with a pin on our restaurant.
149+
150+
1.) Find the Map section of the site in index.html.
151+
2.) Follow the instructions on Google's website to embed google maps on your site. (https://developers.google.com/maps/documentation/javascript/adding-a-google-map)
152+
153+
You can choose to place your pin anywhere on the map.

0 commit comments

Comments
 (0)