You've already forked wp-bootstrap
41 lines
2.2 KiB
PHP
41 lines
2.2 KiB
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Title: About section
|
||
|
|
* Slug: wp-bootstrap/text-about
|
||
|
|
* Categories: wp-bootstrap_text, text
|
||
|
|
* Description: A two-column about section with text content and an image.
|
||
|
|
*
|
||
|
|
* @package WPBootstrap
|
||
|
|
* @since 0.1.0
|
||
|
|
*/
|
||
|
|
?>
|
||
|
|
<!-- 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":"center"} -->
|
||
|
|
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:heading {"fontSize":"xx-large"} -->
|
||
|
|
<h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'About us', 'wp-bootstrap' ); ?></h2>
|
||
|
|
<!-- /wp:heading -->
|
||
|
|
|
||
|
|
<!-- wp:paragraph -->
|
||
|
|
<p><?php esc_html_e( 'We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress.', 'wp-bootstrap' ); ?></p>
|
||
|
|
<!-- /wp:paragraph -->
|
||
|
|
|
||
|
|
<!-- wp:paragraph {"textColor":"secondary"} -->
|
||
|
|
<p class="has-secondary-color has-text-color"><?php esc_html_e( 'With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use.', 'wp-bootstrap' ); ?></p>
|
||
|
|
<!-- /wp:paragraph -->
|
||
|
|
|
||
|
|
<!-- wp:buttons -->
|
||
|
|
<div class="wp-block-buttons"><!-- wp:button -->
|
||
|
|
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn More', 'wp-bootstrap' ); ?></a></div>
|
||
|
|
<!-- /wp:button --></div>
|
||
|
|
<!-- /wp:buttons --></div>
|
||
|
|
<!-- /wp:column -->
|
||
|
|
|
||
|
|
<!-- wp:column {"verticalAlignment":"center"} -->
|
||
|
|
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:image {"sizeSlug":"large","style":{"border":{"radius":"0.5rem"}}} -->
|
||
|
|
<figure class="wp-block-image size-large" style="border-radius:0.5rem"><img src="" alt="<?php esc_attr_e( 'About us image', 'wp-bootstrap' ); ?>"/></figure>
|
||
|
|
<!-- /wp:image --></div>
|
||
|
|
<!-- /wp:column --></div>
|
||
|
|
<!-- /wp:columns --></div>
|
||
|
|
<!-- /wp:group -->
|