Getting Started with Presentations
This page demonstrates how to embed presentations and slides.
Supported Methods
1. Embedded PDF
Use the embed-pdf shortcode to display PDF slides:
Page: /
2. Video Presentations
Embed recorded presentations using the video shortcode:
3. Online Slides (iframe)
Embed slides from platforms like Google Slides, SlideShare, or Speaker Deck:
<iframe src="https://docs.google.com/presentation/d/e/YOUR_ID/embed"
frameborder="0"
width="960"
height="569"
allowfullscreen="true"
mozallowfullscreen="true"
webkitallowfullscreen="true">
</iframe>
4. Mermaid Diagrams
For technical diagrams in presentations:
graph LR
A[Start] --> B[Process]
B --> C[End]
