autonomic-block-theme/patterns/homepage.php

91 lines
3.2 KiB
PHP
Raw Normal View History

2023-01-18 06:23:25 +00:00
<?php
/**
2023-01-27 05:56:59 +00:00
* Title: Autonomic Homepage
* Slug: autonomic/homepage
* Description: Default content for the homepage
* Categories: autonomic
*/
2023-01-18 06:23:25 +00:00
?>
2023-01-23 17:11:50 +00:00
<!-- wp:heading {"level":1,"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|40"}}}} -->
2023-01-27 05:56:59 +00:00
<h1 style="padding-bottom:var(--wp--preset--spacing--40)">
Autonomic is a co-operative that is owned and run by its workers
<img class="wp-image-99" style="width: 26px;" src="https://beta.autonomic.zone/wp-content/uploads/2023/01/leaf.png" alt="">
</h1>
2023-01-18 06:23:25 +00:00
<!-- /wp:heading -->
<!-- wp:heading -->
<h2>What we offer</h2>
<!-- /wp:heading -->
2023-01-21 16:49:55 +00:00
<!-- wp:list {"style":{"typography":{"fontSize":"28px","fontStyle":"normal","fontWeight":"700","lineHeight":"1.6"},"spacing":{"padding":{"left":"120px"}}}} -->
2023-01-27 05:56:59 +00:00
<ul style="padding-left:120px;font-size:28px;font-style:normal;font-weight:700;line-height:1.6">
<!-- wp:list-item -->
<li>Support</li>
<!-- /wp:list-item -->
2023-01-18 06:23:25 +00:00
2023-01-27 05:56:59 +00:00
<!-- wp:list-item -->
<li>Website development</li>
<!-- /wp:list-item -->
2023-01-18 06:23:25 +00:00
2023-01-27 05:56:59 +00:00
<!-- wp:list-item -->
<li>Custom development</li>
<!-- /wp:list-item -->
2023-01-18 06:23:25 +00:00
2023-01-27 05:56:59 +00:00
<!-- wp:list-item -->
<li>Training</li>
<!-- /wp:list-item -->
2023-01-18 06:23:25 +00:00
2023-01-27 05:56:59 +00:00
<!-- wp:list-item -->
<li>Etc whatever u want</li>
<!-- /wp:list-item -->
</ul>
2023-01-18 06:23:25 +00:00
<!-- /wp:list -->
<!-- wp:heading -->
2023-01-27 05:56:59 +00:00
<h2>
Interested? Work with us
</h2>
2023-01-18 06:23:25 +00:00
<!-- /wp:heading -->
<!-- wp:paragraph -->
2023-01-27 05:56:59 +00:00
<p>
We build technologies and infrastructure to empower users to make a positive impact on the world. All of our services reflect our commitment to our core values:
</p>
2023-01-18 06:23:25 +00:00
<!-- /wp:paragraph -->
<!-- wp:columns {"verticalAlignment":"center","style":{"border":{"top":{"width":"1px"},"bottom":{"width":"1px"}},"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":"1.8"}}} -->
<div class="wp-block-columns are-vertically-aligned-center"
style="border-top-width:1px;border-bottom-width:1px;font-style:normal;font-weight:700;line-height:1.8">
<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Sustainability</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:column -->
2023-01-18 06:23:25 +00:00
<!-- wp:column {"verticalAlignment":"center"} -->
<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Privacy</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:column -->
2023-01-18 06:23:25 +00:00
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Transparency</p>
<!-- /wp:paragraph -->
2023-01-27 05:56:59 +00:00
</div>
<!-- /wp:column -->
2023-01-27 05:56:59 +00:00
</div>
<!-- /wp:columns -->
2023-01-18 06:23:25 +00:00
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"},"style":{"spacing":{"blockGap":"0","margin":{"top":"var:preset|spacing|70"}}}} -->
<div class="wp-block-buttons" style="margin-top:var(--wp--preset--spacing--70)">
<!-- wp:button {"backgroundColor":"button","fontSize":"small"} -->
<div class="wp-block-button has-custom-font-size has-small-font-size"><a
class="wp-block-button__link has-button-background-color has-background wp-element-button">Contact us at
<strong>hello@autonomic.zone</strong></a></div>
2023-01-27 05:56:59 +00:00
<!-- /wp:button -->
</div>
2023-01-18 06:23:25 +00:00
<!-- /wp:buttons -->