diff --git a/src/components/Conf/Pricing/index.tsx b/src/components/Conf/Pricing/index.tsx index a80f837214..413d4a75e3 100644 --- a/src/components/Conf/Pricing/index.tsx +++ b/src/components/Conf/Pricing/index.tsx @@ -83,6 +83,7 @@ const PricingConf = () => { Buy a Ticket! +

diff --git a/src/components/Conf/Venue/index.tsx b/src/components/Conf/Venue/index.tsx index e345bbb024..e1b1ad1154 100644 --- a/src/components/Conf/Venue/index.tsx +++ b/src/components/Conf/Venue/index.tsx @@ -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 ( @@ -20,7 +21,7 @@ const VenueConf = () => { className="font-bold" > Hyatt Regency SFO - {" "} + hotel in Burlingame, CA.

{ target="_blank" > room block - {" "} + close dates. We encourage you to book early to secure a room at the conference rate.

@@ -208,6 +209,29 @@ const VenueConf = () => {
), }, + { + title: "Complimentary Shuttle Service", + icon: BusIcon, + content: ( +
+ + Hyatt Regency SFO + +

+ The Hyatt Regency SFO offers a 24-hour complimentary + San Francisco International Airport (SFO) shuttle which runs + every 15 minutes from 4:00AM until 1:00AM and + every 30 minutes from 1:00AM until 4:00AM. At + SFO, go to the area marked "Hotel Shuttle." The bus is marked + "Hyatt Regency and Marriott.” +

+
+ ), + }, ].map(o => (
diff --git a/static/img/conf/bus.svg b/static/img/conf/bus.svg new file mode 100644 index 0000000000..d473e609b1 --- /dev/null +++ b/static/img/conf/bus.svg @@ -0,0 +1 @@ + \ No newline at end of file