PHP Classes

File: wordpress/wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   WordPress Docker Swarm   wordpress/wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php   Download  
File: wordpress/wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: WordPress Docker Swarm
Deploy WordPress to multiple containers
Author: By
Last change:
Date: 27 days ago
Size: 6,981 bytes
 

Contents

Class file image Download
<?php
/**
 * Title: Hero, overlapped book cover with links
 * Slug: twentytwentyfive/hero-overlapped-book-cover-with-links
 * Categories: banner
 * Description: A hero with an overlapped book cover and links.
 *
 * @package WordPress
 * @subpackage Twenty_Twenty_Five
 * @since Twenty Twenty-Five 1.0
 */

?>
<!-- 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"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull is-style-section-1" style="margin-top:0;margin-bottom:0;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)">
    <!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
    <div class="wp-block-group alignwide">
        <!-- 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">
            <!-- wp:column {"verticalAlignment":"center","width":"55%"} -->
            <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:55%">
                <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"left","flexWrap":"nowrap","verticalAlignment":"top"}} -->
                <div class="wp-block-group" style="min-height:100%">
                    <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} -->
                    <div class="wp-block-group">
                        <!-- wp:heading {"fontSize":"xx-large"} -->
                        <h2 class="wp-block-heading has-xx-large-font-size">
                            <?php echo esc_html_x( 'The Stories Book', 'Hero - Overlapped book cover pattern headline text', 'twentytwentyfive' ); ?>
</h2>
                        <!-- /wp:heading -->

                        <!-- wp:paragraph {"className":"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' ); ?>
</p>
                        <!-- /wp:paragraph -->
                    </div>
                    <!-- /wp:group -->

                    <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
                    <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"}}}} -->
                        <div class="wp-block-columns">
                            <!-- wp:column {"verticalAlignment":"stretch"} -->
                            <div class="wp-block-column is-vertically-aligned-stretch">
                                <!-- wp:buttons {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"horizontal","flexWrap":"wrap","justifyContent":"space-between"}} -->
                                <div class="wp-block-buttons">
                                    <!-- wp:button {"width":100,"className":"is-style-fill"} -->
                                    <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
                                        <a class="wp-block-button__link wp-element-button" href="#">
                                            <?php echo esc_html_x( 'Amazon', 'Example brand name.', 'twentytwentyfive' ); ?>
</a>
                                    </div>
                                    <!-- /wp:button -->
                                    <!-- wp:button {"width":100,"className":"is-style-fill"} -->
                                    <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
                                        <a class="wp-block-button__link wp-element-button" href="#">
                                            <?php echo esc_html_x( 'Apple Books', 'Example brand name.', 'twentytwentyfive' ); ?>
</a>
                                    </div>
                                    <!-- /wp:button -->
                                </div>
                                <!-- /wp:buttons -->
                            </div>
                            <!-- /wp:column -->
                            <!-- wp:column {"verticalAlignment":"stretch"} -->
                            <div class="wp-block-column is-vertically-aligned-stretch">
                                <!-- wp:buttons {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"horizontal","flexWrap":"wrap","justifyContent":"space-between"}} -->
                                <div class="wp-block-buttons">
                                    <!-- wp:button {"width":100,"className":"is-style-fill"} -->
                                    <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
                                        <a class="wp-block-button__link wp-element-button" href="#">
                                            <?php echo esc_html_x( 'Audible', 'Example brand name.', 'twentytwentyfive' ); ?>
</a>
                                    </div>
                                    <!-- /wp:button -->
                                    <!-- wp:button {"width":100,"className":"is-style-fill"} -->
                                    <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
                                        <a class="wp-block-button__link wp-element-button" href="#">
                                            <?php echo esc_html_x( 'Barnes &amp; Noble', 'Example brand name.', 'twentytwentyfive' ); ?>
</a>
                                    </div>
                                    <!-- /wp:button -->
                                </div>
                                <!-- /wp:buttons -->
                            </div>
                            <!-- /wp:column -->
                        </div>
                        <!-- /wp:columns -->

                        <!-- 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:paragraph {"fontSize":"medium"} -->
                        <p class="has-medium-font-size"><?php echo wp_kses_post( _x( 'Outside Europe? View <a href="#" rel="nofollow">international editions</a>.', 'Pattern placeholder text with link.', 'twentytwentyfive' ) ); ?></p>
                        <!-- /wp:paragraph -->
                    </div>
                    <!-- /wp:group -->
                </div>
                <!-- /wp:group -->
            </div>
            <!-- /wp:column -->

            <!-- wp:column {"verticalAlignment":"top","width":"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"} -->
                <figure class="wp-block-image size-full">
                    <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/book-image.webp" alt="<?php echo esc_attr__( 'Book Image', 'twentytwentyfive' ); ?>" style="aspect-ratio:3/4;object-fit:cover"/>
                </figure>
                <!-- /wp:image -->
            </div>
            <!-- /wp:column -->
        </div>
        <!-- /wp:columns -->
    </div>
    <!-- /wp:group -->
</div>
<!-- /wp:group -->