@@ -18,29 +18,9 @@ export function meetingTime(date: string) : Date {
1818
1919export const meetings : Meeting [ ] = [
2020 {
21- date : meetingTime ( "2025-11-03" ) ,
22- title : "Intro to Web Development" ,
23- details : < > We'll be going over the basics of web dev and introduce HTML/CSS/JavaScript.</ > ,
24- } ,
25- {
26- date : meetingTime ( "2025-11-10" ) ,
27- title : "Choosing a Web Framework" ,
28- details : < > Web frameworks simplify and accelerate the development of a site.</ > ,
29- } ,
30- {
31- date : meetingTime ( "2025-11-17" ) ,
32- title : "Bad UI Battles!" ,
33- details : < > Introduction to Bad UI Battles</ > ,
34- } ,
35- {
36- date : meetingTime ( "2025-11-24" ) ,
37- title : "Enhancing Bad UI" ,
38- details : < > Some ideas to make your Bad UI even worse!</ > ,
39- } ,
40- {
41- date : meetingTime ( "2025-12-01" ) ,
42- title : "Bad UI Showcase!" ,
43- details : < > </ > ,
21+ date : meetingTime ( "2026-03-09" ) ,
22+ title : "Spring Game Jam Begins!" ,
23+ details : < > Come to room 100 for our theme reveal and a brainstorming workshop!</ > ,
4424 } ,
4525] ;
4626
0 commit comments