diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index b1ea793ae..7beeb5b7f 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -456,7 +456,7 @@ module.exports = [ icon : 'fab fa-shadowdark', subsnippets : [ { - name : 'Icons', + name : 'Logos', icon : 'fas fa-image', subsnippets : [ { diff --git a/themes/V3/Blank/snippets/license.gen.js b/themes/V3/Blank/snippets/license.gen.js index c17d5b12a..f9b8c5f3f 100644 --- a/themes/V3/Blank/snippets/license.gen.js +++ b/themes/V3/Blank/snippets/license.gen.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); // Small and one-off licenses @@ -50,10 +49,10 @@ module.exports = { ccbyncsaBadge : `![CC BY-NC-SA](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.svg)`, ccbyndBadge : `![CC BY-ND](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nd.svg)`, ccbyncndBadge : `![CC BY-NC-ND](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-nd.svg)`, - shadowDarkNotice : `\[Product Name]\ is an independent product published under the Shadowdark RPG Third-Party License and is not affiliated with The Arcane Library, LLC. Shadowdark RPG © 2023 The Arcane Library, LLC.`, - shadowDarkBlack : `![Shadowdark Black Logo](/assets/license_logos/Third_Party_Shadowdark_Logo_Black.png){width:200px}`, - shadowDarkWhite : `![Shadowdark White Logo](/assets/license_logos/Third_Party_Shadowdark_Logo_White.png){width:200px}`, - bladesDarkNotice : `This work is based on Blades in the Dark \(found at (http://www.bladesinthedark.com/)\), product of One Seven Design, developed and authored by John Harper, and licensed for our use under the Creative Commons Attribution 3.0 Unported license \(http://creativecommons.org/licenses/by/3.0/\).`, - bladesDarkLogo : `![Forged in the Dark](/assets/license_logos/forged_in_the_dark_logo2_0.png)`, + shadowDarkNotice : `\[Product Name]\ is an independent product published under the Shadowdark RPG Third-Party License and is not affiliated with The Arcane Library, LLC. Shadowdark RPG © 2023 The Arcane Library, LLC.\n`, + shadowDarkBlack : `![Shadowdark Black Logo](/assets/license_logos/The-Arcane-Library_Third-Party-License_Black.png){width:200px}`, + shadowDarkWhite : `![Shadowdark White Logo](/assets/license_logos/The-Arcane-Library_Third-Party-License_White.png){width:200px}`, + bladesDarkNotice : `This work is based on Blades in the Dark \(found at (http://www.bladesinthedark.com/)\), product of One Seven Design, developed and authored by John Harper, and licensed for our use under the Creative Commons Attribution 3.0 Unported license \(http://creativecommons.org/licenses/by/3.0/\).\n`, + bladesDarkLogo : `![Forged in the Dark](/assets/license_logos/Evil-Hat_Forged-In-The-Dark_Logo-V2.png)`, bladesDarkLogoAttribution : `*Blades in the Dark^tm^ is a trademark of One Seven Design. The Forged in the Dark Logo is © One Seven Design, and is used with permission.*` }; \ No newline at end of file diff --git a/themes/V3/Blank/snippets/licenseAELF.js b/themes/V3/Blank/snippets/licenseAELF.js index d8101b808..2844ff731 100644 --- a/themes/V3/Blank/snippets/licenseAELF.js +++ b/themes/V3/Blank/snippets/licenseAELF.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); // AELF License diff --git a/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js b/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js index 876d4e05a..458f7fa89 100644 --- a/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js +++ b/themes/V3/Blank/snippets/licenseDTRPGCC.gen.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); // DriveThruRPG/OneBookShelf Community Content Programs diff --git a/themes/V3/Blank/snippets/licenseGNU.gen.js b/themes/V3/Blank/snippets/licenseGNU.gen.js index 3fcd2e614..a3abd0818 100644 --- a/themes/V3/Blank/snippets/licenseGNU.gen.js +++ b/themes/V3/Blank/snippets/licenseGNU.gen.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); // GNU Licenses diff --git a/themes/V3/Blank/snippets/licenseWotC.gen.js b/themes/V3/Blank/snippets/licenseWotC.gen.js index 8e3368ab2..cb023b66d 100644 --- a/themes/V3/Blank/snippets/licenseWotC.gen.js +++ b/themes/V3/Blank/snippets/licenseWotC.gen.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); module.exports = { diff --git a/themes/assets/license_logos/CSCDarkLarge.png b/themes/assets/license_logos/CSCDarkLarge.png deleted file mode 100644 index 43e3649cd..000000000 Binary files a/themes/assets/license_logos/CSCDarkLarge.png and /dev/null differ diff --git a/themes/assets/license_logos/CSCDarkSmall.png b/themes/assets/license_logos/CSCDarkSmall.png deleted file mode 100644 index 9542d2ba7..000000000 Binary files a/themes/assets/license_logos/CSCDarkSmall.png and /dev/null differ diff --git a/themes/assets/license_logos/CSCLightLarge.png b/themes/assets/license_logos/CSCLightLarge.png deleted file mode 100644 index 279860e6c..000000000 Binary files a/themes/assets/license_logos/CSCLightLarge.png and /dev/null differ diff --git a/themes/assets/license_logos/CSCLightSmall.png b/themes/assets/license_logos/CSCLightSmall.png deleted file mode 100644 index e3c3efe9b..000000000 Binary files a/themes/assets/license_logos/CSCLightSmall.png and /dev/null differ diff --git a/themes/assets/license_logos/forged_in_the_dark_logo2_0.png b/themes/assets/license_logos/Evil-Hat_Forged-In-The-Dark_Logo-V2.png similarity index 100% rename from themes/assets/license_logos/forged_in_the_dark_logo2_0.png rename to themes/assets/license_logos/Evil-Hat_Forged-In-The-Dark_Logo-V2.png diff --git a/themes/assets/license_logos/Third_Party_Shadowdark_Logo_Black.png b/themes/assets/license_logos/The-Arcane-Library_Third-Party-License_Black.png similarity index 100% rename from themes/assets/license_logos/Third_Party_Shadowdark_Logo_Black.png rename to themes/assets/license_logos/The-Arcane-Library_Third-Party-License_Black.png diff --git a/themes/assets/license_logos/Third_Party_Shadowdark_Logo_White.png b/themes/assets/license_logos/The-Arcane-Library_Third-Party-License_White.png similarity index 100% rename from themes/assets/license_logos/Third_Party_Shadowdark_Logo_White.png rename to themes/assets/license_logos/The-Arcane-Library_Third-Party-License_White.png