@@ -6,36 +6,46 @@ import { ReactComponent as ParkingIcon } from "../../../../static/img/conf/parki
66const VenueConf = ( ) => {
77 return (
88 < div id = "location" >
9- < h1 className = "text-4xl text-white font-bold mt-8 mb-6 mx-auto text-center" >
9+ < h1 className = "text-4xl text-white font-bold mb-8 mx-auto text-center" >
1010 Location & Venue
1111 </ h1 >
12+ < div className = "container" >
13+ < p className = "max-w-prose mx-auto text-white" >
14+ GraphQLConf 2023 is hosted in the San Francisco Bay Area, where
15+ GraphQL was first created. It's hosted at the{ " " }
16+ < a
17+ href = "https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu"
18+ target = "_blank"
19+ className = "font-bold"
20+ >
21+ Hyatt Regency SFO
22+ </ a > { " " }
23+ hotel in Burlingame, CA.
24+ </ p >
25+ < img
26+ src = "/img/conf/sf-hotel-image.png"
27+ className = "object-cover w-[300px] h-[180px] md:w-[500px] md:h-[300px] rounded-xl my-8 block mx-auto"
28+ />
29+ </ div >
1230 < div className = "container flex flex-wrap" >
1331 < div className = "sm:w-full grid grid-rows-1 md:grid-cols-2 gap-20" >
1432 < div >
1533 < h3 className = "sm:text-2xl text-xl font-medium text-white mt-6 mb-4" >
16- Hotel Information
34+ Venue Information
1735 </ h3 >
18- < p className = "leading-relaxed mb-3 text-white text-base" >
19- Please note, rooms will most likely sell out in advance of the
20- room block close dates listed below. We encourage you to book
21- early to secure a room at the conference rate
22- < br />
23- < br />
24- < span className = "font-bold" > Important:</ span > The Linux Foundation
25- will never reach out to attendees by phone to make hotel
26- reservations for our conferences. Please be advised that the most
27- secure way to book in our discounted room block is by using the
28- direct booking link provided below or by calling the hotel
29- directly. If you receive a phone call or email from someone
30- claiming to be with The Linux Foundation or the hotel and they
31- attempt to sell you a hotel room, please email us at{ " " }
36+ < p >
3237 < a
38+ target = "_blank"
3339 className = "font-bold text-[#B48EF1]"
34- 40+ href = "https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu "
3541 >
36- 42+ Hyatt Regency SFO
43+ </ a >
44+ </ p >
45+ < p >
46+ < a target = "_blank" href = "https://goo.gl/maps/czbwwNL28YYYpw8W8" >
47+ 1333 Old Bayshore Hwy Burlingame, CA 94010
3748 </ a >
38- .
3949 </ p >
4050 < h3 className = "sm:text-2xl text-xl font-medium text-white mt-6 mb-4" >
4151 Welcome to all
@@ -67,38 +77,34 @@ const VenueConf = () => {
6777 </ div >
6878 < div >
6979 < h3 className = "sm:text-2xl text-xl font-medium text-white mt-6 mb-4" >
70- Venue Information
80+ Hotel Information
7181 </ h3 >
72- < p className = "max-w-prose mx-auto text-white" >
73- GraphQLConf 2023 is hosted in the San Francisco Bay Area, where
74- GraphQL was first created, at the{ " " }
75- < a
76- href = "https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu"
77- target = "_blank"
78- className = "font-bold"
79- >
80- Hyatt Regency SFO
81- </ a >
82- .
82+ < p className = "leading-relaxed mb-3 text-white text-base" >
83+ Please note, rooms will most likely sell out in advance of the
84+ room block close dates listed below. We encourage you to book
85+ early to secure a room at the conference rate
8386 < br />
8487 < br />
88+ < span className = "font-bold" > Important:</ span > The Linux Foundation
89+ will never reach out to attendees by phone to make hotel
90+ reservations for our conferences. Please be advised that the most
91+ secure way to book in our discounted room block is by using the
92+ direct booking link provided below or by calling the hotel
93+ directly. If you receive a phone call or email from someone
94+ claiming to be with The Linux Foundation or the hotel and they
95+ attempt to sell you a hotel room, please email us at{ " " }
8596 < a
86- target = "_blank"
8797 className = "font-bold text-[#B48EF1]"
88- href = "https://www.hyatt.com/en-US/hotel/california/hyatt-regency-san-francisco-airport/sfobu "
98+ 8999 >
90- HYATT REGENCY SAN FRANCISCO AIRPORT
100+ 91101 </ a >
92- < p > 1333 Old Bayshore Hwy Burlingame, CA 94010</ p >
93- < img
94- src = "/img/conf/sf-hotel-image.png"
95- className = "object-cover w-[500px] h-[300px] rounded-xl mt-8"
96- />
102+ .
97103 </ p >
98104 </ div >
99105 </ div >
100106 </ div >
101- < div className = "container flex max-lg:flex-col w-full gap-14 pt-16 pb-24 " >
107+ < div className = "container flex max-lg:flex-col w-full gap-14 pt-16" >
102108 { [
103109 {
104110 title : "Public Transportation" ,
0 commit comments