Bundled Themes: Update Twenty Twenty-Five for 6.7 Beta 3.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into `trunk` for 6.7 beta 3.

A full list of changes can be found on GitHub: [0d8b245021...5d17f41da8 WordPress/twentytwentyfive@0d8b245...5d17f41]

Props annezazu, areziaal, beafialho, cwhitmore, franz00, get_dave, joedolson, joen, juanfra, karmatosed, kartikmehta, mukesh27, onemaggie, pgeorgiev, poena, richtabor, sudipatel007, sumitbagthariya16, wildworks, youknowriad.
Fixes #62218.



Built from https://develop.svn.wordpress.org/trunk@59233


git-svn-id: http://core.svn.wordpress.org/trunk@58625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2024-10-14 21:58:17 +00:00
parent 12f5686f77
commit 4100458c7d
75 changed files with 918 additions and 897 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 KiB

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 138 KiB

View File

@ -2,7 +2,7 @@
/** /**
* Title: Banner with book description * Title: Banner with book description
* Slug: twentytwentyfive/banner-about-book * Slug: twentytwentyfive/banner-about-book
* Categories: banner, featured * Categories: banner
* Description: Banner with book description and accompanying image for promotion. * Description: Banner with book description and accompanying image for promotion.
* *
* @package WordPress * @package WordPress

View File

@ -23,9 +23,10 @@
<!-- wp:group {"align":"full","layout":{"type":"default"}} --> <!-- wp:group {"align":"full","layout":{"type":"default"}} -->
<div class="wp-block-group alignfull"> <div class="wp-block-group alignfull">
<!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"clamp(1rem, 380px, 24vw)","letterSpacing":"-0.02em","lineHeight":"1","fontWeight":"700"}}} --> <!-- wp:heading {"align":"left","style":{"typography":{"fontSize":"clamp(1rem, 380px, 24vw)","letterSpacing":"-0.02em","lineHeight":"1","fontWeight":"700","fontStyle":"normal"}}} -->
<p class="has-text-align-left" style="font-size:clamp(1rem, 380px, 24vw);font-weight:700;letter-spacing:-0.02em;line-height:1"><?php esc_html_e( 'Stories', 'twentytwentyfive' ); ?></p> <h2 class="wp-block-heading has-text-align-left" style="font-size:clamp(1rem, 380px, 24vw);font-style:normal;font-weight:700;letter-spacing:-0.02em;line-height:1"><?php echo esc_html_e( 'Stories', 'twentytwentyfive' ); ?></h2>
<!-- /wp:paragraph --> <!-- /wp:heading -->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
</div> </div>

View File

@ -2,7 +2,7 @@
/** /**
* Title: Short heading and paragraph and image on the left * Title: Short heading and paragraph and image on the left
* Slug: twentytwentyfive/banner-intro-image * Slug: twentytwentyfive/banner-intro-image
* Categories: banner * Categories: banner, featured
* Description: A Intro pattern with Short heading, paragraph and image on the left. * Description: A Intro pattern with Short heading, paragraph and image on the left.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Intro with left-aligned description * Title: Intro with left-aligned description
* Slug: twentytwentyfive/banner-intro * Slug: twentytwentyfive/banner-intro
* Categories: banner, featured * Categories: banner
* Description: A large left-aligned heading with a brand name emphasized in bold. * Description: A large left-aligned heading with a brand name emphasized in bold.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Poster-like section * Title: Poster-like section
* Slug: twentytwentyfive/banner-poster * Slug: twentytwentyfive/banner-poster
* Categories: banner, media, featured * Categories: banner, media
* Description: A section that can be used as a banner or a landing page to announce an event. * Description: A section that can be used as a banner or a landing page to announce an event.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Call to action with book links * Title: Call to action with book links
* Slug: twentytwentyfive/cta-book-links * Slug: twentytwentyfive/cta-book-links
* Categories: call-to-action, featured * Categories: call-to-action
* Description: A call to action section with links to get the book in different websites. * Description: A call to action section with links to get the book in different websites.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Call to action with locations * Title: Call to action with locations
* Slug: twentytwentyfive/cta-book-locations * Slug: twentytwentyfive/cta-book-locations
* Categories: call-to-action, featured * Categories: call-to-action
* Description: A call to action section with links to get the book in the most popular locations. * Description: A call to action section with links to get the book in the most popular locations.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Centered heading * Title: Centered heading
* Slug: twentytwentyfive/cta-centered-heading * Slug: twentytwentyfive/cta-centered-heading
* Categories: call-to-action, featured * Categories: call-to-action
* Description: A hero with a centered heading, paragraph and button. * Description: A hero with a centered heading, paragraph and button.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Call to action with grid layout with products and link * Title: Call to action with grid layout with products and link
* Slug: twentytwentyfive/cta-grid-products-link * Slug: twentytwentyfive/cta-grid-products-link
* Categories: call-to-action * Categories: call-to-action, featured
* Viewport width: 1400 * Viewport width: 1400
* Description: A call to action featuring product images. * Description: A call to action featuring product images.
* *
@ -26,8 +26,8 @@
<figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/grid-flower-2.webp' ); ?>" alt="<?php esc_attr_e( 'Black and white flower', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/grid-flower-2.webp' ); ?>" alt="<?php esc_attr_e( 'Black and white flower', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>
<!-- /wp:image --> <!-- /wp:image -->
<!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"}},"fontSize":"medium"} --> <!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","fontSize":"medium"} -->
<div class="wp-block-cover is-light has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"> <div class="wp-block-cover is-light has-contrast-color has-text-color has-link-color has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container">
<!-- wp:paragraph {"align":"center"} --> <!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php esc_html_e( 'Delivered every week', 'twentytwentyfive' ); ?></p> <p class="has-text-align-center"><?php esc_html_e( 'Delivered every week', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->
@ -46,8 +46,8 @@
</div></div> </div></div>
<!-- /wp:cover --> <!-- /wp:cover -->
<!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"margin":{"top":"0","bottom":"0"}}}} --> <!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"margin":{"top":"0","bottom":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast"} -->
<div class="wp-block-cover is-light" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"> <div class="wp-block-cover is-light has-contrast-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container">
<!-- wp:group {"style":{"spacing":{"blockGap":"0","padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}},"fontSize":"medium","layout":{"type":"flex","orientation":"vertical","verticalAlignment":"center","justifyContent":"center"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"0","padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}},"fontSize":"medium","layout":{"type":"flex","orientation":"vertical","verticalAlignment":"center","justifyContent":"center"}} -->
<div class="wp-block-group has-medium-font-size" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"> <div class="wp-block-group has-medium-font-size" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)">
<!-- wp:paragraph {"align":"center"} --> <!-- wp:paragraph {"align":"center"} -->
@ -70,16 +70,16 @@
<figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-8802845.webp' ); ?>" alt="<?php esc_attr_e( 'Flora of Akaka Falls State Park', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> <figure class="wp-block-image size-large"><img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-8802845.webp' ); ?>" alt="<?php esc_attr_e( 'Flora of Akaka Falls State Park', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>
<!-- /wp:image --> <!-- /wp:image -->
<!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"}},"fontSize":"medium"} --> <!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","fontSize":"medium"} -->
<div class="wp-block-cover is-light has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"> <div class="wp-block-cover is-light has-contrast-color has-text-color has-link-color has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container">
<!-- wp:paragraph {"align":"center"} --> <!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php esc_html_e( 'Tailored to your needs', 'twentytwentyfive' ); ?></p> <p class="has-text-align-center"><?php esc_html_e( 'Tailored to your needs', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->
</div></div> </div></div>
<!-- /wp:cover --> <!-- /wp:cover -->
<!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"}},"fontSize":"medium"} --> <!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","fontSize":"medium"} -->
<div class="wp-block-cover is-light has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"> <div class="wp-block-cover is-light has-contrast-color has-text-color has-link-color has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container">
<!-- wp:paragraph {"align":"center"} --> <!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php esc_html_e( 'Free shipping', 'twentytwentyfive' ); ?></p> <p class="has-text-align-center"><?php esc_html_e( 'Free shipping', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->
@ -94,8 +94,8 @@
</div></div> </div></div>
<!-- /wp:cover --> <!-- /wp:cover -->
<!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"}},"fontSize":"medium"} --> <!-- wp:cover {"dimRatio":0,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","fontSize":"medium"} -->
<div class="wp-block-cover is-light has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"> <div class="wp-block-cover is-light has-contrast-color has-text-color has-link-color has-medium-font-size"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container">
<!-- wp:paragraph {"align":"center"} --> <!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><?php esc_html_e( 'Cancel anytime', 'twentytwentyfive' ); ?></p> <p class="has-text-align-center"><?php esc_html_e( 'Cancel anytime', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->

View File

@ -11,8 +11,10 @@
*/ */
?> ?>
<!-- wp:cover {"tagName":"aside","overlayColor":"accent-1","isUserOverlayColor":true,"minHeight":460,"isDark":false,"metadata":{"categories":["call-to-action"],"patternName":"twentytwentyfive/newsletter-sign-up","name":"Newsletter Sign Up"},"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained","contentSize":"800px"}} --> <!-- wp:group {"tagName":"aside","align":"full","className":"is-style-section-3","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}},"dimensions":{"minHeight":""}},"layout":{"type":"constrained","contentSize":"800px"}} -->
<aside class="wp-block-cover alignfull is-light" style="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);min-height:460px"><span aria-hidden="true" class="wp-block-cover__background has-accent-1-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container"> <aside class="wp-block-group alignfull is-style-section-3" style="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)">
<!-- wp:group {"style":{"dimensions":{"minHeight":"360px"},"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"center","justifyContent":"center"}} -->
<div class="wp-block-group" style="min-height:360px;margin-top:0;margin-bottom:0">
<!-- wp:heading {"textAlign":"center","fontSize":"xx-large"} --> <!-- wp:heading {"textAlign":"center","fontSize":"xx-large"} -->
<h2 class="wp-block-heading has-text-align-center has-xx-large-font-size"><?php esc_html_e( 'Sign up to get daily stories', 'twentytwentyfive' ); ?></h2> <h2 class="wp-block-heading has-text-align-center has-xx-large-font-size"><?php esc_html_e( 'Sign up to get daily stories', 'twentytwentyfive' ); ?></h2>
<!-- /wp:heading --> <!-- /wp:heading -->
@ -29,6 +31,8 @@
<div class="wp-block-buttons"><!-- wp:button {"textAlign":"center"} --> <div class="wp-block-buttons"><!-- wp:button {"textAlign":"center"} -->
<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button"><?php esc_html_e( 'Subscribe', 'twentytwentyfive' ); ?></a></div> <div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button"><?php esc_html_e( 'Subscribe', 'twentytwentyfive' ); ?></a></div>
<!-- /wp:button --></div> <!-- /wp:button --></div>
<!-- /wp:buttons --></div> <!-- /wp:buttons -->
</div>
<!-- /wp:group -->
</aside> </aside>
<!-- /wp:cover --> <!-- /wp:group -->

View File

@ -2,7 +2,7 @@
/** /**
* Title: Events, 3 columns with event images and titles * Title: Events, 3 columns with event images and titles
* Slug: twentytwentyfive/event-3-col * Slug: twentytwentyfive/event-3-col
* Categories: featured * Categories: banner
* Description: A header with title and text and three columns that show 3 events with their images and titles. * Description: A header with title and text and three columns that show 3 events with their images and titles.
* Keywords: events, columns, images * Keywords: events, columns, images
* *

View File

@ -2,7 +2,7 @@
/** /**
* Title: Event schedule * Title: Event schedule
* Slug: twentytwentyfive/event-schedule * Slug: twentytwentyfive/event-schedule
* Categories: about, featured * Categories: about
* Description: A section with specified dates and times for an event. * Description: A section with specified dates and times for an event.
* Keywords: events, agenda, schedule, lectures * Keywords: events, agenda, schedule, lectures
* *

View File

@ -2,7 +2,7 @@
/** /**
* Title: Audio format * Title: Audio format
* Slug: twentytwentyfive/format-audio * Slug: twentytwentyfive/format-audio
* Categories: twentytwentyfive_post-format, featured * Categories: twentytwentyfive_post-format
* Description: An audio post format with an image, title, audio player, and description. * Description: An audio post format with an image, title, audio player, and description.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Link format * Title: Link format
* Slug: twentytwentyfive/format-link * Slug: twentytwentyfive/format-link
* Categories: twentytwentyfive_post-format, featured * Categories: twentytwentyfive_post-format
* Description: A link post format with a description and an emphasized link for key content. * Description: A link post format with a description and an emphasized link for key content.
* *
* @package WordPress * @package WordPress
@ -17,8 +17,8 @@
<p style="font-style:normal;font-weight:700"><?php esc_html_e( 'The Stories Book, a fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno, is available for pre-order', 'twentytwentyfive' ); ?></p> <p style="font-style:normal;font-weight:700"><?php esc_html_e( 'The Stories Book, a fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno, is available for pre-order', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->
<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}}},"textColor":"accent-4","fontSize":"medium","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} --> <!-- wp:group {"fontSize":"medium","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
<div class="wp-block-group has-accent-4-color has-text-color has-link-color has-medium-font-size"> <div class="wp-block-group has-medium-font-size">
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p><a href="#"><?php esc_html_e( 'https://example.com', 'twentytwentyfive' ); ?></a></p> <p><a href="#"><?php esc_html_e( 'https://example.com', 'twentytwentyfive' ); ?></a></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->

View File

@ -2,7 +2,7 @@
/** /**
* Title: Grid with videos * Title: Grid with videos
* Slug: twentytwentyfive/grid-videos * Slug: twentytwentyfive/grid-videos
* Categories: about, featured * Categories: about
* Description: A grid with videos. * Description: A grid with videos.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Grid with categories * Title: Grid with categories
* Slug: twentytwentyfive/grid-with-categories * Slug: twentytwentyfive/grid-with-categories
* Categories: featured * Categories: banner
* Viewport width: 1400 * Viewport width: 1400
* Description: A grid section with different categories. * Description: A grid section with different categories.
* *

View File

@ -19,7 +19,7 @@
<!-- wp:site-title {"level":0,"textAlign":"center","align":"wide","fontSize":"x-large"} /--> <!-- wp:site-title {"level":0,"textAlign":"center","align":"wide","fontSize":"x-large"} /-->
<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} --> <!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
<div class="wp-block-group alignwide"> <div class="wp-block-group alignwide">
<!-- wp:navigation {"layout":{"type":"flex","justifyContent":"center"}} /--> <!-- wp:navigation {"overlayBackgroundColor":"base","overlayTextColor":"contrast","layout":{"type":"flex","justifyContent":"center"}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
</div> </div>

View File

@ -24,7 +24,7 @@
<!-- /wp:group --> <!-- /wp:group -->
<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} --> <!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:navigation {"layout":{"type":"flex","orientation":"vertical"}} /--> <!-- wp:navigation {"overlayBackgroundColor":"base","overlayTextColor":"contrast","layout":{"type":"flex","orientation":"vertical"}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- wp:site-logo /--> <!-- wp:site-logo /-->

View File

@ -19,7 +19,7 @@
<!-- wp:site-title {"level":0,"style":{"typography":{"fontSize":"100px","lineHeight":"1.2"}}} /--> <!-- wp:site-title {"level":0,"style":{"typography":{"fontSize":"100px","lineHeight":"1.2"}}} /-->
<!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"0"}}},"layout":{"type":"constrained"}} --> <!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-right:0;padding-left:0"> <div class="wp-block-group" style="padding-right:0;padding-left:0">
<!-- wp:navigation {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","justifyContent":"right","orientation":"vertical"}} /--> <!-- wp:navigation {"overlayBackgroundColor":"base","overlayTextColor":"contrast","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","justifyContent":"right","orientation":"vertical"}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
</div> </div>

View File

@ -21,7 +21,7 @@
<!-- wp:site-title {"level":0} /--> <!-- wp:site-title {"level":0} /-->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","flexWrap":"wrap"}} /--> <!-- wp:navigation {"overlayBackgroundColor":"base","overlayTextColor":"contrast","layout":{"type":"flex","justifyContent":"right","flexWrap":"wrap"}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
</div> </div>

View File

@ -33,7 +33,7 @@
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%">
<!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} --> <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} -->
<figure class="wp-block-image size-full"> <figure class="wp-block-image size-full">
<img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-8803077-original.webp' ); ?>" alt="<?php echo esc_attr_x( 'A classic black and white photo of an old church', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/> <img src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/image-from-rawpixel-id-8802835-jpeg-scaled.webp' ); ?>" alt="<?php echo esc_attr_x( 'Cliff Palace, Colorado', 'Alt text for Overview picture.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>
</figure> </figure>
<!-- /wp:image --> <!-- /wp:image -->
</div> </div>

View File

@ -2,7 +2,7 @@
/** /**
* Title: Hero book * Title: Hero book
* Slug: twentytwentyfive/hero-book * Slug: twentytwentyfive/hero-book
* Categories: featured, hero * Categories: banner
* Keywords: podcast, hero, stories * Keywords: podcast, hero, stories
* Description: A hero section for the book with a description and pre-order link. * Description: A hero section for the book with a description and pre-order link.
* *

View File

@ -2,7 +2,7 @@
/** /**
* Title: Hero, full width image * Title: Hero, full width image
* Slug: twentytwentyfive/hero-full-width-image * Slug: twentytwentyfive/hero-full-width-image
* Categories: banner, featured * Categories: banner
* Description: A hero with a full width image, heading, short paragraph and button. * Description: A hero with a full width image, heading, short paragraph and button.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Hero, overlapped book cover with links * Title: Hero, overlapped book cover with links
* Slug: twentytwentyfive/hero-overlapped-book-cover-with-links * Slug: twentytwentyfive/hero-overlapped-book-cover-with-links
* Categories: banner, featured * Categories: banner
* Description: A hero with an overlapped book cover and links. * Description: A hero with an overlapped book cover and links.
* *
* @package WordPress * @package WordPress
@ -11,19 +11,16 @@
*/ */
?> ?>
<!-- wp:group {"align":"full","className":"is-style-section-1","style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
<!-- wp:cover {"isUserOverlayColor":true,"customGradient":"linear-gradient(180deg,rgb(251,250,243) 51%,rgb(255,255,255) 51%)","contentPosition":"center center","align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"textColor":"contrast","layout":{"type":"constrained"}} --> <div class="wp-block-group alignfull is-style-section-1" style="padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)">
<div class="wp-block-cover alignfull has-contrast-color has-text-color has-link-color" style="padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)">
<span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(180deg,rgb(251,250,243) 51%,rgb(255,255,255) 51%)"></span>
<div class="wp-block-cover__inner-container">
<!-- wp:group {"align":"wide","layout":{"type":"default"}} --> <!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
<div class="wp-block-group alignwide"> <div class="wp-block-group alignwide">
<!-- wp:columns {"verticalAlignment":"top","align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|80","left":"var:preset|spacing|80"}}}} --> <!-- wp:columns {"verticalAlignment":null,"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|80","left":"var:preset|spacing|80"}}}} -->
<div class="wp-block-columns alignwide are-vertically-aligned-top"> <div class="wp-block-columns alignwide">
<!-- wp:column {"verticalAlignment":"top","width":"55%"} --> <!-- wp:column {"verticalAlignment":"center","width":"55%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:55%"> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:55%">
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"left","flexWrap":"nowrap","verticalAlignment":"top"}} --> <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"left","flexWrap":"nowrap","verticalAlignment":"top"}} -->
<div class="wp-block-group"> <div class="wp-block-group" style="min-height:100%">
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:heading {"fontSize":"xx-large"} --> <!-- wp:heading {"fontSize":"xx-large"} -->
@ -31,6 +28,7 @@
<?php echo esc_html_x( 'The Stories Book', 'Hero - Overlapped book cover pattern headline text', 'twentytwentyfive' ); ?> <?php echo esc_html_x( 'The Stories Book', 'Hero - Overlapped book cover pattern headline text', 'twentytwentyfive' ); ?>
</h2> </h2>
<!-- /wp:heading --> <!-- /wp:heading -->
<!-- wp:paragraph {"className":"is-style-text-subtitle"} --> <!-- wp:paragraph {"className":"is-style-text-subtitle"} -->
<p class="is-style-text-subtitle"> <p class="is-style-text-subtitle">
<?php echo esc_html_x( 'A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.', 'Hero - Overlapped book cover pattern subline text', 'twentytwentyfive' ); ?> <?php echo esc_html_x( 'A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.', 'Hero - Overlapped book cover pattern subline text', 'twentytwentyfive' ); ?>
@ -39,12 +37,12 @@
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- wp:spacer {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} -->
<div style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:spacer {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20"}}}} -->
<div style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|20","left":"var:preset|spacing|20"}}}} --> <!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|20","left":"var:preset|spacing|20"}}}} -->
<div class="wp-block-columns"> <div class="wp-block-columns">
<!-- wp:column {"verticalAlignment":"stretch"} --> <!-- wp:column {"verticalAlignment":"stretch"} -->
@ -94,8 +92,8 @@
</div> </div>
<!-- /wp:columns --> <!-- /wp:columns -->
<!-- wp:spacer {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} --> <!-- wp:spacer {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20"}}}} -->
<div style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div> <div style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --> <!-- /wp:spacer -->
<!-- wp:paragraph {"fontSize":"medium"} --> <!-- wp:paragraph {"fontSize":"medium"} -->
@ -107,6 +105,7 @@
<!-- /wp:group --> <!-- /wp:group -->
</div> </div>
<!-- /wp:column --> <!-- /wp:column -->
<!-- wp:column {"verticalAlignment":"top","width":"45%"} --> <!-- wp:column {"verticalAlignment":"top","width":"45%"} -->
<div class="wp-block-column is-vertically-aligned-top" style="flex-basis:45%"> <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:45%">
<!-- wp:image {"aspectRatio":"3/4","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> <!-- wp:image {"aspectRatio":"3/4","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
@ -120,6 +119,5 @@
<!-- /wp:columns --> <!-- /wp:columns -->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
</div>
</div> </div>
<!-- /wp:cover --> <!-- /wp:group -->

View File

@ -2,7 +2,7 @@
/** /**
* Title: Hero podcast * Title: Hero podcast
* Slug: twentytwentyfive/hero-podcast * Slug: twentytwentyfive/hero-podcast
* Categories: featured, hero * Categories: banner
* Keywords: podcast, hero, stories * Keywords: podcast, hero, stories
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Logos * Title: Logos
* Slug: twentytwentyfive/logos * Slug: twentytwentyfive/logos
* Categories: banner, featured * Categories: banner
* Description: Showcasing the podcast's clients with a heading and a series of client logos. * Description: Showcasing the podcast's clients with a heading and a series of client logos.
* *
* @package WordPress * @package WordPress

View File

@ -16,23 +16,21 @@
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"> <div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"grid","minimumColumnWidth":"18rem"}} --> <!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"grid","minimumColumnWidth":"18rem"}} -->
<div class="wp-block-group alignwide"> <div class="wp-block-group alignwide">
<!-- wp:cover {"overlayColor":"contrast","isUserOverlayColor":true,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"textColor":"base"} --> <!-- wp:group {"className":"is-style-section-3","style":{"dimensions":{"minHeight":"297px"}},"layout":{"type":"constrained"}} -->
<div class="wp-block-cover is-light has-base-color has-text-color has-link-color"> <div class="wp-block-group is-style-section-3" style="min-height:297px">
<span aria-hidden="true" class="wp-block-cover__background has-contrast-background-color has-background-dim-100 has-background-dim"></span>
<div class="wp-block-cover__inner-container">
<!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"center","justifyContent":"center"}} --> <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"center","justifyContent":"center"}} -->
<div class="wp-block-group" style="min-height:100%"> <div class="wp-block-group" style="min-height:100%">
<!-- wp:heading {"fontSize":"large"} --> <!-- wp:heading {"fontSize":"large"} -->
<h2 class="wp-block-heading has-large-font-size"><?php esc_html_e( 'Instagram', 'twentytwentyfive' ); ?></h2> <h2 class="wp-block-heading has-large-font-size"><?php esc_html_e( 'Instagram', 'twentytwentyfive' ); ?></h2>
<!-- /wp:heading --> <!-- /wp:heading -->
<!-- wp:paragraph {"align":"center","fontSize":"medium"} --> <!-- wp:paragraph {"align":"center","fontSize":"medium"} -->
<p class="has-text-align-center has-medium-font-size"><a href="#"><?php echo esc_html_x( '@example', 'Example username for social media account.', 'twentytwentyfive' ); ?></a></p> <p class="has-text-align-center has-medium-font-size"><a href="#"><?php echo esc_html_x( '@example', 'Example username for social media account.', 'twentytwentyfive' ); ?></a></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
</div> </div>
</div> <!-- /wp:group -->
<!-- /wp:cover -->
<!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/flower-meadow-square.webp" alt="<?php esc_attr_e( 'Photo of a field full of flowers, a blue sky and a tree.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/flower-meadow-square.webp" alt="<?php esc_attr_e( 'Photo of a field full of flowers, a blue sky and a tree.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>

View File

@ -2,7 +2,7 @@
/** /**
* Title: Overlapping images and paragraph on right * Title: Overlapping images and paragraph on right
* Slug: twentytwentyfive/overlapped-images * Slug: twentytwentyfive/overlapped-images
* Categories: about * Categories: about, featured
* Description: A section with overlapping images, and a description. * Description: A section with overlapping images, and a description.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Business homepage * Title: Business homepage
* Slug: twentytwentyfive/page-business-home * Slug: twentytwentyfive/page-business-home
* Categories: twentytwentyfive_page, posts, featured * Categories: twentytwentyfive_page, featured
* Keywords: starter * Keywords: starter
* Block Types: core/post-content * Block Types: core/post-content
* Post Types: page, wp_template * Post Types: page, wp_template
@ -15,13 +15,39 @@
*/ */
?> ?>
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull"> <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/cta-centered-heading"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/cta-centered-heading"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/overlapped-images"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/overlapped-images"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/services-3-col"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/services-3-col"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/testimonials-large"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/testimonials-large"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/pricing-2-col"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/pricing-2-col"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->

View File

@ -2,7 +2,7 @@
/** /**
* Title: CV/bio * Title: CV/bio
* Slug: twentytwentyfive/page-cv-bio * Slug: twentytwentyfive/page-cv-bio
* Categories: twentytwentyfive_page, about * Categories: twentytwentyfive_page, about, featured
* Keywords: starter * Keywords: starter
* Block Types: core/post-content * Block Types: core/post-content
* Viewport width: 1400 * Viewport width: 1400
@ -14,8 +14,8 @@
*/ */
?> ?>
<!-- wp:cover {"overlayColor":"base","isUserOverlayColor":true,"isDark":false,"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} --> <!-- wp:cover {"overlayColor":"base","isUserOverlayColor":true,"isDark":false,"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","layout":{"type":"constrained"}} -->
<div class="wp-block-cover alignfull is-light" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)"> <div class="wp-block-cover alignfull is-light has-contrast-color has-text-color has-link-color" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)">
<span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-100 has-background-dim"></span> <span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-100 has-background-dim"></span>
<div class="wp-block-cover__inner-container"> <div class="wp-block-cover__inner-container">
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|60","left":"var:preset|spacing|80"}}}} --> <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|60","left":"var:preset|spacing|80"}}}} -->
@ -24,10 +24,9 @@
<div class="wp-block-column" style="flex-basis:65%"> <div class="wp-block-column" style="flex-basis:65%">
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"22rem","letterSpacing":"-0.03em"}}} --> <!-- wp:heading {"textAlign":"left","style":{"typography":{"fontSize":"22rem","letterSpacing":"-0.03em","fontStyle":"normal","fontWeight":"300","lineHeight":"1.4"}}} -->
<p class="has-text-align-left" style="font-size:22rem;letter-spacing:-0.03em"><?php echo esc_html_x( 'Hey,', 'Example heading above the content of the CV/Bio pattern.', 'twentytwentyfive' ); ?></p> <h2 class="wp-block-heading has-text-align-left" style="font-size:22rem;font-style:normal;font-weight:300;letter-spacing:-0.03em;line-height:1.4"><?php echo esc_html_x( 'Hey,', 'Example heading in pattern.', 'twentytwentyfive' ); ?></h2>
<!-- /wp:paragraph --> <!-- /wp:heading -->
<!-- wp:paragraph {"className":"is-style-text-subtitle"} --> <!-- wp:paragraph {"className":"is-style-text-subtitle"} -->
<p class="is-style-text-subtitle"><?php echo esc_html_x( 'My name is Nora Winslow Keene, and I&rsquo;m a committed public interest attorney. Living in Denver, Colorado, I&rsquo;ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p> <p class="is-style-text-subtitle"><?php echo esc_html_x( 'My name is Nora Winslow Keene, and I&rsquo;m a committed public interest attorney. Living in Denver, Colorado, I&rsquo;ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->

View File

@ -15,13 +15,38 @@
*/ */
?> ?>
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} --> <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull"> <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/hero-book"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/hero-book"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/cta-book-links"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/cta-book-links"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/banner-about-book"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/banner-about-book"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/cta-book-locations"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/cta-book-locations"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/text-faqs"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/text-faqs"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->

View File

@ -15,12 +15,32 @@
*/ */
?> ?>
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} --> <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull"> <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/hero-full-width-image"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/hero-full-width-image"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/heading-and-paragraph-with-image"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/heading-and-paragraph-with-image"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/banner-description-images-grid"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/banner-description-images-grid"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/text-faqs"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/text-faqs"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/contact-centered-social-link"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/contact-centered-social-link"} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->

View File

@ -15,12 +15,32 @@
*/ */
?> ?>
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} --> <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull"> <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/hero-podcast"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/hero-podcast"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/heading-and-paragraph-with-image"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/heading-and-paragraph-with-image"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/logos"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/logos"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/grid-videos"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/grid-videos"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->

View File

@ -55,9 +55,9 @@
<!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-background.webp","alt":"Photo of a woman worker.","dimRatio":0,"customOverlayColor":"#6b6b6b","isUserOverlayColor":true,"minHeight":100,"minHeightUnit":"vh","layout":{"type":"default"}} --> <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-background.webp","alt":"Photo of a woman worker.","dimRatio":0,"customOverlayColor":"#6b6b6b","isUserOverlayColor":true,"minHeight":100,"minHeightUnit":"vh","layout":{"type":"default"}} -->
<div class="wp-block-cover" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#6b6b6b"></span> <div class="wp-block-cover" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#6b6b6b"></span>
<img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Photo of a woman worker.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-background.webp" data-object-fit="cover"/><div class="wp-block-cover__inner-container"> <img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Photo of a woman worker.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-background.webp" data-object-fit="cover"/><div class="wp-block-cover__inner-container">
<!-- wp:paragraph {"align":"center","fontSize":"large"} --> <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
<p class="has-text-align-center has-large-font-size"></p> <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:paragraph --> <!-- /wp:spacer -->
</div></div> </div></div>
<!-- /wp:cover --> <!-- /wp:cover -->
</div> </div>

View File

@ -38,7 +38,7 @@
<p><?php echo esc_html_x( 'I&rsquo;m Nora, a dedicated public interest attorney based in Denver. I&rsquo;m a graduate of Stanford University.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p> <p><?php echo esc_html_x( 'I&rsquo;m Nora, a dedicated public interest attorney based in Denver. I&rsquo;m a graduate of Stanford University.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->
<!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#111111","className":"is-style-logos-only"} --> <!-- wp:social-links {"iconColor":"currentColor","iconColorValue":"currentColor","className":"is-style-logos-only"} -->
<ul class="wp-block-social-links has-icon-color is-style-logos-only"> <ul class="wp-block-social-links has-icon-color is-style-logos-only">
<!-- wp:social-link {"url":"#","service":"x"} /--> <!-- wp:social-link {"url":"#","service":"x"} /-->

View File

@ -2,7 +2,7 @@
/** /**
* Title: Link in bio with tight margins * Title: Link in bio with tight margins
* Slug: twentytwentyfive/page-link-in-bio-with-tight-margins * Slug: twentytwentyfive/page-link-in-bio-with-tight-margins
* Categories: twentytwentyfive_page, banner, featured * Categories: twentytwentyfive_page, banner
* Keywords: starter * Keywords: starter
* Block Types: core/post-content * Block Types: core/post-content
* Post Types: page, wp_template * Post Types: page, wp_template
@ -26,9 +26,9 @@
<span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#818181"></span> <span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#818181"></span>
<img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Black and white photo focusing on a woman and a child from afar.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-image.webp" data-object-fit="cover"/><div class="wp-block-cover__inner-container"> <img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Black and white photo focusing on a woman and a child from afar.', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/link-in-bio-image.webp" data-object-fit="cover"/><div class="wp-block-cover__inner-container">
<!-- wp:paragraph {"align":"center","fontSize":"large"} --> <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
<p class="has-text-align-center has-large-font-size"></p> <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:paragraph --> <!-- /wp:spacer -->
</div></div> </div></div>
<!-- /wp:cover --> <!-- /wp:cover -->
</div> </div>

View File

@ -2,7 +2,7 @@
/** /**
* Title: Portfolio homepage * Title: Portfolio homepage
* Slug: twentytwentyfive/page-portfolio-home * Slug: twentytwentyfive/page-portfolio-home
* Categories: twentytwentyfive_page, posts, featured * Categories: twentytwentyfive_page, posts
* Keywords: starter * Keywords: starter
* Block Types: core/post-content * Block Types: core/post-content
* Post Types: page, wp_template * Post Types: page, wp_template
@ -38,7 +38,13 @@
<!-- /wp:column --> <!-- /wp:column -->
</div> </div>
<!-- /wp:columns --> <!-- /wp:columns -->
</div>
<!-- /wp:group -->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|20"}}}} --> <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|20"}}}} -->
<div class="wp-block-columns alignwide"> <div class="wp-block-columns alignwide">
<!-- wp:column {"width":"66.66%"} --> <!-- wp:column {"width":"66.66%"} -->
@ -49,14 +55,11 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /--> <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /-->
<!-- wp:post-title {"isLink":true} /--> <!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> <!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results --> <!-- wp:query-no-results -->
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
@ -66,7 +69,6 @@
<!-- /wp:query --> <!-- /wp:query -->
</div> </div>
<!-- /wp:column --> <!-- /wp:column -->
<!-- wp:column {"width":"33.33%"} --> <!-- wp:column {"width":"33.33%"} -->
<div class="wp-block-column" style="flex-basis:33.33%"> <div class="wp-block-column" style="flex-basis:33.33%">
<!-- wp:query {"query":{"perPage":1,"pages":0,"offset":"1","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"layout":{"type":"default"}} --> <!-- wp:query {"query":{"perPage":1,"pages":0,"offset":"1","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"layout":{"type":"default"}} -->
@ -75,14 +77,11 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /--> <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /-->
<!-- wp:post-title {"isLink":true} /--> <!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> <!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results --> <!-- wp:query-no-results -->
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
@ -95,24 +94,28 @@
</div> </div>
<!-- /wp:columns --> <!-- /wp:columns -->
<!-- wp:spacer {"height":"var:preset|spacing|70"} --> <!-- wp:spacer {"height":"var:preset|spacing|30"} -->
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div> <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --> <!-- /wp:spacer -->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:spacer {"height":"var:preset|spacing|30"} -->
<div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":"2","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"default"}} --> <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":"2","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"align":"wide","layout":{"type":"default"}} -->
<div class="wp-block-query alignwide"> <div class="wp-block-query alignwide">
<!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"grid","columnCount":3}} --> <!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"grid","columnCount":3}} -->
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /--> <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /-->
<!-- wp:post-title {"isLink":true} /--> <!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> <!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results --> <!-- wp:query-no-results -->
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
@ -120,11 +123,17 @@
<!-- /wp:query-no-results --> <!-- /wp:query-no-results -->
</div> </div>
<!-- /wp:query --> <!-- /wp:query -->
<!-- wp:spacer {"height":"var:preset|spacing|30"} -->
<!-- wp:spacer {"height":"var:preset|spacing|70"} --> <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --> <!-- /wp:spacer -->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:spacer {"height":"var:preset|spacing|30"} -->
<div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|20"}}}} --> <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|20"}}}} -->
<div class="wp-block-columns alignwide"> <div class="wp-block-columns alignwide">
<!-- wp:column {"width":"33.33%"} --> <!-- wp:column {"width":"33.33%"} -->
@ -135,14 +144,11 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /--> <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /-->
<!-- wp:post-title {"isLink":true} /--> <!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> <!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results --> <!-- wp:query-no-results -->
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
@ -152,7 +158,6 @@
<!-- /wp:query --> <!-- /wp:query -->
</div> </div>
<!-- /wp:column --> <!-- /wp:column -->
<!-- wp:column {"width":"66.66%"} --> <!-- wp:column {"width":"66.66%"} -->
<div class="wp-block-column" style="flex-basis:66.66%"> <div class="wp-block-column" style="flex-basis:66.66%">
<!-- wp:query {"query":{"perPage":1,"pages":0,"offset":"6","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"layout":{"type":"default"}} --> <!-- wp:query {"query":{"perPage":1,"pages":0,"offset":"6","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"layout":{"type":"default"}} -->
@ -161,14 +166,11 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /--> <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /-->
<!-- wp:post-title {"isLink":true} /--> <!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> <!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results --> <!-- wp:query-no-results -->
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
@ -191,14 +193,11 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} --> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"default"}} -->
<div class="wp-block-group"> <div class="wp-block-group">
<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /--> <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /-->
<!-- wp:post-title {"isLink":true} /--> <!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> <!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}},"typography":{"fontStyle":"normal","fontWeight":"300"}}} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results --> <!-- wp:query-no-results -->
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
@ -206,8 +205,6 @@
<!-- /wp:query-no-results --> <!-- /wp:query-no-results -->
</div> </div>
<!-- /wp:query --> <!-- /wp:query -->
</div>
<!-- /wp:group -->
<!-- wp:separator {"align":"full"} --> <!-- wp:separator {"align":"full"} -->
<hr class="wp-block-separator alignfull has-alpha-channel-opacity"/> <hr class="wp-block-separator alignfull has-alpha-channel-opacity"/>
@ -216,7 +213,11 @@
<!-- wp:spacer {"height":"var:preset|spacing|30"} --> <!-- wp:spacer {"height":"var:preset|spacing|30"} -->
<div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --> <!-- /wp:spacer -->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} --> <!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
<div class="wp-block-group alignwide"> <div class="wp-block-group alignwide">
<!-- wp:group {"align":"wide","layout":{"type":"default"}} --> <!-- wp:group {"align":"wide","layout":{"type":"default"}} -->

View File

@ -2,7 +2,7 @@
/** /**
* Title: Shop homepage * Title: Shop homepage
* Slug: twentytwentyfive/page-shop-home * Slug: twentytwentyfive/page-shop-home
* Categories: twentytwentyfive_page, posts, featured * Categories: twentytwentyfive_page
* Keywords: starter * Keywords: starter
* Block Types: core/post-content * Block Types: core/post-content
* Post Types: page, wp_template * Post Types: page, wp_template
@ -15,10 +15,20 @@
*/ */
?> ?>
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} --> <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull"> <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/banner-intro-image"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/banner-intro-image"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/grid-with-categories"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/grid-with-categories"} /-->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0">
<!-- wp:pattern {"slug":"twentytwentyfive/media-instagram-grid"} /--> <!-- wp:pattern {"slug":"twentytwentyfive/media-instagram-grid"} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->

View File

@ -2,7 +2,7 @@
/** /**
* Title: Pricing, 2 columns * Title: Pricing, 2 columns
* Slug: twentytwentyfive/pricing-2-col * Slug: twentytwentyfive/pricing-2-col
* Categories: call-to-action, featured * Categories: call-to-action
* Viewport width: 1400 * Viewport width: 1400
* Description: Pricing section with two columns, pricing plan, description, and call-to-action buttons. * Description: Pricing section with two columns, pricing plan, description, and call-to-action buttons.
* *

View File

@ -2,7 +2,7 @@
/** /**
* Title: Pricing, 3 columns * Title: Pricing, 3 columns
* Slug: twentytwentyfive/pricing-3-col * Slug: twentytwentyfive/pricing-3-col
* Categories: call-to-action, banner, featured, services * Categories: call-to-action, banner, services
* Description: A three-column boxed pricing table designed to showcase services, descriptions, and pricing options. * Description: A three-column boxed pricing table designed to showcase services, descriptions, and pricing options.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Services, 3 columns * Title: Services, 3 columns
* Slug: twentytwentyfive/services-3-col * Slug: twentytwentyfive/services-3-col
* Categories: call-to-action, banner, featured, services * Categories: call-to-action, banner, services
* Description: Three columns with images and text to showcase services. * Description: Three columns with images and text to showcase services.
* *
* @package WordPress * @package WordPress

View File

@ -2,7 +2,7 @@
/** /**
* Title: Services, subscriber only section * Title: Services, subscriber only section
* Slug: twentytwentyfive/services-subscriber-only-section * Slug: twentytwentyfive/services-subscriber-only-section
* Categories: call-to-action, featured, services * Categories: call-to-action, services
* Description: A subscriber-only section highlighting exclusive services and offerings. * Description: A subscriber-only section highlighting exclusive services and offerings.
* *
* @package WordPress * @package WordPress

View File

@ -53,11 +53,6 @@
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results -->
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- /wp:query-no-results -->
</div> </div>
<!-- /wp:query --> <!-- /wp:query -->
</div> </div>
@ -78,11 +73,6 @@
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results -->
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- /wp:query-no-results -->
</div> </div>
<!-- /wp:query --> <!-- /wp:query -->
</div> </div>
@ -102,11 +92,6 @@
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results -->
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- /wp:query-no-results -->
</div> </div>
<!-- /wp:query --> <!-- /wp:query -->
<!-- wp:query {"query":{"perPage":1,"pages":0,"offset":"4","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]}} --> <!-- wp:query {"query":{"perPage":1,"pages":0,"offset":"4","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]}} -->
@ -120,11 +105,6 @@
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results -->
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- /wp:query-no-results -->
</div> </div>
<!-- /wp:query --> <!-- /wp:query -->
</div> </div>
@ -149,11 +129,6 @@
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results -->
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- /wp:query-no-results -->
</div> </div>
<!-- /wp:query --> <!-- /wp:query -->
</div> </div>
@ -172,11 +147,6 @@
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- /wp:post-template --> <!-- /wp:post-template -->
<!-- wp:query-no-results -->
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- /wp:query-no-results -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} --> <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"> <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
<!-- wp:query-pagination {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} --> <!-- wp:query-pagination {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->

View File

@ -4,6 +4,7 @@
* Slug: twentytwentyfive/template-query-loop-photo-blog * Slug: twentytwentyfive/template-query-loop-photo-blog
* Categories: query * Categories: query
* Block Types: core/query * Block Types: core/query
* Viewport width: 1400
* Description: A list of posts, 3 columns, with only featured images. * Description: A list of posts, 3 columns, with only featured images.
* *
* @package WordPress * @package WordPress

View File

@ -23,7 +23,7 @@
<!-- wp:column {"width":"64px"} --> <!-- wp:column {"width":"64px"} -->
<div class="wp-block-column" style="flex-basis:64px"> <div class="wp-block-column" style="flex-basis:64px">
<!-- wp:image {"width":"64px","aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <!-- wp:image {"width":"64px","aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
<figure class="wp-block-image size-large is-resized is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/avatar.webp" alt="<?php echo esc_attr_x( 'Picture of a person', 'Alt text for testimonial image.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover;width:64px"/></figure> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/nurse.webp" alt="<?php echo esc_attr_x( 'Picture of a person', 'Alt text for testimonial image.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover;width:64px"/></figure>
<!-- /wp:image --> <!-- /wp:image -->
</div> </div>
<!-- /wp:column --> <!-- /wp:column -->
@ -52,7 +52,7 @@
<!-- wp:column {"width":"64px"} --> <!-- wp:column {"width":"64px"} -->
<div class="wp-block-column" style="flex-basis:64px"> <div class="wp-block-column" style="flex-basis:64px">
<!-- wp:image {"width":"64px","aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> <!-- wp:image {"width":"64px","aspectRatio":"1","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
<figure class="wp-block-image size-large is-resized is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/avatar.webp" alt="<?php echo esc_attr_x( 'Picture of a person', 'Alt text for testimonial image.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover;width:64px"/></figure> <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/nurse.webp" alt="<?php echo esc_attr_x( 'Picture of a person', 'Alt text for testimonial image.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover;width:64px"/></figure>
<!-- /wp:image --> <!-- /wp:image -->
</div> </div>
<!-- /wp:column --> <!-- /wp:column -->

View File

@ -2,7 +2,7 @@
/** /**
* Title: FAQs * Title: FAQs
* Slug: twentytwentyfive/text-faqs * Slug: twentytwentyfive/text-faqs
* Categories: text, about, featured * Categories: text, about
* Keywords: faq, about, frequently asked questions * Keywords: faq, about, frequently asked questions
* Viewport width: 1400 * Viewport width: 1400
* Description: A FAQs section with a FAQ heading and list of toggle questions and answers. * Description: A FAQs section with a FAQ heading and list of toggle questions and answers.

View File

@ -18,7 +18,7 @@
<div class="wp-block-group alignwide" style="min-height:100vh;"> <div class="wp-block-group alignwide" style="min-height:100vh;">
<!-- wp:group {"align":"full","layout":{"type":"flex","orientation":"vertical","justifyContent":"center","verticalAlignment":"center"}} --> <!-- wp:group {"align":"full","layout":{"type":"flex","orientation":"vertical","justifyContent":"center","verticalAlignment":"center"}} -->
<div class="wp-block-group alignfull"> <div class="wp-block-group alignfull">
<!-- wp:navigation {"overlayMenu":"always","style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal","flexWrap":"wrap"}} /--> <!-- wp:navigation {"overlayBackgroundColor":"base","overlayTextColor":"contrast","overlayMenu":"always","style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}},"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal","flexWrap":"wrap"}} /-->
<!-- wp:site-title {"level":0,"style":{"typography":{"writingMode":"vertical-rl"}},"fontSize":"large"} /--> <!-- wp:site-title {"level":0,"style":{"typography":{"writingMode":"vertical-rl"}},"fontSize":"large"} /-->
</div> </div>
<!-- /wp:group --> <!-- /wp:group -->

View File

@ -125,11 +125,6 @@ Free public domain CC0 image.
image-from-rawpixel-id-2211732.webp image-from-rawpixel-id-2211732.webp
https://www.rawpixel.com/image/2211732 https://www.rawpixel.com/image/2211732
Woman walking into the woods.
Free public domain CC0 image.
avatar.webp
https://www.rawpixel.com/image/5918459
Botany flowers. Botany flowers.
Free public domain CC0 image. Free public domain CC0 image.
botany-flowers.webp botany-flowers.webp
@ -156,11 +151,6 @@ man-in-hat.webp
Free public domain CC0 image. Free public domain CC0 image.
https://www.slam.org/collection/objects/62642/ https://www.slam.org/collection/objects/62642/
Corner view showing mostly left wall, Church, Acoma Pueblo.
Free public domain CC0 image.
image-from-rawpixel-id-8803077-original.webp
https://www.rawpixel.com/image/8803077
African Woman by Pascal Sébah and Jean Pascal Sébah African Woman by Pascal Sébah and Jean Pascal Sébah
Free public domain CC0 image. Free public domain CC0 image.
agenda-img-4.webp agenda-img-4.webp

View File

@ -30,9 +30,17 @@ a {
} }
/* /*
* Progresive enhancement to reduce widows and orphans * Progressive enhancement to reduce widows and orphans
* https://github.com/WordPress/gutenberg/issues/55190 * https://github.com/WordPress/gutenberg/issues/55190
*/ */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p { h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty; text-wrap: pretty;
} }
/*
* Change the position of the more block on the front, by making it a block level element.
* https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
display: block;
}

View File

@ -67,14 +67,6 @@
} }
} }
}, },
"core/code": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300",
"letterSpacing": "0px"
}
},
"core/site-tagline": { "core/site-tagline": {
"color": { "color": {
"text": "var:preset|color|accent-4" "text": "var:preset|color|accent-4"

View File

@ -57,8 +57,8 @@
}, },
{ {
"fluid": { "fluid": {
"max": "1.3rem", "max": "1.2rem",
"min": "1.2rem" "min": "1rem"
}, },
"name": "Medium", "name": "Medium",
"size": "1rem", "size": "1rem",
@ -66,29 +66,29 @@
}, },
{ {
"fluid": { "fluid": {
"max": "1.6rem", "max": "1.8rem",
"min": "1.3rem" "min": "1.6rem"
}, },
"name": "Large", "name": "Large",
"size": "1.38rem", "size": "1.6rem",
"slug": "large" "slug": "large"
}, },
{ {
"fluid": { "fluid": {
"max": "2rem", "max": "2.2rem",
"min": "1.75rem" "min": "1.8em"
}, },
"name": "Extra Large", "name": "Extra Large",
"size": "1.75rem", "size": "1.8rem",
"slug": "x-large" "slug": "x-large"
}, },
{ {
"fluid": { "fluid": {
"max": "3.625rem", "max": "2.8rem",
"min": "2.625rem" "min": "2rem"
}, },
"name": "Extra Extra Large", "name": "Extra Extra Large",
"size": "2.625rem", "size": "2rem",
"slug": "xx-large" "slug": "xx-large"
} }
] ]
@ -101,10 +101,8 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|medium",
"fontStyle": "normal", "letterSpacing": "-0.01em",
"fontWeight": "300", "lineHeight": "1.6"
"letterSpacing": "-0.22px",
"lineHeight": "1.5"
}, },
"blocks": { "blocks": {
"core/button": { "core/button": {
@ -156,13 +154,6 @@
} }
} }
}, },
"core/code": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300"
}
},
"core/list": { "core/list": {
"typography": { "typography": {
"lineHeight": "1.3" "lineHeight": "1.3"
@ -173,26 +164,8 @@
"fontSize": "var:preset|font-size|medium" "fontSize": "var:preset|font-size|medium"
} }
}, },
"core/post-author": {
"typography": {
"fontFamily": "var:preset|font-family|beiruti"
}
},
"core/post-author-name": {
"typography": {
"fontFamily": "var:preset|font-family|beiruti"
}
},
"core/post-date": {
"typography": {
"fontFamily": "var:preset|font-family|beiruti",
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-terms": { "core/post-terms": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|beiruti",
"fontSize": "var:preset|font-size|medium",
"fontWeight": "300" "fontWeight": "300"
} }
}, },
@ -206,11 +179,6 @@
"text": "var:preset|color|accent-3" "text": "var:preset|color|accent-3"
} }
} }
},
"typography": {
"fontSize": "var:preset|font-size|xx-large",
"fontWeight": "500",
"letterSpacing": "-1px"
} }
}, },
"core/pullquote": { "core/pullquote": {
@ -230,6 +198,11 @@
"lineHeight": "1" "lineHeight": "1"
} }
}, },
"core/quote": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/query-pagination": { "core/query-pagination": {
"typography": { "typography": {
"fontWeight": "300" "fontWeight": "300"
@ -247,11 +220,6 @@
} }
} }
}, },
"core/quote": {
"typography": {
"fontWeight": "300"
}
},
"core/site-tagline": { "core/site-tagline": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|small" "fontSize": "var:preset|font-size|small"
@ -273,11 +241,6 @@
"text": "var:preset|color|base" "text": "var:preset|color|base"
} }
}, },
"h3": {
"typography": {
"fontSize": "1.8rem"
}
},
"h4": { "h4": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|large" "fontSize": "var:preset|font-size|large"
@ -285,7 +248,8 @@
}, },
"h5": { "h5": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium" "fontSize": "var:preset|font-size|medium",
"letterSpacing": "0px"
} }
}, },
"h6": { "h6": {
@ -300,7 +264,8 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|beiruti", "fontFamily": "var:preset|font-family|beiruti",
"fontWeight": "500", "fontWeight": "500",
"letterSpacing": "-1px" "letterSpacing": "-0.02em",
"lineHeight": "1.02"
} }
}, },
"link": { "link": {

View File

@ -57,8 +57,6 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|fira-code", "fontFamily": "var:preset|font-family|fira-code",
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300",
"letterSpacing": "-0.18px", "letterSpacing": "-0.18px",
"lineHeight": "1.5" "lineHeight": "1.5"
}, },

View File

@ -75,20 +75,20 @@
}, },
{ {
"fluid": { "fluid": {
"max": "2rem", "max": "1.8rem",
"min": "1.75rem" "min": "1.4rem"
}, },
"name": "Extra Large", "name": "Extra Large",
"size": "1.75rem", "size": "1.4rem",
"slug": "x-large" "slug": "x-large"
}, },
{ {
"fluid": { "fluid": {
"max": "3.625rem", "max": "2.6rem",
"min": "2.625rem" "min": "2rem"
}, },
"name": "Extra Extra Large", "name": "Extra Extra Large",
"size": "2.625rem", "size": "2rem",
"slug": "xx-large" "slug": "xx-large"
} }
] ]
@ -97,10 +97,8 @@
"styles": { "styles": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|ysabeau-office", "fontFamily": "var:preset|font-family|ysabeau-office",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "-0.22px", "letterSpacing": "-0.22px",
"lineHeight": "1.6" "lineHeight": "1.5"
}, },
"blocks": { "blocks": {
"core/button": { "core/button": {
@ -130,12 +128,14 @@
}, },
"core/code": { "core/code": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300",
"letterSpacing": "0px" "letterSpacing": "0px"
} }
}, },
"core/heading": {
"typography": {
"lineHeight": "1.2"
}
},
"core/list": { "core/list": {
"typography": { "typography": {
"lineHeight": "1.3" "lineHeight": "1.3"
@ -146,34 +146,11 @@
"fontSize": "var:preset|font-size|medium" "fontSize": "var:preset|font-size|medium"
} }
}, },
"core/post-author": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-author-biography": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-author-name": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-terms": { "core/post-terms": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "400" "fontWeight": "400"
} }
}, },
"core/post-title": {
"typography": {
"fontStyle": "normal",
"fontWeight": "500",
"letterSpacing": "-0.8px"
}
},
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|platypi", "fontFamily": "var:preset|font-family|platypi",
@ -183,14 +160,13 @@
}, },
"core/quote": { "core/quote": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "300" "fontWeight": "300"
} }
}, },
"core/site-title": { "core/site-title": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|ysabeau-office", "fontFamily": "var:preset|font-family|ysabeau-office",
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|large",
"letterSpacing": "1.44px", "letterSpacing": "1.44px",
"textTransform": "uppercase" "textTransform": "uppercase"
} }
@ -203,12 +179,31 @@
"fontWeight": "600", "fontWeight": "600",
"letterSpacing": "1.44px", "letterSpacing": "1.44px",
"textTransform": "uppercase" "textTransform": "uppercase"
},
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)"
}
} }
}, },
"heading": { "heading": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|platypi" "fontFamily": "var:preset|font-family|platypi"
} }
},
"h5": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"h6": {
"typography": {
"fontSize": "var:preset|font-size|small",
"fontWeight": "400",
"fontStyle": "initial",
"letterSpacing": "initial",
"textTransform": "initial"
}
} }
}, },
"variations": { "variations": {
@ -230,6 +225,28 @@
} }
} }
} }
},
"section-4": {
"elements": {
"button": {
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
}
}
}
}
},
"section-5": {
"elements": {
"button": {
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)"
}
}
}
}
} }
} }
} }

View File

@ -46,13 +46,57 @@
"slug": "accent-6" "slug": "accent-6"
} }
] ]
},
"typography": {
"fontSizes": [
{
"fluid": false,
"name": "Small",
"size": "0.875rem",
"slug": "small"
},
{
"fluid": {
"max": "1.125rem",
"min": "1rem"
},
"name": "Medium",
"size": "1rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.375rem",
"min": "1.125rem"
},
"name": "Large",
"size": "1.38rem",
"slug": "large"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Extra Large",
"size": "1.75rem",
"slug": "x-large"
},
{
"fluid": {
"max": "2.4rem",
"min": "2.15rem"
},
"name": "Extra Extra Large",
"size": "2.15rem",
"slug": "xx-large"
}
]
} }
}, },
"styles": { "styles": {
"typography": { "typography": {
"fontWeight": "500", "letterSpacing": "0"
"lineHeight": "1.3",
"letterSpacing": "-0.22px"
}, },
"blocks": { "blocks": {
"core/button": { "core/button": {
@ -69,11 +113,6 @@
} }
} }
}, },
"core/code": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/navigation": { "core/navigation": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|large", "fontSize": "var:preset|font-size|large",
@ -93,29 +132,16 @@
}, },
"core/post-terms": { "core/post-terms": {
"typography": { "typography": {
"fontStyle": "normal", "fontWeight": "500"
"fontWeight": "500",
"textTransform": "uppercase"
}
},
"core/post-title": {
"typography": {
"fontWeight": "200",
"letterSpacing": "-2.32px"
} }
}, },
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|roboto-slab", "fontFamily": "var:preset|font-family|roboto-slab",
"fontSize": "var:preset|font-size|x-large", "fontSize": "var:preset|font-size|xx-large",
"fontWeight": "200" "fontWeight": "200"
} }
}, },
"core/query-title": {
"typography": {
"fontWeight": "300"
}
},
"core/search": { "core/search": {
"typography": { "typography": {
"textTransform": "uppercase" "textTransform": "uppercase"
@ -128,10 +154,6 @@
}, },
"core/site-title": { "core/site-title": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "500",
"letterSpacing": "-0.28px",
"lineHeight": "1.3",
"textTransform": "uppercase" "textTransform": "uppercase"
} }
} }
@ -152,28 +174,10 @@
"textTransform": "uppercase" "textTransform": "uppercase"
} }
}, },
"h4": {
"typography": {
"fontWeight": "300",
"letterSpacing": "-0.5px"
}
},
"h5": {
"typography": {
"fontWeight": "400",
"letterSpacing": "0px"
}
},
"h6": {
"typography": {
"fontWeight": "400",
"letterSpacing": "1px"
}
},
"heading": { "heading": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|roboto-slab", "fontFamily": "var:preset|font-family|roboto-slab",
"fontWeight": "200", "fontWeight": "300",
"letterSpacing": "-0.5px", "letterSpacing": "-0.5px",
"lineHeight": "1.2" "lineHeight": "1.2"
} }

View File

@ -46,6 +46,52 @@
"slug": "accent-6" "slug": "accent-6"
} }
] ]
},
"typography": {
"fontSizes": [
{
"fluid": false,
"name": "Small",
"size": "0.875rem",
"slug": "small"
},
{
"fluid": {
"max": "1.125rem",
"min": "1rem"
},
"name": "Medium",
"size": "1rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.375rem",
"min": "1.125rem"
},
"name": "Large",
"size": "1.38rem",
"slug": "large"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Extra Large",
"size": "1.75rem",
"slug": "x-large"
},
{
"fluid": {
"max": "2.6rem",
"min": "1.4rem"
},
"name": "Extra Extra Large",
"size": "2.6rem",
"slug": "xx-large"
}
]
} }
}, },
"styles": { "styles": {
@ -54,10 +100,7 @@
}, },
"typography": { "typography": {
"fontFamily": "var:preset|font-family|ysabeau-office", "fontFamily": "var:preset|font-family|ysabeau-office",
"fontSize": "1.5rem", "letterSpacing": "-0.24px"
"fontWeight": "400",
"letterSpacing": "-0.24px",
"lineHeight": "1.4"
}, },
"blocks": { "blocks": {
"core/code": { "core/code": {
@ -81,36 +124,6 @@
} }
}, },
"core/post-author-name": { "core/post-author-name": {
"typography": {
"fontSize": "var:preset|font-size|medium"
},
"color": {
"text": "var:preset|color|contrast"
},
"elements": {
"link": {
"color": {
"text": "var:preset|color|contrast"
},
"typography": {
"textDecoration": "underline"
},
":hover": {
"typography": {
"textDecoration": "none"
}
}
}
}
},
"core/post-terms": {
"typography": {
"fontWeight": "400",
"fontSize": "var:preset|font-size|medium"
},
"color": {
"text": "var:preset|color|contrast"
},
"elements": { "elements": {
"link": { "link": {
"color": { "color": {
@ -145,7 +158,7 @@
"text": "var:preset|color|contrast" "text": "var:preset|color|contrast"
}, },
"typography": { "typography": {
"fontSize": "var:preset|font-size|x-large" "fontSize": "var:preset|font-size|xx-large"
}, },
"elements": { "elements": {
"cite": { "cite": {
@ -160,19 +173,10 @@
} }
}, },
"core/quote": { "core/quote": {
"color": {
"text": "var:preset|color|contrast"
},
"typography": {
"fontSize": "1.5rem",
"fontWeight": "500",
"letterSpacing": "-0.18px"
},
"elements": { "elements": {
"cite": { "cite": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|medium",
"fontWeight": "300",
"letterSpacing": "-0.14px" "letterSpacing": "-0.14px"
}, },
"color": { "color": {
@ -198,7 +202,7 @@
"button": { "button": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontSize": "1.375rem", "fontSize": "var:preset|font-size|medium",
"fontWeight": "900", "fontWeight": "900",
"letterSpacing": "-0.36px" "letterSpacing": "-0.36px"
}, },
@ -222,7 +226,19 @@
}, },
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontWeight": "900" "fontWeight": "900",
"lineHeight": "1.2"
}
},
"h5": {
"typography": {
"letterSpacing": "0px"
}
},
"h6": {
"typography": {
"fontWeight": "900",
"letterSpacing": "0px"
} }
}, },
"link": { "link": {
@ -303,7 +319,8 @@
}, },
":hover": { ":hover": {
"color": { "color": {
"background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)" "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)",
"text": "var:preset|color|contrast"
} }
} }
}, },

View File

@ -143,7 +143,6 @@
"cite": { "cite": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontSize": "var:preset|font-size|small",
"fontWeight": "400", "fontWeight": "400",
"letterSpacing": "-0.14px" "letterSpacing": "-0.14px"
}, },
@ -168,8 +167,6 @@
"elements": { "elements": {
"cite": { "cite": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|small",
"fontWeight": "300",
"letterSpacing": "-0.14px" "letterSpacing": "-0.14px"
}, },
"color": { "color": {

View File

@ -26,7 +26,7 @@
"slug": "contrast" "slug": "contrast"
}, },
{ {
"color": "#4433A6", "color": "#5644BC",
"name": "Accent 1", "name": "Accent 1",
"slug": "accent-1" "slug": "accent-1"
}, },
@ -62,12 +62,12 @@
{ {
"fluid": false, "fluid": false,
"name": "Small", "name": "Small",
"size": "0.875rem", "size": "0.9rem",
"slug": "small" "slug": "small"
}, },
{ {
"fluid": { "fluid": {
"max": "1.1rem", "max": "1.2rem",
"min": "0.9rem" "min": "0.9rem"
}, },
"name": "Medium", "name": "Medium",
@ -76,29 +76,29 @@
}, },
{ {
"fluid": { "fluid": {
"max": "1.2rem", "max": "1.8rem",
"min": "1.09rem" "min": "1.2rem"
}, },
"name": "Large", "name": "Large",
"size": "1.38rem", "size": "1.2rem",
"slug": "large" "slug": "large"
}, },
{ {
"fluid": { "fluid": {
"max": "2rem", "max": "2.2rem",
"min": "1.75rem" "min": "1.8rem"
}, },
"name": "Extra Large", "name": "Extra Large",
"size": "1.75rem", "size": "1.8rem",
"slug": "x-large" "slug": "x-large"
}, },
{ {
"fluid": { "fluid": {
"max": "3.625rem", "max": "2.8rem",
"min": "2.625rem" "min": "2rem"
}, },
"name": "Extra Extra Large", "name": "Extra Extra Large",
"size": "2.625rem", "size": "2rem",
"slug": "xx-large" "slug": "xx-large"
} }
] ]
@ -106,11 +106,10 @@
}, },
"styles": { "styles": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium",
"fontFamily": "var:preset|font-family|fira-sans", "fontFamily": "var:preset|font-family|fira-sans",
"fontStyle": "normal", "letterSpacing": "-0.01em",
"fontWeight": "300", "lineHeight": "1.5"
"letterSpacing": "-0.24px",
"lineHeight": "1.4"
}, },
"blocks": { "blocks": {
"core/avatar": { "core/avatar": {
@ -133,10 +132,6 @@
} }
}, },
"core/code": { "core/code": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontWeight": "300"
},
"color": { "color": {
"background": "var:preset|color|accent-2", "background": "var:preset|color|accent-2",
"text": "var:preset|color|contrast" "text": "var:preset|color|contrast"
@ -152,16 +147,6 @@
"duotone": "var:preset|duotone|midnight-filter" "duotone": "var:preset|duotone|midnight-filter"
} }
}, },
"core/post-author": {
"typography": {
"fontSize": "var:preset|font-size|small"
}
},
"core/post-author-name": {
"typography": {
"fontSize": "var:preset|font-size|small"
}
},
"core/post-date": { "core/post-date": {
"color": { "color": {
"text": "var:preset|color|contrast" "text": "var:preset|color|contrast"
@ -179,16 +164,9 @@
"duotone": "var:preset|duotone|midnight-filter" "duotone": "var:preset|duotone|midnight-filter"
} }
}, },
"core/post-terms": {
"typography": {
"fontWeight": "400",
"textTransform": "uppercase"
}
},
"core/post-title": { "core/post-title": {
"typography": { "typography": {
"fontWeight": "200", "fontWeight": "200"
"letterSpacing": "-2.72px"
} }
}, },
"core/pullquote": { "core/pullquote": {
@ -213,8 +191,7 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontWeight": "200", "fontWeight": "200",
"letterSpacing": "0em", "letterSpacing": "0em"
"lineHeight": "1.1"
} }
}, },
"core/query-pagination": { "core/query-pagination": {
@ -225,7 +202,9 @@
}, },
"core/quote": { "core/quote": {
"typography": { "typography": {
"fontStyle": "normal", "fontSize": "var:preset|font-size|medium",
"letterSpacing": "-0.01em",
"lineHeight": "1.5",
"fontWeight": "300" "fontWeight": "300"
} }
}, },
@ -268,9 +247,9 @@
}, },
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontStyle": "normal", "fontSize": "var:preset|font-size|medium",
"fontWeight": "600", "fontWeight": "400",
"letterSpacing": "-0.96px", "letterSpacing": "-0.01em",
"textTransform": "uppercase" "textTransform": "uppercase"
}, },
":hover": { ":hover": {
@ -283,7 +262,13 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontWeight": "200", "fontWeight": "200",
"letterSpacing": "-0.02em" "letterSpacing": "-0.02em",
"lineHeight": "1.24"
}
},
"h6": {
"typography": {
"fontWeight": "200"
} }
} }
}, },

View File

@ -22,7 +22,8 @@
} }
}, },
"typography": { "typography": {
"fontWeight": "400" "fontWeight": "400",
"lineHeight": "2.8"
} }
} }
} }

View File

@ -49,6 +49,15 @@
} }
}, },
"styles": { "styles": {
"elements": {
"button": {
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)"
}
}
}
},
"variations": { "variations": {
"section-2": { "section-2": {
"color": { "color": {
@ -68,6 +77,28 @@
} }
} }
} }
},
"section-4": {
"elements": {
"button": {
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
}
}
}
}
},
"section-5": {
"elements": {
"button": {
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)"
}
}
}
}
} }
} }
} }

View File

@ -69,21 +69,6 @@
} }
}, },
"core/post-author-name": { "core/post-author-name": {
"color": {
"text": "var:preset|color|contrast"
},
"elements": {
"link": {
"color": {
"text": "var:preset|color|contrast"
}
}
}
},
"core/post-terms": {
"color": {
"text": "var:preset|color|contrast"
},
"elements": { "elements": {
"link": { "link": {
"color": { "color": {
@ -114,9 +99,6 @@
} }
}, },
"core/quote": { "core/quote": {
"color": {
"text": "var:preset|color|contrast"
},
"elements": { "elements": {
"cite": { "cite": {
"color": { "color": {

View File

@ -16,7 +16,7 @@
"slug": "contrast" "slug": "contrast"
}, },
{ {
"color": "#4433A6", "color": "#5644BC",
"name": "Accent 1", "name": "Accent 1",
"slug": "accent-1" "slug": "accent-1"
}, },

View File

@ -14,8 +14,8 @@
}, },
{ {
"fluid": { "fluid": {
"max": "1.3rem", "max": "1.2rem",
"min": "1.2rem" "min": "1rem"
}, },
"name": "Medium", "name": "Medium",
"size": "1rem", "size": "1rem",
@ -23,29 +23,29 @@
}, },
{ {
"fluid": { "fluid": {
"max": "1.6rem", "max": "1.8rem",
"min": "1.3rem" "min": "1.6rem"
}, },
"name": "Large", "name": "Large",
"size": "1.38rem", "size": "1.6rem",
"slug": "large" "slug": "large"
}, },
{ {
"fluid": { "fluid": {
"max": "2rem", "max": "2.2rem",
"min": "1.75rem" "min": "1.8em"
}, },
"name": "Extra Large", "name": "Extra Large",
"size": "1.75rem", "size": "1.8rem",
"slug": "x-large" "slug": "x-large"
}, },
{ {
"fluid": { "fluid": {
"max": "3.625rem", "max": "2.8rem",
"min": "2.625rem" "min": "2rem"
}, },
"name": "Extra Extra Large", "name": "Extra Extra Large",
"size": "2.625rem", "size": "2rem",
"slug": "xx-large" "slug": "xx-large"
} }
] ]
@ -55,10 +55,8 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|medium",
"fontStyle": "normal", "letterSpacing": "-0.01em",
"fontWeight": "300", "lineHeight": "1.6"
"letterSpacing": "-0.22px",
"lineHeight": "1.5"
}, },
"blocks": { "blocks": {
"core/button": { "core/button": {
@ -66,13 +64,6 @@
"fontFamily": "var:preset|font-family|beiruti" "fontFamily": "var:preset|font-family|beiruti"
} }
}, },
"core/code": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300"
}
},
"core/list": { "core/list": {
"typography": { "typography": {
"lineHeight": "1.3" "lineHeight": "1.3"
@ -83,36 +74,11 @@
"fontSize": "var:preset|font-size|medium" "fontSize": "var:preset|font-size|medium"
} }
}, },
"core/post-author": {
"typography": {
"fontFamily": "var:preset|font-family|beiruti"
}
},
"core/post-author-name": {
"typography": {
"fontFamily": "var:preset|font-family|beiruti"
}
},
"core/post-date": {
"typography": {
"fontFamily": "var:preset|font-family|beiruti",
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-terms": { "core/post-terms": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|beiruti",
"fontSize": "var:preset|font-size|medium",
"fontWeight": "300" "fontWeight": "300"
} }
}, },
"core/post-title": {
"typography": {
"fontSize": "var:preset|font-size|xx-large",
"fontWeight": "500",
"letterSpacing": "-1px"
}
},
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|beiruti", "fontFamily": "var:preset|font-family|beiruti",
@ -120,12 +86,12 @@
"lineHeight": "1" "lineHeight": "1"
} }
}, },
"core/query-pagination": { "core/quote": {
"typography": { "typography": {
"fontWeight": "300" "fontSize": "var:preset|font-size|medium"
} }
}, },
"core/quote": { "core/query-pagination": {
"typography": { "typography": {
"fontWeight": "300" "fontWeight": "300"
} }
@ -145,11 +111,6 @@
} }
}, },
"elements": { "elements": {
"h3": {
"typography": {
"fontSize": "1.8rem"
}
},
"h4": { "h4": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|large" "fontSize": "var:preset|font-size|large"
@ -157,7 +118,8 @@
}, },
"h5": { "h5": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium" "fontSize": "var:preset|font-size|medium",
"letterSpacing": "0px"
} }
}, },
"h6": { "h6": {
@ -169,7 +131,8 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|beiruti", "fontFamily": "var:preset|font-family|beiruti",
"fontWeight": "500", "fontWeight": "500",
"letterSpacing": "-1px" "letterSpacing": "-0.02em",
"lineHeight": "1.02"
} }
} }
} }

View File

@ -7,8 +7,6 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|fira-code", "fontFamily": "var:preset|font-family|fira-code",
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300",
"letterSpacing": "-0.18px", "letterSpacing": "-0.18px",
"lineHeight": "1.5" "lineHeight": "1.5"
}, },

View File

@ -54,7 +54,6 @@
"styles": { "styles": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|ysabeau-office", "fontFamily": "var:preset|font-family|ysabeau-office",
"fontStyle": "normal",
"fontWeight": "400", "fontWeight": "400",
"letterSpacing": "-0.22px", "letterSpacing": "-0.22px",
"lineHeight": "1.6" "lineHeight": "1.6"
@ -62,9 +61,6 @@
"blocks":{ "blocks":{
"core/code": { "core/code": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300",
"letterSpacing": "0px" "letterSpacing": "0px"
} }
}, },
@ -95,13 +91,11 @@
}, },
"core/post-terms": { "core/post-terms": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "400" "fontWeight": "400"
} }
}, },
"core/post-title": { "core/post-title": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "500", "fontWeight": "500",
"letterSpacing": "-0.8px" "letterSpacing": "-0.8px"
} }
@ -115,7 +109,6 @@
}, },
"core/quote": { "core/quote": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "300" "fontWeight": "300"
} }
}, },

View File

@ -3,18 +3,59 @@
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Roboto Slab & Manrope", "title": "Roboto Slab & Manrope",
"slug": "typography-preset-4", "slug": "typography-preset-4",
"styles": { "settings": {
"typography": { "typography": {
"fontWeight": "500", "fontSizes": [
"lineHeight": "1.3", {
"letterSpacing": "-0.22px" "fluid": false,
"name": "Small",
"size": "0.875rem",
"slug": "small"
}, },
"blocks": { {
"core/code": { "fluid": {
"typography": { "max": "1.125rem",
"fontSize": "var:preset|font-size|medium" "min": "1rem"
},
"name": "Medium",
"size": "1rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.375rem",
"min": "1.125rem"
},
"name": "Large",
"size": "1.38rem",
"slug": "large"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Extra Large",
"size": "1.75rem",
"slug": "x-large"
},
{
"fluid": {
"max": "2.4rem",
"min": "2.15rem"
},
"name": "Extra Extra Large",
"size": "2.15rem",
"slug": "xx-large"
}
]
} }
}, },
"styles": {
"typography": {
"letterSpacing": "0"
},
"blocks": {
"core/navigation": { "core/navigation": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|large", "fontSize": "var:preset|font-size|large",
@ -34,29 +75,16 @@
}, },
"core/post-terms": { "core/post-terms": {
"typography": { "typography": {
"fontStyle": "normal", "fontWeight": "500"
"fontWeight": "500",
"textTransform": "uppercase"
}
},
"core/post-title": {
"typography": {
"fontWeight": "200",
"letterSpacing": "-2.32px"
} }
}, },
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|roboto-slab", "fontFamily": "var:preset|font-family|roboto-slab",
"fontSize": "var:preset|font-size|x-large", "fontSize": "var:preset|font-size|xx-large",
"fontWeight": "200" "fontWeight": "200"
} }
}, },
"core/query-title": {
"typography": {
"fontWeight": "300"
}
},
"core/search": { "core/search": {
"typography": { "typography": {
"textTransform": "uppercase" "textTransform": "uppercase"
@ -69,10 +97,6 @@
}, },
"core/site-title": { "core/site-title": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "500",
"letterSpacing": "-0.28px",
"lineHeight": "1.3",
"textTransform": "uppercase" "textTransform": "uppercase"
} }
} }
@ -85,28 +109,10 @@
"textTransform": "uppercase" "textTransform": "uppercase"
} }
}, },
"h4": {
"typography": {
"fontWeight": "300",
"letterSpacing": "-0.5px"
}
},
"h5": {
"typography": {
"fontWeight": "400",
"letterSpacing": "0px"
}
},
"h6": {
"typography": {
"fontWeight": "400",
"letterSpacing": "1px"
}
},
"heading": { "heading": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|roboto-slab", "fontFamily": "var:preset|font-family|roboto-slab",
"fontWeight": "200", "fontWeight": "300",
"letterSpacing": "-0.5px", "letterSpacing": "-0.5px",
"lineHeight": "1.2" "lineHeight": "1.2"
} }

View File

@ -3,13 +3,58 @@
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Literata & Ysabeau Office", "title": "Literata & Ysabeau Office",
"slug": "typography-preset-5", "slug": "typography-preset-5",
"settings": {
"typography": {
"fontSizes": [
{
"fluid": false,
"name": "Small",
"size": "0.875rem",
"slug": "small"
},
{
"fluid": {
"max": "1.125rem",
"min": "1rem"
},
"name": "Medium",
"size": "1rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.375rem",
"min": "1.125rem"
},
"name": "Large",
"size": "1.38rem",
"slug": "large"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Extra Large",
"size": "1.75rem",
"slug": "x-large"
},
{
"fluid": {
"max": "2.6rem",
"min": "1.4rem"
},
"name": "Extra Extra Large",
"size": "2.6rem",
"slug": "xx-large"
}
]
}
},
"styles": { "styles": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|ysabeau-office", "fontFamily": "var:preset|font-family|ysabeau-office",
"fontSize": "1.5rem", "letterSpacing": "-0.24px"
"fontWeight": "400",
"letterSpacing": "-0.24px",
"lineHeight": "1.4"
}, },
"blocks": { "blocks": {
"core/navigation": { "core/navigation": {
@ -18,27 +63,6 @@
} }
}, },
"core/post-author-name": { "core/post-author-name": {
"typography": {
"fontSize": "var:preset|font-size|medium"
},
"elements": {
"link": {
"typography": {
"textDecoration": "underline"
},
":hover": {
"typography": {
"textDecoration": "none"
}
}
}
}
},
"core/post-terms": {
"typography": {
"fontWeight": "400",
"fontSize": "var:preset|font-size|medium"
},
"elements": { "elements": {
"link": { "link": {
"typography": { "typography": {
@ -60,7 +84,7 @@
}, },
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|x-large" "fontSize": "var:preset|font-size|xx-large"
}, },
"elements": { "elements": {
"cite": { "cite": {
@ -72,16 +96,10 @@
} }
}, },
"core/quote": { "core/quote": {
"typography": {
"fontSize": "1.5rem",
"fontWeight": "500",
"letterSpacing": "-0.18px"
},
"elements": { "elements": {
"cite": { "cite": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|medium",
"fontWeight": "300",
"letterSpacing": "-0.14px" "letterSpacing": "-0.14px"
} }
} }
@ -104,7 +122,7 @@
"button": { "button": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontSize": "1.375rem", "fontSize": "var:preset|font-size|medium",
"fontWeight": "900", "fontWeight": "900",
"letterSpacing": "-0.36px" "letterSpacing": "-0.36px"
} }
@ -112,7 +130,19 @@
"heading": { "heading": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontWeight": "900" "fontWeight": "900",
"lineHeight": "1.2"
}
},
"h5": {
"typography": {
"letterSpacing": "0px"
}
},
"h6": {
"typography": {
"fontWeight": "900",
"letterSpacing": "0px"
} }
} }
}, },

View File

@ -67,7 +67,6 @@
"cite": { "cite": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontSize": "var:preset|font-size|small",
"fontWeight": "400", "fontWeight": "400",
"letterSpacing": "-0.14px" "letterSpacing": "-0.14px"
} }
@ -83,8 +82,6 @@
"elements": { "elements": {
"cite": { "cite": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|small",
"fontWeight": "300",
"letterSpacing": "-0.14px" "letterSpacing": "-0.14px"
} }
} }

View File

@ -9,12 +9,12 @@
{ {
"fluid": false, "fluid": false,
"name": "Small", "name": "Small",
"size": "0.875rem", "size": "0.9rem",
"slug": "small" "slug": "small"
}, },
{ {
"fluid": { "fluid": {
"max": "1.1rem", "max": "1.2rem",
"min": "0.9rem" "min": "0.9rem"
}, },
"name": "Medium", "name": "Medium",
@ -23,29 +23,29 @@
}, },
{ {
"fluid": { "fluid": {
"max": "1.2rem", "max": "1.8rem",
"min": "1.09rem" "min": "1.2rem"
}, },
"name": "Large", "name": "Large",
"size": "1.38rem", "size": "1.2rem",
"slug": "large" "slug": "large"
}, },
{ {
"fluid": { "fluid": {
"max": "2rem", "max": "2.2rem",
"min": "1.75rem" "min": "1.8rem"
}, },
"name": "Extra Large", "name": "Extra Large",
"size": "1.75rem", "size": "1.8rem",
"slug": "x-large" "slug": "x-large"
}, },
{ {
"fluid": { "fluid": {
"max": "3.625rem", "max": "2.8rem",
"min": "2.625rem" "min": "2rem"
}, },
"name": "Extra Extra Large", "name": "Extra Extra Large",
"size": "2.625rem", "size": "2rem",
"slug": "xx-large" "slug": "xx-large"
} }
] ]
@ -53,47 +53,22 @@
}, },
"styles": { "styles": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium",
"fontFamily": "var:preset|font-family|fira-sans", "fontFamily": "var:preset|font-family|fira-sans",
"fontStyle": "normal", "letterSpacing": "-0.01em",
"fontWeight": "300", "lineHeight": "1.5"
"letterSpacing": "-0.24px",
"lineHeight": "1.4"
}, },
"blocks": { "blocks": {
"core/code": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontWeight": "300"
}
},
"core/post-author": {
"typography": {
"fontSize": "var:preset|font-size|small"
}
},
"core/post-author-name": {
"typography": {
"fontSize": "var:preset|font-size|small"
}
},
"core/post-terms": {
"typography": {
"fontWeight": "400",
"textTransform": "uppercase"
}
},
"core/post-title": { "core/post-title": {
"typography": { "typography": {
"fontWeight": "200", "fontWeight": "200"
"letterSpacing": "-2.72px"
} }
}, },
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontWeight": "200", "fontWeight": "200",
"letterSpacing": "0em", "letterSpacing": "0em"
"lineHeight": "1.1"
} }
}, },
"core/query-pagination": { "core/query-pagination": {
@ -104,7 +79,9 @@
}, },
"core/quote": { "core/quote": {
"typography": { "typography": {
"fontStyle": "normal", "fontSize": "var:preset|font-size|medium",
"letterSpacing": "-0.01em",
"lineHeight": "1.5",
"fontWeight": "300" "fontWeight": "300"
} }
}, },
@ -122,8 +99,7 @@
"button": { "button": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontWeight": "600", "fontWeight": "400",
"letterSpacing": "-0.96px",
"textTransform": "uppercase" "textTransform": "uppercase"
} }
}, },
@ -131,7 +107,13 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|literata", "fontFamily": "var:preset|font-family|literata",
"fontWeight": "200", "fontWeight": "200",
"letterSpacing": "-0.02em" "letterSpacing": "-0.02em",
"lineHeight": "1.24"
}
},
"h6": {
"typography": {
"fontWeight": "200"
} }
} }
} }

View File

@ -44,7 +44,7 @@
"slug": "accent-5" "slug": "accent-5"
}, },
{ {
"color": "color-mix(in srgb, currentColor 20%, transparent);", "color": "color-mix(in srgb, currentColor 20%, transparent)",
"name": "Accent 6", "name": "Accent 6",
"slug": "accent-6" "slug": "accent-6"
} }
@ -74,22 +74,22 @@
}, },
{ {
"name": "Regular", "name": "Regular",
"size": "clamp(30px, 5vw, 50px);", "size": "clamp(30px, 5vw, 50px)",
"slug": "50" "slug": "50"
}, },
{ {
"name": "Large", "name": "Large",
"size": "clamp(30px, 7vw, 70px);", "size": "clamp(30px, 7vw, 70px)",
"slug": "60" "slug": "60"
}, },
{ {
"name": "X-Large", "name": "X-Large",
"size": "clamp(50px, 7vw, 90px);", "size": "clamp(50px, 7vw, 90px)",
"slug": "70" "slug": "70"
}, },
{ {
"name": "XX-Large", "name": "XX-Large",
"size": "clamp(70px, 10vw, 140px);", "size": "clamp(70px, 10vw, 140px)",
"slug": "80" "slug": "80"
} }
], ],
@ -945,7 +945,6 @@
"typography": { "typography": {
"fontFamily": "var:preset|font-family|manrope", "fontFamily": "var:preset|font-family|manrope",
"fontSize": "var:preset|font-size|large", "fontSize": "var:preset|font-size|large",
"fontStyle": "normal",
"fontWeight": "300", "fontWeight": "300",
"letterSpacing": "-0.1px", "letterSpacing": "-0.1px",
"lineHeight": "1.4" "lineHeight": "1.4"
@ -977,10 +976,7 @@
}, },
"core/columns": { "core/columns": {
"spacing": { "spacing": {
"blockGap": { "blockGap": "var:preset|spacing|50"
"left": "var:preset|spacing|50",
"top": "var:preset|spacing|50"
}
} }
}, },
"core/buttons": { "core/buttons": {
@ -991,8 +987,8 @@
"core/code": { "core/code": {
"typography": { "typography": {
"fontFamily": "var:preset|font-family|fira-code", "fontFamily": "var:preset|font-family|fira-code",
"fontSize": "var:preset|font-size|small", "fontSize": "var:preset|font-size|medium",
"fontWeight": "400" "fontWeight": "300"
}, },
"color": { "color": {
"background": "var:preset|color|accent-5", "background": "var:preset|color|accent-5",
@ -1027,8 +1023,7 @@
} }
}, },
"typography": { "typography": {
"fontSize": "var:preset|font-size|small", "fontSize": "var:preset|font-size|small"
"fontStyle": "normal"
}, },
"spacing": { "spacing": {
"margin": { "margin": {
@ -1168,6 +1163,7 @@
} }
}, },
"core/post-terms": { "core/post-terms": {
"css": "& a { white-space: nowrap; }",
"typography": { "typography": {
"fontSize": "var:preset|font-size|small", "fontSize": "var:preset|font-size|small",
"fontWeight": "600" "fontWeight": "600"
@ -1219,16 +1215,15 @@
} }
}, },
"typography": { "typography": {
"fontSize": "var:preset|font-size|medium", "fontSize": "var:preset|font-size|large",
"lineHeight": "1.1", "fontWeight": "300"
"fontWeight": "600"
}, },
"elements": { "elements": {
"cite": { "cite": {
"typography": { "typography": {
"fontSize": "0.65em", "fontSize": "var:preset|font-size|small",
"fontStyle": "normal", "fontStyle": "normal",
"fontWeight": "400" "fontWeight": "300"
}, },
"css": "& sub { font-size: 0.65em }" "css": "& sub { font-size: 0.65em }"
} }
@ -1256,9 +1251,7 @@
"core/pullquote": { "core/pullquote": {
"typography": { "typography": {
"fontSize": "var:preset|font-size|xx-large", "fontSize": "var:preset|font-size|xx-large",
"fontStyle": "normal",
"fontWeight": "300", "fontWeight": "300",
"letterSpacing": "-0.76px",
"lineHeight": "1.2" "lineHeight": "1.2"
}, },
"elements": { "elements": {
@ -1371,7 +1364,7 @@
} }
}, },
"core/list": { "core/list": {
"css": "& li{margin-bottom: 0.5rem;}" "css": "& li{margin-top: 0.5rem;}"
} }
}, },
"elements": { "elements": {
@ -1449,7 +1442,6 @@
}, },
"heading": { "heading": {
"typography": { "typography": {
"fontStyle": "normal",
"fontWeight": "400", "fontWeight": "400",
"lineHeight": "1.125", "lineHeight": "1.125",
"letterSpacing": "-0.1px" "letterSpacing": "-0.1px"

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.7-beta2-59232'; $wp_version = '6.7-beta2-59233';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.