|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * Navigation: Overlay with site info and CTA. |
| 4 | + * |
| 5 | + * @package WordPress |
| 6 | + */ |
| 7 | + |
| 8 | +return array( |
| 9 | + 'title' => _x( 'Overlay with site info and CTA', 'Block pattern title' ), |
| 10 | + 'blockTypes' => array( 'core/template-part/navigation-overlay' ), |
| 11 | + 'categories' => array( 'navigation' ), |
| 12 | + 'content' => '<!-- wp:group {"metadata":{"name":"' . esc_attr( __( 'Navigation Overlay' ) ) . '"},"style":{"spacing":{"padding":{"right":"var:preset|spacing|40","left":"var:preset|spacing|40","top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}},"dimensions":{"minHeight":"100vh"},"elements":{"link":{"color":{"text":"var:preset|color|black"}}},"backgroundColor":"white","textColor":"black","layout":{"type":"default"}} --> |
| 13 | +<div class="wp-block-group has-black-color has-white-background-color has-text-color has-background has-link-color" style="min-height:100vh;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} --> |
| 14 | +<div class="wp-block-group alignwide"><!-- wp:navigation-overlay-close /--></div> |
| 15 | +<!-- /wp:group --> |
| 16 | +
|
| 17 | +<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} --> |
| 18 | +<div class="wp-block-group alignwide"><!-- wp:site-logo {"width":80,"isLink":false,"align":"center","className":"is-style-rounded"} /--> |
| 19 | +
|
| 20 | +<!-- wp:site-title {"textAlign":"center","fontSize":"large"} /--> |
| 21 | +
|
| 22 | +<!-- wp:site-tagline {"textAlign":"center","fontSize":"medium"} /--> |
| 23 | +
|
| 24 | +<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} --> |
| 25 | +<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"textTransform":"uppercase"}},"fontSize":"x-large","layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} /--></div> |
| 26 | +<!-- /wp:group --> |
| 27 | +
|
| 28 | +<!-- wp:group {"align":"full","style":{"border":{"top":{"color":"#eeeeee","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} --> |
| 29 | +<div class="wp-block-group alignfull" style="border-top-color:#eeeeee;border-top-width:1px;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:paragraph {"style":{"typography":{"textAlign":"center"}}} --> |
| 30 | +<p class="has-text-align-center">' . esc_html( __( 'Find out how we can help your business.' ) ) . ' <a href="#">' . esc_html( __( 'Learn more' ) ) . '</a></p> |
| 31 | +<!-- /wp:paragraph --> |
| 32 | +
|
| 33 | +<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} --> |
| 34 | +<div class="wp-block-buttons"><!-- wp:button {"style":{"typography":{"textTransform":"uppercase"}}} --> |
| 35 | +<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="text-transform:uppercase">' . esc_html( __( 'Get started today!' ) ) . '</a></div> |
| 36 | +<!-- /wp:button --> |
| 37 | +
|
| 38 | +<!-- wp:button --> |
| 39 | +<div class="wp-block-button"><a class="wp-block-button__link wp-element-button"></a></div> |
| 40 | +<!-- /wp:button --></div> |
| 41 | +<!-- /wp:buttons --></div> |
| 42 | +<!-- /wp:group --></div> |
| 43 | +<!-- /wp:group --></div> |
| 44 | +<!-- /wp:group -->', |
| 45 | +); |
0 commit comments