FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-essential-addons
/
patterns
Edit File: ha-aboutus-large-image.php
<?php /** * Title: About us with Large Image * Slug: cozy-essential-addons/ha-aboutus-large-image * Categories: ha-patterns-pro */ $ct_patterns_images = array( COZY_ESSENTIAL_ADDONS_ASSETS_URL . 'admin/images/hello-agency-assets/aboutus_large_img.jpg', ); ?> <!-- wp:group {"style":{"spacing":{"padding":{"top":"120px","bottom":"120px","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"className":"hello-agency-animate","layout":{"type":"constrained","contentSize":"1180px"}} --> <div class="wp-block-group hello-agency-animate" style="padding-top:120px;padding-right:var(--wp--preset--spacing--50);padding-bottom:120px;padding-left:var(--wp--preset--spacing--50)"><!-- wp:cover {"url":"<?php echo esc_url($ct_patterns_images[0]) ?>","id":487,"dimRatio":0,"minHeight":560,"layout":{"type":"constrained"}} --> <div class="wp-block-cover" style="min-height:560px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-487" alt="" src="<?php echo esc_url($ct_patterns_images[0]) ?>" data-object-fit="cover" /> <div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"large"} --> <p class="has-text-align-center has-large-font-size"></p> <!-- /wp:paragraph --> </div> </div> <!-- /wp:cover --> <!-- wp:columns {"verticalAlignment":"top","style":{"spacing":{"blockGap":{"left":"80px"},"padding":{"top":"60px"}}}} --> <div class="wp-block-columns are-vertically-aligned-top" style="padding-top:60px"><!-- wp:column {"verticalAlignment":"top","width":"40%"} --> <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:40%"><!-- wp:group {"style":{"spacing":{"padding":{"bottom":"1rem"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group" style="padding-bottom:1rem"><!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","fontSize":"56px","letterSpacing":"1.5px"}},"className":"hello-agency-text-stroke"} --> <h2 class="wp-block-heading hello-agency-text-stroke" style="font-size:56px;letter-spacing:1.5px;text-transform:uppercase"><?php echo esc_html('About', 'cozy-essential-addons') ?></h2> <!-- /wp:heading --> <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","fontSize":"56px","letterSpacing":"1.5px"}}} --> <h2 class="wp-block-heading" style="font-size:56px;letter-spacing:1.5px;text-transform:uppercase"><?php echo esc_html('Us', 'cozy-essential-addons') ?></h2> <!-- /wp:heading --> </div> <!-- /wp:group --> </div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"top","width":"60%"} --> <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:60%"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}}} --> <p style="line-height:1.5"><?php echo esc_html('Until recently, the prevailing view assumed <em>lorem ipsum</em> was born as a nonsense text. “It\'s not Latin, though it looks like it, and it actually says nothing,” <em>Before & After</em> magazine answered a curious reader, “Its ‘words’ loosely approximate the frequency with which letters occur in English, which is why at a glance it looks pretty real.”', 'cozy-essential-addons') ?></p> <!-- /wp:paragraph --> <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}}} --> <p style="line-height:1.5"><?php echo esc_html('Today it\'s seen all around the web; on templates, websites, and stock designs. Use our generator to get your own, or read on for the authoritative history of <em>lore</em>m ipsum.', 'cozy-essential-addons') ?></p> <!-- /wp:paragraph --> <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> <div class="wp-block-group" style="padding-top:30px"><!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"left","flexWrap":"nowrap"},"style":{"spacing":{"margin":{"top":"0"}}}} --> <div class="wp-block-buttons alignfull" style="margin-top:0"><!-- wp:button {"backgroundColor":"heading-color","textColor":"neutra-color","style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"600"},"border":{"radius":"5px","width":"1px"},"spacing":{"padding":{"left":"30px","right":"30px","top":"20px","bottom":"20px"}}},"borderColor":"heading-color","className":"is-style-fill hello-agency-fill-buttons","fontSize":"normal"} --> <div class="wp-block-button has-custom-font-size is-style-fill hello-agency-fill-buttons has-normal-font-size" style="font-style:normal;font-weight:600;text-transform:uppercase"><a class="wp-block-button__link has-neutra-color-color has-heading-color-background-color has-text-color has-background has-border-color has-heading-color-border-color wp-element-button" style="border-width:1px;border-radius:5px;padding-top:20px;padding-right:30px;padding-bottom:20px;padding-left:30px"><?php echo esc_html('Learn More', 'cozy-essential-addons') ?></a></div> <!-- /wp:button --> </div> <!-- /wp:buttons --> <!-- wp:list {"style":{"spacing":{"padding":{"right":"0","left":"0"}}},"textColor":"heading-color","className":"is-style-list-style-no-bullet","fontSize":"medium"} --> <ul class="is-style-list-style-no-bullet has-heading-color-color has-text-color has-medium-font-size" style="padding-right:0;padding-left:0"><!-- wp:list-item {"style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"fontSize":"medium"} --> <li class="has-medium-font-size" style="font-style:normal;font-weight:600"><?php echo esc_html('+1 (012) 345-6789', 'cozy-essential-addons') ?></li> <!-- /wp:list-item --> </ul> <!-- /wp:list --> </div> <!-- /wp:group --> </div> <!-- /wp:column --> </div> <!-- /wp:columns --> </div> <!-- /wp:group -->
Save
Back