-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Term home 110 #234
Open
dballari
wants to merge
19
commits into
WordPress:trunk
Choose a base branch
from
dballari:term-home-110
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Term home 110 #234
Changes from 10 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
088e4d5
added font sizes according to figma file style guide
0251eca
added font sizes according to figma file style guide
0b83451
theme term add header elements font size
ed48304
theme term add some more settings in theme.json
7ec4fdb
remove blocGap
6d2b123
header footer front-page(wip) and some settings update
310bb14
some improvements to front-page
7ce67e3
modify some link styles according to figma file
785ec4f
add hover effect style variation to term theme
32e5e4c
add screenshot
b85c37e
change radius values
MaggieCabrera a00fbee
use color variables instead of static values
MaggieCabrera 4bbf6f8
change paddings
MaggieCabrera 54de419
removed excerpts we didn't need
MaggieCabrera fa28d6d
removed hover changes
MaggieCabrera 3efa828
changed font sizes and layout
MaggieCabrera 0a778d4
layout and color changes
MaggieCabrera abc306a
update screenshot
dballari 423f528
screenshot taken from figma
dballari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<!-- wp:group {"layout":{"inherit":true}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"80px","bottom":"30px"}}}} --> | ||
<div class="wp-block-group" style="padding-top:80px;padding-bottom:30px"> | ||
<!-- wp:paragraph {"align":"center"} --> | ||
<p class="has-text-align-center">Proudly Powered by <a href="https://wordpress.org" rel="nofollow">WordPress</a></p> | ||
<!-- /wp:paragraph --> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:group --> | ||
<!-- wp:group {"layout":{"inherit":true,"type":"constrained"}} --> | ||
<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} --> | ||
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:site-tagline /--> | ||
|
||
<!-- wp:social-links {"iconColor":"custom-black","iconColorValue":"#131B1E","className":"is-style-logos-only"} --> | ||
<ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#a","service":"facebook"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"instagram"} /--> | ||
|
||
<!-- wp:social-link {"url":"#a","service":"twitter"} /--></ul> | ||
<!-- /wp:social-links --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,13 @@ | ||
<!-- wp:group {"layout":{"inherit":"true"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:group {"align":"full","layout":{"type":"flex","justifyContent":"space-between"},"style":{"spacing":{"padding":{"bottom":"30px","top":"30px"}}}} --> | ||
<div class="wp-block-group alignfull" style="padding-bottom:30px;padding-top:30px"> | ||
|
||
<!-- wp:group {"layout":{"type":"flex"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:site-logo {"width":64} /--> | ||
|
||
<!-- wp:group --> | ||
<div class="wp-block-group"> | ||
<!-- wp:site-title /--> | ||
<!-- wp:site-tagline /--> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"}}}} /--> | ||
|
||
</div> | ||
<!-- /wp:group --> | ||
<!-- wp:group {"layout":{"inherit":"true","type":"constrained"}} --> | ||
<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> | ||
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:group {"layout":{"type":"flex"}} --> | ||
<div class="wp-block-group"><!-- wp:site-logo {"width":64} /--> | ||
|
||
</div> | ||
<!-- wp:group --> | ||
<div class="wp-block-group"><!-- wp:site-title /--></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer {"height":50} --> | ||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:navigation {"style":{"spacing":{"margin":{"top":"0"}}},"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"space-between","orientation":"horizontal"}} /--></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<!-- wp:template-part {"slug":"header","area":"header"} /--> | ||
|
||
<!-- wp:group {"layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"border":{"width":"2px","color":"#000","radius":"10px"},"spacing":{"blockGap":"0px"}},"backgroundColor":"custom-black","layout":{"type":"grid","minimumColumnWidth":null,"columnCount":"4"}} --> | ||
<div class="wp-block-group alignwide has-border-color has-custom-black-background-color has-background" style="border-color:#000;border-width:2px;border-radius:10px"><!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"2","rowSpan":"2"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"left":"var:preset|spacing|60","right":"var:preset|spacing|80","bottom":"var:preset|spacing|60"}}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;padding-right:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}}},"textColor":"custom-grey"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}}} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"2"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|80","left":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-right:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"1","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}}},"textColor":"custom-grey","fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"large"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"2"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"left":"var:preset|spacing|60","right":"var:preset|spacing|80","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-right:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"2","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"large"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"3","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"xx-small"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"4","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"xx-small"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"5","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"xx-small"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"6","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"xx-small"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"7","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"xx-small"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"textColor":"custom-black","fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"8","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"xx-small"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:query {"queryId":18,"query":{"perPage":"1","pages":0,"offset":"9","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"default"}} --> | ||
<div class="wp-block-query"><!-- wp:post-template --> | ||
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-grey"}}},"typography":{"textTransform":"uppercase"}},"textColor":"custom-grey","fontSize":"xx-small"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-black"}}}},"fontSize":"medium"} /--> | ||
|
||
<!-- wp:post-excerpt /--> | ||
<!-- /wp:post-template --></div> | ||
<!-- /wp:query --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"is-style-hover-effect","style":{"layout":{"columnSpan":"1"},"border":{"width":"2px","color":"#000","radius":"6px"},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}},"dimensions":{"minHeight":"280px"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"bottom"}} --> | ||
<div class="wp-block-group is-style-hover-effect has-border-color" style="border-color:#000;border-width:2px;border-radius:6px;min-height:280px;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:heading {"level":4,"fontSize":"medium"} --> | ||
<h4 class="wp-block-heading has-medium-font-size">Read all posts</h4> | ||
<!-- /wp:heading --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:template-part {"slug":"footer","area":"footer"} /--> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this gives a really nice effect but it has other side effects, namely: