nss-evening-cohort-9 / foundations-group-project-kiss-the-goat

foundations-group-project-kiss-the-goat created by GitHub Classroom
0 stars 0 forks source link

map feature #2

Closed emilykdewitt closed 5 years ago

emilykdewitt commented 5 years ago

User Story

As a user, when the 'Taproom' page loads, a static image of the brewery's location on a map will appear as an image that is left-aligned under the navbar and half the width of the window.

Acceptance Criteria

WHEN the 'Taproom' page loads THEN a map that displays the location of the brewery will display as a banner under the navbar

Development

Branch

e-taproom-map

zoeames commented 5 years ago

Adding this dynamically is going to be very hard. If you get to this ticket hard code everything in the html

emilykdewitt commented 5 years ago

Edited ticket to insert a static image of the location on a map instead of a dynamic map.

emilykdewitt commented 5 years ago

mock-up beer pgae

zoeames commented 5 years ago

👍

emilykdewitt commented 5 years ago

Adding this dynamically is going to be very hard. If you get to this ticket hard code everything in the html

Did you just mean that I shouldn't try print it to the DOM using a JS function?

Here are the instructions I was planning to use:

  1. Open Google Maps.
  2. Go to the directions, map, or Street View image you'd like to embed.
  3. In the top left, click Menu Menu.
  4. Click Share or embed map.
  5. Click Embed map.
  6. To the left of the text box, pick the size you want by clicking the Down arrow Down Arrow.
  7. Copy the text in the box. Paste it into the HTML of your website or blog.