Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php
- Timestamp:
- 10/07/2024 06:07:57 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-link-in-bio-wide-margins.php
r59146 r59191 22 22 <div class="wp-block-column is-vertically-aligned-center"> 23 23 <!-- wp:image {"scale":"cover","sizeSlug":"full","linkDestination":"none","align":"center","style":{"border":{"radius":{"topLeft":"150px","bottomRight":"150px"}}}} --> 24 <figure class="wp-block-image aligncenter size-full has-custom-border"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/ cv-bio.webp" alt="Portrait of a woman." style="border-top-left-radius:150px;border-bottom-right-radius:150px;object-fit:cover"/></figure>24 <figure class="wp-block-image aligncenter size-full has-custom-border"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/woman-splashing-water.webp" alt="<?php esc_attr_e( 'Woman on beach, splashing water.', 'twentytwentyfive' ); ?>" style="border-top-left-radius:150px;border-bottom-right-radius:150px;object-fit:cover"/></figure> 25 25 <!-- /wp:image --> 26 26 </div> … … 32 32 <div class="wp-block-group"> 33 33 <!-- wp:heading {"textAlign":"left"} --> 34 <h2 class="wp-block-heading has-text-align-left"> Nora Winslow Keene</h2>34 <h2 class="wp-block-heading has-text-align-left"><?php esc_html_e( 'Nora Winslow Keene', 'twentytwentyfive' ); ?></h2> 35 35 <!-- /wp:heading --> 36 36 37 37 <!-- wp:paragraph --> 38 <p> I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.</p>38 <p><?php echo esc_html_x( 'I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.', 'Pattern placeholder text.', 'twentytwentyfive' ); ?></p> 39 39 <!-- /wp:paragraph --> 40 40
Note: See TracChangeset
for help on using the changeset viewer.