Skip to content

Website/conf: Complimentary Shuttle Service #1436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/Conf/Pricing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const PricingConf = () => {
Buy a Ticket!
</ButtonConf>
</div>

<div className="w-full">
<div className="mx-auto flex flex-col items-center text-center">
<h3 className="sm:text-2xl text-xl font-medium text-white mt-6 mb-2">
Expand Down
28 changes: 26 additions & 2 deletions src/components/Conf/Venue/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react"
import { ReactComponent as TrainIcon } from "../../../../static/img/conf/train.svg"
import { ReactComponent as AroundIcon } from "../../../../static/img/conf/around.svg"
import { ReactComponent as ParkingIcon } from "../../../../static/img/conf/parking.svg"
import { ReactComponent as BusIcon } from "../../../../static/img/conf/bus.svg"

const VenueConf = () => {
return (
Expand All @@ -20,7 +21,7 @@ const VenueConf = () => {
className="font-bold"
>
Hyatt Regency SFO
</a>{" "}
</a>
hotel in Burlingame, CA.
</p>
<img
Expand Down Expand Up @@ -66,7 +67,7 @@ const VenueConf = () => {
target="_blank"
>
room block
</a>{" "}
</a>
close dates. We encourage you to book early to secure a room at
the conference rate.
</div>
Expand Down Expand Up @@ -208,6 +209,29 @@ const VenueConf = () => {
</div>
),
},
{
title: "Complimentary Shuttle Service",
icon: BusIcon,
content: (
<div>
<a
href="https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu?src=adm_sem_crp_chico_crp_ppc_NAM-UnitedStates-CA-Burlingame-HR-SFOBU_google_Evergreen2022_e_hyatt%20regency%20sfo"
target="_blank"
rel="noreferrer"
>
Hyatt Regency SFO
</a>
<p>
The Hyatt Regency SFO offers a <a>24-hour</a> complimentary
San Francisco International Airport (SFO) shuttle which runs
every <a>15 minutes</a> from <a>4:00AM until 1:00AM</a> and
<a> every 30 minutes</a> from <a>1:00AM until 4:00AM</a>. At
SFO, go to the area marked "Hotel Shuttle." The bus is marked
"Hyatt Regency and Marriott.”
</p>
</div>
),
},
].map(o => (
<div key={o.title} className="flex-1">
<div className="h-full rounded-lg overflow-hidden relative [&_a]:text-[--rhodamine] [&_a]:font-medium [&_p]:text-white [&_p]:text-lg [&_p]:mb-6 [&>div>a]:block [&>div>a]:mt-6 [&>div>a]:mb-3">
Expand Down
1 change: 1 addition & 0 deletions static/img/conf/bus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.