- 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/event-schedule.php
r59146 r59191 3 3 * Title: Event schedule 4 4 * Slug: twentytwentyfive/event-schedule 5 * Categories: about, media,featured5 * Categories: about, featured 6 6 * Description: A section with specified dates and times for an event. 7 7 * Keywords: events, agenda, schedule, lectures … … 18 18 <div class="wp-block-group alignwide"> 19 19 <!-- wp:heading {"fontSize":"xx-large"} --> 20 <h2 class="wp-block-heading has-xx-large-font-size"> Agenda</h2>20 <h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'Agenda', 'twentytwentyfive' ); ?></h2> 21 21 <!-- /wp:heading --> 22 22 <!-- wp:paragraph --> 23 <p> These are some of the upcoming events.</p>23 <p><?php esc_html_e( 'These are some of the upcoming events.', 'twentytwentyfive' ); ?></p> 24 24 <!-- /wp:paragraph --> 25 25 <!-- wp:spacer {"height":"var:preset|spacing|30"} --> … … 33 33 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:40%"> 34 34 <!-- wp:heading {"level":3} --> 35 <h3 class="wp-block-heading"> Friday, Feb. 1</h3>35 <h3 class="wp-block-heading"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></h3> 36 36 <!-- /wp:heading --> 37 37 </div> … … 44 44 <div class="wp-block-column" style="flex-basis:33.33%"> 45 45 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> 46 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/marshland-birds-square.webp" alt=" Birds on a lake." style="aspect-ratio:1;object-fit:cover"/></figure>46 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/marshland-birds-square.webp" alt="<?php esc_attr_e( 'Birds on a lake.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 47 47 <!-- /wp:image --> 48 48 </div> … … 55 55 <div class="wp-block-group"> 56 56 <!-- wp:heading {"level":4} --> 57 <h4 class="wp-block-heading"><a href="#"> Fauna from North America and its characteristics</a></h4>57 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Fauna from North America and its characteristics', 'twentytwentyfive' ); ?></a></h4> 58 58 <!-- /wp:heading --> 59 59 <!-- wp:paragraph --> 60 <p> 9 AM — 11 AM</p>60 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 61 61 <!-- /wp:paragraph --> 62 62 </div> 63 63 <!-- /wp:group --> 64 64 <!-- wp:paragraph {"fontSize":"small"} --> 65 <p class="has-small-font-size"> Lecture by <a href="#">Prof. Fiona Presley</a></p>65 <p class="has-small-font-size"><?php echo wp_kses_post( _x( 'Lecture by <a href="#">Prof. Fiona Presley</a>', 'Pattern placeholder text with link.', 'twentytwentyfive' ) ); ?></p> 66 66 <!-- /wp:paragraph --> 67 67 </div> … … 76 76 <div class="wp-block-column" style="flex-basis:33.33%"> 77 77 <!-- wp:image {"id":2772,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> 78 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/coral-square.webp" alt=" View of the deep ocean." class="wp-image-2772" style="aspect-ratio:1;object-fit:cover"/></figure>78 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/coral-square.webp" alt="<?php esc_attr_e( 'View of the deep ocean.', 'twentytwentyfive' ); ?>" class="wp-image-2772" style="aspect-ratio:1;object-fit:cover"/></figure> 79 79 <!-- /wp:image --> 80 80 </div> … … 87 87 <div class="wp-block-group"> 88 88 <!-- wp:heading {"level":4} --> 89 <h4 class="wp-block-heading"><a href="#"> Things you didn’t know about the deep ocean</a></h4>89 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Things you didn’t know about the deep ocean', 'twentytwentyfive' ); ?></a></h4> 90 90 <!-- /wp:heading --> 91 91 <!-- wp:paragraph --> 92 <p> 9 AM — 11 AM</p>92 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 93 93 <!-- /wp:paragraph --> 94 94 </div> 95 95 <!-- /wp:group --> 96 96 <!-- wp:paragraph {"fontSize":"small"} --> 97 <p class="has-small-font-size"> Lecture by <a href="#">Prof. Fiona Presley</a></p>97 <p class="has-small-font-size"><?php echo wp_kses_post( _x( 'Lecture by <a href="#">Prof. Fiona Presley</a>', 'Pattern placeholder text with link.', 'twentytwentyfive' ) ); ?></p> 98 98 <!-- /wp:paragraph --> 99 99 </div> … … 119 119 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:40%"> 120 120 <!-- wp:heading {"level":3} --> 121 <h3 class="wp-block-heading"> Saturday, Feb. 2</h3>121 <h3 class="wp-block-heading"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></h3> 122 122 <!-- /wp:heading --> 123 123 </div> … … 130 130 <div class="wp-block-column" style="flex-basis:33.33%"> 131 131 <!-- wp:image {"id":2773,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> 132 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt=" The acropolis in Athens." class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure>132 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The acropolis in Athens.', 'twentytwentyfive' ); ?>" class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure> 133 133 <!-- /wp:image --> 134 134 </div> … … 140 140 <div class="wp-block-group"> 141 141 <!-- wp:heading {"level":4} --> 142 <h4 class="wp-block-heading"><a href="#"> Ancient buildings and symbols</a></h4>142 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Ancient buildings and symbols', 'twentytwentyfive' ); ?></a></h4> 143 143 <!-- /wp:heading --> 144 144 <!-- wp:paragraph --> 145 <p> 9 AM — 11 AM</p>145 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 146 146 <!-- /wp:paragraph --> 147 147 </div> 148 148 <!-- /wp:group --> 149 149 <!-- wp:paragraph {"fontSize":"small"} --> 150 <p class="has-small-font-size"> Lecture by <a href="#">Prof. Fiona Presley</a></p>150 <p class="has-small-font-size"><?php echo wp_kses_post( _x( 'Lecture by <a href="#">Prof. Fiona Presley</a>', 'Pattern placeholder text with link.', 'twentytwentyfive' ) ); ?></p> 151 151 <!-- /wp:paragraph --> 152 152 </div> … … 161 161 <div class="wp-block-column" style="flex-basis:33.33%"> 162 162 <!-- wp:image {"id":2774,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> 163 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt=" Black and white photo of an african woman." class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure>163 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt="<?php esc_attr_e( 'Black and white photo of an african woman.', 'twentytwentyfive' ); ?>" class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure> 164 164 <!-- /wp:image --> 165 165 </div> … … 172 172 <div class="wp-block-group"> 173 173 <!-- wp:heading {"level":4} --> 174 <h4 class="wp-block-heading"><a href="#"> An introduction to African dialects</a></h4>174 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'An introduction to African dialects', 'twentytwentyfive' ); ?></a></h4> 175 175 <!-- /wp:heading --> 176 176 <!-- wp:paragraph --> 177 <p> 9 AM — 11 AM</p>177 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 178 178 <!-- /wp:paragraph --> 179 179 </div> 180 180 <!-- /wp:group --> 181 181 <!-- wp:paragraph {"fontSize":"small"} --> 182 <p class="has-small-font-size"> Lecture by <a href="#">Prof. Fiona Presley</a></p>182 <p class="has-small-font-size"><?php echo wp_kses_post( _x( 'Lecture by <a href="#">Prof. Fiona Presley</a>', 'Pattern placeholder text with link.', 'twentytwentyfive' ) ); ?></p> 183 183 <!-- /wp:paragraph --> 184 184 </div>
Note: See TracChangeset
for help on using the changeset viewer.