(That look like this!)
Slideshows are generated from markdown files (.md) These files are basically plain-text but which have special characters that (when processed) can apply cool formatting.
This is what a markdown file looks like!
Click here for a complete Markdown cheatsheet to show how to bold, italicize, underline and link text!
This website uses a javascript package called Marp to generate slideshows.
There are handy things this allows markdown to do.
Guides on customizing slides and integrating them into markdown files can be found in their documentation or simple web searches.
We can also add images and gifs to our slides.
""

But why do it like this?
There are several options for writing markdown files.
I recommend using Visual Studio Code because of the Marp for VS Code extension!
This allows you to preview the slideshow as you make it in your IDE!
You can enable the preview by clicking this icon in the top-right corner.
Keep each slide brief and concise. Space can be taken up very fast by images/codeblocks/paragraphs
Keep ALL images in a folder with your .md files (this is so I can upload them to the website well)
Ask questions and consult documentation!
.element: class="fragment" data-fragment-index="1"
.element: class="fragment" data-fragment-index="2"
.element: class="fragment" data-fragment-index="3"
.element: class="fragment" data-fragment-index="4"