From 92cca7649752c53852246a0972056eed2772e9e3 Mon Sep 17 00:00:00 2001 From: Jesse Hernandez Date: Thu, 24 Oct 2024 22:10:03 -0500 Subject: [PATCH] coworking space, parking update --- app/routes/coworking-space/access.jsx | 24 ++++---- app/routes/coworking-space/features.jsx | 2 +- app/routes/coworking-space/parking.jsx | 78 ++++++++++++------------- 3 files changed, 50 insertions(+), 54 deletions(-) diff --git a/app/routes/coworking-space/access.jsx b/app/routes/coworking-space/access.jsx index c3fa80e..15c9a01 100644 --- a/app/routes/coworking-space/access.jsx +++ b/app/routes/coworking-space/access.jsx @@ -7,19 +7,12 @@ export function Access() {
-
-
- Computer with DEVSA CustomDiscord Logo -
-
-

- Stay connected and informed about the coworking space +
+
+

+ Communicate with the admin team through our Discord

-

+

We have a dedicated channel for the{' '} Coworking Space where you can ask questions, receive daily updates, and connect with the @@ -32,6 +25,13 @@ export function Access() { Join our Discord server

+
+ Computer with DEVSA CustomDiscord Logo +
diff --git a/app/routes/coworking-space/features.jsx b/app/routes/coworking-space/features.jsx index b2f54e0..759ee39 100644 --- a/app/routes/coworking-space/features.jsx +++ b/app/routes/coworking-space/features.jsx @@ -27,7 +27,7 @@ export function Features() { inclusive environment where everyone feels welcome - Student, professional, or simply passionate about technology, + Professional, student, or simply passionate about technology, you'll find a supportive community here. diff --git a/app/routes/coworking-space/parking.jsx b/app/routes/coworking-space/parking.jsx index 73aa1b0..ee5e116 100644 --- a/app/routes/coworking-space/parking.jsx +++ b/app/routes/coworking-space/parking.jsx @@ -1,50 +1,46 @@ import { Container } from '~/components/ui/Container'; -import { FadeIn } from '~/components/ui/FadeIn'; -import { GrayscaleTransitionImage } from '~/components/ui/GrayscaleTransitionImage'; import { GridList, GridListItem } from '~/components/ui/GridList'; +import { SectionIntro } from '~/components/ui/SectionIntro'; export function Parking() { return ( <> -
-
- - - - - - - The Central Library offers a multi-level parking garage - with free parking for the first 3 hours. Flat rate for - the day is $5.00. Monthly parking pass available - - - On-demand ride-sharing service offering rides for just - $1.30 per trip. Book a ride through the VIA Link app, - online, or by calling 210-655-5465 - - - The City of San Antonio offers 12 affordable parking - garages downtown like the St. Mary's Garage and City - Tower - - - Parking is free after 6 PM and all day on Sundays. - Meters and pay stations are enforced Monday through - Saturday from 8 AM to 6 PM - - - The City of San Antonio offers free short-term parking - (24hrs) for individuals with valid disabled parking - permits or plates at city-operated facilities - - - -
+
+ +

+ We know parking is a top concern when it comes to Downtown San Antonio. + Let's take a look at some convenient and affordable parking options near the DEVSA coworking space +

+
+ + + + The Central Library offers a multi-level parking garage + with free parking for the first 3 hours. Flat rate for + the day is $5.00. Monthly parking pass available + + + On-demand ride-sharing service offering rides for just + $1.30 per trip. Book a ride through the VIA Link app, + online, or by calling 210-655-5465 + + + The City of San Antonio offers 12 affordable parking + garages downtown like the St. Mary's Garage and City + Tower + + + Parking is free after 6 PM and all day on Sundays. + Meters and pay stations are enforced Monday through + Saturday from 8 AM to 6 PM + + + The City of San Antonio offers free short-term parking + (24hrs) for individuals with valid disabled parking + permits or plates at city-operated facilities + + +
);