- Timestamp:
- 10/03/2023 03:12:30 PM (20 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/page-07-rsvp-landing.php
r56763 r56764 1 1 <?php 2 2 /** 3 * Title: RSVP 4 * Slug: twentytwentyfour/rsvp 5 * Categories: call-to-action, banner, featured 6 * Viewport width: 1400 3 * Title: RSVP Landing Page 4 * Slug: twentytwentyfour/rsvp-landing 5 * Categories: call-to-action 6 * Keywords: page, starter 7 * Block Types: core/post-content 8 * Post Types: page, wp_template 9 * Viewport width: 1100 7 10 */ 8 11 ?> … … 14 17 <div class="wp-block-group" style="min-height:100%"> 15 18 16 <!-- wp: paragraph {"align":"right","style":{"typography":{"writingMode":"vertical-rl","fontSize":"12rem","lineHeight":"1"},"spacing":{"margin":{"right":"0","left":"calc( var(--wp--preset--spacing--30) * -1)"}}},"fontFamily":"heading"} -->17 < p class="has-text-align-right has-heading-font-family" style="margin-right:0;margin-left:calc( var(--wp--preset--spacing--30) * -1);font-size:12rem;line-height:1;writing-mode:vertical-rl"><?php echo esc_html_x( 'RSVP', 'Initials for ´please respond´', 'twentytwentyfour' ); ?></p>18 <!-- /wp: paragraph-->19 <!-- wp:heading {"textAlign":"right","level":1,"style":{"typography":{"fontSize":"12rem","writingMode":"vertical-rl","lineHeight":"1"},"spacing":{"margin":{"right":"0","left":"calc( var(--wp--preset--spacing--20) * -1)"}}}} --> 20 <h1 class="wp-block-heading has-text-align-right" style="margin-right:0;margin-left:calc( var(--wp--preset--spacing--20) * -1);font-size:12rem;line-height:1;writing-mode:vertical-rl"><?php echo esc_html_x( 'RSVP', 'Initials for ´please respond´', 'twentytwentyfour' ); ?></h1> 21 <!-- /wp:heading --> 19 22 20 23 <!-- wp:group {"layout":{"type":"constrained","contentSize":"300px","justifyContent":"left"}} --> … … 34 37 <!-- wp:column {"verticalAlignment":"top","width":"50%"} --> 35 38 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:50%"><!-- wp:image {"aspectRatio":"3/4","scale":"cover","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> 36 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ rsvp.webp" alt="<?php esc_attr_e( 'An abstract pattern image', 'twentytwentyfour' ); ?>" style="aspect-ratio:3/4;object-fit:cover"/></figure>39 <figure class="wp-block-image size-large is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/green-staircase.webp" alt="<?php esc_attr_e( 'Green staircase at Western University, London, Canada', 'twentytwentyfour' ); ?>" style="aspect-ratio:3/4;object-fit:cover"/></figure> 37 40 <!-- /wp:image --></div> 38 41 <!-- /wp:column --></div>
Note: See TracChangeset
for help on using the changeset viewer.