123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- /**
- * Title: Logos
- * Slug: startfit/logos
- * Categories: featured
- */
- ?>
- <!-- wp:group {"style":{"spacing":{"blockGap":"3.2rem","margin":{"top":"0rem","bottom":"0rem"},"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"backgroundColor":"contrast","layout":{"type":"constrained"}} -->
- <div class="wp-block-group has-contrast-background-color has-background" style="margin-top:0rem;margin-bottom:0rem;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)">
- <!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
- <div class="wp-block-group alignfull">
- <!-- wp:paragraph {"align":"center","style":{"typography":{"textTransform":"uppercase","letterSpacing":"0.04em","fontStyle":"normal","fontWeight":"700"},"elements":{"link":{"color":{"text":"#82828c"}}},"color":{"text":"#82828c"}},"fontSize":"small"} -->
- <p class="has-text-align-center has-text-color has-link-color has-small-font-size" style="color:#82828c;font-style:normal;font-weight:700;letter-spacing:0.04em;text-transform:uppercase"><?php echo esc_html__( 'As Seen on', 'startfit' ); ?></p>
- <!-- /wp:paragraph -->
- <!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0rem"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"center"}} -->
- <div class="wp-block-group alignfull">
- <!-- wp:image {"width":200,"height":60,"sizeSlug":"full","linkDestination":"none"} -->
- <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/logo1.png" alt="" class="" style="width:200px;height:60px" width="200" height="60"/></figure>
- <!-- /wp:image -->
- <!-- wp:image {"width":200,"height":60,"sizeSlug":"full","linkDestination":"none"} -->
- <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/logo2.png" alt="" class="" style="width:200px;height:60px" width="200" height="60"/></figure>
- <!-- /wp:image -->
- <!-- wp:image {"width":200,"height":60,"sizeSlug":"full","linkDestination":"none"} -->
- <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/logo3.png" alt="" class="" style="width:200px;height:60px" width="200" height="60"/></figure>
- <!-- /wp:image -->
- <!-- wp:image {"width":200,"height":60,"sizeSlug":"full","linkDestination":"none"} -->
- <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/logo4.png" alt="" class="" style="width:200px;height:60px" width="200" height="60"/></figure>
- <!-- /wp:image -->
- <!-- wp:image {"width":200,"height":60,"sizeSlug":"full","linkDestination":"none"} -->
- <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/logo5.png" alt="" class="" style="width:200px;height:60px" width="200" height="60"/></figure>
- <!-- /wp:image -->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
|