-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88db1cd
commit bd6eed7
Showing
4 changed files
with
9 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,14 @@ | ||
import React from 'react' | ||
import Title from '@/components/title' | ||
import MidtownGarageSale from '@/images/events/garage-sale/Midtown_Garage_Sale.jpg' | ||
import Link from 'next/link' | ||
|
||
export default function Sale() { | ||
return <> | ||
<Title>Midtown Garage Sale Extravaganza</Title> | ||
|
||
<div className="; container mx-auto p-8"> | ||
<img src={MidtownGarageSale} alt="Midtown Garage Sale - Hosted by Renaissance, Florence Park & Lewiston Gardens" /> | ||
|
||
<h1 className="; text-5xl">Midtown Garage Sale Extravaganza</h1> | ||
|
||
<p className="; my-4"> | ||
The neighborhoods of <a href="https://rnatulsa.org/">Renaissance</a>, <a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/FlorenceParkTulsa">Florence Park</a>, and <a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/LewistonGardens">Lewiston Gardens</a> are holding a neighborhood-wide garage sale on May 20-22. This includes over 50 separate sales in the area of S. Harvard to Lewis Ave, and 11th to 21st St. | ||
</p> | ||
|
||
<p className="; my-4"> | ||
<a target="_blank" rel="noopener noreferrer" href="https://www.google.com/maps/d/viewer?mid=1zxriYFHbVYXiiBxXxJSyTPjGS20IGCeE&z=16" className="underline text-blue-600"> | ||
Open Bigger Map | ||
</a> | ||
</p> | ||
|
||
<iframe src="https://www.google.com/maps/d/embed?mid=1zxriYFHbVYXiiBxXxJSyTPjGS20IGCeE&ehbc=2E312F&z=16" style={{border: '1px solid black', width: '100%', height:'50vw'}}></iframe> | ||
<div className="; container mx-auto p-8 text-center"> | ||
<p>The Garage Sale has ended. Thanks for everyone who participated and stopped by!</p> | ||
<p><Link href="/events">Upcoming Events</Link></p> | ||
</div> | ||
</> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,8 @@ html, body, #__next { | |
|
||
min-width: 300px; | ||
} | ||
|
||
p a { | ||
@apply text-blue-600; | ||
@apply underline; | ||
} |