Skip to content

Commit 86f27eb

Browse files
authored
add bonus module (#95)
* add bonus module * rename bonus file
1 parent 3f92df2 commit 86f27eb

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

_quarto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ website:
248248
- text: '   6.1. Exercises'
249249
href: modules/module8/module8-24-advanced_string_questions.qmd
250250
- href: modules/module8/module8-27-what_did_we_just_learn.qmd
251+
- section: "**Bonus Module**"
252+
contents:
253+
- href: modules/module_bonus/module-00-bonus.qmd
251254
- section: "**Module Closing Remarks**"
252255
contents:
253256
- href: modules/module9/module9-00-congratulations.qmd
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
format:
3+
html:
4+
page-layout: full
5+
---
6+
7+
# 0. Python Vibe Coding Tutorial
8+
9+
::: {.panel-tabset .nav-pills}
10+
11+
## Video
12+
13+
<iframe
14+
class="video"
15+
src="https://drive.google.com/file/d/1tIFSOla8gEEe2Hw1JJtI0gtzXOKS9S3G/preview"
16+
title="Bonus Module Video - Python Vibe Coding Tutorial"
17+
frameborder="0"
18+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
19+
allowfullscreen
20+
></iframe>
21+
22+
23+
:::

0 commit comments

Comments
 (0)