Skip to content

Commit 363446e

Browse files
committed
last slides
1 parent 34c8683 commit 363446e

File tree

6 files changed

+44
-26
lines changed

6 files changed

+44
-26
lines changed

public/images/jcad-qr.png

201 KB
Loading

public/images/jgis-qr.png

177 KB
Loading

slides.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -479,18 +479,29 @@
479479

480480
---
481481

482-
## Learn More / Get Involved
482+
<section style="display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 2rem;">
483+
<h2 style="text-transform: none; margin-bottom: 2rem;">Try Live</h2>
484+
485+
<div style="
486+
display: flex;
487+
justify-content: center;
488+
align-items: flex-start;
489+
gap: 100px;
490+
width: 100%;
491+
">
492+
<div style="text-align: center;">
493+
<img src="images/jcad-qr.png" alt="JupyterCAD QR" style="width: 320px; height: auto;" />
494+
</div>
495+
<div style="text-align: center;">
496+
<img src="images/jgis-qr.png" alt="JupyterGIS QR" style="width: 350px; height: auto;" />
497+
</div>
498+
</div>
499+
</section>
483500

484-
- 🔗 [github.com/jupytercad/JupyterCAD](https://github.com/jupytercad/JupyterCAD)
485-
- 🔗 [jupytercad.github.io](https://jupytercad.github.io/JupyterCAD)
486-
- 🔗 [github.com/geojupyter/jupytergis](https://github.com/geojupyter/jupytergis)
487-
- 🔗 [jupytergis.readthedocs.io](https://jupytergis.readthedocs.io)
488501

489502
---
490503

491-
## Thank You
492-
493-
### Questions?
494-
495-
<!-- .slide: data-background-color="#000" -->
496-
<!-- .slide: data-transition="zoom" -->
504+
<section>
505+
<h2 style="text-transform: none;">Thank You</h2>
506+
<h3 style="margin-top: 2rem;">Questions?</h3>
507+
</section>

src/slides/15-thankyou.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/slides/15-try-live.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<section style="display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 2rem;">
2+
<h2 style="text-transform: none; margin-bottom: 2rem;">Try Live</h2>
3+
4+
<div style="
5+
display: flex;
6+
justify-content: center;
7+
align-items: flex-start;
8+
gap: 100px;
9+
width: 100%;
10+
">
11+
<div style="text-align: center;">
12+
<img src="images/jcad-qr.png" alt="JupyterCAD QR" style="width: 320px; height: auto;" />
13+
</div>
14+
<div style="text-align: center;">
15+
<img src="images/jgis-qr.png" alt="JupyterGIS QR" style="width: 350px; height: auto;" />
16+
</div>
17+
</div>
18+
</section>

src/slides/16-thankyou.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<section>
2+
<h2 style="text-transform: none;">Thank You</h2>
3+
<h3 style="margin-top: 2rem;">Questions?</h3>
4+
</section>

0 commit comments

Comments
 (0)