From bd6eed7b7cb0c3d318e90ac4ef5103db12a88e04 Mon Sep 17 00:00:00 2001 From: Travis Miller Date: Mon, 23 May 2022 10:09:55 -0500 Subject: [PATCH] Remove Garage Sale event --- src/pages/events.js | 14 -------------- src/pages/index.js | 6 ------ src/pages/sale.js | 21 ++++----------------- src/styles/globals.css | 5 +++++ 4 files changed, 9 insertions(+), 37 deletions(-) diff --git a/src/pages/events.js b/src/pages/events.js index ce5eed6..e469e36 100644 --- a/src/pages/events.js +++ b/src/pages/events.js @@ -66,20 +66,6 @@ export default function Events() {

Come Join the Fun

-
-
-
Midtown Garage Sale Extravaganza
-

The Renaissance Neighborhood Association has partnered with Florence Park and Lewiston Gardens to hold a 3-neighborhood-wide garage sale on May 20 - 22.

-

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.

-

Sale page with Map

-
-
- - - -
-
-
“Second Friday” Meet-n-Greet
diff --git a/src/pages/index.js b/src/pages/index.js index 97d6241..f7c6eaf 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -41,12 +41,6 @@ export default function Home() { - -

- Neighborhood Yard Sale
- Your Front Yard -

-

“Second Friday” Meet-n-Greet
diff --git a/src/pages/sale.js b/src/pages/sale.js index 49414fc..12615ef 100644 --- a/src/pages/sale.js +++ b/src/pages/sale.js @@ -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 <> Midtown Garage Sale Extravaganza -

- Midtown Garage Sale - Hosted by Renaissance, Florence Park & Lewiston Gardens - -

Midtown Garage Sale Extravaganza

- -

- The neighborhoods of Renaissance, Florence Park, and Lewiston Gardens 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. -

- -

- - Open Bigger Map - -

- - +
+

The Garage Sale has ended. Thanks for everyone who participated and stopped by!

+

Upcoming Events

} diff --git a/src/styles/globals.css b/src/styles/globals.css index d16bb57..f41db0a 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -9,3 +9,8 @@ html, body, #__next { min-width: 300px; } + +p a { + @apply text-blue-600; + @apply underline; +}