[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Hero book 4 * Slug: twentytwentyfive/hero-book 5 * Categories: banner 6 * Keywords: podcast, hero, stories 7 * Description: A hero section for the book with a description and pre-order link. 8 * 9 * @package WordPress 10 * @subpackage Twenty_Twenty_Five 11 * @since Twenty Twenty-Five 1.0 12 */ 13 14 ?> 15 <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> 16 <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0"> 17 <!-- wp:columns {"align":"full","style":{"spacing":{"blockGap":{"left":"0"}}}} --> 18 <div class="wp-block-columns alignfull"> 19 <!-- wp:column {"width":"55%"} --> 20 <div class="wp-block-column" style="flex-basis:55%"> 21 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/book-image-landing.webp","dimRatio":0,"customOverlayColor":"#6b6b6b","isUserOverlayColor":true,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"}},"layout":{"type":"default"}} --> 22 <div class="wp-block-cover is-light"> 23 <span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#6b6b6b"></span> 24 <img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Image of the book', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/book-image-landing.webp" data-object-fit="cover"/> 25 <div class="wp-block-cover__inner-container"> 26 <!-- wp:spacer {"height":"var:preset|spacing|20"} --> 27 <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div> 28 <!-- /wp:spacer --> 29 </div> 30 </div> 31 <!-- /wp:cover --> 32 </div> 33 <!-- /wp:column --> 34 35 <!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60","right":"var:preset|spacing|60"}}}} --> 36 <div class="wp-block-column is-vertically-aligned-center" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"> 37 <!-- wp:heading --> 38 <h2 class="wp-block-heading has-xx-large-font-size"><?php echo esc_html_x( 'The Stories Book', 'Heading of the hero section.', 'twentytwentyfive' ); ?></h2> 39 <!-- /wp:heading --> 40 41 <!-- wp:paragraph --> 42 <p><?php echo esc_html_x( 'A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.', 'Content of the hero section.', 'twentytwentyfive' ); ?></p> 43 <!-- /wp:paragraph --> 44 45 <!-- wp:paragraph {"fontSize":"medium"} --> 46 <p class="has-medium-font-size"><?php echo esc_html_x( 'Available for pre-order now.', 'CTA text of the hero section.', 'twentytwentyfive' ); ?></p> 47 <!-- /wp:paragraph --></div> 48 <!-- /wp:column --></div> 49 <!-- /wp:columns --></div> 50 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Sat Nov 23 08:20:01 2024 | Cross-referenced by PHPXref |