diff --git a/specials/assets/fonts/anton_normal_400.ttf b/specials/assets/fonts/anton_normal_400.ttf new file mode 100644 index 0000000000..c7d74558de Binary files /dev/null and b/specials/assets/fonts/anton_normal_400.ttf differ diff --git a/specials/assets/fonts/averia-serif-libre_italic_400.ttf b/specials/assets/fonts/averia-serif-libre_italic_400.ttf new file mode 100644 index 0000000000..82eb4f101e Binary files /dev/null and b/specials/assets/fonts/averia-serif-libre_italic_400.ttf differ diff --git a/specials/assets/fonts/averia-serif-libre_italic_700.ttf b/specials/assets/fonts/averia-serif-libre_italic_700.ttf new file mode 100644 index 0000000000..8935c9b21a Binary files /dev/null and b/specials/assets/fonts/averia-serif-libre_italic_700.ttf differ diff --git a/specials/assets/fonts/averia-serif-libre_normal_400.ttf b/specials/assets/fonts/averia-serif-libre_normal_400.ttf new file mode 100644 index 0000000000..63073f3bdb Binary files /dev/null and b/specials/assets/fonts/averia-serif-libre_normal_400.ttf differ diff --git a/specials/assets/fonts/averia-serif-libre_normal_700.ttf b/specials/assets/fonts/averia-serif-libre_normal_700.ttf new file mode 100644 index 0000000000..81e81a0cd9 Binary files /dev/null and b/specials/assets/fonts/averia-serif-libre_normal_700.ttf differ diff --git a/specials/assets/fonts/besley_italic_400.ttf b/specials/assets/fonts/besley_italic_400.ttf new file mode 100644 index 0000000000..168f658112 Binary files /dev/null and b/specials/assets/fonts/besley_italic_400.ttf differ diff --git a/specials/assets/fonts/besley_italic_700.ttf b/specials/assets/fonts/besley_italic_700.ttf new file mode 100644 index 0000000000..067fc87502 Binary files /dev/null and b/specials/assets/fonts/besley_italic_700.ttf differ diff --git a/specials/assets/fonts/besley_normal_400.ttf b/specials/assets/fonts/besley_normal_400.ttf new file mode 100644 index 0000000000..077e1da93e Binary files /dev/null and b/specials/assets/fonts/besley_normal_400.ttf differ diff --git a/specials/assets/fonts/besley_normal_700.ttf b/specials/assets/fonts/besley_normal_700.ttf new file mode 100644 index 0000000000..9b3a92b692 Binary files /dev/null and b/specials/assets/fonts/besley_normal_700.ttf differ diff --git a/specials/assets/fonts/involve_italic_400.ttf b/specials/assets/fonts/involve_italic_400.ttf new file mode 100644 index 0000000000..6c32164304 Binary files /dev/null and b/specials/assets/fonts/involve_italic_400.ttf differ diff --git a/specials/assets/fonts/involve_italic_700.ttf b/specials/assets/fonts/involve_italic_700.ttf new file mode 100644 index 0000000000..b3a191e05f Binary files /dev/null and b/specials/assets/fonts/involve_italic_700.ttf differ diff --git a/specials/assets/fonts/involve_normal_400.ttf b/specials/assets/fonts/involve_normal_400.ttf new file mode 100644 index 0000000000..a2328b71be Binary files /dev/null and b/specials/assets/fonts/involve_normal_400.ttf differ diff --git a/specials/assets/fonts/involve_normal_700.ttf b/specials/assets/fonts/involve_normal_700.ttf new file mode 100644 index 0000000000..4f57185666 Binary files /dev/null and b/specials/assets/fonts/involve_normal_700.ttf differ diff --git a/specials/assets/fonts/rubik-mono-one_normal_400.ttf b/specials/assets/fonts/rubik-mono-one_normal_400.ttf new file mode 100644 index 0000000000..a91fa56607 Binary files /dev/null and b/specials/assets/fonts/rubik-mono-one_normal_400.ttf differ diff --git a/specials/assets/fonts/rubik_italic_300.ttf b/specials/assets/fonts/rubik_italic_300.ttf new file mode 100644 index 0000000000..b028d93c85 Binary files /dev/null and b/specials/assets/fonts/rubik_italic_300.ttf differ diff --git a/specials/assets/fonts/rubik_italic_700.ttf b/specials/assets/fonts/rubik_italic_700.ttf new file mode 100644 index 0000000000..abf760439b Binary files /dev/null and b/specials/assets/fonts/rubik_italic_700.ttf differ diff --git a/specials/assets/fonts/rubik_normal_300.ttf b/specials/assets/fonts/rubik_normal_300.ttf new file mode 100644 index 0000000000..8a5a50ab63 Binary files /dev/null and b/specials/assets/fonts/rubik_normal_300.ttf differ diff --git a/specials/assets/fonts/rubik_normal_700.ttf b/specials/assets/fonts/rubik_normal_700.ttf new file mode 100644 index 0000000000..1a9693d97f Binary files /dev/null and b/specials/assets/fonts/rubik_normal_700.ttf differ diff --git a/specials/assets/fonts/sorts-mill-goudy_italic_400.ttf b/specials/assets/fonts/sorts-mill-goudy_italic_400.ttf new file mode 100644 index 0000000000..6a47e6bc29 Binary files /dev/null and b/specials/assets/fonts/sorts-mill-goudy_italic_400.ttf differ diff --git a/specials/assets/fonts/sorts-mill-goudy_normal_400.ttf b/specials/assets/fonts/sorts-mill-goudy_normal_400.ttf new file mode 100644 index 0000000000..93fb5f3915 Binary files /dev/null and b/specials/assets/fonts/sorts-mill-goudy_normal_400.ttf differ diff --git a/specials/assets/images/korean-bibimbap-in-yamyam-berlin_foodiesfeed.png b/specials/assets/images/korean-bibimbap-in-yamyam-berlin_foodiesfeed.png new file mode 100644 index 0000000000..67502dbbce Binary files /dev/null and b/specials/assets/images/korean-bibimbap-in-yamyam-berlin_foodiesfeed.png differ diff --git a/specials/functions.php b/specials/functions.php new file mode 100644 index 0000000000..8079c59480 --- /dev/null +++ b/specials/functions.php @@ -0,0 +1,60 @@ +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'menu-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'menu_styles' ); diff --git a/specials/parts/footer.html b/specials/parts/footer.html new file mode 100644 index 0000000000..14ef6d6a63 --- /dev/null +++ b/specials/parts/footer.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/specials/parts/header.html b/specials/parts/header.html new file mode 100644 index 0000000000..c848b0a237 --- /dev/null +++ b/specials/parts/header.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/specials/parts/post-meta.html b/specials/parts/post-meta.html new file mode 100644 index 0000000000..f98bc880b5 --- /dev/null +++ b/specials/parts/post-meta.html @@ -0,0 +1,3 @@ + +
+ \ No newline at end of file diff --git a/specials/patterns/404.php b/specials/patterns/404.php new file mode 100644 index 0000000000..b9d07ef0ff --- /dev/null +++ b/specials/patterns/404.php @@ -0,0 +1,35 @@ + + + + +
+
+
+
+

+ + + +
+

+ + + +

+
+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/specials/patterns/comments.php b/specials/patterns/comments.php new file mode 100644 index 0000000000..87d91b6a36 --- /dev/null +++ b/specials/patterns/comments.php @@ -0,0 +1,52 @@ + + + +
+ + + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ +
+ + + + + +
+ + + + + + + + + + +
+ diff --git a/specials/patterns/footer.php b/specials/patterns/footer.php new file mode 100644 index 0000000000..e6c2604106 --- /dev/null +++ b/specials/patterns/footer.php @@ -0,0 +1,61 @@ + + +
+
+
+
+ + + +
+
+ + +
+
+

+ + + +

Book via Phone +(39) 1111-123456.
785 15th St, New York, NY 01234', 'specials');?>

+
+ + + +
+
+

Back to top', 'specials');?>

+ + + +

+ + + +

WordPress.', 'specials');?>

+
+ + + + +
+
+
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/specials/patterns/gallery.php b/specials/patterns/gallery.php new file mode 100644 index 0000000000..511dea2395 --- /dev/null +++ b/specials/patterns/gallery.php @@ -0,0 +1,28 @@ + + + +
+
+
+ +
+ + + +
+ +
+
+
+ \ No newline at end of file diff --git a/specials/patterns/header.php b/specials/patterns/header.php new file mode 100644 index 0000000000..ffe30af833 --- /dev/null +++ b/specials/patterns/header.php @@ -0,0 +1,31 @@ + + + + \ No newline at end of file diff --git a/specials/patterns/home.php b/specials/patterns/home.php new file mode 100644 index 0000000000..b56b3209b6 --- /dev/null +++ b/specials/patterns/home.php @@ -0,0 +1,731 @@ + + + + +
+
+ +
+ + + +
+
+
+

+ + + +

+
+ + + +
+
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+
+
+ + + +
+
+

+ + + +

+
+ + + +
+
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+
+
+ + + +
+
+

+ + + +

+
+ + + +
+
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+
+
+ + + +
+
+

+ + + +

+
+ + + +
+
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+
+
+ + + +
+
+

+ + + +

+
+ + + +
+
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+
+
+ + + +
+
+

+ + + +

+
+ + + +
+
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+ + + +
+
+
+

+ + + +

+
+
+ + + +
+
+

+
+
+ + + +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/specials/patterns/index.php b/specials/patterns/index.php new file mode 100644 index 0000000000..8e6b3268ef --- /dev/null +++ b/specials/patterns/index.php @@ -0,0 +1,59 @@ + + + + +
+
+
+
+

+
+ + + +
+
+ +
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+ +
+
+ + + +
+ + + + + +
+
+
+
+ + + \ No newline at end of file diff --git a/specials/patterns/post-meta.php b/specials/patterns/post-meta.php new file mode 100644 index 0000000000..5f64d2fda8 --- /dev/null +++ b/specials/patterns/post-meta.php @@ -0,0 +1,15 @@ + + +
+

+ + +
+ \ No newline at end of file diff --git a/specials/patterns/posts-list.php b/specials/patterns/posts-list.php new file mode 100644 index 0000000000..6b41d75072 --- /dev/null +++ b/specials/patterns/posts-list.php @@ -0,0 +1,50 @@ + + + +
+

+ + + + + + + +
+ +
+
+
+ + + +
+ + + +
+
+ + + + +
+ + + + + +
+
+ + + + + diff --git a/specials/readme.txt b/specials/readme.txt new file mode 100644 index 0000000000..ae16fcf05e --- /dev/null +++ b/specials/readme.txt @@ -0,0 +1,78 @@ +=== Specials === +Contributors: Automattic +Requires at least: 6.0 +Tested up to: 6.5 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +== Description == + +A clean, beautiful, and customizable theme for restaurant menu websites. + +== Changelog == + += 1.0.0 = +* Initial release + +== Copyright == + +Specials is based on The MENU (https://github.com/wordpress/the-menu/), (C) the WordPress team, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) + +The MENU WordPress Theme, (C) 2023 the WordPress team +The MENU is distributed under the terms of the GNU GPL. +The MENU is based on Block Canvas (https://github.com/Automattic/themes/tree/trunk/block-canvas), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +This theme bundles the following third-party resources: + +== Fonts == + +Involve +Involve. Copyright (c) 2024 by Stefan Peev. +Evolventa. Copyright (c) 2016 by Alex I. Kuznetsov. +URW Gothic L. Copyright (c) 1996 by URW. +License: SIL Open Font license v.1.1. for Involve. + +Rubik Mono One +Copyright (c) 2013, 2014, Hubert and Fischer, Philipp Hubert (philipp@hubertfischer.com), Sebastian Fischer (sebastian@hubertfischer.com) +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL + +Besley +Copyright 2020 The Besley Project Authors (https://github.com/indestructible-type/Besley) +Source: https://indestructibletype.com/Home.html +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL + +Rubik +Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik) +Source: http://www.google.com/fonts +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL + +Anton +Copyright 2020 The Anton Project Authors (https://github.com/googlefonts/AntonFont.git) +Source: http://www.sansoxygen.com +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL + +Averia Serif Libre +Copyright (c) 2011, Dan Sayers (i@iotic.com), with Reserved Font Name 'Averia' and 'Averia Libre'. +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +Sorts Mill Goudy +Copyright (c) 2010, Barry Schwartz (chemoelectric@chemoelectric.org) +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL + +== Images == + +Title: Korean Bibimbap in YamYam Berlin +Author: Jakub Kapusnak +Source: https://www.foodiesfeed.com/free-food-photo/korean-bibimbap-in-yamyam-berlin/ +License: CC0 Public Domain \ No newline at end of file diff --git a/specials/screenshot.png b/specials/screenshot.png new file mode 100644 index 0000000000..085d0c9b3b Binary files /dev/null and b/specials/screenshot.png differ diff --git a/specials/style.css b/specials/style.css new file mode 100644 index 0000000000..47bd920e35 --- /dev/null +++ b/specials/style.css @@ -0,0 +1,40 @@ +/* +Theme Name: Specials +Theme URI: https://themeshaper.com/specials/ +Author: Automattic +Author URI: https://automattic.com +Description: A clean, beautiful, and customizable theme for restaurant menu websites. +Requires at least: 6.0 +Tested up to: 6.5 +Requires PHP: 5.7 +Version: 1.0.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: specials +Tags: food-and-drink, two-columns, wide-blocks, block-patterns, block-styles, buddypress, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, flexible-header, footer-widgets, full-site-editing, full-width-template, microformats, post-formats, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready + +/* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ + +/* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ +.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover { + background-color: var(--wp--preset--color--secondary); + color: var(--wp--preset--color--background); + border-color: var(--wp--preset--color--secondary); +} + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +a { + text-decoration-thickness: .0625em !important; + text-underline-offset: .15em; +} diff --git a/specials/styles/black-void.json b/specials/styles/black-void.json new file mode 100644 index 0000000000..1e3acf26ea --- /dev/null +++ b/specials/styles/black-void.json @@ -0,0 +1,97 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#030201", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#030201", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#000000", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#fdfdfd", + "name": "Background", + "slug": "background" + }, + { + "color": "#04030140", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--blackvoid)" + } + }, + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--blackvoid)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--blackvoid)" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "title": "Black Void", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/specials/styles/chewing-blue.json b/specials/styles/chewing-blue.json new file mode 100644 index 0000000000..2ef777caf4 --- /dev/null +++ b/specials/styles/chewing-blue.json @@ -0,0 +1,99 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#0e54a7", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#0e54a7", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#0c4b97", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#fbdaf4", + "name": "Background", + "slug": "background" + }, + { + "color": "#0d52a540", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--bluegrape)" + } + }, + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--bluegrape)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--bluegrape)" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)", + "fontSize": "3.5rem" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--system-font)", + "fontSize": "1.4rem", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "title": "Chewing Blue", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/specials/styles/dark-caramel.json b/specials/styles/dark-caramel.json new file mode 100644 index 0000000000..fa7eecd476 --- /dev/null +++ b/specials/styles/dark-caramel.json @@ -0,0 +1,102 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#271b37", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#271b37", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#231830", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#e2c9a2", + "name": "Background", + "slug": "background" + }, + { + "color": "#271b3740", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--darkcaramel)" + } + }, + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--darkcaramel)" + } + }, + "core/navigation": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--darkcaramel)" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--sorts-mill-goudy)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--averia-serif-libre)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "title": "Dark Caramel", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/specials/styles/nautical-frost.json b/specials/styles/nautical-frost.json new file mode 100644 index 0000000000..a6c7f06621 --- /dev/null +++ b/specials/styles/nautical-frost.json @@ -0,0 +1,97 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#285b71", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#285b71", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#25556a", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#dce1cc", + "name": "Background", + "slug": "background" + }, + { + "color": "#285b7140", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--nauticalfrost)" + } + }, + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--nauticalfrost)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--nauticalfrost)" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--anton)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "title": "Nautical Frost", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/specials/styles/sunburst.json b/specials/styles/sunburst.json new file mode 100644 index 0000000000..0f132d3db4 --- /dev/null +++ b/specials/styles/sunburst.json @@ -0,0 +1,146 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#d81919", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#d81919", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#cd1818", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#ffe900", + "name": "Background", + "slug": "background" + }, + { + "color": "#d7191940", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--redstar)" + } + }, + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--redstar)" + } + }, + "core/navigation": { + "typography": { + "letterSpacing": "0.05rem" + } + }, + "core/query-pagination-next": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/query-pagination-previous": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/search": { + "border": { + "bottom": { + "style": "none", + "width": "0px" + }, + "left": { + "style": "none", + "width": "0px" + }, + "right": { + "style": "none", + "width": "0px" + }, + "top": { + "style": "none", + "width": "0px" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--redstar)" + } + }, + "core/site-title": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "-0.01rem" + } + } + }, + "elements": { + "button": { + "color": { + "text": "var(--wp--preset--color--background)" + } + }, + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik-mono-one)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik-mono-one)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik-mono-one)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik-mono-one)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik-mono-one)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik-mono-one)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik-mono-one)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--besley)" + } + }, + "title": "Sunburst", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/specials/templates/404.html b/specials/templates/404.html new file mode 100644 index 0000000000..d14382ffcf --- /dev/null +++ b/specials/templates/404.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/specials/templates/archive.html b/specials/templates/archive.html new file mode 100644 index 0000000000..f05cc14671 --- /dev/null +++ b/specials/templates/archive.html @@ -0,0 +1,49 @@ + + + +
+
+
+
+ + + +
+
+ +
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+ +
+
+ + + +
+ + + + + +
+
+
+
+ + + \ No newline at end of file diff --git a/specials/templates/home.html b/specials/templates/home.html new file mode 100644 index 0000000000..a37045f379 --- /dev/null +++ b/specials/templates/home.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/specials/templates/index.html b/specials/templates/index.html new file mode 100644 index 0000000000..28a0054ee5 --- /dev/null +++ b/specials/templates/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/specials/templates/page.html b/specials/templates/page.html new file mode 100644 index 0000000000..b34a48fe7b --- /dev/null +++ b/specials/templates/page.html @@ -0,0 +1,13 @@ + + + +
+
+
+ +
+
+
+ + + \ No newline at end of file diff --git a/specials/templates/search.html b/specials/templates/search.html new file mode 100644 index 0000000000..cc8d7d2aa8 --- /dev/null +++ b/specials/templates/search.html @@ -0,0 +1,51 @@ + + + +
+
+
+
+ +
+ + + +
+
+ +
+
+
+ +
+
+ + + +
+
+
+ + + +
+
+ +
+
+ + + +
+ + + + + +
+
+
+
+ + + \ No newline at end of file diff --git a/specials/templates/single.html b/specials/templates/single.html new file mode 100644 index 0000000000..ef972b68ab --- /dev/null +++ b/specials/templates/single.html @@ -0,0 +1,15 @@ + + + +
+
+
+ +
+ + +
+
+ + + \ No newline at end of file diff --git a/specials/theme.json b/specials/theme.json new file mode 100644 index 0000000000..61b4d08377 --- /dev/null +++ b/specials/theme.json @@ -0,0 +1,766 @@ +{ + "settings": { + "appearanceTools": true, + "color": { + "customDuotone": true, + "defaultDuotone": false, + "duotone": [ + { + "colors": [ + "#681D2A", + "#FFCAB3" + ], + "name": "Default", + "slug": "default" + }, + { + "colors": [ + "#C41717", + "#FFE900" + ], + "name": "Red Star", + "slug": "redstar" + }, + { + "colors": [ + "#271B37", + "#E2C9A2" + ], + "name": "Dark Caramel", + "slug": "darkcaramel" + }, + { + "colors": [ + "#285B71", + "#DCE1CC" + ], + "name": "Nautical Frost", + "slug": "nauticalfrost" + }, + { + "colors": [ + "#0E54A7", + "#FBDAF4" + ], + "name": "Blue Grape", + "slug": "bluegrape" + }, + { + "colors": [ + "#030201", + "#FDFDFD" + ], + "name": "Black Void", + "slug": "blackvoid" + } + ], + "palette": [ + { + "color": "#681d2a", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#681d2a", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#601b27", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#ffcab3", + "name": "Background", + "slug": "background" + }, + { + "color": "#5f1b2640", + "name": "Tertiary", + "slug": "tertiary" + } + ] + }, + "layout": { + "contentSize": "960px", + "wideSize": "1200px" + }, + "spacing": { + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "defaultFontSizes": false, + "fluid": true, + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "Involve", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/involve_normal_400.ttf" + ] + }, + { + "fontFamily": "Involve", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/involve_italic_400.ttf" + ] + }, + { + "fontFamily": "Involve", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/involve_normal_700.ttf" + ] + }, + { + "fontFamily": "Involve", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/involve_italic_700.ttf" + ] + } + ], + "fontFamily": "Involve", + "slug": "involve" + }, + { + "fontFace": [ + { + "fontFamily": "Rubik Mono One", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/rubik-mono-one_normal_400.ttf" + ] + } + ], + "fontFamily": "Rubik Mono One", + "slug": "rubik-mono-one" + }, + { + "fontFace": [ + { + "fontFamily": "Besley", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/besley_normal_400.ttf" + ] + }, + { + "fontFamily": "Besley", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/besley_normal_700.ttf" + ] + }, + { + "fontFamily": "Besley", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/besley_italic_400.ttf" + ] + }, + { + "fontFamily": "Besley", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/besley_italic_700.ttf" + ] + } + ], + "fontFamily": "Besley", + "slug": "besley" + }, + { + "fontFace": [ + { + "fontFamily": "Rubik", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/rubik_normal_300.ttf" + ] + }, + { + "fontFamily": "Rubik", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/rubik_normal_700.ttf" + ] + }, + { + "fontFamily": "Rubik", + "fontStyle": "italic", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/rubik_italic_300.ttf" + ] + }, + { + "fontFamily": "Rubik", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/rubik_italic_700.ttf" + ] + } + ], + "fontFamily": "Rubik", + "slug": "rubik" + }, + { + "fontFace": [ + { + "fontFamily": "Anton", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/anton_normal_400.ttf" + ] + } + ], + "fontFamily": "Anton", + "slug": "anton" + }, + { + "fontFace": [ + { + "fontFamily": "Averia Serif Libre", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/averia-serif-libre_normal_400.ttf" + ] + }, + { + "fontFamily": "Averia Serif Libre", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/averia-serif-libre_italic_700.ttf" + ] + }, + { + "fontFamily": "Averia Serif Libre", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/averia-serif-libre_normal_700.ttf" + ] + }, + { + "fontFamily": "Averia Serif Libre", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/averia-serif-libre_italic_400.ttf" + ] + } + ], + "fontFamily": "Averia Serif Libre", + "slug": "averia-serif-libre" + }, + { + "fontFace": [ + { + "fontFamily": "Sorts Mill Goudy", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/sorts-mill-goudy_normal_400.ttf" + ] + }, + { + "fontFamily": "Sorts Mill Goudy", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/sorts-mill-goudy_italic_400.ttf" + ] + } + ], + "fontFamily": "Sorts Mill Goudy", + "slug": "sorts-mill-goudy" + } + ], + "fontSizes": [ + { + "fluid": { + "max": "1.0625rem", + "min": "0.825rem" + }, + "name": "Small", + "size": "1rem", + "slug": "small" + }, + { + "fluid": { + "max": "1.25rem", + "min": "1rem" + }, + "name": "Medium", + "size": "1.125rem", + "slug": "medium" + }, + { + "fluid": { + "max": "2rem", + "min": "1.75rem" + }, + "name": "Large", + "size": "1.75rem", + "slug": "large" + }, + { + "fluid": { + "max": "3rem", + "min": "2.5rem" + }, + "name": "Extra Large", + "size": "3rem", + "slug": "x-large" + } + ] + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/code": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "radius": "0.25rem", + "style": "solid", + "width": "2px" + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--50)", + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)", + "top": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontFamily": "monospace" + } + }, + "core/comment-author-name": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-date": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-edit-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-reply-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--default)" + } + }, + "core/gallery": { + "spacing": { + "margin": { + "bottom": "var(--wp--preset--spacing--50)" + } + } + }, + "core/heading": { + "spacing": { + "padding": { + "top": "var(--wp--preset--spacing--20)" + } + } + }, + "core/image": { + "filter": { + "duotone": "var(--wp--preset--duotone--default)" + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--70)" + } + } + }, + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--40)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--texgyreadventor)", + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0.05rem", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-excerpt": { + "typography": { + "lineHeight": "1.4" + } + }, + "core/post-terms": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--smiley-sans)", + "fontSize": "1.4rem", + "lineHeight": "1.4" + } + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "margin": { + "bottom": "0" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontSize": "1.4rem", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1.4" + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "style": "solid", + "width": "1px 0" + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--50)", + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)", + "top": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "italic" + } + }, + "core/query-pagination-next": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/query-pagination-previous": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 0 1px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontStyle": "normal" + } + }, + "core/search": { + "border": { + "bottom": { + "style": "none", + "width": "0px" + }, + "left": { + "style": "none", + "width": "0px" + }, + "right": { + "style": "none", + "width": "0px" + }, + "top": { + "style": "none", + "width": "0px" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--foreground)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--default)" + } + }, + "core/site-tagline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1" + } + } + }, + "color": { + "background": "var(--wp--preset--color--background)", + "text": "var(--wp--preset--color--secondary)" + }, + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + }, + "outline": { + "color": "var(--wp--preset--color--primary)", + "offset": "2px", + "style": "dotted", + "width": "1px" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--background)" + } + }, + "border": { + "radius": "0.25rem" + }, + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--background)" + } + }, + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontSize": "2.8rem", + "letterSpacing": "0.1rem", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontSize": "1.4rem", + "lineHeight": "1" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontSize": "1.4rem" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontSize": "1.4rem" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontSize": "1.4rem" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontSize": "1.4rem" + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--secondary)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--gasoek-one)", + "fontWeight": "400", + "lineHeight": "1.125" + } + }, + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--secondary)" + }, + "typography": { + "lineHeight": "1.2", + "textDecoration": "underline" + } + } + }, + "spacing": { + "blockGap": "1rem", + "padding": { + "bottom": "0px", + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)", + "top": "0px" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--involve)", + "fontSize": "1.4rem", + "fontStyle": "normal", + "fontWeight": "500", + "lineHeight": "1.5" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file