Skip to content

Commit 7415533

Browse files
committed
Add more clubco pics and how to get there
1 parent 9b357af commit 7415533

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

public/venue/clubco2.jpg

145 KB
Loading

public/venue/clubco3.jpg

76.6 KB
Loading

src/sections/venue.tsx

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,22 @@ export const Venue = () => (
77
<Heading>Venue</Heading>
88
<Paragraph>
99
The event will take place in the lobby of{" "}
10-
<a href="https://clubco.cz/brno/">Clubco</a> Brno office #TODO
10+
<a href="https://clubco.cz/brno/">Clubco</a> Brno office.
1111
</Paragraph>
12-
<br></br>
13-
<Paragraph>TODO: how to get there.</Paragraph>
14-
<br></br>
15-
<Paragraph>If you encounter any issues, please call #TODO.</Paragraph>
16-
<br></br>
17-
<Paragraph>Photos of previous events at the venue</Paragraph>
12+
<br />
13+
<Paragraph>
14+
If you're traveling by train, head towards Galerie Vaňkovka shopping
15+
center. Stay on the street level, avoiding the stairs, and cross the road
16+
to your left, placing the shopping center on the opposite side. Walk along
17+
the road with the shopping center on your right. After passing several
18+
buildings, you'll notice a small park-like area on your left. Enter this
19+
area, and you'll find Clubco in one of the buildings further along on your
20+
right.
21+
</Paragraph>
22+
<br />
23+
{/*<Paragraph>If you encounter any issues, please call #TODO.</Paragraph>*/}
24+
{/*<br></br>*/}
25+
<Paragraph>Photos of the venue</Paragraph>
1826
<Image
1927
src={"/venue/clubco1.jpg"}
2028
alt="venue image"
@@ -23,16 +31,16 @@ export const Venue = () => (
2331
objectFit="contain"
2432
/>
2533
<Image
26-
src={"/venue/clubco1.jpg"}
34+
src={"/venue/clubco2.jpg"}
2735
alt="venue image"
2836
width="100%"
2937
height="auto"
3038
objectFit="contain"
3139
/>
3240
<Image
33-
src={"/venue/clubco1.jpg"}
41+
src={"/venue/clubco3.jpg"}
3442
alt="venue image"
35-
width="50%"
43+
width="100%"
3644
height="auto"
3745
objectFit="contain"
3846
/>

0 commit comments

Comments
 (0)