diff options
| author | Blista Kanjo | 2023-05-29 17:30:09 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-05-29 17:30:09 -0400 |
| commit | 8e3947ed7538ed742634373f6995ed8c49b643e2 (patch) | |
| tree | d66d91ddf99c287b9b32a2531255b021f9a47e8c /output | |
| parent | ef6e4abd50af3f07b8f42bae7430917aec6b5e4d (diff) | |
feat: 16:9 slide themes markdown files
Diffstat (limited to 'output')
| -rw-r--r-- | output/90sMakeUpCommercial.md | 7 | ||||
| -rw-r--r-- | output/chicagoOlives.md (renamed from output/test169.md) | 0 | ||||
| -rw-r--r-- | output/cleanMetropolis.md | 7 | ||||
| -rw-r--r-- | output/earlyCupertino.md | 7 | ||||
| -rw-r--r-- | output/ohioCustard.md | 7 | ||||
| -rw-r--r-- | output/raleighAroundMe.md | 7 |
6 files changed, 35 insertions, 0 deletions
diff --git a/output/90sMakeUpCommercial.md b/output/90sMakeUpCommercial.md new file mode 100644 index 0000000..391bb00 --- /dev/null +++ b/output/90sMakeUpCommercial.md @@ -0,0 +1,7 @@ +--- +theme: Warsaw +colortheme: dolphin +aspectratio: 169 +fontsize: 17pt +fontfamily: avant +--- diff --git a/output/test169.md b/output/chicagoOlives.md index d434e10..d434e10 100644 --- a/output/test169.md +++ b/output/chicagoOlives.md diff --git a/output/cleanMetropolis.md b/output/cleanMetropolis.md new file mode 100644 index 0000000..4c4c690 --- /dev/null +++ b/output/cleanMetropolis.md @@ -0,0 +1,7 @@ +--- +theme: "metropolis" +colortheme: "default" +aspectratio: "169" +fontsize: "17pt" +fontfamily: "helvet" +--- diff --git a/output/earlyCupertino.md b/output/earlyCupertino.md new file mode 100644 index 0000000..5bd32b0 --- /dev/null +++ b/output/earlyCupertino.md @@ -0,0 +1,7 @@ +--- +theme: Berlin +colortheme: owl +aspectratio: 169 +fontsize: 17pt +fontfamily: helvet +--- diff --git a/output/ohioCustard.md b/output/ohioCustard.md new file mode 100644 index 0000000..dd7137b --- /dev/null +++ b/output/ohioCustard.md @@ -0,0 +1,7 @@ +--- +theme: Darmstadt +colortheme: crane +aspectratio: 169 +fontsize: 17pt +fontfamily: lato +--- diff --git a/output/raleighAroundMe.md b/output/raleighAroundMe.md new file mode 100644 index 0000000..4e6207f --- /dev/null +++ b/output/raleighAroundMe.md @@ -0,0 +1,7 @@ +--- +theme: Boadilla +colortheme: beaver +aspectratio: 169 +fontsize: 17pt +fontfamily: roboto +--- |
