Skip to content

Commit f25ead3

Browse files
authored
add: new speaker profiles and images for ACC 2025 event
add: new speaker profiles and images for ACC 2025 event
2 parents 044e7e6 + 5927df5 commit f25ead3

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed
43.8 KB
Loading
63 KB
Loading
67.8 KB
Loading

src/components/acc-2025/speakers.astro

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,24 @@ const speakers = [
5151
company: "InFlux Technologies",
5252
image: "/images/acc-2025/speakers/daniel.png",
5353
},
54+
{
55+
name: "Mark Palmer",
56+
title: "Managing Director/Senior ",
57+
company: "Equity Research Analyst <br/> The Benchmark Company",
58+
image: "/images/acc-2025/speakers/mark.png",
59+
},
60+
{
61+
name: "Jiahao Sun",
62+
title: "CEO",
63+
company: "FLock.io",
64+
image: "/images/acc-2025/speakers/jiahao.png",
65+
},
66+
{
67+
name: "Casey Caruso",
68+
title: "Investor",
69+
company: "Topology Ventures",
70+
image: "/images/acc-2025/speakers/casey.png",
71+
},
5472
{
5573
name: "Tommy Eastman",
5674
title: "Research Lead",
@@ -98,9 +116,10 @@ const speakers = [
98116
{speaker.title}
99117
</p>
100118
{speaker.company && (
101-
<p class="text-xs font-medium !leading-[1.2] text-[#909090] md:text-lg">
102-
{speaker.company}
103-
</p>
119+
<p
120+
set:html={speaker.company}
121+
class="text-xs font-medium !leading-[1.2] text-[#909090] md:text-lg"
122+
/>
104123
)}
105124
</div>
106125
</div>

0 commit comments

Comments
 (0)