Skip to content

Commit 4c5b639

Browse files
committed
Correct br tags
1 parent a3d8c01 commit 4c5b639

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
<div class="slides">
5757
<!-- Title slide -->
5858
<section>
59-
<h1 class="r-fit-text">Build a Jupyter Book </br>with The Turing Way</h1>
59+
<h1 class="r-fit-text">Build a Jupyter Book <br>with The Turing Way</h1>
6060
<img class="r-stretch" alt="Two smiling people, with outstretched arms, stand infront of banner text saying welcome! The text is sorrounded by marks implying lights and fireworks." src="static/bannerwelcome.svg">
6161
</section>
6262
<!-- Early prompt to install, can be done during introduction slides -->
6363
<section>
6464
<h2>Installing Jupyter Book</h2>
6565
<p><a target="_blank" href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
6666
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
67-
</br>
67+
<br>
6868
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
6969
<pre><code data-trim class="language-shell">
7070
$ pip install "jupyter-book>=2.0.0a0"
@@ -180,13 +180,13 @@ <h2>Jupyter Book</h2>
180180
<div class="columns">
181181
<div class="column" style="width: 50%">
182182
<h4>Jupyter Book 1</h4>
183-
MyST Parser</br>
184-
Sphinx</br>
183+
MyST Parser<br>
184+
Sphinx<br>
185185
<i class="fa-brands fa-python"></i>
186186
</div>
187187
<div class="column" style="width: 50%">
188188
<h4>Jupyter Book 2</h4>
189-
mystmd</br>
189+
mystmd<br>
190190
<i class="fa-brands fa-node"></i>
191191
</div>
192192
</div>
@@ -217,7 +217,7 @@ <h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration:
217217
<h2>Installation</h2>
218218
<p><a target="_blank" href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
219219
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
220-
</br>
220+
<br>
221221
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
222222
<pre><code data-trim class="language-shell">
223223
$ pip install "jupyter-book>=2.0.0a0"
@@ -250,7 +250,7 @@ <h2>Jupyter Book Fundamentals</h2>
250250
<section>
251251
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
252252
<h2>More content</h2>
253-
Lesson 3</br>
253+
Lesson 3<br>
254254
Lesson 3.1
255255
</section>
256256
<!-- BREAK -->
@@ -303,9 +303,9 @@ <h2>Contributing to Jupyter Books</h2>
303303
</section>
304304
<section data-auto-animate>
305305
<h2>Contributing to Jupyter Books</h2>
306-
<i class="fa-solid fa-globe"></i><a target="_blank" href="https://mystmd.org/">mystmd.org</a></br>
307-
<i class="fa-solid fa-book"></i><a target="_blank" href="https://mystmd.org/guide">mystmd.org/guide</a></br>
308-
<i class="fa-brands fa-github"></i><a target="_blank" href="https://github.com/jupyter-book">github.com/jupyterbook</a></br>
306+
<i class="fa-solid fa-globe"></i><a target="_blank" href="https://mystmd.org/">mystmd.org</a><br>
307+
<i class="fa-solid fa-book"></i><a target="_blank" href="https://mystmd.org/guide">mystmd.org/guide</a><br>
308+
<i class="fa-brands fa-github"></i><a target="_blank" href="https://github.com/jupyter-book">github.com/jupyterbook</a><br>
309309
<i class="fa-brands fa-discord"></i><a target="_blank" href="https://discord.mystmd.org/">discord.mystmd.org</a>
310310
</section>
311311
</section>
@@ -372,9 +372,9 @@ <h3>Events and onboarding</h3>
372372
<section>
373373
<h2>More Jupyter Book 2 at JupyterCon</h2>
374374
<a target="_blank" href="https://jupytercon2025.sched.com/event/28H3D/introducing-jupyter-book-2-next-generation-tools-for-creating-computational-narratives-chris-holdgraf-2i2c-rowan-cockett-curvenote">Introducing Jupyter Book 2: Next-generation Tools for Creating Computational Narratives</a>
375-
</br>
375+
<br>
376376
Tuesday 11:00
377-
</br>
377+
<br>
378378
Pacific Room
379379
</section>
380380
<section>

0 commit comments

Comments
 (0)