-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
322 additions
and
57 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,38 +1,25 @@ | ||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"20px","bottom":"20px"},"margin":{"top":"0px","bottom":"0px"}}},"backgroundColor":"raft-bg-alt","layout":{"inherit":true}} --> | ||
<div class="wp-block-group has-raft-bg-alt-background-color has-background" | ||
style="margin-top:0px;margin-bottom:0px;padding-top:20px;padding-bottom:20px"> | ||
<!-- wp:group {"align":"full","layout":{"type":"default"}} --> | ||
<div class="wp-block-group alignfull"> | ||
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"2em","top":"2em"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> | ||
<div class="wp-block-group alignwide" style="padding-top:2em;padding-bottom:2em"> | ||
<!-- wp:group {"layout":{"type":"flex"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} /--></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"className":"alignwide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} --> | ||
<div class="wp-block-group alignwide"> | ||
<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"},"style":{"spacing":{}},"fontSize":"medium"} --> | ||
<!-- wp:navigation-link {"label":"Home","type":"custom","url":"/","kind":"custom","isTopLevelLink":true} /--> | ||
<!-- wp:navigation-link {"label":"Blog","type":"custom","url":"/blog","kind":"custom","isTopLevelLink":true} /--> | ||
<!-- wp:social-links --> | ||
<ul class="wp-block-social-links"> | ||
<!-- wp:social-link {"url":"#","service":"facebook"} /--> | ||
<!-- wp:social-link {"url":"#","service":"instagram"} /--> | ||
<!-- wp:social-link {"url":"#","service":"twitter"} /--> | ||
<!-- wp:social-link {"url":"#","service":"github"} /--> | ||
</ul> | ||
<!-- /wp:social-links --> | ||
<!-- /wp:navigation --> | ||
|
||
<!-- wp:group {"layout":{"type":"flex"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:site-title {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"large"} /--> | ||
</div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:group {"layout":{"type":"flex"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"},"style":{"spacing":{"blockGap":"32px"}}} --> | ||
<!-- wp:navigation-link {"label":"Home","url":"#","kind":"custom","isTopLevelLink":true} /--> | ||
<!-- wp:navigation-link {"label":"Patterns","url":"#","kind":"custom","isTopLevelLink":true} /--> | ||
<!-- wp:navigation-link {"label":"Blog","url":"#","kind":"custom","isTopLevelLink":true} /--> | ||
<!-- wp:navigation-link {"label":"Contact","url":"#","kind":"custom","isTopLevelLink":true} /--> | ||
<!-- /wp:navigation --> | ||
|
||
<!-- wp:social-links {"iconColor":"raft-fg","iconColorValue":"var(--wp--preset--color--raft-fg)","className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"left","orientation":"horizontal","flexWrap":"wrap"},"style":{"spacing":{"blockGap":{"top":"20px","left":"20px"}}}} --> | ||
<ul class="wp-block-social-links has-icon-color is-style-logos-only"> | ||
<!-- wp:social-link {"url":"#","service":"facebook"} /--> | ||
<!-- wp:social-link {"url":"#","service":"instagram"} /--> | ||
<!-- wp:social-link {"url":"#","service":"twitter"} /--> | ||
</ul> | ||
<!-- /wp:social-links --> | ||
|
||
</div> | ||
<!-- /wp:group --> | ||
|
||
</div> | ||
<!-- /wp:group --> | ||
|
||
</div> | ||
<!-- /wp:group --> | ||
</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,3 +1,17 @@ | ||
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"xxl"} --> | ||
<h1 class="has-text-align-center has-xxl-font-size">404</h1> | ||
<!-- /wp:heading --> | ||
<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} --> | ||
<main class="wp-block-group"><!-- wp:cover {"dimRatio":80,"overlayColor":"nv-dark-bg","minHeight":90,"minHeightUnit":"vh","contentPosition":"center center"} --> | ||
<div class="wp-block-cover" style="min-height:90vh"><span aria-hidden="true" class="wp-block-cover__background has-nv-dark-bg-background-color has-background-dim-80 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center"} --> | ||
<p class="has-text-align-center">Page not found...</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"fontSize":"120px"}}} --> | ||
<p class="has-text-align-center" style="font-size:120px">404</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:buttons --> | ||
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"nv-light-bg","textColor":"neve-text-color","align":"center","className":"is-style-primary"} --> | ||
<div class="wp-block-button aligncenter is-style-primary"><a class="wp-block-button__link has-neve-text-color-color has-nv-light-bg-background-color has-text-color has-background wp-element-button" href="/">Home</a></div> | ||
<!-- /wp:button --></div> | ||
<!-- /wp:buttons --></div></div> | ||
<!-- /wp:cover --></main> | ||
<!-- /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,3 +1,53 @@ | ||
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"xxl"} --> | ||
<h1 class="has-text-align-center has-xxl-font-size">ARCHIVE</h1> | ||
<!-- /wp:heading --> | ||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:group {"layout":{"type":"default"}} --> | ||
<div class="wp-block-group"><!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:query-title {"type":"archive","showPrefix":false} /--> | ||
|
||
<!-- wp:separator {"backgroundColor":"neve-text-color","className":"is-style-default"} --> | ||
<hr class="wp-block-separator has-text-color has-neve-text-color-color has-alpha-channel-opacity has-neve-text-color-background-color has-background is-style-default"/> | ||
<!-- /wp:separator --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:query {"queryId":4,"query":{"perPage":"6","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":2},"align":"wide","layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} --> | ||
<!-- wp:group {"layout":{"type":"default"}} --> | ||
<div class="wp-block-group"><!-- wp:post-featured-image {"isLink":true,"height":"300px","style":{"color":{}}} /--> | ||
|
||
<!-- wp:post-date {"textColor":"neve-text-color"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"textColor":"neve-link-hover-color","fontSize":"x-large"} /--> | ||
|
||
<!-- wp:post-excerpt {"moreText":"Read more →","textColor":"neve-text-color"} /--></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer {"height":"32px"} --> | ||
<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
<!-- /wp:post-template --> | ||
|
||
<!-- wp:query-pagination {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","orientation":"horizontal"}} --> | ||
<!-- wp:query-pagination-previous /--> | ||
|
||
<!-- wp:query-pagination-numbers /--> | ||
|
||
<!-- wp:query-pagination-next /--> | ||
<!-- /wp:query-pagination --> | ||
|
||
<!-- wp:query-no-results {"align":"wide"} --> | ||
<!-- wp:paragraph {"align":"center","placeholder":"Add text or blocks that will display when the query returns no results.","className":"has-text-color has-background"} --> | ||
<p class="has-text-align-center has-text-color has-background">Unfortunately no posts were found</p> | ||
<!-- /wp:paragraph --> | ||
<!-- /wp:query-no-results --></div> | ||
<!-- /wp:query --> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --></main> | ||
<!-- /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,3 +1,33 @@ | ||
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"xxl"} --> | ||
<h1 class="has-text-align-center has-xxl-font-size">HOME</h1> | ||
<!-- /wp:heading --> | ||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> | ||
<!-- wp:pattern {"slug":"neve/dark-header-centered-content"} /--> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:post-content /--> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:pattern {"slug":"neve/gallery-grid-buttons"} /--> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:pattern {"slug":"neve/two-columns-image-text"} /--> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:pattern {"slug":"neve/four-columns-team-members"} /--> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
</main> | ||
<!-- /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,3 +1,55 @@ | ||
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"xxl"} --> | ||
<h1 class="has-text-align-center has-xxl-font-size">INDEX</h1> | ||
<!-- /wp:heading --> | ||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:group {"layout":{"type":"default"}} --> | ||
<div class="wp-block-group"><!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:heading {"level":1,"textColor":"neve-text-color"} --> | ||
<h1 class="has-neve-text-color-color has-text-color">Blog</h1> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:separator {"backgroundColor":"neve-text-color","className":"is-style-default"} --> | ||
<hr class="wp-block-separator has-text-color has-neve-text-color-color has-alpha-channel-opacity has-neve-text-color-background-color has-background is-style-default"/> | ||
<!-- /wp:separator --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:query {"queryId":4,"query":{"perPage":"6","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":2},"align":"wide","layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} --> | ||
<!-- wp:group {"layout":{"type":"default"}} --> | ||
<div class="wp-block-group"><!-- wp:post-featured-image {"isLink":true,"height":"300px","style":{"color":{}}} /--> | ||
|
||
<!-- wp:post-date {"textColor":"neve-text-color"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"textColor":"neve-link-hover-color","fontSize":"x-large"} /--> | ||
|
||
<!-- wp:post-excerpt {"moreText":"Read more →","textColor":"neve-text-color"} /--></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer {"height":"32px"} --> | ||
<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
<!-- /wp:post-template --> | ||
|
||
<!-- wp:query-pagination {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","orientation":"horizontal"}} --> | ||
<!-- wp:query-pagination-previous /--> | ||
|
||
<!-- wp:query-pagination-numbers /--> | ||
|
||
<!-- wp:query-pagination-next /--> | ||
<!-- /wp:query-pagination --> | ||
|
||
<!-- wp:query-no-results {"align":"wide"} --> | ||
<!-- wp:paragraph {"align":"center","placeholder":"Add text or blocks that will display when the query returns no results.","className":"has-text-color has-background"} --> | ||
<p class="has-text-align-center has-text-color has-background">Unfortunately no posts were found</p> | ||
<!-- /wp:paragraph --> | ||
<!-- /wp:query-no-results --></div> | ||
<!-- /wp:query --> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --></main> | ||
<!-- /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,3 +1,21 @@ | ||
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"xxl"} --> | ||
<h1 class="has-text-align-center has-xxl-font-size">PAGE</h1> | ||
<!-- /wp:heading --> | ||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"> | ||
<!-- wp:group {"layout":{"type":"default"}} --> | ||
<div class="wp-block-group"><!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:post-title {"level":1} /--> | ||
|
||
<!-- wp:separator {"backgroundColor":"neve-text-color","className":"is-style-default"} --> | ||
<hr class="wp-block-separator has-text-color has-neve-text-color-color has-alpha-channel-opacity has-neve-text-color-background-color has-background is-style-default"/> | ||
<!-- /wp:separator --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer {"height":"32px"} --> | ||
<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:post-content /--> | ||
</main> | ||
<!-- /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,3 +1,51 @@ | ||
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"xxl"} --> | ||
<h1 class="has-text-align-center has-xxl-font-size">SEARCH</h1> | ||
<!-- /wp:heading --> | ||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:group {"layout":{"type":"default"}} --> | ||
<div class="wp-block-group"><!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:query-title {"type":"search"} /--> | ||
|
||
<!-- wp:separator {"backgroundColor":"neve-text-color","className":"is-style-default"} --> | ||
<hr class="wp-block-separator has-text-color has-neve-text-color-color has-alpha-channel-opacity has-neve-text-color-background-color has-background is-style-default"/> | ||
<!-- /wp:separator --></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:query {"queryId":4,"query":{"perPage":"6","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":2},"align":"wide","layout":{"type":"constrained","contentSize":"1170px"}} --> | ||
<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} --> | ||
<!-- wp:group {"layout":{"type":"default"}} --> | ||
<div class="wp-block-group"><!-- wp:post-featured-image {"isLink":true,"height":"300px","style":{"color":{}}} /--> | ||
|
||
<!-- wp:post-date {"textColor":"neve-text-color"} /--> | ||
|
||
<!-- wp:post-title {"isLink":true,"textColor":"neve-link-hover-color","fontSize":"x-large"} /--> | ||
|
||
<!-- wp:post-excerpt {"moreText":"Read more →","textColor":"neve-text-color"} /--></div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:spacer {"height":"32px"} --> | ||
<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
<!-- /wp:post-template --> | ||
|
||
<!-- wp:query-pagination {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","orientation":"horizontal"}} --> | ||
<!-- wp:query-pagination-previous /--> | ||
|
||
<!-- wp:query-pagination-numbers /--> | ||
|
||
<!-- wp:query-pagination-next /--> | ||
<!-- /wp:query-pagination --> | ||
|
||
<!-- wp:query-no-results {"align":"wide"} --> | ||
<!-- wp:search {"label":"Search","buttonText":"Search"} /--> | ||
<!-- /wp:query-no-results --></div> | ||
<!-- /wp:query --> | ||
|
||
<!-- wp:spacer --> | ||
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --></main> | ||
<!-- /wp:group --> |
Oops, something went wrong.