From 4f888eb6ec7cf737caea6d8bd4eff7544afe77a9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 10 May 2024 22:35:54 +0200 Subject: [PATCH] Remove duplicated style files The canonical versions of my style files are stored within `src/styles`, and these are the ones that should be used as they have the latest changes and have been converted to the YAML format. This commit removes any styles within the individual talk directories. --- .../opdavies-dark.style | 141 --------------- .../opdavies-light.style | 136 --------------- src/archive/upgrading-to-drupal-9/main.style | 126 -------------- src/archive/working-with-workspace/main.style | 132 -------------- .../main.style | 127 -------------- .../opdavies-dark.style | 129 -------------- .../opdavies-light.style | 124 ------------- .../styles/main.style | 108 ------------ .../opdavies-dark.yaml | 164 ------------------ .../opdavies-light.yaml | 158 ----------------- src/things-to-know-php/opdavies-dark.style | 129 -------------- src/things-to-know-php/opdavies-light.style | 124 ------------- src/working-without-workspace/code/build.yaml | 46 ----- .../opdavies-dark.yaml | 164 ------------------ .../opdavies-light.yaml | 158 ----------------- src/workshop-tailwind-css/main.style | 133 -------------- 16 files changed, 2099 deletions(-) delete mode 100644 src/archive/deploying-php-ansible-ansistrano/opdavies-dark.style delete mode 100644 src/archive/deploying-php-ansible-ansistrano/opdavies-light.style delete mode 100644 src/archive/upgrading-to-drupal-9/main.style delete mode 100644 src/archive/working-with-workspace/main.style delete mode 100644 src/building-presenting-slide-decks-rst2pdf/main.style delete mode 100644 src/building-static-websites-sculpin/opdavies-dark.style delete mode 100644 src/building-static-websites-sculpin/opdavies-light.style delete mode 100644 src/php-south-wales-intro-slides/styles/main.style delete mode 100644 src/taking-flight-with-tailwind-css/opdavies-dark.yaml delete mode 100644 src/taking-flight-with-tailwind-css/opdavies-light.yaml delete mode 100644 src/things-to-know-php/opdavies-dark.style delete mode 100644 src/things-to-know-php/opdavies-light.style delete mode 100644 src/working-without-workspace/code/build.yaml delete mode 100644 src/working-without-workspace/opdavies-dark.yaml delete mode 100644 src/working-without-workspace/opdavies-light.yaml delete mode 100644 src/workshop-tailwind-css/main.style diff --git a/src/archive/deploying-php-ansible-ansistrano/opdavies-dark.style b/src/archive/deploying-php-ansible-ansistrano/opdavies-dark.style deleted file mode 100644 index bba3801..0000000 --- a/src/archive/deploying-php-ansible-ansistrano/opdavies-dark.style +++ /dev/null @@ -1,141 +0,0 @@ -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - background: ../images/bg-dark.png - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - imagePage: - alignment: TA_CENTER - frames: [] - [12%, 10%, 76%, 80%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - background: ../images/bg-dark.png - -linkColor: #60a5fa - -fontsAlias: - stdMono: Inconsolata-Regular - stdMonoBold: Inconsolata-Regular - stdMonoItalic: Inconsolata-Regular - -styles: - normal: - fontSize: 24 - leading: 32 - textColor: #ffffff - - bodytext: - alignment: TA_LEFT - - heading: - fontSize: 20 - spaceAfter: 16 - textColor: #60a5fa - - heading1: - parent: heading - alignment: TA_LEFT - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - [LEFTPADDING, [0, 0], [1, -1], 10] - [RIGHTPADDING, [0, 0], [1, -1], 0] - [VALIGN, [0, 0], [-1, -1], TOP] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 14 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #60a5fa - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: white - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 19 - leading: 22 - parent: literal - spaceBefore: 4 - - blockquote: - parent: normal - fontName: stdItalic - leading: 36 - - attribution: - parent: normal - textColor: #66666 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading - - small: - fontSize: 90% - parent: normal - diff --git a/src/archive/deploying-php-ansible-ansistrano/opdavies-light.style b/src/archive/deploying-php-ansible-ansistrano/opdavies-light.style deleted file mode 100644 index b1864f8..0000000 --- a/src/archive/deploying-php-ansible-ansistrano/opdavies-light.style +++ /dev/null @@ -1,136 +0,0 @@ -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [12%, 10%, 76%, 80%] - showFooter: true - showHeader: false - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - -linkColor: #0045aa - -fontsAlias: - stdMono: Inconsolata-Regular - stdMonoBold: Inconsolata-Regular - stdMonoItalic: Inconsolata-Regular - -styles: - normal: - fontSize: 24 - leading: 32 - textColor: #383745 - - bodytext: - alignment: TA_LEFT - - heading: - fontSize: 20 - spaceAfter: 16 - textColor: #0045aa - - heading1: - parent: heading - alignment: TA_LEFT - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - [LEFTPADDING, [0, 0], [1, -1], 10] - [RIGHTPADDING, [0, 0], [1, -1], 0] - [VALIGN, [0, 0], [-1, -1], TOP] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 14 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #0045aa - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: white - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 19 - leading: 22 - parent: literal - spaceBefore: 4 - - blockquote: - parent: normal - fontName: stdItalic - leading: 36 - - attribution: - parent: normal - textColor: #66666 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading - - small: - fontSize: 90% - parent: normal - diff --git a/src/archive/upgrading-to-drupal-9/main.style b/src/archive/upgrading-to-drupal-9/main.style deleted file mode 100644 index a57d4e1..0000000 --- a/src/archive/upgrading-to-drupal-9/main.style +++ /dev/null @@ -1,126 +0,0 @@ -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 60%] - showFooter: true - showHeader: false - - standardPage: - frames: [] - [3%, 3%, 94%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [12%, 10%, 76%, 80%] - showFooter: true - showHeader: false - -linkColor: #24608a - -fontsAlias: - stdMono: Inconsolata-Regular - stdMonoBold: Inconsolata-Regular - stdMonoItalic: Inconsolata-Regular - -styles: - normal: - fontSize: 28 - textColor: #383745 - - bodytext: - alignment: TA_LEFT - - heading: - alignment: TA_CENTER - fontSize: 24 - spaceAfter: 16 - textColor: #24608a - - heading1: - parent: heading - alignment: TA_LEFT - - title: - fontSize: 250% - parent: heading - - bullet-list: - commands: [] - [LEFTPADDING, [0, 0], [1, -1], 10] - [RIGHTPADDING, [0, 0], [1, -1], 0] - [VALIGN, [0, 0], [-1, -1], TOP] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 14 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 120% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 18 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: white - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 24 - parent: literal - spaceBefore: 4 - - blockquote: - parent: normal - fontName: stdItalic - - attribution: - parent: normal - textColor: #666666 - - smaller: - textColor: red - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading - - centred: - alignment: TA_CENTER - parent: normal diff --git a/src/archive/working-with-workspace/main.style b/src/archive/working-with-workspace/main.style deleted file mode 100644 index c4c6c99..0000000 --- a/src/archive/working-with-workspace/main.style +++ /dev/null @@ -1,132 +0,0 @@ -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - # background: images/title.png - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [12%, 10%, 76%, 80%] - showFooter: true - showHeader: false - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - -linkColor: #24608a - -fontsAlias: - stdMono: Inconsolata-Regular - stdMonoBold: Inconsolata-Regular - stdMonoItalic: Inconsolata-Regular - -styles: - normal: - fontSize: 24 - leading: 32 - textColor: #383745 - - bodytext: - alignment: TA_LEFT - - heading: - fontSize: 20 - spaceAfter: 16 - textColor: #24608a - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - [LEFTPADDING, [0, 0], [1, -1], 10] - [RIGHTPADDING, [0, 0], [1, -1], 0] - [VALIGN, [0, 0], [-1, -1], TOP] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 14 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: white - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 20 - leading: 24 - parent: literal - spaceBefore: 4 - - blockquote: - parent: normal - fontName: stdItalic - leading: 36 - - attribution: - parent: normal - textColor: #66666 - - centred: - alignment: TA_CENTER - parent: bodytext - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading - - text-lg: - parent: bodytext - fontSize: 150% diff --git a/src/building-presenting-slide-decks-rst2pdf/main.style b/src/building-presenting-slide-decks-rst2pdf/main.style deleted file mode 100644 index 1ec6e4a..0000000 --- a/src/building-presenting-slide-decks-rst2pdf/main.style +++ /dev/null @@ -1,127 +0,0 @@ -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - # background: images/title.png - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [12%, 10%, 76%, 80%] - showFooter: true - showHeader: false - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - -linkColor: #24608a - -fontsAlias: - stdMono: Inconsolata-Regular - stdMonoBold: Inconsolata-Regular - stdMonoItalic: Inconsolata-Regular - -styles: - normal: - fontSize: 24 - leading: 32 - textColor: #383745 - - bodytext: - alignment: TA_LEFT - - heading: - fontSize: 20 - spaceAfter: 16 - textColor: #24608a - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - [LEFTPADDING, [0, 0], [1, -1], 10] - [RIGHTPADDING, [0, 0], [1, -1], 0] - [VALIGN, [0, 0], [-1, -1], TOP] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 14 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: white - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 20 - leading: 24 - parent: literal - spaceBefore: 4 - - blockquote: - parent: normal - fontName: stdItalic - leading: 36 - - attribution: - parent: normal - textColor: #66666 - - centered: - alignment: TA_CENTER - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading diff --git a/src/building-static-websites-sculpin/opdavies-dark.style b/src/building-static-websites-sculpin/opdavies-dark.style deleted file mode 100644 index 3479d43..0000000 --- a/src/building-static-websites-sculpin/opdavies-dark.style +++ /dev/null @@ -1,129 +0,0 @@ -embeddedFonts: [] - ["Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf"] - ["Helvetica.ttf", "Helvetica-Bold.ttf", "Helvetica.ttf", "Helvetica-Bold.ttf"] - -fontsAlias: - stdFont: Helvetica - stdBold: Helvetica-Bold - stdItalic: Helvetica - stdMono: Inconsolata - stdMonoBold: Inconsolata - stdMonoBoldItalic: Inconsolata - stdMonoItalic: Inconsolata - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - # background: images/title.png - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - background: ../images/bg-dark.png - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - imagePage: - alignment: TA_CENTER - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - background: ../images/bg-dark.png - -linkColor: #60a5fa - -styles: - normal: - fontSize: 24 - textColor: #ffffff - - bodytext: - alignment: TA_LEFT - - heading: - fontName: stdBold - fontSize: 20 - spaceAfter: 16 - textColor: #60a5fa - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 0 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: #111111 - fontName: stdMono - - code: - backColor: #0a0a0a - borderWidth: 0 - fontSize: 28 - leading: 30 - parent: literal - spaceBefore: 4 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading diff --git a/src/building-static-websites-sculpin/opdavies-light.style b/src/building-static-websites-sculpin/opdavies-light.style deleted file mode 100644 index 44d7bfd..0000000 --- a/src/building-static-websites-sculpin/opdavies-light.style +++ /dev/null @@ -1,124 +0,0 @@ -embeddedFonts: [] - ["Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf"] - ["Helvetica.ttf", "Helvetica-Bold.ttf", "Helvetica.ttf", "Helvetica-Bold.ttf"] - -fontsAlias: - stdFont: Helvetica - stdBold: Helvetica-Bold - stdItalic: Helvetica - stdMono: Inconsolata - stdMonoBold: Inconsolata - stdMonoBoldItalic: Inconsolata - stdMonoItalic: Inconsolata - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - # background: images/title.png - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - -linkColor: #24608a - -styles: - normal: - fontSize: 24 - textColor: #383745 - - bodytext: - alignment: TA_LEFT - - heading: - fontName: stdBold - fontSize: 20 - spaceAfter: 16 - textColor: #24608a - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 0 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: white - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 24 - leading: 26 - parent: literal - spaceBefore: 4 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading diff --git a/src/php-south-wales-intro-slides/styles/main.style b/src/php-south-wales-intro-slides/styles/main.style deleted file mode 100644 index f0af1c2..0000000 --- a/src/php-south-wales-intro-slides/styles/main.style +++ /dev/null @@ -1,108 +0,0 @@ -pageSetup: - firstTemplate: imagePage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [12%, -5%, 76%, 80%] - showFooter: true - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 84%, 65%] - showFooter: true - showHeader: false - -linkColor: #93140b - -styles: - normal: - fontSize: 24 - leading: 32 - textColor: #111111 - - bodytext: - alignment: TA_LEFT - - heading: - fontSize: 20 - spaceAfter: 20 - textColor: #93140b - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - [LEFTPADDING, [0, 0], [1, -1], 10] - [RIGHTPADDING, [0, 0], [1, -1], 0] - [VALIGN, [0, 0], [-1, -1], TOP] - colWidths: ["20", null] - - bullet-list-item: - spaceBefore: 14 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: #eeeeee - fontName: stdMono - - code: - backColor: #eeeeee - borderWidth: 0 - fontSize: 20 - leading: 24 - parent: literal - spaceBefore: 4 - - blockquote: - parent: normal - fontName: stdItalic - leading: 36 - - attribution: - parent: normal - textColor: #66666 - - centered: - alignment: TA_CENTER - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading diff --git a/src/taking-flight-with-tailwind-css/opdavies-dark.yaml b/src/taking-flight-with-tailwind-css/opdavies-dark.yaml deleted file mode 100644 index 44b7250..0000000 --- a/src/taking-flight-with-tailwind-css/opdavies-dark.yaml +++ /dev/null @@ -1,164 +0,0 @@ -embeddedFonts: - - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - - Helvetica.ttf - - Helvetica-Bold.ttf - - Helvetica.ttf - - Helvetica-Bold.ttf - -fontsAlias: - fontBold: Helvetica-Bold - fontFont: Helvetica - fontItalic: Helvetica - fontMono: Inconsolata - fontMonoBold: Inconsolata - fontMonoBoldItalic: Inconsolata - fontMonoItalic: Inconsolata - -linkColor: '#60a5fa' - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - background: ../images/bg-dark.png - frames: - - - 12% - - 10% - - 76% - - 75% - showFooter: false - showHeader: false - - imagePage: - alignment: TA_CENTER - background: ../images/bg-dark.png - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - outputPage: - background: ../images/bg-dark.png - frames: - - - 8% - - 10% - - 82% - - 65% - showFooter: false - showHeader: false - - standardPage: - background: ../images/bg-dark.png - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - titlePage: - alignment: TA_CENTER - background: ../images/bg-dark.png - frames: - - - 8% - - 8% - - 85% - - 65% - showFooter: true - showHeader: false - -styles: - bodytext: - alignment: TA_LEFT - - bullet-list: - colWidths: - - '20' - - null - commands: - - - LEFTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 5 - - - RIGHTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 0 - textColor: '#ffffff' - - bullet-list-item: - spaceAfter: 0 - spaceBefore: 18 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: fontBold - fontSize: 48 - leading: 64 - parent: heading - - code: - backColor: '#111111' - borderWidth: 0 - fontSize: 24 - leading: 26 - parent: literal - spaceBefore: 4 - - footer: - alignment: TA_RIGHT - fontName: fontMono - fontSize: 20 - rightIndent: 16 - spaceBefore: 0 - textColor: '#24608a' - - heading: - fontName: fontBold - fontSize: 20 - spaceAfter: 16 - textColor: '#60a5fa' - - literal: - backColor: '#111111' - fontName: fontMono - - normal: - fontSize: 24 - textColor: '#ffffff' - - title: - fontSize: 300% - parent: heading - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - diff --git a/src/taking-flight-with-tailwind-css/opdavies-light.yaml b/src/taking-flight-with-tailwind-css/opdavies-light.yaml deleted file mode 100644 index 563a244..0000000 --- a/src/taking-flight-with-tailwind-css/opdavies-light.yaml +++ /dev/null @@ -1,158 +0,0 @@ -embeddedFonts: - - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - - Helvetica.ttf - - Helvetica-Bold.ttf - - Helvetica.ttf - - Helvetica-Bold.ttf - -fontsAlias: - fontBold: Helvetica-Bold - fontFont: Helvetica - fontItalic: Helvetica - fontMono: Inconsolata - fontMonoBold: Inconsolata - fontMonoBoldItalic: Inconsolata - fontMonoItalic: Inconsolata - -linkColor: '#24608a' - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - frames: - - - 12% - - 10% - - 76% - - 75% - showFooter: false - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - outputPage: - frames: - - - 8% - - 10% - - 82% - - 65% - showFooter: false - showHeader: false - - standardPage: - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: - - - 8% - - 8% - - 85% - - 65% - showFooter: true - showHeader: false - -styles: - bodytext: - alignment: TA_LEFT - - bullet-list: - colWidths: - - '20' - - null - commands: - - - LEFTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 5 - - - RIGHTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 0 - textColor: '#aaaaaa' - - bullet-list-item: - spaceAfter: 0 - spaceBefore: 18 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: fontBold - fontSize: 48 - leading: 64 - parent: heading - - code: - backColor: white - borderWidth: 0 - fontSize: 24 - leading: 26 - parent: literal - spaceBefore: 0 - - footer: - alignment: TA_RIGHT - fontName: fontMono - fontSize: 20 - rightIndent: 16 - spaceBefore: 0 - textColor: '#24608a' - - heading: - fontName: fontBold - fontSize: 20 - spaceAfter: 16 - textColor: '#24608a' - - literal: - backColor: white - fontName: fontMono - - normal: - fontSize: 24 - textColor: '#383745' - - title: - fontSize: 300% - parent: heading - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal diff --git a/src/things-to-know-php/opdavies-dark.style b/src/things-to-know-php/opdavies-dark.style deleted file mode 100644 index 3479d43..0000000 --- a/src/things-to-know-php/opdavies-dark.style +++ /dev/null @@ -1,129 +0,0 @@ -embeddedFonts: [] - ["Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf"] - ["Helvetica.ttf", "Helvetica-Bold.ttf", "Helvetica.ttf", "Helvetica-Bold.ttf"] - -fontsAlias: - stdFont: Helvetica - stdBold: Helvetica-Bold - stdItalic: Helvetica - stdMono: Inconsolata - stdMonoBold: Inconsolata - stdMonoBoldItalic: Inconsolata - stdMonoItalic: Inconsolata - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - # background: images/title.png - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - background: ../images/bg-dark.png - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - imagePage: - alignment: TA_CENTER - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - background: ../images/bg-dark.png - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - background: ../images/bg-dark.png - -linkColor: #60a5fa - -styles: - normal: - fontSize: 24 - textColor: #ffffff - - bodytext: - alignment: TA_LEFT - - heading: - fontName: stdBold - fontSize: 20 - spaceAfter: 16 - textColor: #60a5fa - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 0 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: #111111 - fontName: stdMono - - code: - backColor: #0a0a0a - borderWidth: 0 - fontSize: 28 - leading: 30 - parent: literal - spaceBefore: 4 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading diff --git a/src/things-to-know-php/opdavies-light.style b/src/things-to-know-php/opdavies-light.style deleted file mode 100644 index 44d7bfd..0000000 --- a/src/things-to-know-php/opdavies-light.style +++ /dev/null @@ -1,124 +0,0 @@ -embeddedFonts: [] - ["Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf", "Inconsolata.ttf"] - ["Helvetica.ttf", "Helvetica-Bold.ttf", "Helvetica.ttf", "Helvetica-Bold.ttf"] - -fontsAlias: - stdFont: Helvetica - stdBold: Helvetica-Bold - stdItalic: Helvetica - stdMono: Inconsolata - stdMonoBold: Inconsolata - stdMonoBoldItalic: Inconsolata - stdMonoItalic: Inconsolata - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - # background: images/title.png - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - -linkColor: #24608a - -styles: - normal: - fontSize: 24 - textColor: #383745 - - bodytext: - alignment: TA_LEFT - - heading: - fontName: stdBold - fontSize: 20 - spaceAfter: 16 - textColor: #24608a - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 0 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: white - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 24 - leading: 26 - parent: literal - spaceBefore: 4 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading diff --git a/src/working-without-workspace/code/build.yaml b/src/working-without-workspace/code/build.yaml deleted file mode 100644 index 9b08ed7..0000000 --- a/src/working-without-workspace/code/build.yaml +++ /dev/null @@ -1,46 +0,0 @@ -name: docker-example-drupal -language: php -type: drupal-project - -web: - type: nginx - -database: - type: mariadb - version: 10 - -php: - version: 8.1-fpm-bullseye - phpcs: - standard: Drupal,DrupalPractice - phpstan: - level: max - -drupal: - docroot: web - -docker-compose: - services: - database: ~ - php: - build: - target: build - -dockerfile: - stages: - build: - extends: base - packages: - - git - - libpng-dev - - libzip-dev - - mariadb-client - - unzip - extensions: - install: - - gd - - pdo_mysql - - zip - commands: - - composer validate --strict - - composer install diff --git a/src/working-without-workspace/opdavies-dark.yaml b/src/working-without-workspace/opdavies-dark.yaml deleted file mode 100644 index 44b7250..0000000 --- a/src/working-without-workspace/opdavies-dark.yaml +++ /dev/null @@ -1,164 +0,0 @@ -embeddedFonts: - - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - - Helvetica.ttf - - Helvetica-Bold.ttf - - Helvetica.ttf - - Helvetica-Bold.ttf - -fontsAlias: - fontBold: Helvetica-Bold - fontFont: Helvetica - fontItalic: Helvetica - fontMono: Inconsolata - fontMonoBold: Inconsolata - fontMonoBoldItalic: Inconsolata - fontMonoItalic: Inconsolata - -linkColor: '#60a5fa' - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - background: ../images/bg-dark.png - frames: - - - 12% - - 10% - - 76% - - 75% - showFooter: false - showHeader: false - - imagePage: - alignment: TA_CENTER - background: ../images/bg-dark.png - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - outputPage: - background: ../images/bg-dark.png - frames: - - - 8% - - 10% - - 82% - - 65% - showFooter: false - showHeader: false - - standardPage: - background: ../images/bg-dark.png - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - titlePage: - alignment: TA_CENTER - background: ../images/bg-dark.png - frames: - - - 8% - - 8% - - 85% - - 65% - showFooter: true - showHeader: false - -styles: - bodytext: - alignment: TA_LEFT - - bullet-list: - colWidths: - - '20' - - null - commands: - - - LEFTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 5 - - - RIGHTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 0 - textColor: '#ffffff' - - bullet-list-item: - spaceAfter: 0 - spaceBefore: 18 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: fontBold - fontSize: 48 - leading: 64 - parent: heading - - code: - backColor: '#111111' - borderWidth: 0 - fontSize: 24 - leading: 26 - parent: literal - spaceBefore: 4 - - footer: - alignment: TA_RIGHT - fontName: fontMono - fontSize: 20 - rightIndent: 16 - spaceBefore: 0 - textColor: '#24608a' - - heading: - fontName: fontBold - fontSize: 20 - spaceAfter: 16 - textColor: '#60a5fa' - - literal: - backColor: '#111111' - fontName: fontMono - - normal: - fontSize: 24 - textColor: '#ffffff' - - title: - fontSize: 300% - parent: heading - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - diff --git a/src/working-without-workspace/opdavies-light.yaml b/src/working-without-workspace/opdavies-light.yaml deleted file mode 100644 index 6f6fec7..0000000 --- a/src/working-without-workspace/opdavies-light.yaml +++ /dev/null @@ -1,158 +0,0 @@ -embeddedFonts: - - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - Inconsolata.ttf - - - Helvetica.ttf - - Helvetica-Bold.ttf - - Helvetica.ttf - - Helvetica-Bold.ttf - -fontsAlias: - fontBold: Helvetica-Bold - fontFont: Helvetica - fontItalic: Helvetica - fontMono: Inconsolata - fontMonoBold: Inconsolata - fontMonoBoldItalic: Inconsolata - fontMonoItalic: Inconsolata - -linkColor: '#24608a' - -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - frames: - - - 12% - - 10% - - 76% - - 75% - showFooter: false - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - outputPage: - frames: - - - 8% - - 10% - - 82% - - 65% - showFooter: false - showHeader: false - - standardPage: - frames: - - - 3% - - 3% - - 92% - - 92% - showFooter: true - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: - - - 8% - - 8% - - 85% - - 65% - showFooter: true - showHeader: false - -styles: - bodytext: - alignment: TA_LEFT - - bullet-list: - colWidths: - - '20' - - null - commands: - - - LEFTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 5 - - - RIGHTPADDING - - - 0 - - 0 - - - 1 - - -1 - - 0 - textColor: '#aaaaaa' - - bullet-list-item: - spaceAfter: 0 - spaceBefore: 18 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: fontBold - fontSize: 48 - leading: 64 - parent: heading - - code: - backColor: white - borderWidth: 0 - fontSize: 22 - leading: 24 - parent: literal - spaceBefore: 0 - - footer: - alignment: TA_RIGHT - fontName: fontMono - fontSize: 20 - rightIndent: 16 - spaceBefore: 0 - textColor: '#24608a' - - heading: - fontName: fontBold - fontSize: 20 - spaceAfter: 16 - textColor: '#24608a' - - literal: - backColor: white - fontName: fontMono - - normal: - fontSize: 24 - textColor: '#383745' - - title: - fontSize: 300% - parent: heading - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal diff --git a/src/workshop-tailwind-css/main.style b/src/workshop-tailwind-css/main.style deleted file mode 100644 index 698dd6f..0000000 --- a/src/workshop-tailwind-css/main.style +++ /dev/null @@ -1,133 +0,0 @@ -pageSetup: - firstTemplate: coverPage - height: 18cm - margin-bottom: 0cm - margin-gutter: 0cm - margin-left: 0cm - margin-right: 0cm - margin-top: 0cm - size: null - spacing-footer: 2mm - spacing-header: 2mm - width: 32cm - -pageTemplates: - coverPage: - # background: images/title.png - frames: [] - [12%, 10%, 76%, 75%] - showFooter: false - showHeader: false - - titlePage: - alignment: TA_CENTER - frames: [] - [8%, 8%, 85%, 65%] - showFooter: true - showHeader: false - - standardPage: - frames: [] - [3%, 3%, 92%, 92%] - showFooter: true - showHeader: false - - imagePage: - alignment: TA_CENTER - frames: [] - [12%, 10%, 76%, 80%] - showFooter: true - showHeader: false - - outputPage: - frames: [] - [8%, 10%, 82%, 65%] - showFooter: false - showHeader: false - -linkColor: #24608a - -fontsAlias: - stdMono: Inconsolata-Regular - stdMonoBold: Inconsolata-Regular - stdMonoItalic: Inconsolata-Regular - -styles: - normal: - fontSize: 24 - leading: 32 - textColor: #383745 - - bodytext: - alignment: TA_LEFT - - heading: - fontSize: 20 - spaceAfter: 16 - textColor: #24608a - - title: - fontSize: 300% - parent: heading - - bullet-list: - commands: [] - [LEFTPADDING, [0, 0], [1, -1], 10] - [RIGHTPADDING, [0, 0], [1, -1], 0] - [VALIGN, [0, 0], [-1, -1], TOP] - colWidths: ["20", null] - textColor: #aaaaaa - - bullet-list-item: - spaceBefore: 14 - spaceAfter: 0 - - titleslideinfo: - alignment: TA_CENTER - fontSize: 140% - parent: normal - - footer: - alignment: TA_RIGHT - fontName: stdMono - fontSize: 20 - textColor: #24608a - rightIndent: 16 - spaceBefore: 0 - - literal: - backColor: #eeeeee - fontName: stdMono - - code: - backColor: white - borderWidth: 0 - fontSize: 20 - leading: 24 - parent: literal - spaceBefore: 4 - - blockquote: - parent: normal - fontName: stdItalic - leading: 36 - - attribution: - parent: normal - textColor: #66666 - - centred: - alignment: TA_CENTER - parent: normal - - centredtitle: - alignment: TA_CENTER - fontName: stdBold - fontSize: 48 - leading: 64 - parent: heading - - centredcode: - alignment: TA_CENTER - backColor: white - parent: literal \ No newline at end of file