diff --git a/tt5-fse/assets/fonts/manrope_normal_400.woff2 b/tt5-fse/assets/fonts/manrope_normal_400.woff2 new file mode 100644 index 0000000..a2691f5 Binary files /dev/null and b/tt5-fse/assets/fonts/manrope_normal_400.woff2 differ diff --git a/tt5-fse/assets/fonts/manrope_normal_500.woff2 b/tt5-fse/assets/fonts/manrope_normal_500.woff2 new file mode 100644 index 0000000..76ebbea Binary files /dev/null and b/tt5-fse/assets/fonts/manrope_normal_500.woff2 differ diff --git a/tt5-fse/assets/fonts/manrope_normal_600.woff2 b/tt5-fse/assets/fonts/manrope_normal_600.woff2 new file mode 100644 index 0000000..68deb49 Binary files /dev/null and b/tt5-fse/assets/fonts/manrope_normal_600.woff2 differ diff --git a/tt5-fse/assets/fonts/manrope_normal_700.woff2 b/tt5-fse/assets/fonts/manrope_normal_700.woff2 new file mode 100644 index 0000000..42d6766 Binary files /dev/null and b/tt5-fse/assets/fonts/manrope_normal_700.woff2 differ diff --git a/tt5-fse/parts/footer.html b/tt5-fse/parts/footer.html new file mode 100644 index 0000000..6ca9753 --- /dev/null +++ b/tt5-fse/parts/footer.html @@ -0,0 +1,11 @@ + +
+ +
+ +

Proudly Powered by WordPress

+ +
+ +
+ diff --git a/tt5-fse/parts/header.html b/tt5-fse/parts/header.html new file mode 100644 index 0000000..cfba630 --- /dev/null +++ b/tt5-fse/parts/header.html @@ -0,0 +1,28 @@ + +
+ +
+ + +
+ + + +
+ +
+ +
+ + + + +
+ + +
+ + + + + \ No newline at end of file diff --git a/tt5-fse/readme.txt b/tt5-fse/readme.txt new file mode 100644 index 0000000..af1d885 --- /dev/null +++ b/tt5-fse/readme.txt @@ -0,0 +1,37 @@ +== TT5 FSE == + +Contributors: +Requires at least: 6.7 +Tested up to: 6.7 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + + +== Changelog == + += 1.0.0 = +* Initial release + + +== Copyright == + +TT5 FSE WordPress Theme, (C) 2025 +TT5 FSE 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. + +== Font License == + +Manrope font +License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 +Source: https://fonts.google.com/specimen/Manrope + diff --git a/tt5-fse/screenshot.png b/tt5-fse/screenshot.png new file mode 100644 index 0000000..2105ca4 Binary files /dev/null and b/tt5-fse/screenshot.png differ diff --git a/tt5-fse/style.css b/tt5-fse/style.css new file mode 100644 index 0000000..c2ab511 --- /dev/null +++ b/tt5-fse/style.css @@ -0,0 +1,15 @@ +/* +Theme Name: TT5 FSE +Theme URI: +Author: +Author URI: +Description: +Requires at least: 6.7 +Tested up to: 6.7 +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: tt5-fse +Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks +*/ \ No newline at end of file diff --git a/tt5-fse/styles/dark.json b/tt5-fse/styles/dark.json new file mode 100644 index 0000000..c96afaa --- /dev/null +++ b/tt5-fse/styles/dark.json @@ -0,0 +1,11 @@ +{ + "version": 3, + "$schema": "https://schemas.wp.org/wp/6.7/theme.json", + "title": "Starry", + "styles": { + "color": { + "background": "#1B1922", + "text": "#ffffff" + } + } +} \ No newline at end of file diff --git a/tt5-fse/theme.json b/tt5-fse/theme.json new file mode 100644 index 0000000..83fe54d --- /dev/null +++ b/tt5-fse/theme.json @@ -0,0 +1,112 @@ +{ + "$schema": "https://schemas.wp.org/wp/6.7/theme.json", + "settings": { + "appearanceTools": true, + "color": { + "palette": [ + { + "color": "#1B1922", + "name": "Primary", + "slug": "primary-color" + }, + { + "color": "#3E06E0", + "name": "Secondary", + "slug": "secondary-color" + } + ] + }, + "layout": { + "contentSize": "1300px", + "wideSize": "1500px" + }, + "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" + }, + { + "name": "Manrope", + "slug": "manrope", + "fontFamily": "Manrope, sans-serif", + "fontFace": [ + { + "src": [ + "file:./assets/fonts/manrope_normal_400.woff2" + ], + "fontWeight": "400", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope_normal_500.woff2" + ], + "fontWeight": "500", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope_normal_600.woff2" + ], + "fontWeight": "600", + "fontStyle": "normal", + "fontFamily": "Manrope" + }, + { + "src": [ + "file:./assets/fonts/manrope_normal_700.woff2" + ], + "fontWeight": "700", + "fontStyle": "normal", + "fontFamily": "Manrope" + } + ] + } + ] + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "color": { + "background": "#E5E5F3", + "text": "#000000" + }, + "elements": { + "h1": { + "typography": { + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--manrope)" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 3 +} \ No newline at end of file