- Timestamp:
- 10/07/2024 06:07:57 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/event-rsvp.php
r59146 r59191 23 23 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 24 24 <div class="wp-block-group"> 25 <!-- wp:heading {" level":1} -->26 <h 1 class="wp-block-heading">Stories, historias, iсторії, iστορίες</h1>25 <!-- wp:heading {"fontSize":"xx-large"} --> 26 <h2 class="wp-block-heading has-xx-large-font-size"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h2> 27 27 <!-- /wp:heading --> 28 28 29 29 <!-- wp:paragraph {"fontSize":"x-large"} --> 30 <p class="has-x-large-font-size"> Dec 12, 2024 — 10AM to 6PM</p>30 <p class="has-x-large-font-size"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></p> 31 31 <!-- /wp:paragraph --> 32 32 … … 38 38 39 39 <!-- wp:paragraph {"align":"left","style":{"typography":{"writingMode":"vertical-rl","textTransform":"uppercase","lineHeight":"0.6"}}} --> 40 <p class="has-text-align-left" style="line-height:0.6;text-transform:uppercase;writing-mode:vertical-rl"> Free WorKshop</p>40 <p class="has-text-align-left" style="line-height:0.6;text-transform:uppercase;writing-mode:vertical-rl"><?php esc_html_e( 'Free WorKshop', 'twentytwentyfive' ); ?></p> 41 41 <!-- /wp:paragraph --> 42 42 </div> … … 50 50 <div class="wp-block-group is-style-section-2" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)"> 51 51 <!-- wp:paragraph --> 52 <p> This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.</p>52 <p><?php esc_html_e( 'This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.', 'twentytwentyfive' ); ?></p> 53 53 <!-- /wp:paragraph --> 54 54 … … 58 58 59 59 <!-- wp:heading {"fontSize":"xx-large"} --> 60 <h2 class="wp-block-heading has-xx-large-font-size"><a href="#"> RSVP</a></h2>60 <h2 class="wp-block-heading has-xx-large-font-size"><a href="#"><?php echo esc_html_x( 'RSVP', 'Abbreviation for "Please respond".', 'twentytwentyfive' ); ?></a></h2> 61 61 <!-- /wp:heading --> 62 62 </div> … … 65 65 <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-8812207.webp","dimRatio":0,"overlayColor":"base","isUserOverlayColor":true,"isDark":false,"layout":{"type":"constrained"}} --> 66 66 <div class="wp-block-cover is-light"> 67 <span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt=" Close up photo of white flowers on a grey background" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-8812207.webp" data-object-fit="cover"/>67 <span aria-hidden="true" class="wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php esc_attr_e( 'Close up photo of white flowers on a grey background', 'twentytwentyfive' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/image-from-rawpixel-id-8812207.webp" data-object-fit="cover"/> 68 68 <div class="wp-block-cover__inner-container"> 69 69 <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
Note: See TracChangeset
for help on using the changeset viewer.