sync patterns/templates with live site content
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,13 +1,3 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Title: Autonomic Homepage
|
||||
* Slug: autonomic/homepage
|
||||
* Description: Default content for the homepage
|
||||
* Categories: autonomic
|
||||
*/
|
||||
?>
|
||||
|
||||
<!-- wp:heading {"level":1,"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|40"}},"typography":{"fontSize":"44px","fontStyle":"normal","fontWeight":"400"}}} -->
|
||||
<h1
|
||||
class="wp-block-heading"
|
||||
@ -28,14 +18,18 @@
|
||||
</h1>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:heading -->
|
||||
<h2 class="wp-block-heading">What we offer</h2>
|
||||
<!-- wp:heading {"style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","className":"is-style-tabbed-heading"} -->
|
||||
<h2
|
||||
class="wp-block-heading is-style-tabbed-heading has-primary-color has-text-color has-link-color"
|
||||
>
|
||||
What we offer
|
||||
</h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:list {"style":{"typography":{"fontSize":"28px","fontStyle":"normal","fontWeight":"700","lineHeight":"1.6"},"spacing":{"padding":{"left":"120px"}},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"className":"what-we-offer"} -->
|
||||
<!-- wp:list {"style":{"typography":{"fontSize":"28px","fontStyle":"normal","fontWeight":"700","lineHeight":"1.6"},"spacing":{"padding":{"left":"120px"}},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"className":"what-we-offer is-style-arrow-list"} -->
|
||||
<ul
|
||||
id="what-we-offer"
|
||||
class="what-we-offer has-link-color"
|
||||
class="what-we-offer is-style-arrow-list has-link-color"
|
||||
style="
|
||||
padding-left: 120px;
|
||||
font-size: 28px;
|
||||
@ -73,8 +67,12 @@
|
||||
</ul>
|
||||
<!-- /wp:list -->
|
||||
|
||||
<!-- wp:heading -->
|
||||
<h2 class="wp-block-heading">Interested? Work with us</h2>
|
||||
<!-- wp:heading {"style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","className":"is-style-tabbed-heading"} -->
|
||||
<h2
|
||||
class="wp-block-heading is-style-tabbed-heading has-primary-color has-text-color has-link-color"
|
||||
>
|
||||
Interested? Work with us
|
||||
</h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}}} -->
|
||||
|
Reference in New Issue
Block a user