-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: first pass at initial footer pattern (#24)
- Loading branch information
1 parent
7f44cfe
commit 301852d
Showing
4 changed files
with
52 additions
and
40 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
<!-- wp:pattern {"slug":"newspack-block-theme/footer"} /--> | ||
<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d80)"} --> | ||
<div style="height:var(--wp--preset--spacing--80)" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|50","top":"var:preset|spacing|60"}}},"backgroundColor":"contrast","textColor":"base","layout":{"type":"constrained"}} --> | ||
<div class="wp-block-group has-base-color has-contrast-background-color has-text-color has-background" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0","bottom":"0"}}}} --> | ||
<div class="wp-block-group alignwide" style="padding-top:0;padding-bottom:0"><!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"0","left":"var:preset|spacing|60"}}}} --> | ||
<div class="wp-block-columns"><!-- wp:column {"width":"66.66%"} --> | ||
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:site-logo {"width":65} /--> | ||
|
||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"1.25rem"}}} --> | ||
<p style="font-size:1.25rem">Our online newspaper provides the latest news and analysis on various topics. Our team of experienced journalists ensures accuracy and impartiality in all content. Stay informed and ahead of the curve with our informative and engaging articles.</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:social-links {"iconBackgroundColor":"tertiary","iconBackgroundColorValue":"#757575"} --> | ||
<ul class="wp-block-social-links has-icon-background-color"><!-- wp:social-link {"url":"#","service":"facebook"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"instagram"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"twitter"} /--> | ||
|
||
<!-- wp:social-link {"url":"#","service":"youtube"} /--></ul> | ||
<!-- /wp:social-links --> | ||
|
||
<!-- wp:navigation {"ref":13,"overlayMenu":"never","layout":{"type":"flex","flexWrap":"wrap"}} /--></div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column {"width":"33.33%"} --> | ||
<div class="wp-block-column" style="flex-basis:33.33%"></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --> | ||
|
||
<!-- wp:separator {"style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}},"backgroundColor":"tertiary","className":"is-style-wide"} --> | ||
<hr class="wp-block-separator has-text-color has-tertiary-color has-alpha-channel-opacity has-tertiary-background-color has-background is-style-wide" style="margin-top:var(--wp--preset--spacing--60)"/> | ||
<!-- /wp:separator --> | ||
|
||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} --> | ||
<div class="wp-block-group"><!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-small"} /--> | ||
|
||
<!-- wp:paragraph {"textColor":"base","fontSize":"x-small"} --> | ||
<p class="has-base-color has-text-color has-x-small-font-size"><a href="https://newspack.com">Proudly powered by Newspack by Automattic</a></p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --></div> | ||
<!-- /wp:group --> |
This file was deleted.
Oops, something went wrong.
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