Skip to content

Commit

Permalink
Remove Garage Sale event
Browse files Browse the repository at this point in the history
  • Loading branch information
travismiller committed May 23, 2022
1 parent 88db1cd commit bd6eed7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 37 deletions.
14 changes: 0 additions & 14 deletions src/pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,6 @@ export default function Events() {
<p>Come Join the Fun</p>
</Banner>

<Section id="neighborhood-yard-sale">
<div>
<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">
<ShadowImage src={MidtownGarageSale} alt={'Midtown Garage Sale - Hosted by Renaissance, Florence Park & Lewiston Gardens'} />
</a>
</div>
</Section>

<Section id="second-friday">
<div>
<h6>“Second Friday” Meet-n-Greet</h6>
Expand Down
6 changes: 0 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ export default function Home() {
</Gallery>

<UpcomingEventsSection title="Upcoming Events">
<UpcomingEvent title="May 20-22" href="/events#neighborhood-yard-sale">
<p>
<b>Neighborhood Yard Sale</b><br />
Your Front Yard
</p>
</UpcomingEvent>
<UpcomingEvent title="Every 2nd Friday" href="/events#second-friday">
<p>
<b>“Second Friday” Meet-n-Greet</b><br />
Expand Down
21 changes: 4 additions & 17 deletions src/pages/sale.js
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 &amp; 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&amp;z=16" className="underline text-blue-600">
Open Bigger Map
</a>
</p>

<iframe src="https://www.google.com/maps/d/embed?mid=1zxriYFHbVYXiiBxXxJSyTPjGS20IGCeE&amp;ehbc=2E312F&amp;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>
</>
}
5 changes: 5 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ html, body, #__next {

min-width: 300px;
}

p a {
@apply text-blue-600;
@apply underline;
}

0 comments on commit bd6eed7

Please sign in to comment.