From 8e3947ed7538ed742634373f6995ed8c49b643e2 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 29 May 2023 17:30:09 -0400 Subject: feat: 16:9 slide themes markdown files --- output/90sMakeUpCommercial.md | 7 +++++++ output/chicagoOlives.md | 7 +++++++ output/cleanMetropolis.md | 7 +++++++ output/earlyCupertino.md | 7 +++++++ output/ohioCustard.md | 7 +++++++ output/raleighAroundMe.md | 7 +++++++ output/test169.md | 7 ------- 7 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 output/90sMakeUpCommercial.md create mode 100644 output/chicagoOlives.md create mode 100644 output/cleanMetropolis.md create mode 100644 output/earlyCupertino.md create mode 100644 output/ohioCustard.md create mode 100644 output/raleighAroundMe.md delete mode 100644 output/test169.md 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/chicagoOlives.md b/output/chicagoOlives.md new file mode 100644 index 0000000..d434e10 --- /dev/null +++ b/output/chicagoOlives.md @@ -0,0 +1,7 @@ +--- +theme: Nord +colortheme: Nord +aspectratio: 169 +fontsize: 17pt +fontfamily: libertine +--- 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 +--- diff --git a/output/test169.md b/output/test169.md deleted file mode 100644 index d434e10..0000000 --- a/output/test169.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -theme: Nord -colortheme: Nord -aspectratio: 169 -fontsize: 17pt -fontfamily: libertine ---- -- cgit v1.2.3