Skip to content

Commit 4bf021a

Browse files
committed
use astronaut
1 parent b3f74d5 commit 4bf021a

File tree

3 files changed

+36
-16
lines changed

3 files changed

+36
-16
lines changed
58.7 KB
Loading

slides.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,24 @@
6868

6969
<section>
7070
<h2>The Current Problem</h2>
71-
<ul>
72-
<li class="fragment">Tools like <strong>FreeCAD</strong>, <strong>QGIS</strong>, and <strong>ArcGIS</strong>:</li>
73-
<ul>
74-
<li class="fragment">Are powerful, but have steep learning curves</li>
75-
<li class="fragment">Require complex setups and system dependencies</li>
76-
<li class="fragment">Are difficult to integrate into modern, code-first workflows</li>
77-
</ul>
78-
</ul>
71+
72+
<div style="position: relative;">
73+
<div style="z-index: 2; position: relative;">
74+
<ul>
75+
<li class="fragment">Tools like <strong>FreeCAD</strong>, <strong>QGIS</strong>, and <strong>ArcGIS</strong>:</li>
76+
<ul>
77+
<li class="fragment">Are powerful, but have steep learning curves</li>
78+
<li class="fragment">Require complex setups and system dependencies</li>
79+
<li class="fragment">Are difficult to integrate into modern, code-first workflows</li>
80+
</ul>
81+
</ul>
82+
</div>
83+
<img
84+
src="images/astronaut-pushing-rock.webp"
85+
alt="Astronaut pushing rock"
86+
style="position: absolute; right: 0; bottom: 0; max-height: 80%; opacity: 0.3; z-index: 1; pointer-events: none;"
87+
/>
88+
</div>
7989
</section>
8090

8191
<section>

src/slides/04-current-problem.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
<section>
22
<h2>The Current Problem</h2>
3-
<ul>
4-
<li class="fragment">Tools like <strong>FreeCAD</strong>, <strong>QGIS</strong>, and <strong>ArcGIS</strong>:</li>
5-
<ul>
6-
<li class="fragment">Are powerful, but have steep learning curves</li>
7-
<li class="fragment">Require complex setups and system dependencies</li>
8-
<li class="fragment">Are difficult to integrate into modern, code-first workflows</li>
9-
</ul>
10-
</ul>
3+
4+
<div style="position: relative;">
5+
<div style="z-index: 2; position: relative;">
6+
<ul>
7+
<li class="fragment">Tools like <strong>FreeCAD</strong>, <strong>QGIS</strong>, and <strong>ArcGIS</strong>:</li>
8+
<ul>
9+
<li class="fragment">Are powerful, but have steep learning curves</li>
10+
<li class="fragment">Require complex setups and system dependencies</li>
11+
<li class="fragment">Are difficult to integrate into modern, code-first workflows</li>
12+
</ul>
13+
</ul>
14+
</div>
15+
<img
16+
src="images/astronaut-pushing-rock.webp"
17+
alt="Astronaut pushing rock"
18+
style="position: absolute; right: 0; bottom: 0; max-height: 80%; opacity: 0.3; z-index: 1; pointer-events: none;"
19+
/>
20+
</div>
1121
</section>
1222

1323
<section>

0 commit comments

Comments
 (0)