FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-essential-addons
/
patterns
Edit File: storemate-team.php
<?php /** * Title: PRO: Storemate Team * Slug: cozy-essential-addons/storemate-team * Categories: storemate */ $ct_patterns_images = array( COZY_ESSENTIAL_ADDONS_ASSETS_URL . 'admin/images/smv/team_1.jpg', COZY_ESSENTIAL_ADDONS_ASSETS_URL . 'admin/images/smv/team_2.jpg', COZY_ESSENTIAL_ADDONS_ASSETS_URL . 'admin/images/smv/team_3.jpg', ); ?> <!-- wp:group {"style":{"spacing":{"padding":{"top":"60px","bottom":"60px","left":"var:preset|spacing|40","right":"var:preset|spacing|40"},"margin":{"top":"0","bottom":"0"}}},"className":"storemate-zoom-in-up","layout":{"type":"constrained","contentSize":"1340px"}} --> <div class="wp-block-group storemate-zoom-in-up" style="margin-top:0;margin-bottom:0;padding-top:60px;padding-right:var(--wp--preset--spacing--40);padding-bottom:60px;padding-left:var(--wp--preset--spacing--40)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30","margin":{"bottom":"60px"}}},"layout":{"type":"constrained","contentSize":"640px"}} --> <div class="wp-block-group" style="margin-bottom:60px"><!-- wp:heading {"textAlign":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"600","fontSize":"44px"}}} --> <h2 class="wp-block-heading has-text-align-center" style="font-size:44px;font-style:normal;font-weight:600"><?php esc_html_e('Meet our Team', 'cozy-essential-addons') ?></h2> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center"} --> <p class="has-text-align-center"><?php esc_html_e('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'cozy-essential-addons') ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> <!-- wp:cozy-block/teams {"blockClientId":"1c62a55f-3b02-43bc-be2e-faf97213c7f2"} --> <div class="cozy-block-teams display-grid hover-show" id="cozyBlock_1c62a55f_3b02_43bc_be2e_faf97213c7f2"> <div class="cozy-block-grid-wrapper "><!-- wp:cozy-block/grid --> <div class="cozy-block-grid"><!-- wp:group --> <div class="wp-block-group"><!-- wp:image {"id":135,"width":"400px","height":"430px","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url($ct_patterns_images[0]) ?>" alt="" class="wp-image-135" style="object-fit:cover;width:400px;height:430px" /></figure> <!-- /wp:image --> <!-- wp:heading {"textAlign":"center","level":4,"placeholder":"John Carter","style":{"spacing":{"margin":{"top":"24px"}}}} --> <h4 class="wp-block-heading has-text-align-center" style="margin-top:24px"><?php esc_html_e('John Doe', 'cozy-essential-addons') ?></h4> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center","placeholder":"Lorem Ipsum is simply dummy text of the printing and typesetting industry.","style":{"spacing":{"margin":{"top":"12px","bottom":"0"}}}} --> <p class="has-text-align-center" style="margin-top:12px;margin-bottom:0"><?php esc_html_e('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'cozy-essential-addons') ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:cozy-block/grid --> <!-- wp:cozy-block/grid --> <div class="cozy-block-grid"><!-- wp:group --> <div class="wp-block-group"><!-- wp:image {"id":144,"width":"400px","height":"430px","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url($ct_patterns_images[1]) ?>" alt="" class="wp-image-144" style="object-fit:cover;width:400px;height:430px" /></figure> <!-- /wp:image --> <!-- wp:heading {"textAlign":"center","level":4,"placeholder":"John Carter","style":{"spacing":{"margin":{"top":"24px"}}}} --> <h4 class="wp-block-heading has-text-align-center" style="margin-top:24px"><?php esc_html_e('Zelina Peterson', 'cozy-essential-addons') ?></h4> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center","placeholder":"Lorem Ipsum is simply dummy text of the printing and typesetting industry.","style":{"spacing":{"margin":{"top":"12px","bottom":"0"}}}} --> <p class="has-text-align-center" style="margin-top:12px;margin-bottom:0"><?php esc_html_e('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'cozy-essential-addons') ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:cozy-block/grid --> <!-- wp:cozy-block/grid --> <div class="cozy-block-grid"><!-- wp:group --> <div class="wp-block-group"><!-- wp:image {"id":131,"width":"400px","height":"430px","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url($ct_patterns_images[2]) ?>" alt="" class="wp-image-131" style="object-fit:cover;width:400px;height:430px" /></figure> <!-- /wp:image --> <!-- wp:heading {"textAlign":"center","level":4,"placeholder":"John Carter","style":{"spacing":{"margin":{"top":"24px"}}}} --> <h4 class="wp-block-heading has-text-align-center" style="margin-top:24px"><?php esc_html_e('Albert Roy', 'cozy-essential-addons') ?></h4> <!-- /wp:heading --> <!-- wp:paragraph {"align":"center","placeholder":"Lorem Ipsum is simply dummy text of the printing and typesetting industry.","style":{"spacing":{"margin":{"top":"12px","bottom":"0"}}}} --> <p class="has-text-align-center" style="margin-top:12px;margin-bottom:0"><?php echo esc_html_e('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'cozy-essential-addons') ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:cozy-block/grid --> </div> </div> <!-- /wp:cozy-block/teams --> </div> <!-- /wp:group -->
Save
Back