Created
July 11, 2022 18:08
-
-
Save annezazu/d5f8763fe47dba21b38999d7a3afb678 to your computer and use it in GitHub Desktop.
FSE Outreach Call For Testing Event Recap 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: Event Recap | |
* Slug: twentytwentytwo/event-recap | |
* Block Types: core/post-content | |
* Post Types: post | |
* Categories: featured, text | |
*/ | |
?> | |
<!-- wp:table-of-contents {"headings":[{"content":"Overview","level":2,"link":"https://fse.us10.instawp.xyz/?p=41#overview"},{"content":"Attendees","level":2,"link":"https://fse.us10.instawp.xyz/?p=41#attendees"},{"content":"Start","level":2,"link":"https://fse.us10.instawp.xyz/?p=41#start"},{"content":"Stop","level":2,"link":"https://fse.us10.instawp.xyz/?p=41#stop"},{"content":"Continue","level":2,"link":"https://fse.us10.instawp.xyz/?p=41#continue"},{"content":"Takeaways ","level":2,"link":"https://fse.us10.instawp.xyz/?p=41#takeaways"}]} --> | |
<nav class="wp-block-table-of-contents"><ol><li><a class="wp-block-table-of-contents__entry" href="https://fse.us10.instawp.xyz/?p=41#overview">Overview</a></li><li><a class="wp-block-table-of-contents__entry" href="https://fse.us10.instawp.xyz/?p=41#attendees">Attendees</a></li><li><a class="wp-block-table-of-contents__entry" href="https://fse.us10.instawp.xyz/?p=41#start">Start</a></li><li><a class="wp-block-table-of-contents__entry" href="https://fse.us10.instawp.xyz/?p=41#stop">Stop</a></li><li><a class="wp-block-table-of-contents__entry" href="https://fse.us10.instawp.xyz/?p=41#continue">Continue</a></li><li><a class="wp-block-table-of-contents__entry" href="https://fse.us10.instawp.xyz/?p=41#takeaways">Takeaways </a></li></ol></nav> | |
<!-- /wp:table-of-contents --> | |
<!-- wp:heading {"lock":{"move":false,"remove":true}} --> | |
<h2 id="overview">Overview</h2> | |
<!-- /wp:heading --> | |
<!-- wp:heading {"lock":{"move":false,"remove":true}} --> | |
<h2 id="attendees">Attendees</h2> | |
<!-- /wp:heading --> | |
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"6rem","bottom":"6rem"}}},"backgroundColor":"tertiary","textColor":"foreground","layout":{"inherit":true}} --> | |
<div class="wp-block-group alignfull has-foreground-color has-tertiary-background-color has-text-color has-background" style="padding-top:6rem;padding-bottom:6rem"><!-- wp:paragraph {"style":{"typography":{"fontWeight":"300"}},"fontSize":"x-large"} --> | |
<p class="has-x-large-font-size" style="font-weight:300">Frida Kahlo, Georgia O'Keeffe, Yayoi Kusama, Lee Miller, Louise Bourgeois, Njideka Akunyili Crosby, Marina Abramovic, Hannah Hoch, Nina Chanel Abney.</p> | |
<!-- /wp:paragraph --></div> | |
<!-- /wp:group --> | |
<!-- wp:heading --> | |
<h2 id="start">Start</h2> | |
<!-- /wp:heading --> | |
<!-- wp:heading --> | |
<h2 id="stop">Stop</h2> | |
<!-- /wp:heading --> | |
<!-- wp:heading --> | |
<h2 id="continue">Continue</h2> | |
<!-- /wp:heading --> | |
<!-- wp:heading {"lock":{"move":false,"remove":true}} --> | |
<h2 id="takeaways">Takeaways </h2> | |
<!-- /wp:heading --> | |
<!-- wp:list --> | |
<ul><li>Item 1</li><li>Item 2</li><li>Item 3</li></ul> | |
<!-- /wp:list --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment