Skip to content

Commit

Permalink
Add presentation slides
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Guerrero <tgbalera@amazon.com>
  • Loading branch information
Thiago Guerrero committed Dec 13, 2023
1 parent c58799c commit b5a2de0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ module.exports = {
},
{
text: 'Proposal',
link: '/Proposal/',
link: '/Proposal',
},
{
text: 'Monography',
link: '/monography/',
link: '/monography',
},
{
text: 'Presentation',
link: '/presentation',
}
]
},
Expand Down
22 changes: 22 additions & 0 deletions docs/src/presentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Presentation
description: Here you can find my presentation about all the work produced this year.
---

# {{ $frontmatter.title }}

**{{ $frontmatter.description }}**

---

<iframe
src="https://docs.google.com/presentation/d/e/2PACX-1vREQvdUNVwutwmTbAvaySVJkGtxsPmCZh6npCh8MH6L9I4nFOB28rHZ7t6uvGt_NxYARVmj6oXBNe0-/embed?start=false&delayms=3000"
frameborder="0"
width="100%" height="600"
allowfullscreen="true"
mozallowfullscreen="true" webkitallowfullscreen="true"
></iframe>
[See original](https://docs.google.com/presentation/d/1j4JImnFtACdHYUJg10aKwLRjyQlWhknRerY3qtc8HoY)

---

0 comments on commit b5a2de0

Please sign in to comment.