diff --git a/presentations/test.Rmd b/presentations/test.Rmd
new file mode 100644
index 0000000..c7e49e3
--- /dev/null
+++ b/presentations/test.Rmd
@@ -0,0 +1,28 @@
+---
+title: "My First Presentation"
+subtitle: "⚔
with xaringan"
+author: "Ben Brandt"
+institute: "Dickinson College"
+date: "Sys.Date()"
+output:
+ xaringan::moon_reader:
+ css: xaringan-themer.css
+ lib_dir: libs
+ nature:
+ highlightStyle: github
+ highlightLines: true
+ countIncrementalSlides: false
+---
+```{r xaringan-themer, include=FALSE, warning=FALSE}
+library(xaringanthemer)
+style_mono_accent(
+ base_color = "#1c5253",
+ header_font_google = google_font("Josefin Sans"),
+ text_font_google = google_font("Montserrat", "300", "300i"),
+ code_font_google = google_font("Fira Mono")
+)
+```
+# My First Slide in Xaringan
+**test slide**
+---
+
diff --git a/presentations/test.html b/presentations/test.html
new file mode 100644
index 0000000..6cc2a28
--- /dev/null
+++ b/presentations/test.html
@@ -0,0 +1,172 @@
+
+
+