diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..b36f6fe
Binary files /dev/null and b/.DS_Store differ
diff --git a/David Whitmer Mini Project Proposal Idea. .docx b/David Whitmer Mini Project Proposal Idea. .docx
new file mode 100644
index 0000000..5caa646
Binary files /dev/null and b/David Whitmer Mini Project Proposal Idea. .docx differ
diff --git a/presentations/.DS_Store b/presentations/.DS_Store
new file mode 100644
index 0000000..2851ba4
Binary files /dev/null and b/presentations/.DS_Store differ
diff --git a/presentations/David Whitmer Test.Rmd b/presentations/David Whitmer Test.Rmd
new file mode 100644
index 0000000..97802d7
--- /dev/null
+++ b/presentations/David Whitmer Test.Rmd
@@ -0,0 +1,20 @@
+---
+title: "My presentation"
+subtitle: "⚔
with xaringan"
+author: "David Whitmer"
+institute: "RStudio, PBC"
+date: "2016/12/12 (updated: `r Sys.Date()`)"
+output:
+ xaringan::moon_reader:
+ css: xaringan-themer.css
+ lib_dir: libs
+ nature:
+ highlightStyle: github
+ highlightLines: true
+ countIncrementalSlides: false
+---
+
+
+
+
+# This is a test presentation!
diff --git a/presentations/test123.html b/presentations/David Whitmer.html
similarity index 98%
rename from presentations/test123.html
rename to presentations/David Whitmer.html
index 41fee02..a431152 100644
--- a/presentations/test123.html
+++ b/presentations/David Whitmer.html
@@ -3,7 +3,7 @@
My presentation
-
+
@@ -18,7 +18,7 @@
## ⚔
with xaringan
]
.author[
-### Eren Bilen
+### David Whitmer
]
.institute[
### RStudio, PBC
diff --git a/presentations/libs/header-attrs-2.30/header-attrs.js b/presentations/libs/header-attrs-2.30/header-attrs.js
new file mode 100644
index 0000000..dd57d92
--- /dev/null
+++ b/presentations/libs/header-attrs-2.30/header-attrs.js
@@ -0,0 +1,12 @@
+// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
+// be compatible with the behavior of Pandoc < 2.8).
+document.addEventListener('DOMContentLoaded', function(e) {
+ var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
+ var i, h, a;
+ for (i = 0; i < hs.length; i++) {
+ h = hs[i];
+ if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
+ a = h.attributes;
+ while (a.length > 0) h.removeAttribute(a[0].name);
+ }
+});
diff --git a/presentations/test123.Rmd b/presentations/test123.Rmd
index 1cdb3e7..97802d7 100644
--- a/presentations/test123.Rmd
+++ b/presentations/test123.Rmd
@@ -1,7 +1,7 @@
---
title: "My presentation"
subtitle: "⚔
with xaringan"
-author: "Eren Bilen"
+author: "David Whitmer"
institute: "RStudio, PBC"
date: "2016/12/12 (updated: `r Sys.Date()`)"
output:
@@ -14,15 +14,7 @@ output:
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")
-)
-```
+
# This is a test presentation!