Last active
July 11, 2022 18:07
-
-
Save annezazu/ead4c4965345251ec999b716c0c84f32 to your computer and use it in GitHub Desktop.
FSE Outreach Call For Testing New Event Starter Pattern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Title: New Event Announcement | |
* Slug: twentytwentytwo/new-event-announcement | |
* Block Types: core/post-content | |
* Post Types: post | |
* Categories: featured, text | |
*/ | |
?> | |
<!-- wp:heading {"lock":{"move":false,"remove":true}} --> | |
<h2>Details</h2> | |
<!-- /wp:heading --> | |
<!-- wp:heading {"lock":{"move":false,"remove":true}} --> | |
<h2>Directions</h2> | |
<!-- /wp:heading --> | |
<!-- wp:heading {"lock":{"move":false,"remove":true}} --> | |
<h2>RSVP</h2> | |
<!-- /wp:heading --> | |
<!-- wp:paragraph {"lock":{"move":true,"remove":true}} --> | |
<p>To RSVP, please join the #fse-outreach-experiment in Make Slack. </p> | |
<!-- /wp:paragraph --> | |
<!-- wp:buttons --> | |
<div class="wp-block-buttons"><!-- wp:button {"lock":{"move":true,"remove":false}} --> | |
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button">Learn more</a></div> | |
<!-- /wp:button --></div> | |
<!-- /wp:buttons --> | |
<!-- wp:cover {"useFeaturedImage":true,"dimRatio":80,"overlayColor":"primary","contentPosition":"center center","align":"full"} --> | |
<div class="wp-block-cover alignfull"><span aria-hidden="true" class="wp-block-cover__background has-primary-background-color has-background-dim-80 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write titleā¦","fontSize":"large"} --> | |
<p class="has-text-align-center has-large-font-size">We hope to see you there!</p> | |
<!-- /wp:paragraph --></div></div> | |
<!-- /wp:cover --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment