Compare commits
7 Commits
72da4d0fac
...
bf9c1f97f2
Author | SHA1 | Date | |
---|---|---|---|
|
bf9c1f97f2 | ||
|
7fc990046e | ||
|
3d74678f79 | ||
|
2d582a0387 | ||
|
f8464942f6 | ||
|
817a6561e0 | ||
|
8a35c8a9ed |
18
parts/useful-links.html
Normal file
18
parts/useful-links.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"textColor":"secondary","layout":{"type":"constrained","justifyContent":"center"}} -->
|
||||||
|
<div class="wp-block-group has-secondary-color has-text-color">
|
||||||
|
<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"14px"}},"fontFamily":"ft88"} -->
|
||||||
|
<h3 class="has-text-align-center has-ft-88-font-family" style="font-size:14px">Useful links</h3>
|
||||||
|
<!-- /wp:heading -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700"}},"fontSize":"small"} -->
|
||||||
|
<p class="has-text-align-center has-link-color has-small-font-size"
|
||||||
|
style="font-style:normal;font-weight:700;text-transform:uppercase"><a href="#">Portfolio presentation</a></p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700"}},"fontSize":"small"} -->
|
||||||
|
<p class="has-text-align-center has-link-color has-small-font-size"
|
||||||
|
style="font-style:normal;font-weight:700;text-transform:uppercase"><a href="#">Design portfolio
|
||||||
|
presentation</a></p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:group -->
|
@ -80,12 +80,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- /wp:group -->
|
<!-- /wp:group -->
|
||||||
|
|
||||||
<!-- wp:paragraph {"fontSize":"small"} -->
|
|
||||||
<p class="has-small-font-size">
|
|
||||||
You can consult our expanded list of values here.
|
|
||||||
</p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"},"style":{"spacing":{"blockGap":"0"}}} -->
|
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"},"style":{"spacing":{"blockGap":"0"}}} -->
|
||||||
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"button","fontSize":"small"} -->
|
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"button","fontSize":"small"} -->
|
||||||
<div class="wp-block-button has-custom-font-size has-small-font-size">
|
<div class="wp-block-button has-custom-font-size has-small-font-size">
|
||||||
|
16
style.css
16
style.css
@ -25,34 +25,38 @@ with others.
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1px solid;
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.wp-site-blocks h2::before {
|
.wp-site-blocks h2::before {
|
||||||
content: "";
|
content: "";
|
||||||
border-top: 1px solid;
|
border-bottom: 1px solid;
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-bottom: 2px solid var(--wp--preset--color--background);
|
border-top: 2px solid var(--wp--preset--color--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-site-blocks h2::after {
|
.wp-site-blocks h2::after {
|
||||||
content: "";
|
content: "";
|
||||||
border-top: 1px solid;
|
border-bottom: 1px solid;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
border-bottom: 2px solid var(--wp--preset--color--background);
|
border-top: 2px solid var(--wp--preset--color--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.home .wp-site-blocks ul {
|
.home .wp-site-blocks ul {
|
||||||
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
|
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home .wp-site-blocks h2 {
|
||||||
|
color: var(--wp--preset--color--primary)
|
||||||
|
}
|
||||||
|
|
||||||
.wp-block-navigation-item.current-menu-item {
|
.wp-block-navigation-item.current-menu-item {
|
||||||
color: var(--wp--preset--color--secondary)
|
color: var(--wp--preset--color--secondary)
|
||||||
}
|
}
|
||||||
@ -76,6 +80,6 @@ with others.
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template-our-work h2 a {
|
.wp-site-blocks h2 a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
44
templates/blog.html
Normal file
44
templates/blog.html
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<!-- 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":"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-block-theme","area":"uncategorized"} /--></div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"64%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:64%"><!-- 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":[18]}}} -->
|
||||||
|
<div class="wp-block-query"><!-- wp:post-template -->
|
||||||
|
<!-- wp:post-title {"isLink":true,"style":{"typography":{"textDecoration":"none"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}}} /-->
|
||||||
|
|
||||||
|
<!-- 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":"16%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:16%"></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:columns -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
|
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
@ -12,35 +12,18 @@
|
|||||||
<!-- wp:column {"width":"64%"} -->
|
<!-- wp:column {"width":"64%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis:64%"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
<div class="wp-block-column" style="flex-basis:64%"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
||||||
|
|
||||||
<!-- wp:query {"queryId":40,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"parents":[]}} -->
|
<!-- wp:post-content /-->
|
||||||
|
|
||||||
|
<!-- wp:query {"queryId":40,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"parents":[],"taxQuery":{"category":[17]}}} -->
|
||||||
<div class="wp-block-query"><!-- wp:post-template -->
|
<div class="wp-block-query"><!-- wp:post-template -->
|
||||||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"typography":{"textDecoration":"none"}},"textColor":"secondary"} /-->
|
<!-- wp:post-title {"style":{"typography":{"textDecoration":"none"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}}} /-->
|
||||||
|
|
||||||
<!-- wp:post-featured-image {"isLink":true,"align":"wide","style":{"border":{"width":"1px"}},"borderColor":"primary"} /-->
|
<!-- wp:post-featured-image {"align":"wide","style":{"border":{"width":"1px"}},"borderColor":"primary"} /-->
|
||||||
|
|
||||||
<!-- wp:post-excerpt {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|70"}}}} /-->
|
<!-- wp:post-content /-->
|
||||||
<!-- /wp:post-template -->
|
<!-- /wp:post-template -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:query -->
|
<!-- /wp:query -->
|
||||||
|
|
||||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"textColor":"secondary","layout":{"type":"constrained","justifyContent":"center"}} -->
|
|
||||||
<div class="wp-block-group has-secondary-color has-text-color">
|
|
||||||
<!-- wp:heading {"textAlign":"center","level":3,"style":{"typography":{"fontSize":"14px"}},"fontFamily":"ft88"} -->
|
|
||||||
<h3 class="has-text-align-center has-ft-88-font-family" style="font-size:14px">Useful links</h3>
|
|
||||||
<!-- /wp:heading -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700"}},"fontSize":"small"} -->
|
|
||||||
<p class="has-text-align-center has-link-color has-small-font-size"
|
|
||||||
style="font-style:normal;font-weight:700;text-transform:uppercase"><a href="#">Portfolio presentation</a></p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
|
|
||||||
<!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"700"}},"fontSize":"small"} -->
|
|
||||||
<p class="has-text-align-center has-link-color has-small-font-size"
|
|
||||||
style="font-style:normal;font-weight:700;text-transform:uppercase"><a href="#">Design portfolio
|
|
||||||
presentation</a></p>
|
|
||||||
<!-- /wp:paragraph -->
|
|
||||||
</div>
|
|
||||||
<!-- /wp:group -->
|
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:column -->
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
29
templates/single.html
Normal file
29
templates/single.html
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!-- 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":"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-block-theme","area":"uncategorized"} /--></div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"64%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:64%"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
||||||
|
|
||||||
|
<!-- wp:post-featured-image /-->
|
||||||
|
|
||||||
|
<!-- wp:post-content /-->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"width":"16%"} -->
|
||||||
|
<div class="wp-block-column" style="flex-basis:16%"></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:columns -->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
|
<!-- wp:template-part {"slug":"footer","theme":"autonomic-block-theme"} /-->
|
16
theme.json
16
theme.json
@ -22,6 +22,13 @@
|
|||||||
"postTypes": [
|
"postTypes": [
|
||||||
"page"
|
"page"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "blog",
|
||||||
|
"title": "Blog page",
|
||||||
|
"postTypes": [
|
||||||
|
"page"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
@ -176,7 +183,10 @@
|
|||||||
"typography": {
|
"typography": {
|
||||||
"fontSize": "14px",
|
"fontSize": "14px",
|
||||||
"textTransform": "uppercase"
|
"textTransform": "uppercase"
|
||||||
}
|
},
|
||||||
|
"color": {
|
||||||
|
"text": "var(--wp--preset--color--secondary)"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -189,6 +199,10 @@
|
|||||||
"name": "footer",
|
"name": "footer",
|
||||||
"title": "Footer",
|
"title": "Footer",
|
||||||
"area": "footer"
|
"area": "footer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "useful-links",
|
||||||
|
"title": "Useful links"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user