diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index bd8a256..0000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Report a bug with the Twenty Twenty Four theme -labels: "[Type] Bug" - ---- - -**Description** - - -**Step-by-step reproduction instructions** - - -**Expected behavior** - - -**Screenshots** - - -**Environment info** - - -**Additional context** - diff --git a/.github/ISSUE_TEMPLATE/Feature---enhancement.md b/.github/ISSUE_TEMPLATE/Feature---enhancement.md deleted file mode 100644 index 828709a..0000000 --- a/.github/ISSUE_TEMPLATE/Feature---enhancement.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature / Enhancement -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** - diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md deleted file mode 100644 index 32a1337..0000000 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project - ---- - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** - diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md deleted file mode 100644 index 7aa0b86..0000000 --- a/.github/ISSUE_TEMPLATE/Question.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Question -about: Ask a question - ---- - -**Description** - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 7f1ae92..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ -**Description** - - - -**Screenshots** - - - -**Testing Instructions** - - - - - - -**Contributors** - - diff --git a/README.md b/README.md index 97ac147..d1312be 100644 --- a/README.md +++ b/README.md @@ -1,208 +1,3 @@ -# Twenty Twenty-Four +# QuickWP Theme -Welcome to the development repository for the default theme that will launch with [WordPress 6.4](https://make.wordpress.org/core/6-4/). - - - -Twenty Twenty-Four is built as a [block theme](https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview/). The theme aims to ship with as little CSS as possible: our goal is for all theme styles to be configured through [`theme.json`](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/) and editable through Global Styles. The theme development team will work closely with [Gutenberg](https://github.com/wordpress/gutenberg) contributors to build design tools in the block editor that enable this goal. - -You can view a demo of this theme at [2024.wordpress.net](https://2024.wordpress.net/), which is synced to `trunk` branch of this repository every 2 minutes. - -## Contributing - -If you would like to contribute code, the list of [open issues](https://github.com/WordPress/quickwp/issues) is a great place to start looking for tasks — but contributing is not just for developers. There are many opportunities to help with testing, triage, discussion, design, building [patterns](https://github.com/WordPress/quickwp/issues?q=is%3Aissue+is%3Aopen+label%3A%22%5BComponent%5D+Block+Patterns%22) and templates, and more. - -If you'd like to help with triage, let @luminuu and @MaggieCabrera know in [WordPress.org's Slack instance](https://make.wordpress.org/chat/). We'll help you get set up with the ability to add labels to issues and PRs. - -## Getting Started - -### Development - -1. Set up a WordPress instance, we recommend [wp-env](https://developer.wordpress.org/block-editor/handbook/tutorials/devenv/) or [Local](https://localwp.com/) as an alternative to docker. Alternatively you can use [WordPress Playground](https://developer.wordpress.org/playground/) to test the theme directly in the browser. -2. Clone / download this repository into your `/wp-content/themes/` directory. -3. Install and activate the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/). - -Also, consider enabling [development mode](https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/) with `define( 'WP_DEVELOPMENT_MODE', 'theme' );` in your `wp-config.php`. This will help minimize caching of `theme.json` while you're developing. - -### Design - -The theme is designed in [Figma](https://www.figma.com/file/AlYr03vh4dVimwYwQkTdf6/Twenty-Twenty-Four?type=design&t=C79166eDp3vX7OOD-6). You can contribute by designing one of the [patterns](https://github.com/WordPress/quickwp/issues?q=is%3Aissue+is%3Aopen+label%3A%22%5BComponent%5D+Block+Patterns%22) planned for Twenty Twenty-Four. - -As a default WordPress theme, it is important to leverage the existing design system wherever possible. That is the font sizes, [color palette choices](https://github.com/WordPress/quickwp/pull/106), and [spacing presets](https://github.com/WordPress/quickwp/pull/102). All patterns and templates will leverage this systems extensively. - -## Token Cheat-sheet - -### Colors - -| Figma Token | CSS Variable | `color` | `name` | `slug` | decorative visual of color | -|------------|-----------------------------|-----------|------|--------|----------------------------------------------------------| -| `Base/One` | `--wp--preset--color--base` | `#f9f9f9` | Base | `base` | ![](https://placehold.co/15x15/f9f9f9/f9f9f9.png) | -| `Base/Two` | `--wp--preset--color--base-2` | `#ffffff` | Base / Two | `base-2` | ![](https://placehold.co/15x15/ffffff/ffffff.png) | -| `Contrast/One` | `--wp--preset--color--contrast` | `#111111` | Contrast | `contrast` | ![](https://placehold.co/15x15/111111/111111.png) | -| `Contrast/Two` | `--wp--preset--color--contrast-2` | `#636363` | Contrast / Two | `contrast-2` | ![](https://placehold.co/15x15/636363/636363.png) | -| `Contrast/Three` | `--wp--preset--color--contrast-3` | `#a4a4a4` | Contrast / Three | `contrast-3` | ![](https://placehold.co/15x15/a4a4a4/a4a4a4.png) | -| `Accent/One` | `--wp--preset--color--accent` | `#cfcabe` | Accent | `accent` | ![](https://placehold.co/15x15/cfcabe/cfcabe.png) | -| `Accent/Two` | `--wp--preset--color--accent-2` | `#c2a990` | Accent / Two | `accent-2` | ![](https://placehold.co/15x15/c2a990/c2a990.png) | -| `Accent/Three` | `--wp--preset--color--accent-3` | `#d8613c` | Accent / Three | `accent-3` | ![](https://placehold.co/15x15/d8613c/d8613c.png) | -| `Accent/Four` | `--wp--preset--color--accent-4` | `#b1c5a4` | Accent / Four | `accent-4` | ![](https://placehold.co/15x15/b1c5a4/b1c5a4.png) | -| `Accent/Five` | `--wp--preset--color--accent-5` | `#b5bdbc` | Accent / Five | `accent-5` | ![](https://placehold.co/15x15/b5bdbc/b5bdbc.png) | - -### Layout presets - -| `theme.json` preset | `theme.json` value | -|---------------|---------| -| `contentSize` | `620px` | -| `wideSize` | `1280px` | - -### Spacing presets - -| Figma Token | CSS Variable | `theme.json` value | `theme.json` slug | -|-------------|--------------|--------------------|-------------------| -| `Spacing/10` | `--wp--preset--spacing--10` | `min(1rem, 2vw)` | `10` | -| `Spacing/20` | `--wp--preset--spacing--20` | `min(1.5rem, 3vw)` | `20` | -| `Spacing/30` | `--wp--preset--spacing--30` | `min(2.5rem, 5vw)` | `30` | -| `Spacing/40` | `--wp--preset--spacing--40` | `min(4rem, 8vw)` | `40` | -| `Spacing/50` | `--wp--preset--spacing--50` | `min(6.5rem, 13vw)` | `50` | -| `Spacing/60` | `--wp--preset--spacing--60` | `min(10.5rem, 24vw)` | `60` | - -### Pattern creation guidelines - -[Reference guide for patterns in the handbook](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/). -A few things to have in mind when building patterns for the default theme: - -- **Category selection** - -When creating WordPress block patterns, it's important to carefully choose the appropriate category for your pattern. WordPress provides a set of default categories, each serving a specific purpose. Let's stick to using the default categories. We can add multiple of them separating them by commas. The list of the slug is [here](https://github.com/WordPress/gutenberg/blob/c20350c1d246163201375f090b0b7b4ab49b1dad/packages/block-editor/src/components/inserter/block-patterns-tab.js#L35). - -- **Hiding patterns from the inserter** - -You can control the visibility of your block pattern in the inserter by adding the following line of code when registering the pattern: - -We do this for patterns we don't want the user to access via the inserter or the pattern library. This is usually the case for utility patterns that we create for translation purposes such as the 404 pattern. - -We do this by adding the following line: - -` * Inserter: no` - -Let's prefix hidden patterns using `hidden-` when we name the pattern file. - -- **Different translation functions and when to use them** - -WordPress block patterns should be [internationalized](https://developer.wordpress.org/apis/internationalization/internationalization-guidelines/) to make them accessible to a global audience. - -`esc_html_x()`: Employ this function when you need to translate and escape text for display within HTML. It's useful for multilingual websites as it provides translation support while also ensuring HTML safety. - -`esc_html__()`: Similar to `esc_html_x()`, use this function for translating and escaping HTML-embedded text. It's a simpler version when context-specific translations are not needed. - -`esc_attr__()` and `esc_attr_x()`: Use this function to escape and sanitize text meant for HTML attributes, such as image source URLs or link targets. It helps prevent security vulnerabilities by ensuring that user inputs are safe for use in attributes. - -`esc_html_e`: works just like `esc_html__()` but you don't need to use `echo` to output the string - -When we have simple HTML tags in our translatable strings we would use `echo wp_kses_post( __( 'Lorem ipsum Hello dolor sit amet.', 'texdomain' ) );`. This syntax is clearer for translators than using `sprintf()` and it allows them to remove the markup if it doesn't work on their own language. - -These functions enhance security and support localization efforts in WordPress block patterns, ensuring that text is safe and can be easily translated. - -- **Patterns with images** - -To create dynamic image links in your block patterns, utilize the `get_template_directory_uri()` function. This function retrieves the URL of the current theme's directory, ensuring that the image links are relative to the theme and work correctly even if the website's directory structure changes or if we are using a child theme. This is essential for maintaining the stability and portability of your patterns. - -Make sure to add alt text to your images and to make sure to remove the IDs from them. An example would be: - -``` - - - -``` - -would turn into - -``` - - - -``` - -- **Use of Post Types, Block Types and Template Types** - -We use Block Types when the pattern uses custom markup for a specific block or one of the default template parts (footer and header). Using this will suggest the pattern when someone inserts said block or template part. This is commonly used for query, post-content block, template or footer. - -Template Types is used when we want our pattern as a suggestion for a specific template. In this case we provide the template slug (404, home, single...) - -Post Types is used to restrict the post type we want the pattern to be used for. commonly used for full page patterns. - -- **Spacing, colors and font sizes** - -Using presets for spacing, font sizes, and colors in WordPress block patterns is preferred over hardcoded values for three key reasons: - -Consistency: Presets ensure a uniform design across the theme, promoting a cohesive visual identity. - -Scalability: They make global design changes easier during development, saving time and effort. - -Accessibility: Presets facilitate adherence to accessibility standards, making your patterns more usable and readable for a wider audience. - -- **Other tips** - -In the same way we remove IDs from image blocks, we need to remove queryId from query blocks too. Also, if any of our template parts have a theme attribute, that needs to remove too. - -`` - -turns into - -`` - -and - -`` - -turns into - -`` - -If we are constantly assigning properties to the same block over and over again (ie: border radius to images), consider moving those properties to the theme.json. - -When building full page patterns, let's prefix them by using page- - -One way to control the order in which patterns are displayed in the inserter is by changing the name of the file (they are sorted alphabetically) - -### Tips for Contributors - -- As stated above, a goal for the theme is to have as little CSS as possible. Much of the theme's visual treatments should be handled by the Block Editor and Global Styles. As a general rule, if multiple themes would benefit from the CSS you're considering adding, it might reasonably be provided by Gutenberg instead. Let's include clear code comments for any CSS we do include. -- Similarly, let's refrain from building any custom-built PHP or JavaScript-based workarounds for functionality that might reasonably be provided by the Block Editor, let's keep the code simple to help with future maintenance. -- In accordance to those last two bullets, this theme has no required build process. -- If you've helped contribute to the theme in any way, you deserve credit! Folks will be updating [CONTRIBUTORS.md](CONTRIBUTORS.md) periodically with names of contributors, but feel free to open a PR or issue if we leave someone out. - -## Requirements - -- Gutenberg plugin (latest) -- WordPress 6.4+ -- PHP 7.0+ -- License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) or later - -Some theme features / PRs may require Gutenberg trunk and will be described or tagged accordingly. - -### Testing - -Optionally, to run tests locally, you will also need: - -- [Node.js](https://nodejs.org/en/) - - It's recommended that you install Node through [nvm](https://github.com/nvm-sh/nvm#intro), since it's the tool used by the CLI to select the node version being used. -- [Composer](https://getcomposer.org/) - -You can install the test-specific development dependencies by running `npm i && composer install`. The following test commands are then available: - -- `npm run lint:css` lints and autofixes where possible the CSS -- `composer run analyze [filename.php]` statically analyzes PHP for bugs -- `composer run lint` checks PHP for syntax errors -- `composer run standards:check` checks PHP for standards errors according to [WordPress coding standards](https://developer.wordpress.org/coding-standards/) -- `composer run standards:fix` attemps to automatically fix errors - -## Resources - -- [Twenty Twenty-Four Figma Mockups](https://www.figma.com/file/AlYr03vh4dVimwYwQkTdf6/Twenty-Twenty-Four?type=design&node-id=16%3A14852&mode=design&t=yad81XRtp200JLes-1) -- [Setting up a development environment](https://developer.wordpress.org/block-editor/handbook/tutorials/devenv/) -- [Block Theme documentation](https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview) -- [Global Styles & theme.json documentation](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/) - -## Timeline - -The theme will be released with WordPress 6.4 and follow the key dates / milestones associated with [its development schedule](https://make.wordpress.org/core/6-4). +The base theme for quickwp.ai diff --git a/assets/fonts/cardo/LICENSE.txt b/assets/fonts/cardo/LICENSE.txt deleted file mode 100644 index 517f501..0000000 --- a/assets/fonts/cardo/LICENSE.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright (c) 2002-2011, David J. Perry (hospes02@scholarsfonts.net) - -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 - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/cardo/cardo_italic_400.woff2 b/assets/fonts/cardo/cardo_italic_400.woff2 deleted file mode 100644 index 46905a8..0000000 Binary files a/assets/fonts/cardo/cardo_italic_400.woff2 and /dev/null differ diff --git a/assets/fonts/cardo/cardo_normal_400.woff2 b/assets/fonts/cardo/cardo_normal_400.woff2 deleted file mode 100644 index 536d7a5..0000000 Binary files a/assets/fonts/cardo/cardo_normal_400.woff2 and /dev/null differ diff --git a/assets/fonts/cardo/cardo_normal_700.woff2 b/assets/fonts/cardo/cardo_normal_700.woff2 deleted file mode 100644 index 2d280ef..0000000 Binary files a/assets/fonts/cardo/cardo_normal_700.woff2 and /dev/null differ diff --git a/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2 b/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2 deleted file mode 100644 index f5f2861..0000000 Binary files a/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2 and /dev/null differ diff --git a/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2 b/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2 deleted file mode 100644 index 02203d6..0000000 Binary files a/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2 and /dev/null differ diff --git a/assets/fonts/instrument-sans/OFL.txt b/assets/fonts/instrument-sans/OFL.txt deleted file mode 100644 index 27cbc2f..0000000 --- a/assets/fonts/instrument-sans/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2022 The Instrument Sans Project Authors (https://github.com/Instrument/instrument-sans) - -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 - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2 b/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2 deleted file mode 100644 index 184c920..0000000 Binary files a/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2 and /dev/null differ diff --git a/assets/fonts/jost/Jost-VariableFont_wght.woff2 b/assets/fonts/jost/Jost-VariableFont_wght.woff2 deleted file mode 100644 index eedcc3f..0000000 Binary files a/assets/fonts/jost/Jost-VariableFont_wght.woff2 and /dev/null differ diff --git a/assets/fonts/jost/OFL.txt b/assets/fonts/jost/OFL.txt deleted file mode 100644 index d874ebd..0000000 --- a/assets/fonts/jost/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2020 The Jost Project Authors (https://github.com/indestructible-type) - -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 - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/functions.php b/functions.php index 4c654fd..64f70d0 100644 --- a/functions.php +++ b/functions.php @@ -132,6 +132,10 @@ function quickwp_block_styles() { define( 'QUICKWP_URL', trailingslashit( get_template_directory_uri() ) ); } +if ( ! defined( 'QUICKWP_PATH' ) ) { + define( 'QUICKWP_PATH', trailingslashit( get_template_directory() ) ); +} + /** * Enqueue block stylesheets. */ @@ -299,3 +303,31 @@ function quickwp_strings( $strings ) { endif; add_filter( 'quickwp_strings', 'quickwp_strings' ); + +/** + * Register Templates + */ + + if ( ! function_exists( 'quickwp_templates' ) ) : + + /** + * Register Templates + * + * @since QuickWP 1.0 + * @return array + */ + function quickwp_templates( $templates ) { + $templates = array( + 'homepage' => array( + 'homepage-1' => QUICKWP_PATH . 'templates/homepage-1.html', + 'homepage-2' => QUICKWP_PATH . 'templates/homepage-2.html', + 'homepage-3' => QUICKWP_PATH . 'templates/homepage-3.html', + 'homepage-4' => QUICKWP_PATH . 'templates/homepage-4.html', + ), + ); + + return $templates; + } +endif; + +add_filter( 'quickwp_templates', 'quickwp_templates' ); diff --git a/inc/class-content.php b/inc/class-content.php new file mode 100644 index 0000000..f0b7450 --- /dev/null +++ b/inc/class-content.php @@ -0,0 +1,103 @@ +strings = apply_filters( 'quickwp_strings', array() ); + $this->namespace = 'quickwp/' . $slug; + + if ( $default_namespace ) { + $this->default_namespace = 'quickwp/' . $default_namespace; + } + } + + /** + * Get String. + * + * @param string $slug Slug. + * @param string $string Strings. + * @param string|null $default Default. + * + * @return string + */ + public function get_string( $slug, $string, $default = null ) { + $string = $this->strings[ $string ] ?? ''; + + if ( $default ) { + $string = apply_filters( $this->default_namespace . '/' . $default, $string ); + } + + return esc_html( apply_filters( $this->namespace . '/' . $slug, $string ) ); + } + + /** + * Echo String. + * + * @param string $slug Slug. + * @param string $string String. + * @param string|null $default Default. + */ + public function string( $slug, $string, $default = null ) { + echo $this->get_string( $slug, $string, $default ); + } + + /** + * Get Image. + * + * @param string $slug Slug. + * @param string $image Image. + * + * @return string + */ + public function get_image( $slug, $image ) { + $image = QUICKWP_URL . 'assets/images/' . $image; + $image = apply_filters( 'quickwp/image', $image ); + return esc_url( apply_filters( $this->namespace . '/' . $slug, $image ) ); + } + + /** + * Echo Image. + * + * @param string $slug Slug. + * @param string $image Image. + */ + public function image( $slug, $image ) { + echo $this->get_image( $slug, $image ); + } +} diff --git a/patterns/call-to-action-1.php b/patterns/call-to-action-1.php index ed56459..1839b90 100644 --- a/patterns/call-to-action-1.php +++ b/patterns/call-to-action-1.php @@ -4,8 +4,9 @@ * Slug: quickwp/call-to-action-1 * Categories: quickwp/call_to_action */ +require_once QUICKWP_PATH . 'inc/class-content.php'; -$quickwp_strings = apply_filters( 'quickwp_strings', array() ); +$content = new ThemeIsle\QuickWPTheme\Content( 'call-to-action-1' ); ?> @@ -13,11 +14,11 @@
string( 'subtitle', 'feature_description' ); ?>
string( 'subtitle', 'section_description' ); ?>
string( 'paragraph-1', 'paragraph_text', 'paragraph-1' ); ?>
@@ -19,7 +20,7 @@string( 'paragraph-2', 'paragraph_text', 'paragraph-2' ); ?>
string( 'paragraph-2', 'paragraph_text', 'paragraph-3' ); ?>
string( 'title', 'feature_description', 'paragraph-1' ); ?>
string( 'description', 'feature_description', 'paragraph-2' ); ?>
diff --git a/patterns/content-columns.php b/patterns/content-columns.php index 2216e56..9d133df 100644 --- a/patterns/content-columns.php +++ b/patterns/content-columns.php @@ -4,12 +4,9 @@ * Slug: quickwp/content-columns * Categories: quickwp/content */ +require_once QUICKWP_PATH . 'inc/class-content.php'; -$quickwp_strings = apply_filters( 'quickwp_strings', array() ); - -$images = array( - apply_filters( 'quickwp/content-columns/image', QUICKWP_URL . 'assets/images/qwp-img-03.webp' ), -); +$content = new ThemeIsle\QuickWPTheme\Content( 'content-columns', 'content' ); ?> @@ -21,23 +18,23 @@string( 'paragraph-1', 'paragraph_text', 'paragraph-1' ); ?>
- +string( 'paragraph-2', 'feature_description', 'paragraph-2' ); ?>
- +string( 'paragraph-3', 'paragraph_text', 'paragraph-3' ); ?>
string( 'paragraph-4', 'paragraph_text', 'paragraph-4' ); ?>
- +string( 'subtitle', 'content_subtitle', 'subtitle' ); ?>
string( 'paragraph-1', 'paragraph_text', 'paragraph-1' ); ?>
string( 'paragraph-2', 'paragraph_text', 'paragraph-2' ); ?>>
string( 'paragraph-3', 'paragraph_text', 'paragraph-3' ); ?>
diff --git a/patterns/content-plain.php b/patterns/content-plain.php index ed28a4d..89c8df0 100644 --- a/patterns/content-plain.php +++ b/patterns/content-plain.php @@ -4,14 +4,15 @@ * Slug: quickwp/content-plain * Categories: quickwp/content */ +require_once QUICKWP_PATH . 'inc/class-content.php'; -$quickwp_strings = apply_filters( 'quickwp_strings', array() ); +$content = new ThemeIsle\QuickWPTheme\Content( 'content-plain', 'content' ); ?>string( 'content', 'paragraph_text', 'paragraph-1' ); ?>
string( 'content', 'paragraph_text', 'paragraph-1' ); ?>
diff --git a/patterns/feature-columns-2.php b/patterns/feature-columns-2.php index a7570a2..637cd86 100644 --- a/patterns/feature-columns-2.php +++ b/patterns/feature-columns-2.php @@ -4,13 +4,9 @@ * Slug: quickwp/feature-columns-2 * Categories: quickwp/features */ +require_once QUICKWP_PATH . 'inc/class-content.php'; -$quickwp_strings = apply_filters( 'quickwp_strings', array() ); - -$images = array( - apply_filters( 'quickwp/feature-columns-2/item-1/image', QUICKWP_URL . 'assets/images/qwp-img-08.webp' ), - apply_filters( 'quickwp/feature-columns-2/item-2/image', QUICKWP_URL . 'assets/images/qwp-img-06.webp' ), -); +$content = new ThemeIsle\QuickWPTheme\Content( 'feature-columns-2', 'features' ); ?> @@ -18,21 +14,21 @@string( 'item-1/description', 'description', 'item-1/description' ); ?>
string( 'item-2/description', 'description', 'item-2/description' ); ?>
string( 'subtitle', 'feature_description', 'subtitle' ); ?>
string( 'item-2/description', 'feature_description', 'item-2/description' ); ?>
string( 'item-2/description', 'feature_description', 'item-2/description' ); ?>
string( 'item-3/description', 'feature_description', 'item-3/description' ); ?>
string( 'description', 'section_description', 'description' ); ?>
string( 'item-1/description', 'feature_description', 'item-1/description' ); ?>
string( 'item-2/description', 'feature_description', 'item-2/description' ); ?>
string( 'item-3/description', 'feature_description', 'item-3/description' ); ?>
string( 'item-4/description', 'feature_description', 'item-4/description' ); ?>
string( 'item-5/description', 'feature_description', 'item-5/description' ); ?>
string( 'item-6/description', 'feature_description', 'item-6/description' ); ?>
string( 'item-1/description', 'feature_description', 'item-1/description' ); ?>
string( 'item-2/description', 'feature_description', 'item-2/description' ); ?>
string( 'item-3/description', 'feature_description', 'item-3/description' ); ?>
string( 'subtitle', 'feature_description', 'subtitle' ); ?>
string( 'subtitle', 'section_description', 'subtitle' ); ?>
@@ -39,7 +36,7 @@ - +string( 'subtitle', 'subtitle', 'subtitle' ); ?>
- +string( 'testimonial', 'testimonial' ); ?>
@@ -29,7 +26,7 @@ - +string( 'name', 'testimonial_name' ); ?>
string( 'testimonial', 'testimonial' ); ?>
@@ -31,7 +28,7 @@ - +string( 'name', 'testimonial_name' ); ?>
diff --git a/readme.txt b/readme.txt index c1837d4..837bb52 100644 --- a/readme.txt +++ b/readme.txt @@ -1,50 +1,3 @@ -=== Twenty Twenty-Four === -Contributors: wordpressdotorg -Requires at least: 6.4 -Tested up to: 6.4 -Requires PHP: 7.0 -Stable tag: 1.0 -License: GPLv2 or later -License URI: http://www.gnu.org/licenses/gpl-2.0.html +=== QuickWP Theme === -== Description == - -Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4. - -== Changelog == - -= 1.0 = -* Released: November 7, 2023 - -https://wordpress.org/documentation/article/twenty-twenty-four-changelog/#Version_1.0 - -== Copyright == - -Twenty Twenty-Four WordPress Theme, (C) 2023 WordPress.org -Twenty Twenty-Four 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. - -=== Images === -License: CC0 https://creativecommons.org/publicdomain/zero/1.0/ - -museum.webp - https://www.rawpixel.com/image/3297419/free-photo-image-interior-hallway-architecture -tourist-and-building.webp - https://www.rawpixel.com/image/5928004/photo-image-public-domain-hand-person -building-exterior.webp - https://www.rawpixel.com/image/430335/free-photo-image-architecture-building-roof -windows.webp - https://www.rawpixel.com/image/3286615/free-photo-image-texture-architecture-building -abstract-geometric-art.webp - https://www.rawpixel.com/image/3283970/free-photo-image-pattern-artwork-abstract -angular-roof.webp - https://www.rawpixel.com/image/3289063/free-photo-image-architectural-detail-architecture -art-gallery.webp - https://www.rawpixel.com/image/3286187/free-photo-image-person-stairs-architecture -green-staircase.webp - https://www.rawpixel.com/image/430558/free-photo-image-abstract-architecture-art-public-domain -hotel-facade.webp - https://www.rawpixel.com/image/3286725/free-photo-image-black-and-white-background-photos - -License: UNICODE LICENSE V3 https://www.unicode.org/license.txt -icon-message.webp +The base theme for quickwp.ai diff --git a/style.css b/style.css index 65e8edd..dc2a518 100644 --- a/style.css +++ b/style.css @@ -1,15 +1,14 @@ /* Theme Name: QuickWP Theme -Theme URI: https://wordpress.org/themes/quickwp/ -Author: the WordPress team -Author URI: https://wordpress.org -Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4. +Theme URI: https://quickwp.api +Author: QuickWP +Author URI: https://quickwp.api +Description: Your customized QuickWP theme genrated at quickwp.ai Requires at least: 6.4 Tested up to: 6.4 Requires PHP: 7.0 -Version: 1.0 +Version: 2.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: quickwp -Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news */ diff --git a/templates/homepage-4.html b/templates/homepage-4.html new file mode 100644 index 0000000..03b1a44 --- /dev/null +++ b/templates/homepage-4.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file