PATH:
home
/
lab2454c
/
argowells.com
/
wp-content
/
themes
/
twentytwentyfive
/
patterns
<?php /** * Title: Event schedule * Slug: twentytwentyfive/event-schedule * Categories: about * Description: A section with specified dates and times for an event. * Keywords: events, agenda, schedule, lectures * * @package WordPress * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ ?> <!-- 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"}} --> <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)"> <!-- wp:group {"align":"wide","layout":{"type":"default"}} --> <div class="wp-block-group alignwide"> <!-- wp:heading {"fontSize":"xx-large"} --> <h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'Agenda', 'twentytwentyfive' ); ?></h2> <!-- /wp:heading --> <!-- wp:paragraph --> <p><?php esc_html_e( 'These are some of the upcoming events.', 'twentytwentyfive' ); ?></p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":"var:preset|spacing|30"} --> <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- 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"}} --> <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)"> <!-- wp:columns --> <div class="wp-block-columns"> <!-- wp:column {"verticalAlignment":"top","width":"40%"} --> <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:40%"> <!-- wp:heading {"level":3} --> <h3 class="wp-block-heading"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></h3> <!-- /wp:heading --> </div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"top","width":"60%"} --> <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:60%"> <!-- 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"}}}} --> <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)"> <!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"> <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> <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> <!-- /wp:image --> </div> <!-- /wp:column --> <!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"> <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:heading {"level":4} --> <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Fauna from North America and its characteristics', 'twentytwentyfive' ); ?></a></h4> <!-- /wp:heading --> <!-- wp:paragraph --> <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> <!-- wp:paragraph {"fontSize":"small"} --> <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> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> <!-- 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"}}}} --> <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)"> <!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"> <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> <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> <!-- /wp:image --> </div> <!-- /wp:column --> <!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"> <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:heading {"level":4} --> <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Things you didn’t know about the deep ocean', 'twentytwentyfive' ); ?></a></h4> <!-- /wp:heading --> <!-- wp:paragraph --> <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> <!-- wp:paragraph {"fontSize":"small"} --> <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> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> </div> <!-- /wp:group --> <!-- wp:spacer {"height":"var:preset|spacing|30"} --> <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- 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"}} --> <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)"> <!-- wp:columns --> <div class="wp-block-columns"> <!-- wp:column {"verticalAlignment":"top","width":"40%"} --> <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:40%"> <!-- wp:heading {"level":3} --> <h3 class="wp-block-heading"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></h3> <!-- /wp:heading --> </div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"top","width":"60%"} --> <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:60%"> <!-- 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"}}}} --> <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)"> <!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"> <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> <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> <!-- /wp:image --> </div> <!-- /wp:column --> <!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:heading {"level":4} --> <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'Ancient buildings and symbols', 'twentytwentyfive' ); ?></a></h4> <!-- /wp:heading --> <!-- wp:paragraph --> <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> <!-- wp:paragraph {"fontSize":"small"} --> <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> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> <!-- 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"}}}} --> <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)"> <!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"> <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> <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> <!-- /wp:image --> </div> <!-- /wp:column --> <!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"> <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> <div class="wp-block-group"> <!-- wp:heading {"level":4} --> <h4 class="wp-block-heading"><a href="#"><?php esc_html_e( 'An introduction to African dialects', 'twentytwentyfive' ); ?></a></h4> <!-- /wp:heading --> <!-- wp:paragraph --> <p><?php echo esc_html_x( '9 AM — 11 AM', 'Example event time in pattern.', 'twentytwentyfive' ); ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> <!-- wp:paragraph {"fontSize":"small"} --> <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> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> </div> <!-- /wp:group --> </div> <!-- /wp:group --> </div> <!-- /wp:group -->
[-] header-large-title.php
[edit]
[-] testimonials-6-col.php
[edit]
[-] template-query-loop-vertical-header-blog.php
[edit]
[-] template-single-news-blog.php
[edit]
[-] post-navigation.php
[edit]
[-] hidden-written-by.php
[edit]
[-] testimonials-2-col.php
[edit]
[-] template-query-loop-photo-blog.php
[edit]
[-] template-404-vertical-header-blog.php
[edit]
[-] more-posts.php
[edit]
[-] event-rsvp.php
[edit]
[-] banner-intro-image.php
[edit]
[-] template-home-posts-grid-news-blog.php
[edit]
[-] page-business-home.php
[edit]
[-] page-coming-soon.php
[edit]
[-] hero-full-width-image.php
[edit]
[-] media-instagram-grid.php
[edit]
[-] banner-about-book.php
[edit]
[-] template-search-text-blog.php
[edit]
[-] hidden-404.php
[edit]
[+]
..
[-] template-archive-vertical-header-blog.php
[edit]
[-] pricing-2-col.php
[edit]
[-] binding-format.php
[edit]
[-] footer-newsletter.php
[edit]
[-] cta-centered-heading.php
[edit]
[-] contact-info-locations.php
[edit]
[-] page-link-in-bio-wide-margins.php
[edit]
[-] template-single-photo-blog.php
[edit]
[-] template-page-vertical-header-blog.php
[edit]
[-] services-team-photos.php
[edit]
[-] page-portfolio-home.php
[edit]
[-] template-home-vertical-header-blog.php
[edit]
[-] hero-overlapped-book-cover-with-links.php
[edit]
[-] hidden-blog-heading.php
[edit]
[-] template-single-text-blog.php
[edit]
[-] format-link.php
[edit]
[-] banner-poster.php
[edit]
[-] template-search-vertical-header-blog.php
[edit]
[-] template-search-news-blog.php
[edit]
[-] hero-podcast.php
[edit]
[-] template-single-left-aligned-content.php
[edit]
[-] cta-heading-search.php
[edit]
[-] vertical-header.php
[edit]
[-] template-query-loop-news-blog.php
[edit]
[-] footer.php
[edit]
[-] testimonials-large.php
[edit]
[-] footer-columns.php
[edit]
[-] template-page-photo-blog.php
[edit]
[-] contact-centered-social-link.php
[edit]
[-] pricing-3-col.php
[edit]
[-] page-landing-event.php
[edit]
[-] footer-social.php
[edit]
[-] header.php
[edit]
[-] template-archive-photo-blog.php
[edit]
[-] page-shop-home.php
[edit]
[-] event-3-col.php
[edit]
[-] contact-location-and-link.php
[edit]
[-] hero-book.php
[edit]
[-] footer-centered.php
[edit]
[-] banner-intro.php
[edit]
[-] page-landing-podcast.php
[edit]
[-] cta-book-locations.php
[edit]
[-] template-search-photo-blog.php
[edit]
[-] template-single-vertical-header-blog.php
[edit]
[-] cta-events-list.php
[edit]
[-] hidden-sidebar.php
[edit]
[-] grid-videos.php
[edit]
[-] template-archive-text-blog.php
[edit]
[-] template-home-photo-blog.php
[edit]
[-] header-centered.php
[edit]
[-] cta-book-links.php
[edit]
[-] banner-cover-big-heading.php
[edit]
[-] page-landing-book.php
[edit]
[-] services-subscriber-only-section.php
[edit]
[-] text-faqs.php
[edit]
[-] template-archive-news-blog.php
[edit]
[-] page-link-in-bio-heading-paragraph-links-image.php
[edit]
[-] event-schedule.php
[edit]
[-] template-query-loop-text-blog.php
[edit]
[-] heading-and-paragraph-with-image.php
[edit]
[-] template-single-offset.php
[edit]
[-] cta-newsletter.php
[edit]
[-] overlapped-images.php
[edit]
[-] cta-grid-products-link.php
[edit]
[-] template-home-with-sidebar-news-blog.php
[edit]
[-] template-home-text-blog.php
[edit]
[-] logos.php
[edit]
[-] hidden-search.php
[edit]
[-] banner-with-description-and-images-grid.php
[edit]
[-] header-columns.php
[edit]
[-] comments.php
[edit]
[-] template-home-news-blog.php
[edit]
[-] format-audio.php
[edit]
[-] template-query-loop.php
[edit]
[-] services-3-col.php
[edit]
[-] grid-with-categories.php
[edit]
[-] page-cv-bio.php
[edit]
[-] page-link-in-bio-with-tight-margins.php
[edit]