Compare commits
27 Commits
9fb26dc51f
...
main
Author | SHA1 | Date | |
---|---|---|---|
b860a71a6b | |||
238b38e95e | |||
ca0313fe00 | |||
58c22764e1 | |||
8d17cc02ed | |||
27bd57061c | |||
d2a0be5844 | |||
4c8a02208b | |||
9c10d5e239 | |||
064dd08373 | |||
df4439a683 | |||
3b2d3e0ba1 | |||
7a096b22f9 | |||
2f8f91d729 | |||
70cb9f14e6 | |||
5e91fd7617 | |||
0e6740914e | |||
9697e92106 | |||
22273fd89f | |||
c9d7f6a137 | |||
34d3baed02 | |||
ba4691c913 | |||
a3a88cfb67 | |||
91544a6b9f | |||
2137df982e | |||
fb6685ff05 | |||
db78ac726c |
BIN
assets/images/01flowergreen-1.png
Normal file
BIN
assets/images/01flowergreen-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
assets/images/monster.png
Normal file
BIN
assets/images/monster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/monsterpink.png
Normal file
BIN
assets/images/monsterpink.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
@ -18,6 +18,14 @@
|
|||||||
border-top: 2px solid var(--wp--preset--color--background);
|
border-top: 2px solid var(--wp--preset--color--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-style-tabbed-heading a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-style-tabbed-heading a:hover {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 782px) {
|
@media (max-width: 782px) {
|
||||||
.is-style-tabbed-heading::before {
|
.is-style-tabbed-heading::before {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
@ -10,10 +10,10 @@ function custom_stylesheet() {
|
|||||||
* TODO: unify both css files into one stylesheet
|
* TODO: unify both css files into one stylesheet
|
||||||
*/
|
*/
|
||||||
wp_register_style( 'block-styles', get_theme_file_uri( 'block-styles.css' ) );
|
wp_register_style( 'block-styles', get_theme_file_uri( 'block-styles.css' ) );
|
||||||
|
wp_enqueue_style( 'custom-styles' );
|
||||||
|
wp_enqueue_style( 'block-styles' );
|
||||||
}
|
}
|
||||||
wp_enqueue_style( 'custom-styles' );
|
add_action( 'after_setup_theme', 'autonomic_block_styles');
|
||||||
wp_enqueue_style( 'block-styles' );
|
|
||||||
|
|
||||||
|
|
||||||
function autonomic_block_styles() {
|
function autonomic_block_styles() {
|
||||||
/**
|
/**
|
||||||
@ -26,6 +26,12 @@ function autonomic_block_styles() {
|
|||||||
}
|
}
|
||||||
add_action( 'after_setup_theme', 'autonomic_block_styles' );
|
add_action( 'after_setup_theme', 'autonomic_block_styles' );
|
||||||
|
|
||||||
|
// stage style.css on editor
|
||||||
|
function enqueue_editor_styles() {
|
||||||
|
wp_enqueue_style( 'editor-styles', get_template_directory_uri() . '/editor-style.css' );
|
||||||
|
}
|
||||||
|
add_action( 'enqueue_block_editor_assets', 'enqueue_editor_styles' );
|
||||||
|
|
||||||
function autonomic_theme_scripts() {
|
function autonomic_theme_scripts() {
|
||||||
// this is also for block styles
|
// this is also for block styles
|
||||||
wp_enqueue_script( 'autonomic-block-styles', get_theme_file_uri( '/js/block-styles.js' ), array( 'wp-blocks', 'wp-dom-ready', 'wp-edit-post' ), filemtime( get_theme_file_uri( '/js/block-styles.js' ) ));
|
wp_enqueue_script( 'autonomic-block-styles', get_theme_file_uri( '/js/block-styles.js' ), array( 'wp-blocks', 'wp-dom-ready', 'wp-edit-post' ), filemtime( get_theme_file_uri( '/js/block-styles.js' ) ));
|
||||||
|
@ -1,176 +1 @@
|
|||||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"var:preset|spacing|70"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"secondary","textColor":"background","className":"footer","layout":{"type":"constrained"},"fontSize":"small"} -->
|
<!-- wp:pattern {"slug":"autonomic/footer"} /-->
|
||||||
<div
|
|
||||||
class="wp-block-group footer has-background-color has-secondary-background-color has-text-color has-background has-link-color has-small-font-size"
|
|
||||||
style="
|
|
||||||
margin-top: var(--wp--preset--spacing--70);
|
|
||||||
padding-top: var(--wp--preset--spacing--60);
|
|
||||||
padding-bottom: var(--wp--preset--spacing--60);
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<!-- wp:columns -->
|
|
||||||
<div class="wp-block-columns">
|
|
||||||
<!-- wp:column {"verticalAlignment":"center","width":"10%","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
|
|
||||||
<div
|
|
||||||
class="wp-block-column is-vertically-aligned-center"
|
|
||||||
style="
|
|
||||||
padding-top: var(--wp--preset--spacing--30);
|
|
||||||
padding-right: var(--wp--preset--spacing--30);
|
|
||||||
padding-bottom: var(--wp--preset--spacing--30);
|
|
||||||
padding-left: var(--wp--preset--spacing--30);
|
|
||||||
flex-basis: 10%;
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<!-- wp:image {"align":"right","id":105,"sizeSlug":"full","linkDestination":"none","className":"autonomic-logo"} -->
|
|
||||||
<figure
|
|
||||||
class="wp-block-image alignright size-full autonomic-logo"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
src="https://autonomic.zone/wp-content/uploads/2023/01/monster.png"
|
|
||||||
alt=""
|
|
||||||
class="wp-image-105"
|
|
||||||
/>
|
|
||||||
</figure>
|
|
||||||
<!-- /wp:image -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 50%">
|
|
||||||
<!-- wp:columns -->
|
|
||||||
<div class="wp-block-columns">
|
|
||||||
<!-- wp:column {"width":"60%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 60%">
|
|
||||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
|
||||||
<div class="wp-block-group">
|
|
||||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"constrained"}} -->
|
|
||||||
<div class="wp-block-group">
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p>
|
|
||||||
<strong>Autonomic Co-operative Limited</strong>
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p>
|
|
||||||
1539 Pershore Road<br />Birmingham<br />B30
|
|
||||||
2JH<br />United Kingdom
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://autonomic.zone/gdpr/"
|
|
||||||
data-type="page"
|
|
||||||
data-id="184"
|
|
||||||
><strong>Privacy Policy</strong></a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"40%","style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 40%">
|
|
||||||
<!-- wp:paragraph {"style":{"typography":{"fontWeight":"700"}}} -->
|
|
||||||
<p style="font-weight: 700">
|
|
||||||
We are a Co-operative Society registered with the
|
|
||||||
<a
|
|
||||||
href="https://mutuals.fca.org.uk/"
|
|
||||||
data-type="URL"
|
|
||||||
data-id="https://mutuals.fca.org.uk/"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer noopener"
|
|
||||||
>FCA</a
|
|
||||||
>.
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p>Registration Number: 4597</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph {"style":{"typography":{"fontWeight":"700"}}} -->
|
|
||||||
<p style="font-weight: 700">
|
|
||||||
Member of the
|
|
||||||
<a
|
|
||||||
href="https://www.coops.tech/"
|
|
||||||
data-type="URL"
|
|
||||||
data-id="https://www.coops.tech/"
|
|
||||||
>CoTech</a
|
|
||||||
>
|
|
||||||
network of tech worker co-ops
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:columns -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"35%","style":{"spacing":{"blockGap":"var:preset|spacing|30"}}} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 35%">
|
|
||||||
<!-- wp:heading {"textAlign":"center","level":3,"fontFamily":"ft88"} -->
|
|
||||||
<h3
|
|
||||||
class="wp-block-heading has-text-align-center has-ft-88-font-family"
|
|
||||||
>
|
|
||||||
Connect with us
|
|
||||||
</h3>
|
|
||||||
<!-- /wp:heading -->
|
|
||||||
|
|
||||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
|
|
||||||
<div class="wp-block-group">
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p><a href="https://autonomic.zone/feed">rss</a></p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://sunbeam.city/@autonomic/"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer noopener"
|
|
||||||
>fediverse</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p>
|
|
||||||
<a
|
|
||||||
href="https://git.autonomic.zone/"
|
|
||||||
data-type="URL"
|
|
||||||
data-id="https://git.autonomic.zone/"
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer noopener"
|
|
||||||
>gitea</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph -->
|
|
||||||
<p>
|
|
||||||
<a href="https://matrix.to/#/#autonospace:autonomic.zone"
|
|
||||||
>matrix</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph {"align":"center"} -->
|
|
||||||
<p class="has-text-align-center">
|
|
||||||
<a href="mailto:boop@autonomic.zone">boop@autonomic.zone</a>
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:columns -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
@ -1,15 +1,9 @@
|
|||||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"className":"nav-menu","layout":{"type":"default"}} -->
|
<!-- wp:group {"className":"nav-menu","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"default"}} -->
|
||||||
<div class="wp-block-group nav-menu">
|
<div class="wp-block-group nav-menu"><!-- wp:group {"className":"logo-wrapper","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
|
||||||
<!-- wp:group {"className":"logo-wrapper","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
|
<div class="wp-block-group logo-wrapper"><!-- wp:image {"lightbox":{"enabled":false},"width":"64px","height":"undefinedpx","sizeSlug":"full","linkDestination":"custom"} -->
|
||||||
<div class="wp-block-group logo-wrapper">
|
<figure class="wp-block-image size-full is-resized"><a href="/"><img src="http://autonomic.local/wp-content/themes/autonomic-block-theme/assets/images/monsterpink.png" alt="" style="width:64px;height:undefinedpx"/></a></figure>
|
||||||
<!-- wp:image {"id":411,"width":64,"sizeSlug":"full","linkDestination":"none"} -->
|
<!-- /wp:image --></div>
|
||||||
<figure class="wp-block-image size-full is-resized"><img
|
<!-- /wp:group -->
|
||||||
src="https://autonomic.zone/wp-content/uploads/2023/05/monsterpink.png" alt="" class="wp-image-411"
|
|
||||||
style="width:64px" width="64" /></figure>
|
<!-- wp:navigation {"ref":101,"overlayBackgroundColor":"background","overlayTextColor":"primary","style":{"typography":{"textDecoration":"underline","textTransform":"lowercase"},"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} /--></div>
|
||||||
<!-- /wp:image -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
|
|
||||||
<!-- wp:navigation {"ref":101,"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"},"style":{"typography":{"textDecoration":"underline","textTransform":"lowercase"},"spacing":{"blockGap":"var:preset|spacing|30"}}} /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
94
patterns/footer.php
Normal file
94
patterns/footer.php
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Title: footer
|
||||||
|
* Slug: autonomic/footer
|
||||||
|
* Inserter: yes
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<!-- wp:group {"className":"footer","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"var:preset|spacing|70"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"secondary","textColor":"background","fontSize":"small","layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group footer has-background-color has-secondary-background-color has-text-color has-background has-link-color has-small-font-size" style="margin-top:var(--wp--preset--spacing--70);padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:columns -->
|
||||||
|
<div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":"10%","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}}},"layout":{"type":"default"}} -->
|
||||||
|
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);flex-basis:10%"><!-- wp:image {"sizeSlug":"full","linkDestination":"none","align":"right","className":"autonomic-logo"} -->
|
||||||
|
<figure class="wp-block-image alignright size-full autonomic-logo"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/monster.png" alt=""/></figure>
|
||||||
|
<!-- /wp:image --></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"50%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:columns -->
|
||||||
|
<div class="wp-block-columns"><!-- wp:column {"width":"60%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:60%"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||||
|
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group"><!-- wp:paragraph -->
|
||||||
|
<p>
|
||||||
|
<strong>Autonomic Co-operative Limited</strong>
|
||||||
|
</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p>
|
||||||
|
986 Pershore Road<br>Birmingham<br>B29 7PX<br>United Kingdom
|
||||||
|
</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p><a href="https://autonomic.zone/gdpr/" data-type="page" data-id="184"><strong>Privacy Policy</strong> </a></p>
|
||||||
|
<!-- /wp:paragraph --></div>
|
||||||
|
<!-- /wp:group --></div>
|
||||||
|
<!-- /wp:group --></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"40%","style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:40%"><!-- wp:paragraph {"style":{"typography":{"fontWeight":"700"}}} -->
|
||||||
|
<p style="font-weight:700">We are a Co-operative Society registered with the <a href="https://mutuals.fca.org.uk/" data-type="URL" data-id="https://mutuals.fca.org.uk/" target="_blank" rel="noreferrer noopener">FCA</a>.</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p>Registration Number: 4597</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph {"style":{"typography":{"fontWeight":"700"}}} -->
|
||||||
|
<p style="font-weight:700">Member of the <a href="https://www.coops.tech/" data-type="URL" data-id="https://www.coops.tech/">CoTech</a>, <a href="https://workers.coop">workers.coop</a>, & <a href="https://patio.coop">Patio</a> co-operative networks.</p>
|
||||||
|
<!-- /wp:paragraph --></div>
|
||||||
|
<!-- /wp:column --></div>
|
||||||
|
<!-- /wp:columns --></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"35%","style":{"spacing":{"blockGap":"var:preset|spacing|30"}}} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:35%"><!-- wp:heading {"textAlign":"center","level":3,"fontFamily":"ft88"} -->
|
||||||
|
<h3 class="wp-block-heading has-text-align-center has-ft-88-font-family">
|
||||||
|
Connect with us
|
||||||
|
</h3>
|
||||||
|
<!-- /wp:heading -->
|
||||||
|
|
||||||
|
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
|
||||||
|
<div class="wp-block-group"><!-- wp:paragraph -->
|
||||||
|
<p><a href="https://autonomic.zone/feed">rss</a></p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p>
|
||||||
|
<a href="https://sunbeam.city/@autonomic/" target="_blank" rel="noreferrer noopener">fediverse</a>
|
||||||
|
</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p>
|
||||||
|
<a href="https://git.autonomic.zone/" data-type="URL" data-id="https://git.autonomic.zone/" target="_blank" rel="noreferrer noopener">gitea</a>
|
||||||
|
</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p>
|
||||||
|
<a href="https://matrix.to/#/#autonospace:autonomic.zone">matrix</a>
|
||||||
|
</p>
|
||||||
|
<!-- /wp:paragraph --></div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph {"align":"center"} -->
|
||||||
|
<p class="has-text-align-center">
|
||||||
|
<a href="mailto:boop@autonomic.zone">boop@autonomic.zone</a>
|
||||||
|
</p>
|
||||||
|
<!-- /wp:paragraph --></div>
|
||||||
|
<!-- /wp:column --></div>
|
||||||
|
<!-- /wp:columns --></div>
|
||||||
|
<!-- /wp:group -->
|
33
patterns/front-page.php
Normal file
33
patterns/front-page.php
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Title: front-page
|
||||||
|
* Slug: autonomic/front-page
|
||||||
|
* Inserter: yes
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
||||||
|
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:15%">
|
||||||
|
<!-- wp:template-part {"slug":"nav-menu","area":"uncategorized"} /-->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"50%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:post-content /--></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"verticalAlignment":"bottom","width":"35%"} -->
|
||||||
|
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:35%">
|
||||||
|
<!-- wp:image {"sizeSlug":"full","linkDestination":"none","className":"home-flower"} -->
|
||||||
|
<figure class="wp-block-image size-full home-flower"><img
|
||||||
|
src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/01flowergreen-1.png" alt=""
|
||||||
|
class="" /></figure>
|
||||||
|
<!-- /wp:image -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:columns -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|
16
patterns/nav-menu.php
Normal file
16
patterns/nav-menu.php
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Title: nav-menu
|
||||||
|
* Slug: autonomic/nav-menu
|
||||||
|
* Inserter: yes
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<!-- wp:group {"className":"nav-menu","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"default"}} -->
|
||||||
|
<div class="wp-block-group nav-menu"><!-- wp:group {"className":"logo-wrapper","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
|
||||||
|
<div class="wp-block-group logo-wrapper"><!-- wp:image {"lightbox":{"enabled":false},"width":"64px","height":"undefinedpx","sizeSlug":"full","linkDestination":"custom"} -->
|
||||||
|
<figure class="wp-block-image size-full is-resized"><a href="/"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/monsterpink.png" alt="" style="width:64px;height:undefinedpx"/></a></figure>
|
||||||
|
<!-- /wp:image --></div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
|
<!-- wp:navigation {"overlayBackgroundColor":"background","overlayTextColor":"primary","style":{"typography":{"textDecoration":"underline","textTransform":"lowercase"},"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} /--></div>
|
||||||
|
<!-- /wp:group -->
|
20
patterns/services-list.php
Normal file
20
patterns/services-list.php
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Title: Services List
|
||||||
|
* Slug: autonomic/services-list
|
||||||
|
* Categories:
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
<!-- wp:columns {"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}}}} -->
|
||||||
|
<div class="wp-block-columns" style="border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30)"><!-- wp:column {"width":"25%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:25%"><!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"16px","fontStyle":"normal","fontWeight":"700","textTransform":"uppercase","lineHeight":"2.5"}}} -->
|
||||||
|
<p class="has-text-align-right" style="font-size:16px;font-style:normal;font-weight:700;line-height:2.5;text-transform:uppercase">Hosted Tools</p>
|
||||||
|
<!-- /wp:paragraph --></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"75%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:75%"><!-- wp:paragraph {"style":{"typography":{"fontSize":"18px","lineHeight":"2"}}} -->
|
||||||
|
<p style="font-size:18px;line-height:2">Mastodon/Hometown<br>Nextcloud<br>Matrix<br>MediaWiki<br>Discourse<br>Peertube<br>Take a look at <a href="https://recipes.coopcloud.tech/">the Co-op Cloud recipes page</a> for more</p>
|
||||||
|
<!-- /wp:paragraph --></div>
|
||||||
|
<!-- /wp:column --></div>
|
||||||
|
<!-- /wp:columns -->
|
28
style.css
28
style.css
@ -199,3 +199,31 @@ html, body {
|
|||||||
margin-block: 40px !important;
|
margin-block: 40px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* custom styles for lumbung presentation page */
|
||||||
|
@media (max-width: 800px) {
|
||||||
|
.first-slide h1 {
|
||||||
|
font-size: 32px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.run-up-points ul li {
|
||||||
|
font-size: 32px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* for free palestine block */
|
||||||
|
.free-palestine-banner {
|
||||||
|
color: var(--wp--preset--color--background);
|
||||||
|
font-family: Inter, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* responsive tweaks */
|
||||||
|
.wp-block-navigation__responsive-container.is-menu-open {
|
||||||
|
padding: 1em
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 720px) {
|
||||||
|
.wp-block-group.site-container {
|
||||||
|
padding-top: 8px !important;
|
||||||
|
}
|
||||||
|
}
|
@ -4,7 +4,7 @@
|
|||||||
<div class="wp-block-columns">
|
<div class="wp-block-columns">
|
||||||
<!-- wp:column {"width":"15%"} -->
|
<!-- wp:column {"width":"15%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis: 15%">
|
<div class="wp-block-column" style="flex-basis: 15%">
|
||||||
<!-- wp:template-part {"slug":"nav-menu","theme":"autonomic-block-theme","area":"uncategorized"} /-->
|
<!-- wp:template-part {"slug":"nav-menu","area":"uncategorized"} /-->
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:column -->
|
<!-- /wp:column -->
|
||||||
|
|
||||||
@ -80,4 +80,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
||||||
|
|
||||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} -->
|
|
||||||
<div class="wp-block-group" style="padding-top: 96px">
|
|
||||||
<!-- wp:columns -->
|
|
||||||
<div class="wp-block-columns">
|
|
||||||
<!-- wp:column {"width":"15%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 15%">
|
|
||||||
<!-- wp:template-part {"slug":"nav-menu","theme":"autonomic-block-theme","area":"uncategorized"} /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 50%">
|
|
||||||
<!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
|
||||||
|
|
||||||
<!-- wp:query {"queryId":40,"query":{"perPage":"5","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"parents":[],"taxQuery":{"category":[21]}}} -->
|
|
||||||
<div class="wp-block-query">
|
|
||||||
<!-- wp:post-template {"layout":{"type":"default"}} -->
|
|
||||||
<!-- wp:post-title {"isLink":true,"style":{"typography":{"textDecoration":"none"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"className":"is-style-markdown-heading"} /-->
|
|
||||||
|
|
||||||
<!-- wp:post-featured-image {"isLink":true,"align":"wide","style":{"border":{"width":"1px"}},"borderColor":"primary"} /-->
|
|
||||||
|
|
||||||
<!-- wp:post-excerpt {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|70"}}}} /-->
|
|
||||||
<!-- /wp:post-template -->
|
|
||||||
|
|
||||||
<!-- wp:query-pagination {"paginationArrow":"arrow","style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"layout":{"type":"flex","justifyContent":"center"}} -->
|
|
||||||
<!-- wp:query-pagination-previous /-->
|
|
||||||
|
|
||||||
<!-- wp:query-pagination-numbers /-->
|
|
||||||
|
|
||||||
<!-- wp:query-pagination-next /-->
|
|
||||||
<!-- /wp:query-pagination -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:query -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"35%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 35%"></div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:columns -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
|
|
||||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
|
1
templates/front-page.html
Normal file
1
templates/front-page.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!-- wp:pattern {"slug":"autonomic/front-page"} /-->
|
1
templates/full-bleed.html
Normal file
1
templates/full-bleed.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!-- wp:post-content /-->
|
@ -2,25 +2,23 @@
|
|||||||
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
||||||
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis:15%">
|
<div class="wp-block-column" style="flex-basis:15%">
|
||||||
<!-- wp:template-part {"slug":"nav-menu","theme":"autonomic-block-theme","area":"uncategorized"} /-->
|
<!-- wp:template-part {"slug":"nav-menu","area":"uncategorized"} /-->
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:column -->
|
<!-- /wp:column -->
|
||||||
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
<!-- wp:column {"width":"50%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:post-content /--></div>
|
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
||||||
|
|
||||||
|
<!-- wp:post-content /-->
|
||||||
|
</div>
|
||||||
<!-- /wp:column -->
|
<!-- /wp:column -->
|
||||||
|
|
||||||
<!-- wp:column {"verticalAlignment":"bottom","width":"35%"} -->
|
<!-- wp:column {"width":"35%"} -->
|
||||||
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:35%">
|
<div class="wp-block-column" style="flex-basis:35%"></div>
|
||||||
<!-- wp:image {"id":147,"sizeSlug":"full","linkDestination":"none","className":"home-flower"} -->
|
|
||||||
<figure class="wp-block-image size-full home-flower"><img
|
|
||||||
src="https://beta.autonomic.zone/wp-content/uploads/2023/02/01flowergreen-1.png" alt=""
|
|
||||||
class="wp-image-147" /></figure>
|
|
||||||
<!-- /wp:image -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
<!-- /wp:column -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:columns -->
|
<!-- /wp:columns -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
||||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
|
||||||
|
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|
@ -1,49 +0,0 @@
|
|||||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} -->
|
|
||||||
<div class="wp-block-group" style="padding-top: 96px">
|
|
||||||
<!-- wp:columns -->
|
|
||||||
<div class="wp-block-columns">
|
|
||||||
<!-- wp:column {"width":"15%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 15%">
|
|
||||||
<!-- wp:template-part {"slug":"nav-menu","theme":"autonomic-block-theme","area":"uncategorized"} /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"85%","layout":{"type":"default"}} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 85%">
|
|
||||||
<!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
|
||||||
|
|
||||||
<!-- wp:post-content /-->
|
|
||||||
|
|
||||||
<!-- wp:query {"queryId":40,"query":{"perPage":5,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"parents":[],"taxQuery":{"category":[20]}}} -->
|
|
||||||
<div class="wp-block-query">
|
|
||||||
<!-- wp:post-template {"layout":{"type":"default"}} -->
|
|
||||||
<!-- wp:post-title {"isLink":true,"style":{"typography":{"textDecoration":"none","textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"spacing":{"margin":{"top":"var:preset|spacing|50","right":"0","bottom":"var:preset|spacing|20","left":"0"}}},"className":"is-style-tabbed-heading","fontSize":"small"} /-->
|
|
||||||
|
|
||||||
<!-- wp:columns -->
|
|
||||||
<div class="wp-block-columns">
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 50%">
|
|
||||||
<!-- wp:group {"layout":{"type":"constrained"}} -->
|
|
||||||
<div class="wp-block-group">
|
|
||||||
<!-- wp:post-featured-image {"align":"wide","style":{"border":{"width":"1px"}},"borderColor":"primary"} /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis: 50%">
|
|
||||||
<!-- wp:post-excerpt {"moreText":"Read more"} /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:columns -->
|
|
||||||
<!-- /wp:post-template -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:query -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:columns -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
@ -1,24 +0,0 @@
|
|||||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} -->
|
|
||||||
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
|
||||||
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis:15%">
|
|
||||||
<!-- wp:template-part {"slug":"nav-menu","theme":"autonomic-block-theme","area":"uncategorized"} /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
|
||||||
|
|
||||||
<!-- wp:post-content /-->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
|
|
||||||
<!-- wp:column {"width":"35%"} -->
|
|
||||||
<div class="wp-block-column" style="flex-basis:35%"></div>
|
|
||||||
<!-- /wp:column -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:columns -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
|
|
||||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
|
@ -2,15 +2,17 @@
|
|||||||
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
||||||
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis:15%">
|
<div class="wp-block-column" style="flex-basis:15%">
|
||||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"188px","right":"64px"}}},"layout":{"type":"constrained"}} -->
|
<!-- wp:template-part {"slug":"nav-menu","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 -->
|
<!-- /wp:column -->
|
||||||
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
<!-- wp:column {"width":"50%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
<div class="wp-block-column" style="flex-basis:50%">
|
||||||
|
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
||||||
|
|
||||||
|
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"typography":{"textTransform":"uppercase"}},"textColor":"secondary","fontSize":"medium"} /-->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
<!-- wp:post-featured-image /-->
|
<!-- wp:post-featured-image /-->
|
||||||
|
|
||||||
@ -26,4 +28,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
||||||
|
|
||||||
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme","tagName":"footer"} /-->
|
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|
20
templates/wide.html
Normal file
20
templates/wide.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
||||||
|
<div class="wp-block-columns">
|
||||||
|
<!-- wp:column {"width":"14.7%","className":"pcss-f32ed2a1","style":{"spacing":{"padding":{"left":"0px"}}},"pcssAdditionalCss":"","pcssClassId":"pcss-f32ed2a1"} -->
|
||||||
|
<div class="wp-block-column pcss-f32ed2a1" style="padding-left:0px;flex-basis:14.7%">
|
||||||
|
<!-- wp:template-part {"slug":"nav-menu","area":"uncategorized"} /--></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"85%","layout":{"type":"default"}} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:85%"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
||||||
|
|
||||||
|
<!-- wp:post-content /-->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:columns -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
|
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|
199
theme.json
199
theme.json
@ -1,77 +1,69 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
|
||||||
"$schema": "https://schemas.wp.org/wp/6.0/theme.json",
|
|
||||||
"customTemplates": [
|
"customTemplates": [
|
||||||
{
|
{
|
||||||
"name": "about",
|
"name": "about",
|
||||||
"title": "About page",
|
|
||||||
"postTypes": [
|
"postTypes": [
|
||||||
"page"
|
"page"
|
||||||
]
|
],
|
||||||
|
"title": "About page"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "services",
|
"name": "wide",
|
||||||
"title": "Services page",
|
|
||||||
"postTypes": [
|
"postTypes": [
|
||||||
"page"
|
"page"
|
||||||
]
|
],
|
||||||
|
"title": "Wide"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "our-work",
|
"name": "full-bleed",
|
||||||
"title": "Our Work page",
|
|
||||||
"postTypes": [
|
"postTypes": [
|
||||||
"page"
|
"page",
|
||||||
]
|
"post"
|
||||||
},
|
],
|
||||||
{
|
"title": "Full bleed"
|
||||||
"name": "blog",
|
|
||||||
"title": "Blog page",
|
|
||||||
"postTypes": [
|
|
||||||
"page"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"appearanceTools": true,
|
"appearanceTools": true,
|
||||||
"color": {
|
"color": {
|
||||||
"defaultPalette": false,
|
|
||||||
"defaultGradients": false,
|
|
||||||
"defaultDuotone": false,
|
"defaultDuotone": false,
|
||||||
|
"defaultGradients": false,
|
||||||
|
"defaultPalette": false,
|
||||||
"palette": [
|
"palette": [
|
||||||
{
|
{
|
||||||
"slug": "background",
|
|
||||||
"color": "#F5FBF8",
|
"color": "#F5FBF8",
|
||||||
"name": "Background"
|
"name": "Background",
|
||||||
|
"slug": "background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "primary",
|
|
||||||
"color": "#dc3e9d",
|
"color": "#dc3e9d",
|
||||||
"name": "Primary"
|
"name": "Primary",
|
||||||
|
"slug": "primary"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "secondary",
|
|
||||||
"color": "#0FB45D",
|
"color": "#0FB45D",
|
||||||
"name": "Secondary"
|
"name": "Secondary",
|
||||||
|
"slug": "secondary"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "button",
|
|
||||||
"color": "#FF7613",
|
|
||||||
"name": "Button color"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"slug": "primary-light",
|
|
||||||
"color": "#e89cca",
|
"color": "#e89cca",
|
||||||
"name": "Primary light"
|
"name": "Primary light",
|
||||||
|
"slug": "primary-light"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "contrast-text",
|
|
||||||
"color": "#FFF",
|
"color": "#FFF",
|
||||||
"name": "Contrast text"
|
"name": "Contrast text",
|
||||||
|
"slug": "contrast-text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "orange",
|
|
||||||
"color": "#FF7613",
|
"color": "#FF7613",
|
||||||
"name": "Orange"
|
"name": "Orange",
|
||||||
|
"slug": "orange"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000",
|
||||||
|
"name": "Black",
|
||||||
|
"slug": "black"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -80,20 +72,25 @@
|
|||||||
"wideSize": "1226px"
|
"wideSize": "1226px"
|
||||||
},
|
},
|
||||||
"spacing": {
|
"spacing": {
|
||||||
"units": [ "px", "em", "rem", "vh", "vw", "%" ]
|
"units": [
|
||||||
|
"px",
|
||||||
|
"em",
|
||||||
|
"rem",
|
||||||
|
"vh",
|
||||||
|
"vw",
|
||||||
|
"%"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"typography": {
|
"typography": {
|
||||||
|
"defaultFontSizes": false,
|
||||||
"dropCap": true,
|
"dropCap": true,
|
||||||
"fontFamilies": [
|
"fontFamilies": [
|
||||||
{
|
{
|
||||||
|
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
||||||
"name": "System (Roboto, Segoe UI, Ubuntu)",
|
"name": "System (Roboto, Segoe UI, Ubuntu)",
|
||||||
"slug": "system",
|
"slug": "system"
|
||||||
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Inter",
|
|
||||||
"slug": "inter",
|
|
||||||
"fontFamily": "Inter, sans-serif",
|
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
{
|
{
|
||||||
"fontFamily": "Inter",
|
"fontFamily": "Inter",
|
||||||
@ -144,6 +141,9 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"fontFamily": "Inter, sans-serif",
|
||||||
|
"name": "Inter",
|
||||||
|
"slug": "inter"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
@ -167,8 +167,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fontFamily": "Karmilla",
|
"fontFamily": "Karmilla",
|
||||||
"slug": "karmilla",
|
"name": "Karmilla",
|
||||||
"name": "Karmilla"
|
"slug": "karmilla"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fontFace": [
|
"fontFace": [
|
||||||
@ -180,8 +180,8 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"name": "Darker Grotesque",
|
|
||||||
"fontFamily": "'Darker Grotesque', sans-serif",
|
"fontFamily": "'Darker Grotesque', sans-serif",
|
||||||
|
"name": "Darker Grotesque",
|
||||||
"slug": "darkergrotesque"
|
"slug": "darkergrotesque"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -195,35 +195,42 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"name": "FT88",
|
|
||||||
"fontFamily": "FT88, serif",
|
"fontFamily": "FT88, serif",
|
||||||
|
"name": "FT88",
|
||||||
"slug": "ft88"
|
"slug": "ft88"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fontSizes": [
|
"fontSizes": [
|
||||||
{
|
{
|
||||||
"name": "Small",
|
"name": "Small",
|
||||||
"slug": "small",
|
"size": "15px",
|
||||||
"size": "15px"
|
"slug": "small"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Medium",
|
||||||
|
"size": "21px",
|
||||||
|
"slug": "medium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Big",
|
||||||
|
"size": "24px",
|
||||||
|
"slug": "big"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Huge",
|
||||||
|
"size": "44px",
|
||||||
|
"slug": "xl"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styles": {
|
"styles": {
|
||||||
"typography": {
|
|
||||||
"fontFamily": "var(--wp--preset--font-family--karmilla)",
|
|
||||||
"fontSize": "24px"
|
|
||||||
},
|
|
||||||
"color": {
|
|
||||||
"background": "var(--wp--preset--color--background)",
|
|
||||||
"text": "var(--wp--preset--color--primary)"
|
|
||||||
},
|
|
||||||
"blocks": {
|
"blocks": {
|
||||||
"core/button": {
|
"core/button": {
|
||||||
"border": {
|
"border": {
|
||||||
"radius": "0px"
|
"radius": "0px"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core/navigation": {
|
"core/navigation": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontFamily": "var(--wp--preset--font-family--darkergrotesque)",
|
"fontFamily": "var(--wp--preset--font-family--darkergrotesque)",
|
||||||
@ -233,44 +240,54 @@
|
|||||||
"textTransform": "uppercase"
|
"textTransform": "uppercase"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"color": {
|
||||||
|
"background": "var(--wp--preset--color--background)",
|
||||||
|
"text": "var(--wp--preset--color--primary)"
|
||||||
|
},
|
||||||
"elements": {
|
"elements": {
|
||||||
"h1": {
|
"h1": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontSize": "36px",
|
"fontSize": "36px",
|
||||||
"fontWeight": "700",
|
"fontWeight": "700",
|
||||||
"lineHeight": "0.9"
|
"lineHeight": "0.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"h2": {
|
"h2": {
|
||||||
"typography": {
|
|
||||||
"fontSize": "16px",
|
|
||||||
"textTransform": "uppercase"
|
|
||||||
},
|
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--secondary)"
|
"text": "var(--wp--preset--color--secondary)"
|
||||||
|
},
|
||||||
|
"typography": {
|
||||||
|
"fontSize": "16px",
|
||||||
|
"textTransform": "uppercase"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--secondary)"
|
"text": "var(--wp--preset--color--secondary)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"typography": {
|
||||||
|
"fontFamily": "var(--wp--preset--font-family--karmilla)",
|
||||||
|
"fontSize": "24px"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"templateParts": [
|
"templateParts": [
|
||||||
{
|
{
|
||||||
"name": "nav-menu",
|
"name": "nav-menu",
|
||||||
"title": "Navigation"
|
"title": "Navigation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "footer",
|
"area": "footer",
|
||||||
"title": "Footer",
|
"name": "footer",
|
||||||
"area": "footer"
|
"title": "Footer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "useful-links",
|
"name": "useful-links",
|
||||||
"title": "Useful links"
|
"title": "Useful links"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"version": 3,
|
||||||
|
"$schema": "https://schemas.wp.org/wp/6.7/theme.json"
|
||||||
}
|
}
|
Reference in New Issue
Block a user