Skip to content

Commit 22fc54c

Browse files
committed
Use some font awesome glyphs
1 parent 9fb58ab commit 22fc54c

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

index.html

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,15 @@ <h1 class="r-fit-text">Build a Jupyter Book </br>with The Turing Way</h1>
5959
<section>
6060
<h2>Installing Jupyter Book</h2>
6161
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
62-
<img alt="A QR code linking to the Jupyter Book 2 installation documentation." src="static/jb2_install.svg" width="25%">
63-
<pre><code data-trim>
64-
pip install "jupyter-book>=2.0.0a0"
65-
npm install -g "jupyter-book@>=2.0.0-a0"
62+
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
63+
</br>
64+
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
65+
<pre><code data-trim class="language-shell">
66+
$ pip install "jupyter-book>=2.0.0a0"
67+
</code></pre>
68+
<i class="fa-brands fa-node-js fa-bounce" style="--fa-animation-iteration-count: 1"></i>
69+
<pre><code data-trim class="language-shell">
70+
$ npm install -g "jupyter-book@>=2.0.0-a0"
6671
</code></pre>
6772
</section>
6873
<!-- LISTENING: Introduction to Jupyter Book -->
@@ -75,13 +80,18 @@ <h2>The Turing Way</h2>
7580
</section>
7681
<!-- DOING: Install -->
7782
<section>
78-
<h2>Activity</h2>
83+
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
7984
<h2>Installation</h2>
8085
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
81-
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation documentation." src="static/jb2_install.svg">
82-
<pre><code data-trim>
83-
pip install "jupyter-book>=2.0.0a0"
84-
npm install -g "jupyter-book@>=2.0.0-a0"
86+
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
87+
</br>
88+
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
89+
<pre><code data-trim class="language-shell">
90+
$ pip install "jupyter-book>=2.0.0a0"
91+
</code></pre>
92+
<i class="fa-brands fa-node-js fa-bounce" style="--fa-animation-iteration-count: 1"></i>
93+
<pre><code data-trim class="language-shell">
94+
$ npm install -g "jupyter-book@>=2.0.0-a0"
8595
</code></pre>
8696
</section>
8797
<!-- LISTENING: Showcase -->
@@ -96,12 +106,12 @@ <h3>Highlight 2</h3>
96106
</section>
97107
<!-- DOING: Initialise -->
98108
<section>
99-
<h2>Activity</h2>
109+
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
100110
<h2>Initialize a Jupyter Book</h2>
101111
</section>
102112
<!-- DOING: Adding static content -->
103113
<section>
104-
<h2>Activity</h2>
114+
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
105115
<h2>Add to your book</h2>
106116
</section>
107117
<!-- BREAK -->
@@ -111,12 +121,12 @@ <h2>Break</h2>
111121
</section>
112122
<!-- DOING: Adding interactive content -->
113123
<section>
114-
<h2>Activity</h2>
124+
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
115125
<h2>Add interactivity</h2>
116126
</section>
117127
<!-- DOING: PDF export -->
118128
<section>
119-
<h2>Activity</h2>
129+
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
120130
<h2>Build a PDF</h2>
121131
</section>
122132
<!-- LISTENING: Wrap up and call to action -->

0 commit comments

Comments
 (0)