Compare commits

..

7 Commits

Author SHA1 Message Date
70792b12fa Merge branch 'main' of ssh://git.autonomic.zone:2222/autonomic-cooperative/autonomic-block-theme into main
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-26 11:31:31 +05:00
5b4bddb537 change name of theme to match beta server 2023-01-26 11:31:08 +05:00
3wc
b5989327d7 Switch to self-hosted docker-cp-deploy image
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-24 14:35:55 -08:00
67024469a8 add pattern for default About page content 2023-01-24 15:51:36 +05:00
f43f00990f Merge branch 'dev' into main
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-24 14:47:23 +05:00
b0e50e45f7 Merge pull request 'fix rocketchat channel alert' (#2) from dev into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2023-01-24 08:51:54 +01:00
8f2338619f Merge pull request 'Merge recent changes' (#1) from dev into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #1
2023-01-24 08:44:26 +01:00
3 changed files with 59 additions and 3 deletions

View File

@ -11,7 +11,7 @@ steps:
commands:
- for f in $(find /drone -name '*.php'); do php -l "$f"; done
- name: docker cp deploy
image: 3wordchant/docker-cp-deploy:latest
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
settings:
host: smol-wp.autonomic.zone
service: beta_autonomic_zone_app

56
patterns/about.php Normal file
View File

@ -0,0 +1,56 @@
<?php
/**
* Title: Autonomic About Content
* Slug: autonomic/about
* Description: Default content for the About page
* Categories: autonomic
*/
?>
<!-- wp:heading -->
<h2>How we work</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Autonomic is a hive mind of 13 people around the world turning gentle chaos into websites, infrastructure and design. We share 1 email inbox. We make decisions through a consensus decision-making process.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Our other processes are documented in our Handbook.</p>
<!-- /wp:paragraph -->
<!-- wp:heading -->
<h2>How we work with clients</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>We prefer to work with organisations and projects who share our values [link]. Let us know your situation and we may be able to work for you at a solidarity rate.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Our preferred contact method is email, to help us collectivise communications [link to contact] we often take about a week or two to respond to initial queries, depending on how much work we have on. helo@autonomic.zone</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Our agreements are usually in the form of:</p>
<!-- /wp:paragraph -->
<!-- wp:table -->
<figure class="wp-block-table"><table><tbody><tr><td>Retainer:</td><td>You pay us a retainer up front and we work. We like this.</td></tr><tr><td>Flat-rate:</td><td>We give you a quote and deliver on it. We dont like this.</td></tr><tr><td>We work as needed and bill you after:</td><td>Its fine, we do it sometimes</td></tr></tbody></table></figure>
<!-- /wp:table -->
<!-- wp:paragraph -->
<p>We accept payments via bank transfer (BACS or SWIFT), including internationally. We can also receive credit and debit card payments using Stripe, especially for folks in the US where “wire transfers” can be costly and complicated please add 2.9% to cover Stripes processing fees.</p>
<!-- /wp:paragraph -->
<!-- wp:heading -->
<h2>Working @ Autonomic</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Autonomic values independence and autonomy in our day-to-day work environment; you can read more on our values page and our internal handbook.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>When we are recruiting for increased worker membership we will make a post on our [blog]. If you are interested in joining Autonomic but we are not currently recruiting you are still welcome to send us your CV.</p>
<!-- /wp:paragraph -->

View File

@ -2,7 +2,7 @@
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"width":"20%"} -->
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:group {"style":{"spacing":{"padding":{"top":"188px","right":"64px"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-top:188px;padding-right:64px"><!-- wp:template-part {"slug":"nav-menu","theme":"autonomic","area":"uncategorized"} /--></div>
<div class="wp-block-group" style="padding-top:188px;padding-right:64px"><!-- wp:template-part {"slug":"nav-menu","theme":"autonomic-block-theme","area":"uncategorized"} /--></div>
<!-- /wp:group --></div>
<!-- /wp:column -->
@ -15,4 +15,4 @@
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->
<!-- wp:template-part {"slug":"footer","theme":"autonomic"} /-->
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->