Skip to content

Commit a0068ed

Browse files
committed
embed direct deoloyment links too
1 parent b459951 commit a0068ed

File tree

3 files changed

+58
-4
lines changed

3 files changed

+58
-4
lines changed

slides.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,20 @@
248248
</section>
249249

250250
<section>
251-
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterCAD in Action</h3>
251+
<div style="display: flex; justify-content: center; align-items: center; gap: 1rem; margin-bottom: 1rem;">
252+
<a
253+
href="https://jupytercad.github.io/JupyterCAD/lab/index.html"
254+
target="_blank"
255+
style="display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit;"
256+
>
257+
<h3 style="text-transform: none; margin: 0;">JupyterCAD in Action</h3>
258+
<img
259+
src="/images/jcad.png"
260+
alt="JupyterCAD Logo"
261+
style="height: 60px; object-fit: contain;"
262+
/>
263+
</a>
264+
</div>
252265

253266
<iframe
254267
src="https://jupytercad.github.io/JupyterCAD/lab/index.html"
@@ -264,6 +277,7 @@
264277
</section>
265278
266279

280+
267281
---
268282

269283
<section>
@@ -379,7 +393,20 @@
379393
</section> -->
380394

381395
<section>
382-
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterGIS in Action</h3>
396+
<div style="display: flex; justify-content: center; align-items: center; gap: 1rem; margin-bottom: 1rem;">
397+
<a
398+
href="https://jupytergis.readthedocs.io/en/latest/lite/lab/"
399+
target="_blank"
400+
style="display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit;"
401+
>
402+
<h3 style="text-transform: none; margin: 0;">JupyterGIS in Action</h3>
403+
<img
404+
src="/images/jgis.png"
405+
alt="JupyterGIS Logo"
406+
style="height: 60px; object-fit: contain;"
407+
/>
408+
</a>
409+
</div>
383410

384411
<iframe
385412
src="https://jupytergis.readthedocs.io/en/latest/lite/lab/"

src/slides/06-jupytercad.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,20 @@
103103
</section>
104104

105105
<section>
106-
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterCAD in Action</h3>
106+
<div style="display: flex; justify-content: center; align-items: center; gap: 1rem; margin-bottom: 1rem;">
107+
<a
108+
href="https://jupytercad.github.io/JupyterCAD/lab/index.html"
109+
target="_blank"
110+
style="display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit;"
111+
>
112+
<h3 style="text-transform: none; margin: 0;">JupyterCAD in Action</h3>
113+
<img
114+
src="/images/jcad.png"
115+
alt="JupyterCAD Logo"
116+
style="height: 60px; object-fit: contain;"
117+
/>
118+
</a>
119+
</div>
107120

108121
<iframe
109122
src="https://jupytercad.github.io/JupyterCAD/lab/index.html"
@@ -117,3 +130,4 @@
117130
"
118131
></iframe>
119132
</section>
133+

src/slides/07-jupytergis.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,20 @@
111111
</section> -->
112112

113113
<section>
114-
<h3 style="text-transform: none; margin-bottom: 1rem;">JupyterGIS in Action</h3>
114+
<div style="display: flex; justify-content: center; align-items: center; gap: 1rem; margin-bottom: 1rem;">
115+
<a
116+
href="https://jupytergis.readthedocs.io/en/latest/lite/lab/"
117+
target="_blank"
118+
style="display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit;"
119+
>
120+
<h3 style="text-transform: none; margin: 0;">JupyterGIS in Action</h3>
121+
<img
122+
src="/images/jgis.png"
123+
alt="JupyterGIS Logo"
124+
style="height: 60px; object-fit: contain;"
125+
/>
126+
</a>
127+
</div>
115128

116129
<iframe
117130
src="https://jupytergis.readthedocs.io/en/latest/lite/lab/"

0 commit comments

Comments
 (0)