You've already forked wp-bootstrap
67 lines
3.6 KiB
PHP
67 lines
3.6 KiB
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Title: Contact Page
|
||
|
|
* Slug: wp-bootstrap/page-contact
|
||
|
|
* Categories: wp-bootstrap_page
|
||
|
|
* Description: A full contact page layout with hero, contact details, business hours, and spacer.
|
||
|
|
*
|
||
|
|
* @package WPBootstrap
|
||
|
|
* @since 0.2.0
|
||
|
|
*/
|
||
|
|
?>
|
||
|
|
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}},"backgroundColor":"primary","textColor":"base","layout":{"type":"constrained"}} -->
|
||
|
|
<div class="wp-block-group alignfull has-base-color has-primary-background-color has-text-color has-background" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)"><!-- wp:heading {"textAlign":"center","level":1,"fontSize":"display"} -->
|
||
|
|
<h1 class="wp-block-heading has-text-align-center has-display-font-size"><?php esc_html_e( 'Contact Us', 'wp-bootstrap' ); ?></h1>
|
||
|
|
<!-- /wp:heading -->
|
||
|
|
|
||
|
|
<!-- wp:paragraph {"align":"center","fontSize":"large"} -->
|
||
|
|
<p class="has-text-align-center has-large-font-size"><?php esc_html_e( 'We would love to hear from you. Reach out to us anytime.', 'wp-bootstrap' ); ?></p>
|
||
|
|
<!-- /wp:paragraph --></div>
|
||
|
|
<!-- /wp:group -->
|
||
|
|
|
||
|
|
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
|
||
|
|
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|60"}}}} -->
|
||
|
|
<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"top"} -->
|
||
|
|
<div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"fontSize":"xx-large"} -->
|
||
|
|
<h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'Get in Touch', 'wp-bootstrap' ); ?></h2>
|
||
|
|
<!-- /wp:heading -->
|
||
|
|
|
||
|
|
<!-- wp:paragraph -->
|
||
|
|
<p><strong><?php esc_html_e( 'Address', 'wp-bootstrap' ); ?></strong><br><?php esc_html_e( '123 Main Street, Suite 100, Anytown, ST 12345', 'wp-bootstrap' ); ?></p>
|
||
|
|
<!-- /wp:paragraph -->
|
||
|
|
|
||
|
|
<!-- wp:paragraph -->
|
||
|
|
<p><strong><?php esc_html_e( 'Email', 'wp-bootstrap' ); ?></strong><br><?php esc_html_e( 'info@example.com', 'wp-bootstrap' ); ?></p>
|
||
|
|
<!-- /wp:paragraph -->
|
||
|
|
|
||
|
|
<!-- wp:paragraph -->
|
||
|
|
<p><strong><?php esc_html_e( 'Phone', 'wp-bootstrap' ); ?></strong><br><?php esc_html_e( '+1 (555) 123-4567', 'wp-bootstrap' ); ?></p>
|
||
|
|
<!-- /wp:paragraph --></div>
|
||
|
|
<!-- /wp:column -->
|
||
|
|
|
||
|
|
<!-- wp:column {"verticalAlignment":"top"} -->
|
||
|
|
<div class="wp-block-column is-vertically-aligned-top"><!-- wp:heading {"fontSize":"xx-large"} -->
|
||
|
|
<h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'Business Hours', 'wp-bootstrap' ); ?></h2>
|
||
|
|
<!-- /wp:heading -->
|
||
|
|
|
||
|
|
<!-- wp:list {"className":"is-style-list-unstyled","style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} -->
|
||
|
|
<ul class="is-style-list-unstyled"><!-- wp:list-item -->
|
||
|
|
<li><strong><?php esc_html_e( 'Monday - Friday:', 'wp-bootstrap' ); ?></strong> <?php esc_html_e( '9:00 AM - 6:00 PM', 'wp-bootstrap' ); ?></li>
|
||
|
|
<!-- /wp:list-item -->
|
||
|
|
|
||
|
|
<!-- wp:list-item -->
|
||
|
|
<li><strong><?php esc_html_e( 'Saturday:', 'wp-bootstrap' ); ?></strong> <?php esc_html_e( '10:00 AM - 4:00 PM', 'wp-bootstrap' ); ?></li>
|
||
|
|
<!-- /wp:list-item -->
|
||
|
|
|
||
|
|
<!-- wp:list-item -->
|
||
|
|
<li><strong><?php esc_html_e( 'Sunday:', 'wp-bootstrap' ); ?></strong> <?php esc_html_e( 'Closed', 'wp-bootstrap' ); ?></li>
|
||
|
|
<!-- /wp:list-item --></ul>
|
||
|
|
<!-- /wp:list --></div>
|
||
|
|
<!-- /wp:column --></div>
|
||
|
|
<!-- /wp:columns --></div>
|
||
|
|
<!-- /wp:group -->
|
||
|
|
|
||
|
|
<!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
||
|
|
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
||
|
|
<!-- /wp:spacer -->
|