diff --git a/OLD/presentations/Dapr Presentation Deck.pptx b/OLD/presentations/Dapr Presentation Deck.pptx deleted file mode 100644 index d0b6ee5d5..000000000 Binary files a/OLD/presentations/Dapr Presentation Deck.pptx and /dev/null differ diff --git a/OLD/presentations/README.md b/OLD/presentations/README.md deleted file mode 100644 index 037661e54..000000000 --- a/OLD/presentations/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Dapr presentations - -Here you can find previous Dapr presentations, as well as a PowerPoint & guidance on how you can give your own Dapr presentation. - -## Previous Dapr presentations - -| Presentation | Recording | Deck | -|--------------|-----------|------| -| Ignite 2019: Mark Russinovich Presents the Future of Cloud Native Applications | [Link](https://www.youtube.com/watch?v=LAUDVk8PaCY) | [Link](./PastPresentations/2019IgniteCloudNativeApps.pdf) -| Azure Community Live: Build microservice applications using DAPR with Mark Fussell | [Link](https://www.youtube.com/watch?v=CgqI7nen-Ng) | N/A - -There are other Dapr resources on the [community](https://github.com/dapr/dapr#community) page. - -## Giving a Dapr presentation - -- Begin by downloading the [Dapr Presentation Deck](./Dapr%20Presentation%20Deck.pptx). This contains slides and diagrams needed to give a Dapr presentation. - -- Next, review the [Docs](../README.md) to make sure you understand the [concepts](../concepts) and [best-practices](../best-practices). - -- Use the Dapr [quickstarts](https://github.com/dapr/quickstarts) repo and [samples](https://github.com/dapr/samples) repo to show demos of how to use Dapr diff --git a/daprdocs/content/en/contributing/presentations.md b/daprdocs/content/en/contributing/presentations.md new file mode 100644 index 000000000..b346d6ba9 --- /dev/null +++ b/daprdocs/content/en/contributing/presentations.md @@ -0,0 +1,30 @@ +--- +type: docs +title: "Giving a presentation on Dapr" +linkTitle: "Presentations" +weight: 1500 +description: How to give a presentation on Dapr and examples +--- + +We welcome community members giving presentations on Dapr and spreading the word about all the awesome Dapr features! We offer a template PowerPoint file to get started. + +{{< button text="Download the Dapr Presentation Deck" link="/presentations/dapr-slidedeck.zip" >}} + +## Giving a Dapr presentation + +- Begin by downloading the [Dapr Presentation Deck](/presentations/dapr-slidedeck.zip). This contains slides and diagrams needed to give a Dapr presentation. +- Next, review the docs to make sure you understand the [concepts]({{< ref concepts >}}). +- Use the Dapr [quickstarts](https://github.com/dapr/quickstarts) repo and [samples](https://github.com/dapr/samples) repo to show demos of how to use Dapr. + +## Previous Dapr presentations + +| Presentation | Recording | Deck | +|--------------|-----------|------| +| Ignite 2019: Mark Russinovich Presents the Future of Cloud Native Applications | [Link](https://www.youtube.com/watch?v=LAUDVk8PaCY) | [Link](/presentations/2019IgniteCloudNativeApps.pdf) +| Azure Community Live: Build microservice applications using DAPR with Mark Fussell | [Link](https://www.youtube.com/watch?v=CgqI7nen-Ng) | N/A +| Ready 2020: Mark Russinovich Presents Cloud Native Applications | [Link](https://youtu.be/eJCu6a-x9uo?t=1614) | [Link](/presentations/2020ReadyCloudNativeApps.pdf) +| Ignite 2021: Mark Russinovich Presents Dapr v1.0 Release | [Link](https://youtu.be/69PrhWQorEM?t=3789) | N/A + +## Additional resources + +There are other Dapr resources on the [community](https://github.com/dapr/community) repo. \ No newline at end of file diff --git a/OLD/presentations/PastPresentations/2019IgniteCloudNativeApps.pdf b/daprdocs/static/presentations/2019IgniteCloudNativeApps.pdf similarity index 100% rename from OLD/presentations/PastPresentations/2019IgniteCloudNativeApps.pdf rename to daprdocs/static/presentations/2019IgniteCloudNativeApps.pdf diff --git a/OLD/presentations/PastPresentations/2020ReadyCloudNativeApps.pdf b/daprdocs/static/presentations/2020ReadyCloudNativeApps.pdf similarity index 100% rename from OLD/presentations/PastPresentations/2020ReadyCloudNativeApps.pdf rename to daprdocs/static/presentations/2020ReadyCloudNativeApps.pdf diff --git a/daprdocs/static/presentations/dapr-slidedeck.zip b/daprdocs/static/presentations/dapr-slidedeck.zip new file mode 100644 index 000000000..373a6e7f4 Binary files /dev/null and b/daprdocs/static/presentations/dapr-slidedeck.zip differ