File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ <h1>Users</h1>
1717
1818 <!-- scripts -->
1919 <!-- 💡 The magic -- map bare names to URLs -->
20+ <!-- ✨ React now has ESM exports! -->
2021 < script type ="importmap ">
2122 {
2223 "imports" : {
Original file line number Diff line number Diff line change 168168 backgroundColor="${ colors . basics . black } "
169169 >
170170 < ${ FlexBox } height ="100%" flexDirection="column" justifyContent="center" alignItems="center">
171- < ${ Heading } fontSize ="150px" color="h2" style= ${ { textAlign : "center" , margin : "0" } } >
171+ < ${ Heading } fontSize ="150px" color="primary" >
172172 < ${ IconHtm } name ="heart" /> CascadiaJS
173173 </ ${ Heading } >
174174 </ ${ FlexBox } >
193193 </ ${ Text } >
194194 </ ${ FlexBox } >
195195 </ ${ Slide } >
196+ < ${ MarkdownSlideSet } >
197+ ${ `
198+ ---
199+ # Let's talk
200+
201+ * The Past
202+ * The Present
203+ * The (less obvious) Present
204+ * The Future
205+
206+ ` }
207+ </ ${ MarkdownSlideSet } >
196208 < ${ Slide }
197209 backgroundImage ="url(${ backgrounds . vintageComputer } )"
198210 backgroundOpacity=${ 0.4 }
You can’t perform that action at this time.
0 commit comments