Skip to content

Commit

Permalink
Update Sale map for Saturday
Browse files Browse the repository at this point in the history
  • Loading branch information
travismiller committed May 21, 2022
1 parent 17c06d5 commit 8b14216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default function Events() {
<h6>Midtown Garage Sale Extravaganza</h6>
<p>The Renaissance Neighborhood Association has partnered with Florence Park and Lewiston Gardens to hold a 3-neighborhood-wide garage sale on May 20 - 22.</p>
<p>There is no cost for you to participate! Just gather your treasures and display them in your yard or garage. The Neighborhood Associations will advertise in the Tulsa World, Craigslist, Facebook Marketplace and other online sites. The associations will also put out several big signs around key locations of our neighborhood but you will need to put out signs to direct traffic to your specific location.</p>
<p><a href="/sale" className="underline text-blue-600">Sale page with Map</a></p>
</div>
<div className="; sm:flex-none sm:w-1/3">
<a href="/sale">
Expand Down Expand Up @@ -101,7 +102,7 @@ export default function Events() {
<h2 className="; ">Play <a href="https://rnatulsa-scavenger-hunt-2020.netlify.com/RNA-Scavenger-Hunt.pdf">Offline</a></h2>
<p>Download and then print a copy of the score sheet and carry this it with you as you explore. Check off each item as you find it. If you choose, you can take a photo of yourself with each item and post your photos on our FB page to show off your skills!</p>
</div>
<div className="; flext-none">
<div className="; flex-none">
<a className={styles.button} href="https://rnatulsa-scavenger-hunt-2020.netlify.com/RNA-Scavenger-Hunt.pdf">Download Score Sheet</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/sale.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export default function Sale() {
</p>

<p className="; my-4">
<a target="_blank" rel="noopener noreferrer" href="https://www.google.com/maps/d/u/1/edit?mid=17FwOVKPDKI48YXSrBFq9Rgw3H5iNKzyy&amp;usp=sharing" className="underline text-blue-600">
<a target="_blank" rel="noopener noreferrer" href="https://www.google.com/maps/d/viewer?mid=1aRHRWOtnelJej6cnR0zLDaa4c04srx2Z&amp;z=16" className="underline text-blue-600">
Open Bigger Map
</a>
</p>

<iframe src="https://www.google.com/maps/d/embed?mid=17FwOVKPDKI48YXSrBFq9Rgw3H5iNKzyy&amp;ehbc=2E312F&amp;z=16" style={{border: '1px solid black', width: '100%', height:'50vw'}}></iframe>
<iframe src="https://www.google.com/maps/d/embed?mid=1aRHRWOtnelJej6cnR0zLDaa4c04srx2Z&amp;ehbc=2E312F&amp;z=16" style={{border: '1px solid black', width: '100%', height:'50vw'}}></iframe>
</div>
</>
}

0 comments on commit 8b14216

Please sign in to comment.