Browse Source

Barnsbury23: add theme (#6931)

* Barnsbury23 initial commit

* Fix textdomain in some files

* Update images based on new assets

* Use Automattic as author in style.css

* Remove table styles

* Update readme.txt

* Add font credits

* Remove duplicate entries from variation json file

* Move footer credits into pattern

* Patternize schedule a visit template part

* Make patterns translatable

* Update 404 pattern

* Patternize home-alt

* Update theme with latest designer changes

* Fix broken image files

* Update readme

* Update readme again

* Compress images

* Remove unused image

* Version bump theme

* Remove theme attribute

* Remove ids and refs

* Add more licenses to readme
Sarah Norris 2 years ago
parent
commit
23a39522c8
63 changed files with 2657 additions and 0 deletions
  1. BIN
      barnsbury23/assets/fonts/bangers_normal_400.ttf
  2. BIN
      barnsbury23/assets/fonts/piazzolla_italic_400.ttf
  3. BIN
      barnsbury23/assets/fonts/piazzolla_italic_700.ttf
  4. BIN
      barnsbury23/assets/fonts/piazzolla_normal_400.ttf
  5. BIN
      barnsbury23/assets/fonts/piazzolla_normal_700.ttf
  6. BIN
      barnsbury23/assets/fonts/rubik_italic_300.ttf
  7. BIN
      barnsbury23/assets/fonts/rubik_italic_500.ttf
  8. BIN
      barnsbury23/assets/fonts/rubik_normal_300.ttf
  9. BIN
      barnsbury23/assets/fonts/rubik_normal_500.ttf
  10. BIN
      barnsbury23/assets/images/avatar-user.jpg
  11. BIN
      barnsbury23/assets/images/b-original_farm.jpg
  12. BIN
      barnsbury23/assets/images/b-original_hero.jpg
  13. BIN
      barnsbury23/assets/images/barnsbury_display-1.png
  14. BIN
      barnsbury23/assets/images/barnsbury_the-farm.png
  15. BIN
      barnsbury23/assets/images/basic-icon-star.png
  16. BIN
      barnsbury23/assets/images/display-farm.jpg
  17. BIN
      barnsbury23/assets/images/hero-image-1.jpg
  18. BIN
      barnsbury23/assets/images/ic_category.png
  19. BIN
      barnsbury23/assets/images/ic_date.png
  20. 62 0
      barnsbury23/functions.php
  21. 29 0
      barnsbury23/parts/footer-pages.html
  22. 29 0
      barnsbury23/parts/footer-social.html
  23. 23 0
      barnsbury23/parts/footer.html
  24. 33 0
      barnsbury23/parts/header.html
  25. 1 0
      barnsbury23/parts/hero-green.html
  26. 1 0
      barnsbury23/parts/home-clean.html
  27. 1 0
      barnsbury23/parts/numbers-clean.html
  28. 1 0
      barnsbury23/parts/numbers-green.html
  29. 1 0
      barnsbury23/parts/post-meta.html
  30. 1 0
      barnsbury23/parts/schedule-a-visit.html
  31. 1 0
      barnsbury23/parts/testimonials-alt.html
  32. 1 0
      barnsbury23/parts/testimonials.html
  33. 38 0
      barnsbury23/patterns/404.php
  34. 52 0
      barnsbury23/patterns/comments.php
  35. 21 0
      barnsbury23/patterns/footer-credits.php
  36. 230 0
      barnsbury23/patterns/front-page.php
  37. 50 0
      barnsbury23/patterns/hero-green.php
  38. 10 0
      barnsbury23/patterns/hidden-no-results-content.php
  39. 188 0
      barnsbury23/patterns/home-alt.php
  40. 52 0
      barnsbury23/patterns/home-clean.php
  41. 230 0
      barnsbury23/patterns/home.php
  42. 102 0
      barnsbury23/patterns/numbers-clean.php
  43. 102 0
      barnsbury23/patterns/numbers-green.php
  44. 35 0
      barnsbury23/patterns/post-meta.php
  45. 37 0
      barnsbury23/patterns/schedule-a-visit.php
  46. 80 0
      barnsbury23/patterns/testimonials-alt.php
  47. 140 0
      barnsbury23/patterns/testimonials.php
  48. 88 0
      barnsbury23/readme.txt
  49. BIN
      barnsbury23/screenshot.png
  50. 35 0
      barnsbury23/style.css
  51. 29 0
      barnsbury23/styles/Serif-Headings.json
  52. 5 0
      barnsbury23/templates/404.html
  53. 61 0
      barnsbury23/templates/archive.html
  54. 1 0
      barnsbury23/templates/front-page.html
  55. 1 0
      barnsbury23/templates/home.html
  56. 53 0
      barnsbury23/templates/index.html
  57. 27 0
      barnsbury23/templates/page-blog.html
  58. 1 0
      barnsbury23/templates/page-home-alt.html
  59. 27 0
      barnsbury23/templates/page-recipes.html
  60. 19 0
      barnsbury23/templates/page.html
  61. 61 0
      barnsbury23/templates/search.html
  62. 77 0
      barnsbury23/templates/single.html
  63. 621 0
      barnsbury23/theme.json

BIN
barnsbury23/assets/fonts/bangers_normal_400.ttf


BIN
barnsbury23/assets/fonts/piazzolla_italic_400.ttf


BIN
barnsbury23/assets/fonts/piazzolla_italic_700.ttf


BIN
barnsbury23/assets/fonts/piazzolla_normal_400.ttf


BIN
barnsbury23/assets/fonts/piazzolla_normal_700.ttf


BIN
barnsbury23/assets/fonts/rubik_italic_300.ttf


BIN
barnsbury23/assets/fonts/rubik_italic_500.ttf


BIN
barnsbury23/assets/fonts/rubik_normal_300.ttf


BIN
barnsbury23/assets/fonts/rubik_normal_500.ttf


BIN
barnsbury23/assets/images/avatar-user.jpg


BIN
barnsbury23/assets/images/b-original_farm.jpg


BIN
barnsbury23/assets/images/b-original_hero.jpg


BIN
barnsbury23/assets/images/barnsbury_display-1.png


BIN
barnsbury23/assets/images/barnsbury_the-farm.png


BIN
barnsbury23/assets/images/basic-icon-star.png


BIN
barnsbury23/assets/images/display-farm.jpg


BIN
barnsbury23/assets/images/hero-image-1.jpg


BIN
barnsbury23/assets/images/ic_category.png


BIN
barnsbury23/assets/images/ic_date.png


+ 62 - 0
barnsbury23/functions.php

@@ -0,0 +1,62 @@
+<?php
+/**
+ * Barnsbury23 functions and definitions
+ *
+ * @link https://developer.wordpress.org/themes/basics/theme-functions/
+ *
+ * @package Barnsbury23
+ * @since Barnsbury23 1.0
+ */
+
+
+if ( ! function_exists( 'barnsbury23_support' ) ) :
+
+	/**
+	 * Sets up theme defaults and registers support for various WordPress features.
+	 *
+	 * @since Barnsbury23 1.0
+	 *
+	 * @return void
+	 */
+	function barnsbury23_support() {
+
+		// Enqueue editor styles.
+		add_editor_style( 'style.css' );
+
+		// Make theme available for translation.
+		load_theme_textdomain( 'barnsbury23' );
+	}
+
+endif;
+
+add_action( 'after_setup_theme', 'barnsbury23_support' );
+
+if ( ! function_exists( 'barnsbury23_styles' ) ) :
+
+	/**
+	 * Enqueue styles.
+	 *
+	 * @since Barnsbury23 1.0
+	 *
+	 * @return void
+	 */
+	function barnsbury23_styles() {
+
+		// Register theme stylesheet.
+		wp_register_style(
+			'barnsbury23-style',
+			get_stylesheet_directory_uri() . '/style.css',
+			array(),
+			wp_get_theme()->get( 'Version' )
+		);
+
+		// Enqueue theme stylesheet.
+		wp_enqueue_style( 'barnsbury23-style' );
+
+	}
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'barnsbury23_styles' );
+
+

+ 29 - 0
barnsbury23/parts/footer-pages.html

@@ -0,0 +1,29 @@
+<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-primary-color has-text-color has-link-color"><!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
+<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%">
+<!-- wp:pattern {"slug":"barnsbury23/footer-credits"} /-->
+</div>
+<!-- /wp:column -->
+
+<!-- wp:column {"verticalAlignment":"center","width":"33.33%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"><!-- wp:social-links {"iconColor":"primary","iconColorValue":"#21603d","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"24px","left":"24px"}}},"className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"right"}} -->
+<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"linkedin.com","service":"linkedin"} /-->
+
+<!-- wp:social-link {"url":"instagram.com","service":"instagram"} /-->
+
+<!-- wp:social-link {"url":"tumblr.com","service":"tumblr"} /--></ul>
+<!-- /wp:social-links --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->

+ 29 - 0
barnsbury23/parts/footer-social.html

@@ -0,0 +1,29 @@
+<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color"><!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
+<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%">
+<!-- wp:pattern {"slug":"barnsbury23/footer-credits"} /-->
+</div>
+<!-- /wp:column -->
+
+<!-- wp:column {"verticalAlignment":"center","width":"33.33%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"><!-- wp:social-links {"iconColor":"tertiary","iconColorValue":"#fcfbf0","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"24px","left":"24px"}}},"className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"right"}} -->
+<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"linkedin.com","service":"linkedin"} /-->
+
+<!-- wp:social-link {"url":"instagram.com","service":"instagram"} /-->
+
+<!-- wp:social-link {"url":"tumblr.com","service":"tumblr"} /--></ul>
+<!-- /wp:social-links --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->

+ 23 - 0
barnsbury23/parts/footer.html

@@ -0,0 +1,23 @@
+<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
+<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"33.33%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"><!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"2rem"},"typography":{"lineHeight":1,"textTransform":"uppercase","fontStyle":"normal","fontWeight":"300"}},"fontSize":"medium","fontFamily":"rubik"} /--></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%">
+<!-- wp:pattern {"slug":"barnsbury23/footer-credits"} /-->
+</div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->

+ 33 - 0
barnsbury23/parts/header.html

@@ -0,0 +1,33 @@
+<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->
+<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center"} -->
+<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"24px"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"top"}} -->
+<div class="wp-block-group"><!-- wp:site-title {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","lineHeight":1}},"fontSize":"medium","fontFamily":"rubik"} /-->
+
+<!-- wp:site-tagline {"style":{"typography":{"fontStyle":"normal","fontWeight":"300","lineHeight":1}},"fontSize":"medium","fontFamily":"rubik"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"verticalAlignment":"center"} -->
+<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+<div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"2rem"},"typography":{"lineHeight":1,"textTransform":"uppercase","fontStyle":"normal","fontWeight":"300"}},"fontSize":"medium","fontFamily":"rubik"} /-->
+
+<!-- wp:social-links {"iconColor":"tertiary","iconColorValue":"#fcfbf0","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"24px","left":"24px"}}},"className":"is-style-logos-only"} -->
+<ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"linkedin.com","service":"linkedin"} /-->
+
+<!-- wp:social-link {"url":"instagram.com","service":"instagram"} /-->
+
+<!-- wp:social-link {"url":"tumblr.com","service":"tumblr"} /--></ul>
+<!-- /wp:social-links --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->

+ 1 - 0
barnsbury23/parts/hero-green.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/hero-green"} /-->

+ 1 - 0
barnsbury23/parts/home-clean.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/home-clean"} /-->

+ 1 - 0
barnsbury23/parts/numbers-clean.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/numbers-clean"} /-->

+ 1 - 0
barnsbury23/parts/numbers-green.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/numbers-green"} /-->

+ 1 - 0
barnsbury23/parts/post-meta.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/post-meta"} /-->

+ 1 - 0
barnsbury23/parts/schedule-a-visit.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/schedule-a-visit"} /-->

+ 1 - 0
barnsbury23/parts/testimonials-alt.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/testimonials-alt"} /-->

+ 1 - 0
barnsbury23/parts/testimonials.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/testimonials"} /-->

+ 38 - 0
barnsbury23/patterns/404.php

@@ -0,0 +1,38 @@
+<?php
+/**
+ * Title: A 404 page
+ * Slug: barnsbury23/404
+ * Inserter: no
+ */
+
+?>
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"},"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"layout":{"type":"constrained"}} -->
+<main class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:heading {"textAlign":"center","level":1,"align":"wide","style":{"typography":{"fontSize":"6.4rem"}}} -->
+<h1 class="wp-block-heading alignwide has-text-align-center" style="font-size:6.4rem"><?php echo esc_html__( 'Oops...', 'barnsbury23' ); ?></h1>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:paragraph {"align":"center"} -->
+<p class="has-text-align-center"><?php echo esc_html__( 'This page could not be found. Maybe try a new search?', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:search {"label":"<?php echo esc_html__( 'Search', 'barnsbury23' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr__( 'Search...', 'barnsbury23' ); ?>","width":100,"widthUnit":"%","buttonText":"<?php echo esc_html__( 'Search', 'barnsbury23' ); ?>","buttonUseIcon":true,"align":"center","style":{"border":{"width":"0px","style":"none"}},"backgroundColor":"primary","textColor":"tertiary"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"12rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:12rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></main>
+<!-- /wp:group -->

+ 52 - 0
barnsbury23/patterns/comments.php

@@ -0,0 +1,52 @@
+<?php
+/**
+ * Title: Comments
+ * slug: barnsbury23/comments
+ * inserter: no
+ */
+
+?>
+
+<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
+<div class="wp-block-comments wp-block-comments-query-loop">
+	<!-- wp:comments-title {"level":3} /-->
+
+	<!-- wp:comment-template -->
+		<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|50"}}}} -->
+		<div class="wp-block-group" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--50)">
+			<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"},"style":{"spacing":{"blockGap":"0.5em"}}} -->
+			<div class="wp-block-group">
+				<!-- wp:avatar {"size":40,"style":{"spacing":{"margin":{"top":"0.5em"}}}} /-->
+
+				<!-- wp:group -->
+				<div class="wp-block-group">
+					<!-- wp:comment-author-name /-->
+
+					<!-- wp:group {"layout":{"type":"flex"},"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}}} -->
+					<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
+						<!-- wp:comment-date {"format":"F j, Y \\a\\t g:i a"} /-->
+
+						<!-- wp:comment-edit-link /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:comment-content /-->
+
+			<!-- wp:comment-reply-link /-->
+		</div>
+		<!-- /wp:group -->
+	<!-- /wp:comment-template -->
+
+	<!-- wp:comments-pagination -->
+		<!-- wp:comments-pagination-previous /-->
+		<!-- wp:comments-pagination-numbers /-->
+		<!-- wp:comments-pagination-next /-->
+	<!-- /wp:comments-pagination -->
+
+	<!-- wp:post-comments-form /-->
+</div>
+<!-- /wp:comments -->

+ 21 - 0
barnsbury23/patterns/footer-credits.php

@@ -0,0 +1,21 @@
+<?php
+/**
+ * Title: Footer credits
+ * Slug: barnsbury23/footer-credits
+ * Categories: footer
+ * Block Types: core/template-part/footer
+ */
+?>
+
+<!-- wp:paragraph {"align":"left","style":{"spacing":{"margin":{"top":"0"},"blockGap":"2rem"},"typography":{"lineHeight":1,"textTransform":"none","fontStyle":"normal","fontWeight":"300"}},"fontSize":"medium","fontFamily":"rubik"} -->
+<p class="has-text-align-left has-rubik-font-family has-medium-font-size" style="margin-top:0;font-style:normal;font-weight:300;line-height:1;text-transform:none">
+<?php
+	/* Translators: WordPress link. */
+	$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'barnsbury23' ) ) . '" rel="nofollow">WordPress</a>';
+	echo sprintf(
+		esc_html__( 'Designed with %1$s', 'barnsbury23' ),
+		$wordpress_link
+	);
+	?>
+</p>
+<!-- /wp:paragraph -->

+ 230 - 0
barnsbury23/patterns/front-page.php

@@ -0,0 +1,230 @@
+<?php
+/**
+ * Title: front-page
+ * Slug: barnsbury23/front-page
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /-->
+
+<!-- wp:template-part {"slug":"hero-green","align":"wide"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px"><!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:heading {"align":"wide"} -->
+<h2 class="wp-block-heading alignwide"><?php echo esc_html__( 'What We Do', 'barnsbury23' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:query {"queryId":15,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[3]}},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
+<div class="wp-block-query alignwide"><!-- wp:post-template -->
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"auto","height":"260px","align":"wide","style":{"border":{"radius":"2px"}}} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt {"excerptLength":20} /--></div>
+<!-- /wp:group -->
+<!-- /wp:post-template --></div>
+<!-- /wp:query --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"align":"full","textColor":"primary"} -->
+<div class="wp-block-columns alignfull has-primary-color has-text-color"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:heading -->
+<h2 class="wp-block-heading"><?php echo esc_html__( "Why You'll Love Us", 'barnsbury23' ); ?></h2>
+<!-- /wp:heading --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%"} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Organic farming is a form of food production that emphasizes the use of natural methods to maintain soil fertility, control pests, and produce high-quality crops without the use of synthetic pesticides and fertilizers.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( 'It\'s a practice based on biodiversity, ecological balance, and sustainability. It is environmentally sustainable, promotes soil health and biodiversity, reduces the negative impacts of agriculture on the environment, and produces safe, and healthy food. With the growing demand for organic food, there has never been a better time to choose organic.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:template-part {"slug":"testimonials","align":"wide"} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"backgroundColor":"background","textColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-primary-color has-background-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"30px"},"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-primary-color has-text-color has-link-color" style="margin-top:0px;margin-bottom:0px;padding-right:30px"><!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
+<h3 class="wp-block-heading" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-transform:uppercase"><?php echo esc_html__( 'Our organic farm in numbers', 'barnsbury23' ); ?></h3>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( '100%', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'satisfied customers', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">370</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'households per month', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">5</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'awards won', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">23</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'experts working', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"1rem"} -->
+<div style="height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%","layout":{"type":"constrained","justifyContent":"left"}} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/barnsbury_the-farm.png","dimRatio":0,"minHeight":520,"minHeightUnit":"px"} -->
+<div class="wp-block-cover" style="min-height:520px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-463" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/barnsbury_the-farm.png" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"<?php echo esc_attr__( 'Write title…', 'barnsbury23' ); ?>","fontSize":"large"} -->
+<p class="has-text-align-center has-large-font-size"></p>
+<!-- /wp:paragraph --></div></div>
+<!-- /wp:cover -->
+
+<!-- wp:spacer {"height":"6rem"} -->
+<div style="height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px"><!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"120px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-right:120px"><!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"}}} -->
+<h3 class="wp-block-heading" style="text-transform:uppercase"><?php echo esc_html__( 'Our Favourite Recipes', 'barnsbury23' ); ?></h3>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:buttons -->
+<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"width":"2px"},"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"},"spacing":{"padding":{"left":"24px","right":"24px","top":"16px","bottom":"16px"}}},"borderColor":"tertiary","fontFamily":"rubik"} -->
+<div class="wp-block-button has-custom-font-size has-rubik-font-family" style="font-size:0.9rem;letter-spacing:5%;text-transform:uppercase"><a class="wp-block-button__link has-border-color has-tertiary-border-color wp-element-button" style="border-width:2px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px"><?php echo esc_html__( 'More recipes', 'barnsbury23' ); ?></a></div>
+<!-- /wp:button --></div>
+<!-- /wp:buttons -->
+
+<!-- wp:spacer {"height":"2rem"} -->
+<div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%"} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:query {"queryId":37,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[4]}},"displayLayout":{"type":"flex","columns":2}} -->
+<div class="wp-block-query"><!-- wp:post-template -->
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-title {"level":3,"isLink":true,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /-->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"textColor":"tertiary","fontFamily":"rubik"} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt /--></div>
+<!-- /wp:group -->
+<!-- /wp:post-template --></div>
+<!-- /wp:query --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /--></div>
+<!-- /wp:group -->

+ 50 - 0
barnsbury23/patterns/hero-green.php

@@ -0,0 +1,50 @@
+<?php
+/**
+ * Title: hero-green
+ * Slug: barnsbury23/hero-green
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div class="wp-block-columns alignwide are-vertically-aligned-center" style="margin-top:0px;margin-bottom:0px"><!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"30px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-right:30px"><!-- wp:heading {"level":1} -->
+<h1 class="wp-block-heading"><?php echo esc_html__( 'Locally Farmed Organic Vegetable Delivery', 'barnsbury23' ); ?></h1>
+<!-- /wp:heading -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( '20 years of growing organic vegetables and delivering vegetable boxes from our 12-acre farm in Sussex.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:buttons -->
+<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"width":"2px"},"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"},"spacing":{"padding":{"left":"24px","right":"24px","top":"16px","bottom":"16px"}}},"borderColor":"tertiary","fontFamily":"rubik"} -->
+<div class="wp-block-button has-custom-font-size has-rubik-font-family" style="font-size:0.9rem;letter-spacing:5%;text-transform:uppercase"><a class="wp-block-button__link has-border-color has-tertiary-border-color wp-element-button" style="border-width:2px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px"><?php echo esc_html__( 'Get in touch', 'barnsbury23' ); ?></a></div>
+<!-- /wp:button --></div>
+<!-- /wp:buttons -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/b-original_hero.jpg","dimRatio":0,"minHeight":520,"style":{"color":[]}} -->
+<div class="wp-block-cover" style="min-height:520px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-621" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/b-original_hero.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"<?php echo esc_attr__( 'Write title…', 'barnsbury23' ); ?>","fontSize":"large"} -->
+<p class="has-text-align-center has-large-font-size"></p>
+<!-- /wp:paragraph --></div></div>
+<!-- /wp:cover --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->

+ 10 - 0
barnsbury23/patterns/hidden-no-results-content.php

@@ -0,0 +1,10 @@
+<?php
+/**
+ * Title: Hidden No Results Content
+ * Slug: barnsbury23/hidden-no-results-content
+ * Inserter: no
+ */
+?>
+<!-- wp:paragraph -->
+<p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->

+ 188 - 0
barnsbury23/patterns/home-alt.php

@@ -0,0 +1,188 @@
+<?php
+/**
+ * Title: home-alt
+ * Slug: barnsbury23/home-alt
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:template-part {"slug":"header","tagName":"header","align":"full"} /-->
+
+<!-- wp:template-part {"slug":"home-clean","align":"wide"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px"><!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:heading {"align":"wide"} -->
+<h2 class="wp-block-heading alignwide"><?php echo esc_html__( "Why You'll Love Us", 'barnsbury23' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:query {"queryId":15,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[3]}},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
+<div class="wp-block-query alignwide"><!-- wp:post-template -->
+<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"auto","height":"260px","align":"wide","style":{"border":{"radius":"2px"}}} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt {"excerptLength":20} /-->
+<!-- /wp:post-template --></div>
+<!-- /wp:query --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"align":"full","textColor":"primary"} -->
+<div class="wp-block-columns alignfull has-primary-color has-text-color"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"30px"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="padding-right:30px"><!-- wp:heading -->
+<h2 class="wp-block-heading"><?php echo esc_html__( 'What We Do', 'barnsbury23' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"0.25rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:paragraph -->
+<p><?php echo esc_html__( '+', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Delicious', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:paragraph -->
+<p><?php echo esc_html__( '+', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Ethical', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:paragraph -->
+<p><?php echo esc_html__( '+', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Free delivery', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:paragraph -->
+<p><?php echo esc_html__( '+', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Seasonal', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:paragraph -->
+<p><?php echo esc_html__( '+', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Sustainable', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%"} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Organic farming is a form of food production that emphasizes the use of natural methods to maintain soil fertility, control pests, and produce high-quality crops without the use of synthetic pesticides and fertilizers.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( "It's a practice based on biodiversity, ecological balance, and sustainability. It is environmentally sustainable, promotes soil health and biodiversity, reduces the negative impacts of agriculture on the environment, and produces safe, and healthy food. With the growing demand for organic food, there has never been a better time to choose organic.", 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:template-part {"slug":"testimonials-alt","align":"wide"} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"numbers-green","align":"full"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px"><!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"90px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-right:90px"><!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"}}} -->
+<h3 class="wp-block-heading" style="text-transform:uppercase"><?php echo esc_html__( 'Our Favourite Recipes', 'barnsbury23' ); ?></h3>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:buttons -->
+<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"width":"2px"},"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"},"spacing":{"padding":{"left":"24px","right":"24px","top":"16px","bottom":"16px"}}},"borderColor":"tertiary","fontFamily":"rubik"} -->
+<div class="wp-block-button has-custom-font-size has-rubik-font-family" style="font-size:0.9rem;letter-spacing:5%;text-transform:uppercase"><a class="wp-block-button__link has-border-color has-tertiary-border-color wp-element-button" style="border-width:2px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px"><?php echo esc_html__( 'More recipes', 'barnsbury23' ); ?></a></div>
+<!-- /wp:button --></div>
+<!-- /wp:buttons -->
+
+<!-- wp:spacer {"height":"2rem"} -->
+<div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%"} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:query {"queryId":37,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[4]}},"displayLayout":{"type":"flex","columns":2}} -->
+<div class="wp-block-query"><!-- wp:post-template -->
+<!-- wp:post-title {"level":3,"isLink":true,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /-->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"textColor":"tertiary","fontFamily":"rubik"} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt /-->
+<!-- /wp:post-template --></div>
+<!-- /wp:query --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:template-part {"slug":"footer-social","align":"wide"} /--></div>
+<!-- /wp:group -->

+ 52 - 0
barnsbury23/patterns/home-clean.php

@@ -0,0 +1,52 @@
+<?php
+/**
+ * Title: home-clean
+ * Slug: barnsbury23/home-clean
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div class="wp-block-columns alignwide are-vertically-aligned-center" style="margin-top:0px;margin-bottom:0px"><!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"30px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-right:30px"><!-- wp:heading {"level":1} -->
+<h1 class="wp-block-heading"><?php echo esc_html__( 'Locally Farmed Organic Vegetable Delivery', 'barnsbury23' ); ?></h1>
+<!-- /wp:heading -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( '20 years of growing organic vegetables and delivering vegetable boxes from our 12-acre farm in Sussex.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:buttons -->
+<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"width":"2px"},"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"},"spacing":{"padding":{"left":"24px","right":"24px","top":"16px","bottom":"16px"}}},"borderColor":"tertiary","fontFamily":"rubik"} -->
+<div class="wp-block-button has-custom-font-size has-rubik-font-family" style="font-size:0.9rem;letter-spacing:5%;text-transform:uppercase"><a class="wp-block-button__link has-border-color has-tertiary-border-color wp-element-button" style="border-width:2px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px"><?php echo esc_html__( 'Get in touch', 'barnsbury23' ); ?></a></div>
+<!-- /wp:button --></div>
+<!-- /wp:buttons -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/b-original_hero.jpg","dimRatio":0,"minHeight":520} -->
+<div class="wp-block-cover" style="min-height:520px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-621" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/b-original_hero.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"<?php echo esc_attr__( 'Write title…', 'barnsbury23' ); ?>","fontSize":"large"} -->
+<p class="has-text-align-center has-large-font-size"></p>
+<!-- /wp:paragraph --></div></div>
+<!-- /wp:cover --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->

+ 230 - 0
barnsbury23/patterns/home.php

@@ -0,0 +1,230 @@
+<?php
+/**
+ * Title: home
+ * Slug: barnsbury23/home
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /-->
+
+<!-- wp:template-part {"slug":"hero-green","align":"wide"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px"><!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:heading {"align":"wide"} -->
+<h2 class="wp-block-heading alignwide"><?php echo esc_html__( 'What We Do', 'barnsbury23' ); ?></h2>
+<!-- /wp:heading -->
+
+<!-- wp:query {"queryId":15,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[3]}},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
+<div class="wp-block-query alignwide"><!-- wp:post-template -->
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"auto","height":"260px","align":"wide","style":{"border":{"radius":"2px"}}} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt {"excerptLength":20} /--></div>
+<!-- /wp:group -->
+<!-- /wp:post-template --></div>
+<!-- /wp:query --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"align":"full","textColor":"primary"} -->
+<div class="wp-block-columns alignfull has-primary-color has-text-color"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:heading -->
+<h2 class="wp-block-heading"><?php echo esc_html__( "Why You'll Love Us", 'barnsbury23' ); ?></h2>
+<!-- /wp:heading --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%"} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:paragraph -->
+<p><?php echo esc_html__( 'Organic farming is a form of food production that emphasizes the use of natural methods to maintain soil fertility, control pests, and produce high-quality crops without the use of synthetic pesticides and fertilizers.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph -->
+<p><?php echo esc_html__( "It's a practice based on biodiversity, ecological balance, and sustainability. It is environmentally sustainable, promotes soil health and biodiversity, reduces the negative impacts of agriculture on the environment, and produces safe, and healthy food. With the growing demand for organic food, there has never been a better time to choose organic.", 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:template-part {"slug":"testimonials","align":"wide"} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"backgroundColor":"background","textColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-primary-color has-background-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"30px"},"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-primary-color has-text-color has-link-color" style="margin-top:0px;margin-bottom:0px;padding-right:30px"><!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
+<h3 class="wp-block-heading" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-transform:uppercase"><?php echo esc_html__( 'Our organic farm in numbers', 'barnsbury23' ); ?></h3>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( '100%', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'satisfied customers', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">370</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'households per month', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">5</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'awards won', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">23</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'experts working', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"1rem"} -->
+<div style="height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%","layout":{"type":"constrained","justifyContent":"left"}} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/barnsbury_the-farm.png","dimRatio":0,"minHeight":520,"minHeightUnit":"px"} -->
+<div class="wp-block-cover" style="min-height:520px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-463" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/barnsbury_the-farm.png" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"<?php echo esc_attr__( 'Write title…', 'barnsbury23' ); ?>","fontSize":"large"} -->
+<p class="has-text-align-center has-large-font-size"></p>
+<!-- /wp:paragraph --></div></div>
+<!-- /wp:cover -->
+
+<!-- wp:spacer {"height":"6rem"} -->
+<div style="height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"backgroundColor":"primary","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px"><!-- wp:spacer {"height":"6rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"120px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-right:120px"><!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"}}} -->
+<h3 class="wp-block-heading" style="text-transform:uppercase"><?php echo esc_html__( 'Our Favourite Recipes', 'barnsbury23' ); ?></h3>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:buttons -->
+<div class="wp-block-buttons"><!-- wp:button {"style":{"border":{"width":"2px"},"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"},"spacing":{"padding":{"left":"24px","right":"24px","top":"16px","bottom":"16px"}}},"borderColor":"tertiary","fontFamily":"rubik"} -->
+<div class="wp-block-button has-custom-font-size has-rubik-font-family" style="font-size:0.9rem;letter-spacing:5%;text-transform:uppercase"><a class="wp-block-button__link has-border-color has-tertiary-border-color wp-element-button" style="border-width:2px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px"><?php echo esc_html__( 'More recipes', 'barnsbury23' ); ?></a></div>
+<!-- /wp:button --></div>
+<!-- /wp:buttons -->
+
+<!-- wp:spacer {"height":"2rem"} -->
+<div style="height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%"} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:query {"queryId":37,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"asc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[4]}},"displayLayout":{"type":"flex","columns":2}} -->
+<div class="wp-block-query"><!-- wp:post-template -->
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-title {"level":3,"isLink":true,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /-->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"textColor":"tertiary","fontFamily":"rubik"} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt /--></div>
+<!-- /wp:group -->
+<!-- /wp:post-template --></div>
+<!-- /wp:query --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /--></div>
+<!-- /wp:group -->

+ 102 - 0
barnsbury23/patterns/numbers-clean.php

@@ -0,0 +1,102 @@
+<?php
+/**
+ * Title: numbers-clean
+ * Slug: barnsbury23/numbers-clean
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"backgroundColor":"background","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-background-background-color has-background" style="margin-top:0px;margin-bottom:0px"><!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"30px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-right:30px"><!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
+<h3 class="wp-block-heading" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-transform:uppercase"><?php echo esc_html__( 'Our organic farm in numbers', 'barnsbury23' ); ?></h3>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><strong><?php echo esc_html__( '100%', 'barnsbury23' ); ?></strong></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'satisfied customers', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><strong>370</strong></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'households per month', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><strong>5</strong></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'awards won', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><strong>23</strong></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'experts working', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"1rem"} -->
+<div style="height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%","layout":{"type":"constrained","justifyContent":"left"}} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/barnsbury_the-farm.png","dimRatio":0,"minHeight":520,"minHeightUnit":"px"} -->
+<div class="wp-block-cover" style="min-height:520px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-463" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/barnsbury_the-farm.png" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"<?php echo esc_attr__( 'Write title…', 'barnsbury23' ); ?>","fontSize":"large"} -->
+<p class="has-text-align-center has-large-font-size"></p>
+<!-- /wp:paragraph --></div></div>
+<!-- /wp:cover -->
+
+<!-- wp:spacer {"height":"6rem"} -->
+<div style="height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->

+ 102 - 0
barnsbury23/patterns/numbers-green.php

@@ -0,0 +1,102 @@
+<?php
+/**
+ * Title: numbers-green
+ * Slug: barnsbury23/numbers-green
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|tertiary"}}}},"backgroundColor":"foreground","textColor":"tertiary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group has-tertiary-color has-foreground-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px"><!-- wp:columns {"align":"wide"} -->
+<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.3%"} -->
+<div class="wp-block-column" style="flex-basis:33.3%"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"1rem","padding":{"right":"30px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-right:30px"><!-- wp:heading {"level":3,"style":{"typography":{"textTransform":"uppercase"},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
+<h3 class="wp-block-heading" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-transform:uppercase"><?php echo esc_html__( 'Our organic farm in numbers', 'barnsbury23' ); ?></h3>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( '100%', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'satisfied customers', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">370</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'households per month', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">5</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'awards won', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns -->
+
+<!-- wp:columns {"isStackedOnMobile":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"16px","bottom":"16px"},"blockGap":{"top":"0px","left":"0px"}}}} -->
+<div class="wp-block-columns is-not-stacked-on-mobile" style="margin-top:16px;margin-bottom:16px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"width":"64px"} -->
+<div class="wp-block-column" style="flex-basis:64px"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"400","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1.4">23</p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":""} -->
+<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"1.4rem","lineHeight":"1.4","fontStyle":"normal","fontWeight":"300","letterSpacing":"5%"},"layout":{"selfStretch":"fixed","flexSize":"64px"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:normal;font-weight:300;letter-spacing:5%;line-height:1.4"><?php echo esc_html__( 'experts working', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"1rem"} -->
+<div style="height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"width":"66.6%","layout":{"type":"constrained","justifyContent":"left"}} -->
+<div class="wp-block-column" style="flex-basis:66.6%"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/b-original_farm.jpg","dimRatio":0,"minHeight":520,"minHeightUnit":"px"} -->
+<div class="wp-block-cover" style="min-height:520px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-620" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/b-original_farm.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"<?php echo esc_attr__( 'Write title…', 'barnsbury23' ); ?>","fontSize":"large"} -->
+<p class="has-text-align-center has-large-font-size"></p>
+<!-- /wp:paragraph --></div></div>
+<!-- /wp:cover -->
+
+<!-- wp:spacer {"height":"6rem"} -->
+<div style="height:6rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->

+ 35 - 0
barnsbury23/patterns/post-meta.php

@@ -0,0 +1,35 @@
+<?php
+/**
+ * Title: post-meta
+ * Slug: barnsbury23/post-meta
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
+<div class="wp-block-group"><!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1.5rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5rem"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"bottom"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:image {"sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"24px"}}} -->
+<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/ic_date.png" alt="" class="wp-image-334"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:post-date {"format":"F j, Y","isLink":true,"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1.7"}},"fontFamily":"rubik"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5rem"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"bottom"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:image {"sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"24px"}}} -->
+<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/ic_category.png" alt="" class="wp-image-333"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1.7"}},"fontFamily":"rubik"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->

+ 37 - 0
barnsbury23/patterns/schedule-a-visit.php

@@ -0,0 +1,37 @@
+<?php
+/**
+ * Title: Schedule a Visit
+ * Slug: barnsbury23/schedule-a-visit
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+<!-- wp:group {"align":"wide"} -->
+<div class="wp-block-group alignwide"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:heading {"textAlign":"center","level":1,"anchor":"schedule-a-visit"} -->
+<h1 class="wp-block-heading has-text-align-center" id="schedule-a-visit"><?php echo esc_html__( 'Schedule a Visit', 'barnsbury23' ); ?></h1>
+<!-- /wp:heading -->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:paragraph {"align":"center"} -->
+<p class="has-text-align-center"><?php echo esc_html__( 'Our practices are designed to minimize pollution and conserve natural resources, such as water and energy. Be our guest and schedule a family visit to our adorable workplace.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->
+<div class="wp-block-buttons"><!-- wp:button {"width":50,"style":{"border":{"width":"2px","style":"solid"},"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"},"spacing":{"padding":{"left":"24px","right":"24px","top":"16px","bottom":"16px"}}},"borderColor":"primary","className":"is-style-outline","fontFamily":"rubik"} -->
+<div class="wp-block-button has-custom-width wp-block-button__width-50 has-custom-font-size is-style-outline has-rubik-font-family" style="font-size:0.9rem;letter-spacing:5%;text-transform:uppercase"><a class="wp-block-button__link has-border-color has-primary-border-color wp-element-button" style="border-style:solid;border-width:2px;padding-top:16px;padding-right:24px;padding-bottom:16px;padding-left:24px"><?php echo esc_html__( 'Contact us', 'barnsbury23' ); ?></a></div>
+<!-- /wp:button --></div>
+<!-- /wp:buttons --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->

+ 80 - 0
barnsbury23/patterns/testimonials-alt.php

@@ -0,0 +1,80 @@
+<?php
+/**
+ * Title: testimonials-alt
+ * Slug: barnsbury23/testimonials-alt
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary"} -->
+<div class="wp-block-columns alignwide are-vertically-aligned-center has-primary-color has-text-color has-link-color"><!-- wp:column {"verticalAlignment":"center","width":"66.6%"} -->
+<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.6%"><!-- wp:group {"style":{"spacing":{"padding":{"right":"120px"},"blockGap":"2rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="padding-right:120px"><!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image --></div>
+<!-- /wp:group -->
+
+<!-- wp:paragraph {"style":{"typography":{"fontSize":"2.2rem","fontStyle":"normal","fontWeight":"400"}},"fontFamily":"piazzolla"} -->
+<p class="has-piazzolla-font-family" style="font-size:2.2rem;font-style:normal;font-weight:400"><?php echo esc_html__( '“We are very happy with the box and we value that we can have the standard box or choose our own.”', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"blockGap":"1.5rem","padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:image {"width":64,"height":64,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} -->
+<figure class="wp-block-image size-full is-resized is-style-rounded"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/avatar-user.jpg" alt="" class="wp-image-206" width="64" height="64"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:paragraph {"style":{"typography":{"fontStyle":"italic","fontWeight":"300","fontSize":"1.4rem","letterSpacing":"5%","lineHeight":"1"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:1.4rem;font-style:italic;font-weight:300;letter-spacing:5%;line-height:1"><?php echo esc_html__( 'Joseph', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column {"verticalAlignment":"center"} -->
+<div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group"><!-- wp:quote -->
+<blockquote class="wp-block-quote"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"small"} -->
+<p class="has-small-font-size" style="font-style:normal;font-weight:300"><?php echo esc_html__( "I'm really appreciating the quality and presentation. The flavor of the veg is outstanding.", 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --><cite><?php echo esc_html__( 'Michele', 'barnsbury23' ); ?></cite></blockquote>
+<!-- /wp:quote -->
+
+<!-- wp:quote -->
+<blockquote class="wp-block-quote"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"small"} -->
+<p class="has-small-font-size" style="font-style:normal;font-weight:300"><?php echo esc_html__( 'Their service is brilliant! I really hope some of them now use your service.', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --><cite><?php echo esc_html__( 'Fiona', 'barnsbury23' ); ?></cite></blockquote>
+<!-- /wp:quote --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->

+ 140 - 0
barnsbury23/patterns/testimonials.php

@@ -0,0 +1,140 @@
+<?php
+/**
+ * Title: testimonials
+ * Slug: barnsbury23/testimonials
+ * Categories: hidden
+ * Inserter: no
+ */
+?>
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide has-primary-color has-text-color has-link-color"><!-- wp:columns {"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary"} -->
+<div class="wp-block-columns alignwide has-primary-color has-text-color has-link-color"><!-- wp:column -->
+<div class="wp-block-column"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image --></div>
+<!-- /wp:group -->
+
+<!-- wp:heading {"level":4} -->
+<h4 class="wp-block-heading"><?php echo esc_html__( 'Love the flexibility', 'barnsbury23' ); ?></h4>
+<!-- /wp:heading -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"right":"30px"},"blockGap":"1.5rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="padding-right:30px"><!-- wp:paragraph -->
+<p><?php echo esc_html__( '“We are very happy with the box and we value that we can have the standard box or choose our own.”', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:0.9rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1;text-transform:uppercase"><?php echo esc_html__( 'Joseph', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column -->
+<div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group"><!-- wp:heading {"level":4} -->
+<h4 class="wp-block-heading"><?php echo esc_html__( 'Excellent Service', 'barnsbury23' ); ?></h4>
+<!-- /wp:heading -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"right":"30px"},"blockGap":"1.5rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="padding-right:30px"><!-- wp:paragraph -->
+<p><?php echo esc_html__( '“Their service is brilliant!', 'barnsbury23' ); ?><br><?php echo esc_html__( 'I really hope some of them are now using your service.”', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:0.9rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1;text-transform:uppercase"><?php echo esc_html__( 'Fiona', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column -->
+
+<!-- wp:column -->
+<div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+<div class="wp-block-group"><!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image -->
+
+<!-- wp:image {"width":24,"height":24,"sizeSlug":"full","linkDestination":"none"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/basic-icon-star.png" alt="" class="wp-image-59" width="24" height="24"/></figure>
+<!-- /wp:image --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group"><!-- wp:heading {"level":4} -->
+<h4 class="wp-block-heading"><?php echo esc_html__( 'Fantastic Quality', 'barnsbury23' ); ?></h4>
+<!-- /wp:heading -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"right":"30px"},"blockGap":"1.5rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="padding-right:30px"><!-- wp:paragraph -->
+<p><?php echo esc_html__( "“I'm really appreciating the quality and presentation. The flavor of the veg is outstanding.”", 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"}},"fontFamily":"rubik"} -->
+<p class="has-rubik-font-family" style="font-size:0.9rem;font-style:normal;font-weight:400;letter-spacing:5%;line-height:1;text-transform:uppercase"><?php echo esc_html__( 'Michele', 'barnsbury23' ); ?></p>
+<!-- /wp:paragraph --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:column --></div>
+<!-- /wp:columns --></div>
+<!-- /wp:group -->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->

+ 88 - 0
barnsbury23/readme.txt

@@ -0,0 +1,88 @@
+=== Barnsbury23 ===
+Contributors: Automattic
+Requires at least: 6.0
+Tested up to: 6.2.2
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+The recently updated Barnsbury is an earthy, friendly theme made with farming and agriculture businesses in mind — but versatile enough for a personal site, too.
+
+== Changelog ==
+
+= 0.0.1 =
+* Initial release
+
+== Copyright ==
+
+Barnsbury23 WordPress Theme, (C) 2023 Automattic
+Barnsbury23 is distributed under the terms of the GNU GPL.
+Barnsbury23 is based on Barnsbury (), (C) , [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+Bangers Font
+Copyright Vernon Adams
+Open Font License
+
+Piazzolla Font
+Copyright Juan Pablo del Peral & Huerta Tipográfica
+Open Font License
+
+Rubik Font
+Copyright Hubert and Fischer & Meir Sadan
+Open Font License
+
+Homepage Hero - Photo by form PxHere
+https://pxhere.com/en/photo/1200249
+CC0 Public Domain
+-
+Homepage Service 1 - Photo by form PxHere
+https://pxhere.com/en/photo/695922
+CC0 Public Domain
+-
+Homepage Service 2 - Photo by Ylanite Koppens on StockSnap
+https://stocksnap.io/photo/rustic-vegetables-BPOAWWLJUR
+CC0 Public Domain
+-
+Homepage Service 3 - Photo by FOCA Stock on StockSnap
+https://stocksnap.io/photo/salad-bowl-PLOA1CWIRK
+CC0 Public Domain
+-
+Homepage Farm - Photo by form PxHere
+https://pxhere.com/en/photo/922941
+CC0 Public Domain
+-
+Blog Post 1 - Photo by Foodie Girl on StockSnap
+https://stocksnap.io/photo/vegetables-food-EWTPWWQBRB
+CC0 Public Domain
+-
+Blog Post 2 - Photo by form PxHere
+https://pxhere.com/en/photo/1367049
+CC0 Public Domain
+-
+Blog Post 3 - Photo by Christian Joudrey on StockSnap
+https://stocksnap.io/photo/seed-tree-01MVFCVHOD
+CC0 Public Domain
+-
+Blog Post 4 - Photo by Foodie Girl on StockSnap
+https://stocksnap.io/photo/vegetables-food-XCYDMSCHW5
+CC0 Public Domain
+-
+Avatar image
+https://this-person-does-not-exist.com/
+GNU General Public License v3
+-
+Category, Date, and Star icons
+https://remixicon.com/
+Apache License

BIN
barnsbury23/screenshot.png


+ 35 - 0
barnsbury23/style.css

@@ -0,0 +1,35 @@
+/*
+Theme Name: Barnsbury23
+Theme URI: https://github.com/Automattic/themes/tree/trunk/barnsbury23
+Author: Automattic
+Author URI: https://automattic.com
+Description: The recently updated Barnsbury is an earthy, friendly theme made with farming and agriculture businesses in mind — but versatile enough for a personal site, too.
+Requires at least: 6.0
+Tested up to: 6.2.2
+Requires PHP: 5.7
+Version: 1.0.0
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Text Domain: barnsbury23
+Tags: blog, education, food-and-drink, one-column, two-columns, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, front-page-post-form, full-site-editing, post-formats, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready, modern, responsive, professional, business, company, lifestyle, food, restaurant, cafe, grocery, bakery, health
+*/
+
+/*
+ * Control the hover stylings of outline block style.
+ * Unnecessary once block styles are configurable via theme.json
+ * https://github.com/WordPress/gutenberg/issues/42794
+ */
+.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
+	background-color: var(--wp--preset--color--secondary);
+	color: var(--wp--preset--color--background);
+	border-color: var(--wp--preset--color--secondary);
+}
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+	text-decoration-thickness: .0625em !important;
+	text-underline-offset: .15em;
+}

+ 29 - 0
barnsbury23/styles/Serif-Headings.json

@@ -0,0 +1,29 @@
+{
+	"title": "Serif Headings",
+	"styles": {
+		"elements": {
+			"h3": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|rubik",
+					"fontWeight": "300"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|rubik"
+				}
+			},
+			"heading": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|piazzolla"
+				}
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|rubik",
+			"fontWeight": "300"
+		}
+	},
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}

+ 5 - 0
barnsbury23/templates/404.html

@@ -0,0 +1,5 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:pattern {"slug":"barnsbury23/404"} /-->
+
+<!-- wp:template-part {"slug":"footer-pages"} /-->

+ 61 - 0
barnsbury23/templates/archive.html

@@ -0,0 +1,61 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px","padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:query {"queryId":28,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","align":"wide","layout":{"type":"constrained"}} -->
+<main class="wp-block-query alignwide"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:query-title {"type":"archive","align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}},"typography":{"fontSize":"4.4rem"}},"textColor":"primary"} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:post-template {"align":"wide"} -->
+<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/10"} /-->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"30px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}},"typography":{"fontSize":"3.4rem"}}} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt {"excerptLength":20} /-->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"}},"fontFamily":"rubik"} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+<!-- /wp:post-template -->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:query-pagination -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-numbers /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination --></div>
+<!-- /wp:group --></main>
+<!-- /wp:query -->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer-pages"} /-->

+ 1 - 0
barnsbury23/templates/front-page.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/front-page"} /-->

+ 1 - 0
barnsbury23/templates/home.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/home"} /-->

+ 53 - 0
barnsbury23/templates/index.html

@@ -0,0 +1,53 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px","padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:query {"queryId":2,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[13,12]},"parents":[]},"tagName":"main","displayLayout":{"type":"flex","columns":2},"align":"wide","layout":{"type":"constrained"}} -->
+<main class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
+<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/10"} /-->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"30px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}},"typography":{"fontSize":"2.4rem"}}} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt {"excerptLength":20} /-->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"}},"fontFamily":"rubik"} /-->
+
+<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+<!-- /wp:post-template -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:query-pagination {"align":"wide"} -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-numbers /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination --></div>
+<!-- /wp:group --></main>
+<!-- /wp:query -->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer-pages"} /-->

+ 27 - 0
barnsbury23/templates/page-blog.html

@@ -0,0 +1,27 @@
+<!-- wp:group {"align":"full","backgroundColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull has-primary-background-color has-background"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-left:40px"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"align":"wide"} -->
+<main class="wp-block-group alignwide"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-title {"level":1,"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}},"typography":{"fontSize":"4.4rem"}},"textColor":"primary"} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></main>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer-pages"} /-->

+ 1 - 0
barnsbury23/templates/page-home-alt.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"barnsbury23/home-alt"} /-->

+ 27 - 0
barnsbury23/templates/page-recipes.html

@@ -0,0 +1,27 @@
+<!-- wp:group {"align":"full","backgroundColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull has-primary-background-color has-background"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-left:40px"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"align":"wide"} -->
+<main class="wp-block-group alignwide"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-title {"level":1,"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|primary"}}},"typography":{"fontSize":"4.4rem"}},"textColor":"primary"} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></main>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer-pages"} /-->

+ 19 - 0
barnsbury23/templates/page.html

@@ -0,0 +1,19 @@
+<!-- wp:group {"align":"full","backgroundColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull has-primary-background-color has-background"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-left:40px"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false}} -->
+<main class="wp-block-group"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></main>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer-pages"} /-->

+ 61 - 0
barnsbury23/templates/search.html

@@ -0,0 +1,61 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px","padding":{"top":"0px","right":"40px","bottom":"0px","left":"40px"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-bottom:0px;padding-left:40px"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignwide"><!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none"}},"backgroundColor":"primary","textColor":"tertiary"} /-->
+
+<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:query {"queryId":28,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","align":"wide","layout":{"type":"constrained"}} -->
+<main class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
+<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/10"} /-->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"30px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}},"typography":{"fontSize":"3.4rem"}}} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-excerpt {"excerptLength":20} /-->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-date {"style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"400","fontSize":"0.9rem","letterSpacing":"5%","lineHeight":"1"}},"fontFamily":"rubik"} /-->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+<!-- /wp:post-template -->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:query-pagination -->
+<!-- wp:query-pagination-previous /-->
+
+<!-- wp:query-pagination-numbers /-->
+
+<!-- wp:query-pagination-next /-->
+<!-- /wp:query-pagination --></div>
+<!-- /wp:group --></main>
+<!-- /wp:query -->
+
+<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer-pages"} /-->

+ 77 - 0
barnsbury23/templates/single.html

@@ -0,0 +1,77 @@
+<!-- wp:group {"align":"full","backgroundColor":"primary","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull has-primary-background-color has-background"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /-->
+
+<!-- wp:post-featured-image {"aspectRatio":"16/9","align":"wide"} /--></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"40px","left":"40px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:40px;padding-left:40px"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false}} -->
+<main class="wp-block-group"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:post-title {"level":1,"align":"wide","style":{"typography":{"fontSize":"4.8rem"}}} /-->
+
+<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:template-part {"slug":"post-meta","align":"wide"} /-->
+
+<!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /-->
+
+<!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></main>
+<!-- /wp:group -->
+
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group"><!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->
+
+<!-- wp:comments {"align":"wide","className":"wp-block-comments-query-loop"} -->
+<div class="wp-block-comments alignwide wp-block-comments-query-loop"><!-- wp:comments-title /-->
+
+<!-- wp:comment-template -->
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"3rem"},"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"1rem"}}} -->
+<div class="wp-block-group" style="margin-top:0;margin-bottom:3rem;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"style":{"spacing":{"blockGap":"1em","padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:avatar {"size":40,"style":{"color":{"duotone":["#21603d","#fcfbf0"]}}} /-->
+
+<!-- wp:group -->
+<div class="wp-block-group"><!-- wp:comment-author-name {"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"small","fontFamily":"rubik"} /-->
+
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"1em"}},"layout":{"type":"flex"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:comment-date {"format":"F j, Y \\a\\t g:i a","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"small","fontFamily":"rubik"} /-->
+
+<!-- wp:comment-edit-link {"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"}},"fontFamily":"rubik"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
+<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:comment-content {"style":{"spacing":{"padding":{"left":"0px","right":"0px","top":"0px","bottom":"0px"}}}} /-->
+
+<!-- wp:comment-reply-link {"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"5%"}},"fontFamily":"rubik"} /--></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+<!-- /wp:comment-template -->
+
+<!-- wp:comments-pagination {"style":{"typography":{"fontStyle":"normal","fontWeight":"500","fontSize":"1.4rem"}},"fontFamily":"rubik"} -->
+<!-- wp:comments-pagination-previous /-->
+
+<!-- wp:comments-pagination-numbers /-->
+
+<!-- wp:comments-pagination-next /-->
+<!-- /wp:comments-pagination -->
+
+<!-- wp:post-comments-form /--></div>
+<!-- /wp:comments -->
+
+<!-- wp:spacer {"height":"12rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
+<div style="margin-top:0px;margin-bottom:0px;height:12rem" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer --></div>
+<!-- /wp:group --></div>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer-social"} /-->

+ 621 - 0
barnsbury23/theme.json

@@ -0,0 +1,621 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"color": {
+			"background": true,
+			"custom": true,
+			"customDuotone": true,
+			"customGradient": true,
+			"defaultDuotone": true,
+			"defaultGradients": true,
+			"defaultPalette": true,
+			"duotone": [],
+			"gradients": [],
+			"palette": [
+				{
+					"color": "#145233",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#145233",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#1f7a3d",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#e2e1cf",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#fcfbf0",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			],
+			"text": true
+		},
+		"layout": {
+			"contentSize": "960px",
+			"wideSize": "1200px"
+		},
+		"shadow": {
+			"defaultPresets": true,
+			"presets": []
+		},
+		"spacing": {
+			"customSpacingSize": true,
+			"spacingScale": {
+				"increment": 1.5,
+				"mediumStep": 1.5,
+				"operator": "*",
+				"steps": 7,
+				"unit": "rem"
+			},
+			"spacingSizes": [],
+			"units": [
+				"%",
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			]
+		},
+		"typography": {
+			"customFontSize": true,
+			"dropCap": true,
+			"fluid": true,
+			"fontFamilies": [
+				{
+					"fontFace": [],
+					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
+					"name": "System Font",
+					"slug": "system-font"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Rubik",
+							"fontStyle": "normal",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/rubik_normal_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Rubik",
+							"fontStyle": "italic",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/rubik_italic_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Rubik",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/rubik_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Rubik",
+							"fontStyle": "italic",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/rubik_italic_300.ttf"
+							]
+						}
+					],
+					"fontFamily": "Rubik",
+					"slug": "rubik"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Piazzolla",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/piazzolla_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Piazzolla",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/piazzolla_italic_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Piazzolla",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/piazzolla_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Piazzolla",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/piazzolla_italic_700.ttf"
+							]
+						}
+					],
+					"fontFamily": "Piazzolla",
+					"slug": "piazzolla"
+				}
+			],
+			"fontSizes": [
+				{
+					"fluid": {
+						"max": "1.0625rem",
+						"min": "0.825rem"
+					},
+					"name": "Small",
+					"size": "1rem",
+					"slug": "small"
+				},
+				{
+					"fluid": {
+						"max": "1.25rem",
+						"min": "1rem"
+					},
+					"name": "Medium",
+					"size": "1.125rem",
+					"slug": "medium"
+				},
+				{
+					"fluid": {
+						"max": "2rem",
+						"min": "1.75rem"
+					},
+					"name": "Large",
+					"size": "1.75rem",
+					"slug": "large"
+				},
+				{
+					"fluid": {
+						"max": "3rem",
+						"min": "2.5rem"
+					},
+					"name": "Extra Large",
+					"size": "3rem",
+					"slug": "x-large"
+				}
+			],
+			"fontStyle": true,
+			"fontWeight": true,
+			"letterSpacing": true,
+			"textDecoration": true,
+			"textTransform": true
+		},
+		"useRootPaddingAwareAlignments": true
+	},
+	"styles": {
+		"blocks": {
+			"core/button": {
+				"spacing": {
+					"padding": {
+						"bottom": "16px",
+						"left": "24px",
+						"right": "24px",
+						"top": "16px"
+					}
+				},
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontSize": "0.9rem",
+					"letterSpacing": "5%",
+					"lineHeight": "1",
+					"textTransform": "uppercase"
+				},
+				"variations": {
+					"outline": {
+						"border": {
+							"bottom": {
+								"color": "#21603d",
+								"style": "solid",
+								"width": "2px"
+							},
+							"left": {
+								"color": "#21603d",
+								"style": "solid",
+								"width": "2px"
+							},
+							"right": {
+								"color": "#21603d",
+								"style": "solid",
+								"width": "2px"
+							},
+							"top": {
+								"color": "#21603d",
+								"style": "solid",
+								"width": "2px"
+							}
+						},
+						"color": {
+							"text": "#21603d"
+						}
+					}
+				}
+			},
+			"core/buttons": {
+				"spacing": {
+					"blockGap": "16px"
+				}
+			},
+			"core/calendar": {
+				"color": {
+					"background": "var(--wp--preset--color--tertiary)",
+					"text": "var(--wp--preset--color--primary)"
+				},
+				"elements": {
+					"heading": {
+						"color": {
+							"text": "#21603d"
+						}
+					},
+					"link": {
+						"color": {
+							"text": "var(--wp--preset--color--primary)"
+						}
+					}
+				},
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--rubik)"
+				}
+			},
+			"core/code": {
+				"border": {
+					"color": "var(--wp--preset--color--foreground)",
+					"radius": "0.25rem",
+					"style": "solid",
+					"width": "2px"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var(--wp--preset--spacing--50)",
+						"left": "var(--wp--preset--spacing--50)",
+						"right": "var(--wp--preset--spacing--50)",
+						"top": "var(--wp--preset--spacing--50)"
+					}
+				},
+				"typography": {
+					"fontFamily": "monospace"
+				}
+			},
+			"core/comment-author-name": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-date": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-edit-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/comment-reply-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/gallery": {
+				"spacing": {
+					"margin": {
+						"bottom": "var(--wp--preset--spacing--50)"
+					}
+				}
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--70)"
+					}
+				}
+			},
+			"core/media-text": {
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontSize": "1.6rem"
+				}
+			},
+			"core/navigation": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--rubik)"
+				}
+			},
+			"core/paragraph": {
+				"typography": {
+					"fontSize": "1.4rem"
+				}
+			},
+			"core/post-author-name": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/post-date": {
+				"color": {
+					"text": "var(--wp--preset--color--foreground)"
+				},
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/post-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
+				}
+			},
+			"core/pullquote": {
+				"border": {
+					"color": "var(--wp--preset--color--foreground)",
+					"style": "solid",
+					"width": "1px 0"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var(--wp--preset--spacing--50)",
+						"left": "var(--wp--preset--spacing--50)",
+						"right": "var(--wp--preset--spacing--50)",
+						"top": "var(--wp--preset--spacing--50)"
+					}
+				},
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--fraunces)",
+					"fontSize": "var(--wp--preset--font-size--large)",
+					"fontStyle": "italic",
+					"fontWeight": "300"
+				}
+			},
+			"core/quote": {
+				"border": {
+					"color": "var(--wp--preset--color--primary)",
+					"style": "solid",
+					"width": "0 0 0 1px"
+				},
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--50)"
+					}
+				},
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontStyle": "normal"
+				}
+			},
+			"core/search": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"lineHeight": "1.6"
+				}
+			},
+			"core/separator": {
+				"border": {
+					"color": "currentColor",
+					"style": "solid",
+					"width": "0 0 1px 0"
+				},
+				"color": {
+					"text": "var(--wp--preset--color--foreground)"
+				},
+				"spacing": {
+					"margin": {
+						"bottom": "2rem",
+						"top": "2rem"
+					}
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/site-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontWeight": "700",
+					"textTransform": "uppercase"
+				}
+			}
+		},
+		"color": {
+			"background": "var(--wp--preset--color--tertiary)",
+			"text": "var(--wp--preset--color--primary)"
+		},
+		"elements": {
+			"button": {
+				":active": {
+					"color": {
+						"background": "var(--wp--preset--color--primary)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				":focus": {
+					"color": {
+						"background": "var(--wp--preset--color--primary)",
+						"text": "var(--wp--preset--color--background)"
+					},
+					"outline": {
+						"color": "var(--wp--preset--color--primary)",
+						"offset": "2px",
+						"style": "dotted",
+						"width": "1px"
+					}
+				},
+				":hover": {
+					"color": {
+						"background": "var(--wp--preset--color--secondary)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				"border": {
+					"radius": "0.25rem"
+				},
+				"color": {
+					"background": "var(--wp--preset--color--primary)",
+					"text": "var(--wp--preset--color--tertiary)"
+				},
+				"typography": {
+					"fontSize": "0.9rem",
+					"lineHeight": "1"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontSize": "3.4rem"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontSize": "3rem"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontSize": "2.4rem",
+					"fontStyle": "normal",
+					"fontWeight": "400",
+					"letterSpacing": "5%"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontSize": "2rem",
+					"fontStyle": "normal",
+					"fontWeight": "400"
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)"
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"heading": {
+				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontStyle": "normal",
+					"fontWeight": "500",
+					"lineHeight": "1.125"
+				}
+			},
+			"link": {
+				":hover": {
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var(--wp--preset--color--primary)"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "2rem",
+			"padding": {
+				"bottom": "0px",
+				"left": "40px",
+				"right": "40px",
+				"top": "0px"
+			}
+		},
+		"typography": {
+			"fontFamily": "var(--wp--preset--font-family--piazzolla)",
+			"fontSize": "1.4rem",
+			"fontStyle": "normal",
+			"fontWeight": "400",
+			"lineHeight": "1.5"
+		}
+	},
+	"templateParts": [
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}