Skip to content

Commit 68576c2

Browse files
authored
Linkify and lock size of infographic (2024 annual report) (#914)
1 parent 2886c38 commit 68576c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/labs/posts/labs-annual-report-2024.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,21 @@ Our annual report offers an in-depth look at our work over the past year, coveri
2727
The following graphic presents notable highlights from the report.
2828

2929
<p align="center">
30+
<map name="infographic">
31+
{/* These image map links are aria-hidden because they are repeated in the sr-only div below */}
32+
<area aria-hidden="true" shape="rect" coords="115,3028,235,3053" href="https://labs.quansight.com" target="_blank" />
33+
<area aria-hidden="true" shape="rect" coords="521,3028,682,3053" href="mailto:[email protected]" />
34+
<area aria-hidden="true" shape="rect" coords="80,3078,362,3105" href="https://bsky.app/profile/quansight.com" target="_blank" />
35+
<area aria-hidden="true" shape="rect" coords="80,3112,205,3137" href="https://x.com/quansightai" target="_blank" />
36+
<area aria-hidden="true" shape="rect" coords="80,3147,410,3175" href="https://www.linkedin.com/company/quansight" target="_blank" />
37+
</map>
3038
<img
3139
src="/posts/labs-annual-report-2024/infographic.png"
3240
alt=""
41+
useMap="#infographic"
42+
width="896"
43+
height="3545"
44+
style={{maxWidth: "896px"}}
3345
/>
3446
</p>
3547

0 commit comments

Comments
 (0)