File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Notes from "reveal.js/plugin/notes/notes";
55import "reveal.js/dist/reveal.css" ;
66import "./styles/index.scss" ;
77import Splash from "./slides/splash" ;
8- import Agenda202505 from "./slides/agenda-2025-05 " ;
8+ import Agenda202507 from "./slides/agenda-2025-07 " ;
99import Thanks from "./slides/thanks" ;
1010
1111function App ( ) {
@@ -46,7 +46,7 @@ function App() {
4646 < div className = "reveal" ref = { deckDivRef } >
4747 < div className = "slides" >
4848 < Splash />
49- < Agenda202505 />
49+ < Agenda202507 />
5050 < Thanks />
5151 </ div >
5252 </ div >
Original file line number Diff line number Diff line change 1+ const Agenda202507 = ( ) => {
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 > ⚡️ AI in Software Engineering</ li >
11+ < li > ⚡️ Cloudflare Containers</ li >
12+ < li > ⚡️ MCP's by orlie</ li >
13+ < li > 🎤 Let’s vibecode a multiplayer web game with goose</ li >
14+ < li > Wrap up</ li >
15+ </ ol >
16+ </ div >
17+ </ div >
18+ </ section >
19+ ) ;
20+ } ;
21+
22+ export default Agenda202507 ;
You can’t perform that action at this time.
0 commit comments