diff --git a/overlay-test/parts/footer.html b/overlay-test/parts/footer.html new file mode 100644 index 0000000..6ca9753 --- /dev/null +++ b/overlay-test/parts/footer.html @@ -0,0 +1,11 @@ + +
+ +
+ +

Proudly Powered by WordPress

+ +
+ +
+ diff --git a/overlay-test/parts/header.html b/overlay-test/parts/header.html new file mode 100644 index 0000000..8b1a594 --- /dev/null +++ b/overlay-test/parts/header.html @@ -0,0 +1,30 @@ + +
+ +
+ + +
+ + + +
+ + +
+ +
+ + + + +
+ + +
+ + + + + + \ No newline at end of file diff --git a/overlay-test/parts/navigation-overlay.html b/overlay-test/parts/navigation-overlay.html new file mode 100644 index 0000000..a9fc9d9 --- /dev/null +++ b/overlay-test/parts/navigation-overlay.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/overlay-test/patterns/overlay-1.php b/overlay-test/patterns/overlay-1.php new file mode 100644 index 0000000..11858cc --- /dev/null +++ b/overlay-test/patterns/overlay-1.php @@ -0,0 +1,18 @@ + + + +
+ + + +

This is the default Overlay for this theme

+ +
+ diff --git a/overlay-test/patterns/overlay-2.php b/overlay-test/patterns/overlay-2.php new file mode 100644 index 0000000..5221f14 --- /dev/null +++ b/overlay-test/patterns/overlay-2.php @@ -0,0 +1,18 @@ + + + +
+ + + +

This is a secondary Overlay for this theme

+ +
+ diff --git a/overlay-test/readme.txt b/overlay-test/readme.txt new file mode 100644 index 0000000..4f3d03d --- /dev/null +++ b/overlay-test/readme.txt @@ -0,0 +1,36 @@ +== Overlay test == + +Contributors: +Requires at least: 7.0-alpha-61215-src +Tested up to: 7.0-alpha-61215-src +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + + +== Description == + +This is a test theme to test the navigation overlay + + +== Changelog == + += 1.0.0 = +* Initial release + + +== Copyright == + +Overlay test WordPress Theme, (C) 2025 +Overlay test is distributed under the terms of the GNU GPL. + +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. + diff --git a/overlay-test/screenshot.png b/overlay-test/screenshot.png new file mode 100644 index 0000000..2105ca4 Binary files /dev/null and b/overlay-test/screenshot.png differ diff --git a/overlay-test/style.css b/overlay-test/style.css new file mode 100644 index 0000000..da0a44b --- /dev/null +++ b/overlay-test/style.css @@ -0,0 +1,16 @@ +/* +Theme Name: Overlay test +Theme URI: +Author: +Author URI: +Description: This is a test theme to test the navigation overlay +Requires at least: 7.0-alpha-61215-src +Tested up to: 7.0-alpha-61215-src +Requires PHP: 5.7 +Version: +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: overlay-test +Tags: +*/ + diff --git a/overlay-test/templates/index.html b/overlay-test/templates/index.html new file mode 100644 index 0000000..347f2d4 --- /dev/null +++ b/overlay-test/templates/index.html @@ -0,0 +1,43 @@ + + + +
+ +
+ + +
+ + + + +
+ + + + +
+ + + + +
+ + + +
+ + + + + + + +
+ +
+ +
+ + + diff --git a/overlay-test/theme.json b/overlay-test/theme.json new file mode 100644 index 0000000..1b1a556 --- /dev/null +++ b/overlay-test/theme.json @@ -0,0 +1,45 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "settings": { + "appearanceTools": true, + "layout": { + "contentSize": "620px", + "wideSize": "1000px" + }, + "spacing": { + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + } + ] + }, + "useRootPaddingAwareAlignments": true + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + }, + { + "area": "navigation-overlay", + "name": "navigation-overlay" + } + ] +} \ No newline at end of file