Skip to content

Commit 1bdad60

Browse files
authored
add june meetup slides (#9)
1 parent 3a4083c commit 1bdad60

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/slides/agenda-2025-06.tsx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
const Agenda202505 = () => {
2+
return (
3+
<section>
4+
<div className="agendaWrapper">
5+
<div className="agenda">
6+
<h2>Agenda</h2>
7+
<ol>
8+
<li>Welcome!</li>
9+
<li>Shirts!</li>
10+
<li>Frontend Masters raffle</li>
11+
<li>
12+
⚡️ Accelerating migrations with AI
13+
</li>
14+
<li>
15+
⚡️ Nutrition for software engineers
16+
</li>
17+
<li>
18+
🎤 Universal Tools For AI
19+
</li>
20+
<li>Wrap up</li>
21+
</ol>
22+
</div>
23+
</div>
24+
</section>
25+
);
26+
};
27+
28+
export default Agenda202505;

0 commit comments

Comments
 (0)