Skip to content

Commit

Permalink
coworking space, parking update
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebubble committed Oct 25, 2024
1 parent f7489d4 commit 92cca76
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 54 deletions.
24 changes: 12 additions & 12 deletions app/routes/coworking-space/access.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,12 @@ export function Access() {
<div className="py-24 sm:py-32">
<Container className="">
<FadeIn>
<div className="grid grid-cols-1 gap-16 lg:grid-cols-2 lg:place-items-center">
<div className="mx-auto w-full">
<img
alt="Computer with DEVSA CustomDiscord Logo"
src="https://res.cloudinary.com/jessebubble/image/upload/v1722041637/discord-invite_ayxfzh.svg"
className="h-full w-full object-cover"
/>
</div>
<div className="flex flex-col items-center justify-end">
<h2 className="text-center font-display text-4xl font-medium tracking-tight text-neutral-950 sm:text-5xl">
Stay connected and informed about the coworking space
<div className="grid grid-cols-1 gap-10 lg:grid-cols-2 lg:place-items-center">
<div className="">
<h2 className="font-display text-4xl font-medium tracking-tight text-neutral-950 sm:text-5xl">
Communicate with the admin team through our Discord
</h2>
<p className="mt-6 text-balance text-xl text-neutral-600 text-center">
<p className="mt-6 text-balance text-xl text-neutral-600">
We have a dedicated channel for the{' '}
<strong>Coworking Space</strong> where you can ask
questions, receive daily updates, and connect with the
Expand All @@ -32,6 +25,13 @@ export function Access() {
Join our Discord server
</Button>
</div>
<div className="mx-auto w-full">
<img
alt="Computer with DEVSA CustomDiscord Logo"
src="https://res.cloudinary.com/jessebubble/image/upload/v1722041637/discord-invite_ayxfzh.svg"
className="h-full w-full object-cover"
/>
</div>
</div>
</FadeIn>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/coworking-space/features.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function Features() {
inclusive environment where everyone feels welcome
</GridListItem>
<GridListItem title="Community-Focused">
Student, professional, or simply passionate about technology,
Professional, student, or simply passionate about technology,
you'll find a supportive community here.
</GridListItem>
</GridList>
Expand Down
78 changes: 37 additions & 41 deletions app/routes/coworking-space/parking.jsx
Original file line number Diff line number Diff line change
@@ -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 (
<>
<div className="py:mt-32 py-24">
<div className="mx-auto mt-16 max-w-7xl px-6 lg:px-8">
<FadeIn>
<GrayscaleTransitionImage
src="https://res.cloudinary.com/jessebubble/image/upload/v1725844204/Find_20Parking_q87vyt.png"
alt="City of San Antonio Parking Garage"
className="h-96 w-96 rounded-3xl object-cover object-left lg:h-full lg:w-full lg:object-contain lg:object-center"
/>
</FadeIn>
<Container className="mt-16">
<GridList>
<GridListItem title="Central Library">
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
</GridListItem>
<GridListItem title="VIA Link Downtown">
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
</GridListItem>
<GridListItem title="City Parking Garage">
The City of San Antonio offers 12 affordable parking
garages downtown like the St. Mary's Garage and City
Tower
</GridListItem>
<GridListItem title="City Street Parking">
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
</GridListItem>
<GridListItem title="Disabled Parking">
The City of San Antonio offers free short-term parking
(24hrs) for individuals with valid disabled parking
permits or plates at city-operated facilities
</GridListItem>
</GridList>
</Container>
</div>
<div className="mt-24 sm:mt-32 lg:mt-40">
<SectionIntro title="Lets talk about Downtown Parking in San Antonio!">
<p>
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
</p>
</SectionIntro>
<Container className="mt-16">
<GridList>
<GridListItem title="Central Library">
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
</GridListItem>
<GridListItem title="VIA Link Downtown">
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
</GridListItem>
<GridListItem title="City Parking Garage">
The City of San Antonio offers 12 affordable parking
garages downtown like the St. Mary's Garage and City
Tower
</GridListItem>
<GridListItem title="City Street Parking">
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
</GridListItem>
<GridListItem title="Disabled Parking">
The City of San Antonio offers free short-term parking
(24hrs) for individuals with valid disabled parking
permits or plates at city-operated facilities
</GridListItem>
</GridList>
</Container>
</div>
</>
);
Expand Down

0 comments on commit 92cca76

Please sign in to comment.