Skip to content

Commit 91272be

Browse files
committed
feat(agenda): add interactive figma schedule embed
1 parent 2dbedc6 commit 91272be

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/components/sections/home/agenda/agenda.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ export function Agenda() {
66
<h2 className="mb-10 text-5xl font-bold text-primary sm:text-6xl">
77
Agenda
88
</h2>
9-
<div className="relative w-full h-0 pt-[56.25%] shadow-lg mt-6 mb-4 overflow-hidden rounded-lg transform-gpu">
9+
10+
<div className="relative w-full shadow-lg mt-6 mb-4 overflow-hidden rounded-lg">
1011
<iframe
11-
loading="lazy"
12-
className="absolute w-full h-full top-0 left-0 border-none"
12+
className="w-full h-[500px] sm:h-[600px] md:h-[700px] border-none rounded-lg"
1313
src={LINKS.AGENDA}
14+
loading="lazy"
1415
allowFullScreen
1516
/>
1617
</div>
1718
</div>
19+
1820
)
1921
}

src/content/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const LINKS = {
1919
SPAC_TICKETS: 'https://www.eventbrite.com/e/student-professional-awareness-conference-2025-tickets-1661438470189?utm_experiment=test_share_listing&sg=46bac6f1b1abfbd58224fb8e29a196e19e7dd4a112e84e17e4a90a27dd5125890e38d4c589f3ec78c4d3a2fb06fc258d4e9213a81710f6600a1e5ce02061d0b6cd2095bc6b53e5cdd80f7a78a0f2',
2020
SPAC_PLUS_AGM_TICKETS: 'https://events.vtools.ieee.org/m/435598',
2121
AGENDA:
22-
'https://www.canva.com/design/DAG2RuXovj0/DGqxKJ4ecOBf4CEQezXp7A/view?embed',
22+
'https://moving-alone-78842782.figma.site',
2323
LOCATION: 'https://maps.app.goo.gl/wk5vdFH7StaCvsJf7',
2424
INSTAGRAM: 'https://www.instagram.com/ieeespac/?hl=en',
2525
LINKEDIN: 'https://www.linkedin.com/company/ieeespac/',

0 commit comments

Comments
 (0)