-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
354b35e
commit a69218d
Showing
11 changed files
with
214 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- wp:group {"layout":{"inherit":true}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"80px","bottom":"30px"}}}} --> | ||
<div class="wp-block-group" style="padding-top:80px;padding-bottom:30px"> | ||
<!-- wp:paragraph {"align":"center"} --> | ||
<p class="has-text-align-center">Proudly Powered by <a href="https://wordpress.org" rel="nofollow">WordPress</a></p> | ||
<!-- /wp:paragraph --> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:group --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- wp:group {"layout":{"inherit":"true"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:group {"align":"full","layout":{"type":"flex","justifyContent":"space-between"},"style":{"spacing":{"padding":{"bottom":"30px","top":"30px"}}}} --> | ||
<div class="wp-block-group alignfull" style="padding-bottom:30px;padding-top:30px"> | ||
|
||
<!-- wp:group {"layout":{"type":"flex"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:site-logo {"width":64} /--> | ||
|
||
<!-- wp:group --> | ||
<div class="wp-block-group"> | ||
<!-- wp:site-title /--> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"}}}} /--> | ||
|
||
</div> | ||
<!-- /wp:group --> | ||
|
||
</div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer {"height":50} --> | ||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": 3, | ||
"$schema": "https://schemas.wp.org/wp/6.7/theme.json", | ||
"title": "Starry", | ||
"styles": { | ||
"color": { | ||
"background": "#1B1922", | ||
"text": "#ffffff" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |