forked from woocommerce/woo-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "4-column features row with icons" pattern
Add "4-column features row with icons" pattern from woocommerce#5
- Loading branch information
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<?php | ||
/** | ||
* Title: 4-column features row with icons | ||
* Slug: woostarter/store-features-row-icons-4-columns | ||
* Categories: text, about | ||
* Keywords: about, text | ||
* Description: A four-column section with store featured services. | ||
* | ||
|
||
?> | ||
<!-- wp:group {"metadata":{"name":"Small store features row with icons"},"align":"full","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--50);padding-bottom:0;padding-left:var(--wp--preset--spacing--50)"><!-- wp:spacer {"height":"var:preset|spacing|60"} --> | ||
<div style="height:var(--wp--preset--spacing--60)" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|70"}}}} --> | ||
<div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center"} --> | ||
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} --> | ||
<div class="wp-block-group"><!-- wp:image {"id":479,"width":"24px","sizeSlug":"full","linkDestination":"none","align":"center"} --> | ||
<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://kiri.mystagingwebsite.com/wp-content/uploads/2025/02/icon-truck.webp" alt="Truck icon." class="wp-image-479" style="width:24px"/></figure> | ||
<!-- /wp:image --> | ||
|
||
<!-- wp:heading {"textAlign":"center","level":3,"fontSize":"small"} --> | ||
<h3 class="wp-block-heading has-text-align-center has-small-font-size">In Store Collection</h3> | ||
<!-- /wp:heading --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column --> | ||
<div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} --> | ||
<div class="wp-block-group"><!-- wp:image {"id":476,"width":"24px","sizeSlug":"full","linkDestination":"none","align":"center"} --> | ||
<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://kiri.mystagingwebsite.com/wp-content/uploads/2025/02/icon-gift.webp" alt="Gift icon." class="wp-image-476" style="width:24px"/></figure> | ||
<!-- /wp:image --> | ||
|
||
<!-- wp:heading {"textAlign":"center","level":3,"fontSize":"small"} --> | ||
<h3 class="wp-block-heading has-text-align-center has-small-font-size">Gift Wrapping</h3> | ||
<!-- /wp:heading --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column --> | ||
<div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} --> | ||
<div class="wp-block-group"><!-- wp:image {"id":480,"width":"24px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} --> | ||
<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://kiri.mystagingwebsite.com/wp-content/uploads/2025/02/icon-undo.webp" alt="Undo icon." class="wp-image-480" style="width:24px;height:auto"/></figure> | ||
<!-- /wp:image --> | ||
|
||
<!-- wp:heading {"textAlign":"center","level":3,"fontSize":"small"} --> | ||
<h3 class="wp-block-heading has-text-align-center has-small-font-size">Free Returns</h3> | ||
<!-- /wp:heading --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column --> | ||
<div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} --> | ||
<div class="wp-block-group"><!-- wp:image {"id":477,"width":"24px","height":"auto","sizeSlug":"full","linkDestination":"none","align":"center"} --> | ||
<figure class="wp-block-image aligncenter size-full is-resized"><img src="https://kiri.mystagingwebsite.com/wp-content/uploads/2025/02/icon-payment.webp" alt="Card icon." class="wp-image-477" style="width:24px;height:auto"/></figure> | ||
<!-- /wp:image --> | ||
|
||
<!-- wp:heading {"textAlign":"center","level":3,"fontSize":"small"} --> | ||
<h3 class="wp-block-heading has-text-align-center has-small-font-size">Secure Payments</h3> | ||
<!-- /wp:heading --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --> | ||
|
||
<!-- wp:spacer {"height":"var:preset|spacing|60"} --> | ||
<div style="height:var(--wp--preset--spacing--60)" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --></div> | ||
<!-- /wp:group --> |