Changeset 56999
- Timestamp:
- 10/24/2023 02:04:13 PM (14 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyfour
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/functions.php
r56951 r56999 10 10 11 11 /** 12 * Register block styles 12 * Register block styles. 13 13 */ 14 14 … … 17 17 * Register custom block styles 18 18 * 19 * @since Twenty Twenty-Four 1.0 19 20 * @return void 20 * @since Twenty Twenty-Four 1.021 *22 21 */ 23 22 function twentytwentyfour_block_styles() { … … 175 174 * Register pattern categories 176 175 * 176 * @since Twenty Twenty-Four 1.0 177 177 * @return void 178 * @since Twenty Twenty-Four 1.0179 *180 178 */ 181 179 function twentytwentyfour_pattern_categories() { -
trunk/src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php
r56951 r56999 8 8 ?> 9 9 10 <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":" contrast-3","layout":{"type":"constrained"}} -->11 <div class="wp-block-group alignfull has- contrast-3-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">10 <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"accent-5","layout":{"type":"constrained"}} --> 11 <div class="wp-block-group alignfull has-accent-5-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> 12 12 <!-- wp:columns {"verticalAlignment":null,"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|50"}}}} --> 13 13 <div class="wp-block-columns alignwide"> -
trunk/src/wp-content/themes/twentytwentyfour/patterns/text-faq.php
r56951 r56999 17 17 <!-- wp:group {"align":"wide","layout":{"type":"default"}} --> 18 18 <div class="wp-block-group alignwide"> 19 <!-- wp:separator {" style":{"color":{"background":"#ffffff1a"}},"className":"is-style-wide"} -->20 <hr class="wp-block-separator has-text-color has- alpha-channel-opacity has-background is-style-wide" style="background-color:#ffffff1a;color:#ffffff1a"/>19 <!-- wp:separator {"backgroundColor":"contrast-2","className":"is-style-wide"} --> 20 <hr class="wp-block-separator has-text-color has-contrast-2-color has-alpha-channel-opacity has-contrast-2-background-color has-background is-style-wide"/> 21 21 <!-- /wp:separator --> 22 22 … … 24 24 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="margin-top:0"> 25 25 <summary><?php echo esc_html_x( 'What is your process working in smaller projects?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 26 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast- 3"}}}},"textColor":"contrast-3"} -->27 <p class="has-contrast- 3-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p>26 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} --> 27 <p class="has-contrast-1-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p> 28 28 <!-- /wp:paragraph --> 29 29 </details> … … 33 33 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="margin-top:0"> 34 34 <summary><?php echo esc_html_x( 'Who is behind Études?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 35 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast- 3"}}}},"textColor":"contrast-3"} -->36 <p class="has-contrast- 3-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p>35 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} --> 36 <p class="has-contrast-1-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p> 37 37 <!-- /wp:paragraph --> 38 38 </details> … … 42 42 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="margin-top:0"> 43 43 <summary><?php echo esc_html_x( 'I\'d like to get to meet fellow architects, how can I do that?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 44 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast- 3"}}}},"textColor":"contrast-3"} -->45 <p class="has-contrast- 3-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p>44 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} --> 45 <p class="has-contrast-1-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p> 46 46 <!-- /wp:paragraph --> 47 47 </details> … … 51 51 <details class="wp-block-details is-style-arrow-icon-details has-medium-font-size" style="margin-top:0"> 52 52 <summary><?php echo esc_html_x( 'Can I apply to be a part of the team or work as a contractor?', 'Question on the details block', 'twentytwentyfour' ); ?></summary> 53 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast- 3"}}}},"textColor":"contrast-3"} -->54 <p class="has-contrast- 3-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p>53 <!-- wp:paragraph {"placeholder":"Type / to add a hidden block","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast-1"}}}},"textColor":"contrast-1"} --> 54 <p class="has-contrast-1-color has-text-color has-link-color"><?php echo esc_html_x( 'Études offers comprehensive consulting, management, design, and research solutions. Our vision is to be at the forefront of architectural innovation, fostering a global community of architects and enthusiasts united by a passion for creating spaces. Every architectural endeavor is an opportunity to shape the future.', 'Hidden answer on the details block', 'twentytwentyfour' ); ?></p> 55 55 <!-- /wp:paragraph --> 56 56 </details> -
trunk/src/wp-content/themes/twentytwentyfour/readme.txt
r56813 r56999 4 4 Tested up to: 6.4 5 5 Requires PHP: 7.0 6 Stable tag: 1.0 6 7 License: GPLv2 or later 7 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
trunk/src/wp-content/themes/twentytwentyfour/style.css
r56764 r56999 1 1 /* 2 2 Theme Name: Twenty Twenty-Four 3 Theme URI: https://wordpress.org/themes/twentytwentyfour 3 Theme URI: https://wordpress.org/themes/twentytwentyfour/ 4 4 Author: the WordPress team 5 5 Author URI: https://wordpress.org
Note: See TracChangeset
for help on using the changeset viewer.