Skip to content

Commit bc216f1

Browse files
committed
last revisions
1 parent 315f8b7 commit bc216f1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

examples/react/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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": {

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
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}>
@@ -193,6 +193,18 @@
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}

0 commit comments

Comments
 (0)