[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/patterns/ -> banner-project-description.php (source)

   1  <?php
   2  /**
   3   * Title: Project description
   4   * Slug: twentytwentyfour/banner-project-description
   5   * Categories: featured, banner, about, portfolio
   6   * Viewport width: 1400
   7   */
   8  ?>
   9  <!-- 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"}} -->
  10  <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)">
  11      <!-- wp:columns {"align":"wide"} -->
  12      <div class="wp-block-columns alignwide">
  13          <!-- wp:column {"width":"40%"} -->
  14          <div class="wp-block-column" style="flex-basis:40%">
  15              <!-- wp:paragraph {"style":{"layout":{"selfStretch":"fixed","flexSize":"50%"}}} -->
  16              <p><?php echo esc_html_x( 'Art Gallery — Overview', 'Sample title for a project or post', 'twentytwentyfour' ); ?></p>
  17              <!-- /wp:paragraph -->
  18          </div>
  19          <!-- /wp:column -->
  20  
  21          <!-- wp:column {"width":"60%"} -->
  22          <div class="wp-block-column" style="flex-basis:60%">
  23  
  24              <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"x-large","fontFamily":"heading"} -->
  25              <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>
  26              <!-- /wp:paragraph -->
  27  
  28          </div>
  29          <!-- /wp:column -->
  30      </div>
  31      <!-- /wp:columns -->
  32  
  33      <!-- wp:spacer {"height":"var:preset|spacing|40"} -->
  34      <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer">
  35      </div>
  36      <!-- /wp:spacer -->
  37  
  38      <!-- wp:image {"align":"wide","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} -->
  39      <figure class="wp-block-image alignwide size-large is-style-rounded">
  40          <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' ); ?>" />
  41      </figure>
  42      <!-- /wp:image -->
  43  </div>
  44  <!-- /wp:group -->


Generated : Wed May 1 08:20:02 2024 Cross-referenced by PHPXref