| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Services call to action with image on left 4 * Slug: twentytwentyfour/cta-services-image-left 5 * Categories: call-to-action, banner, featured, services 6 * Viewport width: 1400 7 * Description: An image, title, paragraph and a CTA button to describe services. 8 * 9 * @package WordPress 10 * @subpackage Twenty_Twenty_Four 11 * @since Twenty Twenty-Four 1.0 12 */ 13 14 ?> 15 16 <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"accent-5","layout":{"type":"constrained"}} --> 17 <div class="wp-block-group alignfull has-accent-5-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> 18 <!-- wp:columns {"verticalAlignment":null,"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|50"}}}} --> 19 <div class="wp-block-columns alignwide"> 20 <!-- wp:column {"verticalAlignment":"center","width":"60%"} --> 21 <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:60%"> 22 <!-- wp:image {"aspectRatio":"4/3","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"color":{"duotone":"var:preset|duotone|duotone-1"}},"className":"is-style-rounded"} --> 23 <figure class="wp-block-image size-full is-style-rounded"> 24 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/abstract-geometric-art.webp" alt="<?php esc_attr_e( 'White abstract geometric artwork from Dresden, Germany', 'twentytwentyfour' ); ?>" style="aspect-ratio:4/3;object-fit:cover" /> 25 </figure> 26 <!-- /wp:image --> 27 </div> 28 <!-- /wp:column --> 29 30 <!-- wp:column {"width":"40%"} --> 31 <div class="wp-block-column" style="flex-basis:40%"> 32 <!-- wp:heading --> 33 <h2 class="wp-block-heading"><?php echo esc_html_x( 'Guiding your business through the project', 'Sample heading of the services pattern', 'twentytwentyfour' ); ?></h2> 34 <!-- /wp:heading --> 35 36 <!-- wp:paragraph --> 37 <p><?php echo esc_html_x( 'Experience the fusion of imagination and expertise with Études—the catalyst for architectural transformations that enrich the world around us.', 'Sample description of the services pattern', 'twentytwentyfour' ); ?></p> 38 <!-- /wp:paragraph --> 39 40 <!-- wp:buttons --> 41 <div class="wp-block-buttons"> 42 <!-- wp:button --> 43 <div class="wp-block-button"> 44 <a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Our services', 'Sample button text to view the services', 'twentytwentyfour' ); ?></a> 45 </div> 46 <!-- /wp:button --> 47 </div> 48 <!-- /wp:buttons --> 49 </div> 50 <!-- /wp:column --> 51 </div> 52 <!-- /wp:columns --> 53 </div> 54 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Thu Jul 30 08:20:17 2026 | Cross-referenced by PHPXref |