Skip to content

Commit 59d4f56

Browse files
andreas-taranetzjgrumboe
authored andcommitted
Add link to playlist of all talks
1 parent 2062ae3 commit 59d4f56

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

src/components/pages/home/hero/hero.jsx

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,33 @@ import orgs from './images/orgs.webp';
1010
const Hero = () => (
1111
<section className="safe-paddings">
1212
<div className="container w-full flex flex-row md:flex-col gap-8 justify-between items-center">
13-
<div className="flex flex-col gap-8 max-w-[580px] md:max-w-full">
13+
<div className="flex flex-col gap-4 max-w-[580px] md:max-w-full">
1414
<h1 className="text-start mb-0">Cloud Native Days Austria</h1>
1515
<p>
1616
<strong className="text-pink">It's a wrap!</strong>
1717
<br />
18-
On October 7th and 8th, 2025 the Cloud Native
19-
community gathered in Vienna, Austria.
20-
We spent two days filled with exciting talks, networking and partying.
18+
On October 7th and 8th, 2025 the Cloud Native community gathered in Vienna, Austria. We
19+
spent two days filled with exciting talks, networking and partying.
2120
</p>
2221
<p>
23-
Cloud Native Days Austria is a conference aimed at developers, platform people, and other IT professionals
24-
interested in cloud native technologies.
22+
Cloud Native Days Austria is a conference aimed at developers, platform people, and other
23+
IT professionals interested in cloud native technologies.
2524
</p>
26-
<Button to="https://www.picdrop.com/giselataschner-carl-hohenbalken/bzmm9YBJW2" className="m-auto">See all photos of the event</Button>
25+
<div className="flex flex-wrap gap-4 md:justify-around">
26+
<Button to="https://www.picdrop.com/giselataschner-carl-hohenbalken/bzmm9YBJW2">
27+
Photos of the event
28+
</Button>
29+
<Button to="https://youtube.com/playlist?list=PLtLBTEzR4SqU9GwgWiaDt10-yOVIN0nzM&si=yQP0zXuHcyH01bHq">
30+
Recordings of the talks
31+
</Button>
32+
</div>
2733
</div>
28-
<a href="https://www.picdrop.com/giselataschner-carl-hohenbalken/bzmm9YBJW2" target="_blank" className="max-w-[500px] w-full h-[450px] relative overflow-hidden rounded" rel="noreferrer">
34+
<a
35+
href="https://www.picdrop.com/giselataschner-carl-hohenbalken/bzmm9YBJW2"
36+
target="_blank"
37+
className="max-w-[500px] w-full h-[450px] relative overflow-hidden rounded"
38+
rel="noreferrer"
39+
>
2940
<img
3041
className="w-full h-full object-cover absolute animate-slide1"
3142
src={adrianajosh}

0 commit comments

Comments
 (0)