Skip to content

Commit 55b32eb

Browse files
authored
Merge pull request #10 from the-turing-way/embed_turing_way
Add embedded Turing Way book
2 parents 76a9961 + d1d2d5f commit 55b32eb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,10 @@ <h4>Jupyter Book 2</h4>
324324
<section data-auto-animate>
325325
<h2>Jupyter Book</h2>
326326
<iframe
327-
data-src="https://doi.org/10.25080/hwcj9957"
327+
src="https://doi.org/10.25080/hwcj9957"
328328
width="100%"
329329
height="500px"
330+
data-preview
330331
></iframe>
331332
<a href="https://doi.org/10.25080/hwcj9957" target="_blank"
332333
>doi: 10.25080/hwcj9957</a
@@ -342,6 +343,16 @@ <h2>Jupyter Book</h2>
342343
<!-- LISTENING: Introduction to The Turing Way -->
343344
<section>
344345
<h2>The Turing Way</h2>
346+
<a href="https://book.the-turing-way.org" data-preview-link>
347+
<img
348+
src="static/pathway.svg"
349+
style="height: 11em"
350+
/>
351+
</a>
352+
<br />
353+
<a href="book.the-turing-way.org" target="_blank"
354+
>book.the-turing-way.org</a
355+
>
345356
</section>
346357
<!-- DOING: Install -->
347358
<section>

0 commit comments

Comments
 (0)