[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Event schedule 4 * Slug: twentytwentyfive/event-schedule 5 * Categories: about 6 * Description: A section with specified dates and times for an event. 7 * Keywords: events, agenda, schedule, lectures 8 * 9 * @package WordPress 10 * @subpackage Twenty_Twenty_Five 11 * @since Twenty Twenty-Five 1.0 12 */ 13 14 ?> 15 <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> 16 <div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"> 17 <!-- wp:group {"align":"wide","layout":{"type":"default"}} --> 18 <div class="wp-block-group alignwide"> 19 <!-- wp:heading {"fontSize":"xx-large"} --> 20 <h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'Agenda', 'twentytwentyfive' ); ?></h2> 21 <!-- /wp:heading --> 22 <!-- wp:paragraph --> 23 <p><?php esc_html_e( 'These are some of the upcoming events.', 'twentytwentyfive' ); ?></p> 24 <!-- /wp:paragraph --> 25 <!-- wp:spacer {"height":"var:preset|spacing|30"} --> 26 <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> 27 <!-- /wp:spacer --> 28 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}},"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 29 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"> 30 <!-- wp:columns --> 31 <div class="wp-block-columns"> 32 <!-- wp:column {"verticalAlignment":"top","width":"40%"} --> 33 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:40%"> 34 <!-- wp:heading {"level":3} --> 35 <h3 class="wp-block-heading"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></h3> 36 <!-- /wp:heading --> 37 </div> 38 <!-- /wp:column --> 39 <!-- wp:column {"verticalAlignment":"top","width":"60%"} --> 40 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:60%"> 41 <!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"},"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} --> 42 <div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"> 43 <!-- wp:column {"width":"33.33%"} --> 44 <div class="wp-block-column" style="flex-basis:33.33%"> 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="<?php esc_attr_e( 'Birds on a lake.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 47 <!-- /wp:image --> 48 </div> 49 <!-- /wp:column --> 50 <!-- wp:column {"width":"66.66%"} --> 51 <div class="wp-block-column" style="flex-basis:66.66%"> 52 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 53 <div class="wp-block-group"> 54 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 55 <div class="wp-block-group"> 56 <!-- wp:heading {"level":4} --> 57 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Fauna from North America and its characteristics', 'twentytwentyfive' ); ?></a></h4> 58 <!-- /wp:heading --> 59 <!-- wp:paragraph --> 60 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 61 <!-- /wp:paragraph --> 62 </div> 63 <!-- /wp:group --> 64 <!-- wp:paragraph {"fontSize":"small"} --> 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 <!-- /wp:paragraph --> 67 </div> 68 <!-- /wp:group --> 69 </div> 70 <!-- /wp:column --> 71 </div> 72 <!-- /wp:columns --> 73 <!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"},"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} --> 74 <div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"> 75 <!-- wp:column {"width":"33.33%"} --> 76 <div class="wp-block-column" style="flex-basis:33.33%"> 77 <!-- wp:image {"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="<?php esc_attr_e( 'View of the deep ocean.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 79 <!-- /wp:image --> 80 </div> 81 <!-- /wp:column --> 82 <!-- wp:column {"width":"66.66%"} --> 83 <div class="wp-block-column" style="flex-basis:66.66%"> 84 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 85 <div class="wp-block-group"> 86 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 87 <div class="wp-block-group"> 88 <!-- wp:heading {"level":4} --> 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 <!-- /wp:heading --> 91 <!-- wp:paragraph --> 92 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 93 <!-- /wp:paragraph --> 94 </div> 95 <!-- /wp:group --> 96 <!-- wp:paragraph {"fontSize":"small"} --> 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 <!-- /wp:paragraph --> 99 </div> 100 <!-- /wp:group --> 101 </div> 102 <!-- /wp:column --> 103 </div> 104 <!-- /wp:columns --> 105 </div> 106 <!-- /wp:column --> 107 </div> 108 <!-- /wp:columns --> 109 </div> 110 <!-- /wp:group --> 111 <!-- wp:spacer {"height":"var:preset|spacing|30"} --> 112 <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> 113 <!-- /wp:spacer --> 114 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}},"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 115 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"> 116 <!-- wp:columns --> 117 <div class="wp-block-columns"> 118 <!-- wp:column {"verticalAlignment":"top","width":"40%"} --> 119 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:40%"> 120 <!-- wp:heading {"level":3} --> 121 <h3 class="wp-block-heading"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></h3> 122 <!-- /wp:heading --> 123 </div> 124 <!-- /wp:column --> 125 <!-- wp:column {"verticalAlignment":"top","width":"60%"} --> 126 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:60%"> 127 <!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"},"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} --> 128 <div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"> 129 <!-- wp:column {"width":"33.33%"} --> 130 <div class="wp-block-column" style="flex-basis:33.33%"> 131 <!-- wp:image {"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="<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 133 <!-- /wp:image --> 134 </div> 135 <!-- /wp:column --> 136 <!-- wp:column {"width":"66.66%"} --> 137 <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 138 <div class="wp-block-group"> 139 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 140 <div class="wp-block-group"> 141 <!-- wp:heading {"level":4} --> 142 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Ancient buildings and symbols', 'twentytwentyfive' ); ?></a></h4> 143 <!-- /wp:heading --> 144 <!-- wp:paragraph --> 145 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 146 <!-- /wp:paragraph --> 147 </div> 148 <!-- /wp:group --> 149 <!-- wp:paragraph {"fontSize":"small"} --> 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 <!-- /wp:paragraph --> 152 </div> 153 <!-- /wp:group --> 154 </div> 155 <!-- /wp:column --> 156 </div> 157 <!-- /wp:columns --> 158 <!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"},"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}}} --> 159 <div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)"> 160 <!-- wp:column {"width":"33.33%"} --> 161 <div class="wp-block-column" style="flex-basis:33.33%"> 162 <!-- wp:image {"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="<?php esc_attr_e( 'Black and white photo of an African woman.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 164 <!-- /wp:image --> 165 </div> 166 <!-- /wp:column --> 167 <!-- wp:column {"width":"66.66%"} --> 168 <div class="wp-block-column" style="flex-basis:66.66%"> 169 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 170 <div class="wp-block-group"> 171 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 172 <div class="wp-block-group"> 173 <!-- wp:heading {"level":4} --> 174 <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'An introduction to African dialects', 'twentytwentyfive' ); ?></a></h4> 175 <!-- /wp:heading --> 176 <!-- wp:paragraph --> 177 <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> 178 <!-- /wp:paragraph --> 179 </div> 180 <!-- /wp:group --> 181 <!-- wp:paragraph {"fontSize":"small"} --> 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 <!-- /wp:paragraph --> 184 </div> 185 <!-- /wp:group --> 186 </div> 187 <!-- /wp:column --> 188 </div> 189 <!-- /wp:columns --> 190 </div> 191 <!-- /wp:column --> 192 </div> 193 <!-- /wp:columns --> 194 </div> 195 <!-- /wp:group --> 196 </div> 197 <!-- /wp:group --> 198 </div> 199 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |