[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Project description 4 * Slug: twentytwentyfour/banner-project-description 5 * Categories: featured, banner, about, portfolio 6 * Viewport width: 1400 7 * Description: Project description section with title, paragraph, and an image. 8 */ 9 ?> 10 <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"backgroundColor":"accent-2","layout":{"type":"constrained"}} --> 11 <div class="wp-block-group alignfull has-accent-2-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> 12 <!-- wp:columns {"align":"wide"} --> 13 <div class="wp-block-columns alignwide"> 14 <!-- wp:column {"width":"40%"} --> 15 <div class="wp-block-column" style="flex-basis:40%"> 16 <!-- wp:paragraph {"style":{"layout":{"selfStretch":"fixed","flexSize":"50%"}}} --> 17 <p><?php echo esc_html_x( 'Art Gallery — Overview', 'Sample title for a project or post', 'twentytwentyfour' ); ?></p> 18 <!-- /wp:paragraph --> 19 </div> 20 <!-- /wp:column --> 21 22 <!-- wp:column {"width":"60%"} --> 23 <div class="wp-block-column" style="flex-basis:60%"> 24 25 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"x-large","fontFamily":"heading"} --> 26 <p class="has-heading-font-family has-x-large-font-size" style="line-height:1.2"><?php echo esc_html_x( 'This transformative project seeks to enhance the gallery\'s infrastructure, accessibility, and exhibition spaces while preserving its rich cultural heritage.', 'Sample descriptive text for a project or post.', 'twentytwentyfour' ); ?></p> 27 <!-- /wp:paragraph --> 28 29 </div> 30 <!-- /wp:column --> 31 </div> 32 <!-- /wp:columns --> 33 34 <!-- wp:spacer {"height":"var:preset|spacing|40"} --> 35 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"> 36 </div> 37 <!-- /wp:spacer --> 38 39 <!-- wp:image {"align":"wide","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> 40 <figure class="wp-block-image alignwide size-large is-style-rounded"> 41 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/hotel-facade.webp" alt="<?php esc_attr_e( 'Hyatt Regency San Francisco, San Francisco, United States', 'twentytwentyfour' ); ?>" /> 42 </figure> 43 <!-- /wp:image --> 44 </div> 45 <!-- /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 |