Skip to content

Commit cdaea1f

Browse files
committed
up
1 parent 3b75102 commit cdaea1f

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export default defineConfig({
8383
// { text: 'Chapter 5', link: '/lectures/chapter-05' },
8484
// { text: 'Chapter 6', link: '/lectures/chapter-06' },
8585
// { text: 'Chapter 7', link: '/lectures/chapter-07' }
86+
{ text: 'Presentation', link: '/lectures/presentation' },
8687
],
8788
activeMatch: '^/lectures/'
8889
},
@@ -153,6 +154,7 @@ export default defineConfig({
153154
// { text: 'Chapter 5', link: '/lectures/chapter-05' },
154155
// { text: 'Chapter 6', link: '/lectures/chapter-06' },
155156
// { text: 'Chapter 7', link: '/lectures/chapter-07' }
157+
{ text: 'Presentation', link: '/lectures/presentation' },
156158
],
157159

158160
'/tutorials/': [

docs/lectures/presentation.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Presentation
3+
outline: deep
4+
---
5+
6+
# Presentation
7+
8+
9+
<br>
10+
<br>
11+
12+
13+
14+
15+
<iframe src="./presentation.pdf" width="100%" height="400" allowfullscreen></iframe>
16+
17+
<br>
18+
19+
<a href="./presentation.pdf" target="_blank" rel="noopener">
20+
<button class="open-pdf-btn">
21+
Open Fullscreen
22+
</button>
23+
</a>
24+
25+
<br>
26+
<br>
840 KB
Binary file not shown.

0 commit comments

Comments
 (0)