From e12bd02b63a14d89dd9f3f4bd1f5fd287d3e6060 Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Mon, 20 Apr 2026 14:13:30 -0500 Subject: [PATCH] April 2026 --- src/App.tsx | 4 ++-- src/slides/agenda-2026-04.tsx | 23 +++++++++++++++++++++++ src/styles/index.scss | 5 +++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 src/slides/agenda-2026-04.tsx diff --git a/src/App.tsx b/src/App.tsx index 31f9258..00a9b53 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,8 +6,8 @@ import "reveal.js/dist/reveal.css"; import "./styles/index.scss"; import Splash from "./slides/splash"; import Thanks from "./slides/thanks"; -import Agenda202603 from "./slides/agenda-2026-03"; import Contribute from "./slides/contribute"; +import Agenda202604 from "./slides/agenda-2026-04"; function App() { const deckDivRef = useRef(null); // reference to deck container div @@ -47,7 +47,7 @@ function App() {
- +
diff --git a/src/slides/agenda-2026-04.tsx b/src/slides/agenda-2026-04.tsx new file mode 100644 index 0000000..fc27333 --- /dev/null +++ b/src/slides/agenda-2026-04.tsx @@ -0,0 +1,23 @@ +const Agenda202604 = () => { + return ( +
+
+
+ +

Agenda

+
    +
  1. Welcome!
  2. +
  3. Shirts!
  4. +
  5. 🌩️ From Levels to Learning: Building an ML System for Game Difficulty
  6. +
  7. 🌩️ Caging Chaos: Building Deterministic AI Chatbots with Effect
  8. +
  9. 🌩️ A Charting library for Agents: Building Spec-Driven Visualizations with OpenChart
  10. +
  11. 🌩️ Teaching Your AI to See: Validating agentic UI development flows
  12. +
  13. Wrap up
  14. +
+
+
+
+ ); +}; + +export default Agenda202604; diff --git a/src/styles/index.scss b/src/styles/index.scss index 38adc5d..0552a15 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -22,6 +22,11 @@ sl-qr-code { .agenda { color: $black; --r-link-color: var(--r-link-color-dark); + + img { + display: block; + margin: 16px auto; + } } .quadrants {