12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * Title: Schedule a Visit
- * Slug: barnsbury23/schedule-a-visit
- * Categories: hidden
- * Inserter: no
- */
- ?>
- <!-- wp:group {"align":"wide"} -->
- <div class="wp-block-group alignwide"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:heading {"textAlign":"center","level":1,"anchor":"schedule-a-visit"} -->
- <h1 class="wp-block-heading has-text-align-center" id="schedule-a-visit"><?php echo esc_html__( 'Schedule a Visit', 'barnsbury23' ); ?></h1>
- <!-- /wp:heading -->
- <!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:group {"style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group"><!-- wp:paragraph {"align":"center"} -->
- <p class="has-text-align-center"><?php echo esc_html__( 'Our practices are designed to minimize pollution and conserve natural resources, such as water and energy. Be our guest and schedule a family visit to our adorable workplace.', 'barnsbury23' ); ?></p>
- <!-- /wp:paragraph -->
- <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->
- <div class="wp-block-buttons"><!-- wp:button {"width":50,"style":{"border":{"width":"2px","style":"solid"},"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"},"spacing":{"padding":{"left":"24px","right":"24px","top":"16px","bottom":"16px"}}},"borderColor":"primary","className":"is-style-outline","fontFamily":"rubik"} -->
- <div class="wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-rubik-font-family" style="font-size:0.9rem;letter-spacing:5%;text-transform:uppercase"><a class="wp-block-button__link has-border-color has-primary-border-color wp-element-button" style="border-style:solid;border-width:2px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px"><?php echo esc_html__( 'Contact us', 'barnsbury23' ); ?></a></div>
- <!-- /wp:button --></div>
- <!-- /wp:buttons --></div>
- <!-- /wp:group -->
- <!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer --></div>
- <!-- /wp:group -->
|