Skip to content

Commit

Permalink
Home page: update SotW banner
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Dec 12, 2023
1 parent 925f642 commit 8886ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/wp-content/themes/wporg-main-2022/patterns/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"16px","padding":{"top":"var:preset|spacing|10","bottom":"var:preset|spacing|10"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)"><!-- wp:paragraph {"style":{"typography":{"lineHeight":1.6}},"textColor":"white","fontSize":"small"} -->
<p class="has-white-color has-text-color has-small-font-size" style="line-height:1.6"><?php _e( 'Watch State of the Word, the annual keynote address delivered by the WordPress project&#039;s co-founder, Matt Mullenweg, on Dec. 11, live from Madrid at 15:00 UTC.', 'wporg' ); ?></p>
<p class="has-white-color has-text-color has-small-font-size" style="line-height:1.6"><?php _e( 'Watch State of the Word, the annual keynote address delivered by the WordPress project&#039;s co-founder, Matt Mullenweg, recorded on Dec. 11, live from Madrid.', 'wporg' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"textColor":"white","fontSize":"small"} -->
<p class="has-white-color has-text-color has-link-color has-small-font-size"><?php _e( '<strong><a href="https://wordpress.org/state-of-the-word/" data-type="page" data-id="23184">Get the details↗</a></strong>', 'wporg' ); ?></p>
<p class="has-white-color has-text-color has-link-color has-small-font-size"><?php _e( '<a href="https://wordpress.org/state-of-the-word/" data-type="page" data-id="23184"><strong>Watch now ↗</strong></a>', 'wporg' ); ?></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:column --></div>
Expand Down

0 comments on commit 8886ddb

Please sign in to comment.