From fab9b03577dc8a3ebb52ff870b9b063d1e0fa667 Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Mon, 26 Apr 2021 12:10:18 +0100 Subject: [PATCH] update to use media and text --- quadrat/inc/block-patterns.php | 78 ++++++++++++++-------------------- 1 file changed, 33 insertions(+), 45 deletions(-) diff --git a/quadrat/inc/block-patterns.php b/quadrat/inc/block-patterns.php index c9ea4eb39b..09083197ec 100644 --- a/quadrat/inc/block-patterns.php +++ b/quadrat/inc/block-patterns.php @@ -25,20 +25,20 @@ function quadrat_register_block_patterns() { 'categories' => array( 'quadrat' ), 'content' => '
-

' . esc_html__( 'The Hosts', 'quadrat') . '

+

' . esc_html__( 'The Hosts', 'quadrat' ) . '

- + -

' . esc_html__( 'Samantha and Olivia are both writers and activists.', 'quadrat') . '

+

' . esc_html__( 'Samantha and Olivia are both writers and activists.', 'quadrat' ) . '

- + - +
', @@ -52,20 +52,20 @@ function quadrat_register_block_patterns() { 'categories' => array( 'quadrat' ), 'content' => '
' . esc_attr__( 'Illustration of two women.', 'quadrat' ) . '
-

' . esc_html__( 'The Hosts', 'quadrat') . '

+

' . esc_html__( 'The Hosts', 'quadrat' ) . '

- + -

' . esc_html__( 'Sarah & Olivia are both writers and activists.', 'quadrat') . '

+

' . esc_html__( 'Sarah & Olivia are both writers and activists.', 'quadrat' ) . '

- + - +
', @@ -81,34 +81,34 @@ function quadrat_register_block_patterns() {
-
' . esc_attr__( 'Illustration of a woman working on a laptop.', 'quadrat') . '
+
' . esc_attr__( 'Illustration of a woman working on a laptop.', 'quadrat' ) . '
- +
-

' . esc_html__( 'Episode 1: How Screens Affect Hormones', 'quadrat') . '

+

' . esc_html__( 'Episode 1: How Screens Affect Hormones', 'quadrat' ) . '

- + -

' . esc_html__( 'In this episode, Sarah and Olivia talk with female hormone specialist Diana Roth about the impact that gadgets and technology have on hormone and fertility health.', 'quadrat') . '

+

' . esc_html__( 'In this episode, Sarah and Olivia talk with female hormone specialist Diana Roth about the impact that gadgets and technology have on hormone and fertility health.', 'quadrat' ) . '

- +
-
' . esc_attr__( 'Illustration of a woman climbing steps.', 'quadrat') . '
+
' . esc_attr__( 'Illustration of a woman climbing steps.', 'quadrat' ) . '
- +
-

' . esc_html__( 'Episode 2: Female Leaders, Where Are They?', 'quadrat') . '

+

' . esc_html__( 'Episode 2: Female Leaders, Where Are They?', 'quadrat' ) . '

- + -

' . esc_html__( 'After years of revolution, the big question remains: why aren’t there more women in leadership? Sarah and Olivia get deep into the subject.', 'quadrat') . '

+

' . esc_html__( 'After years of revolution, the big question remains: why aren’t there more women in leadership? Sarah and Olivia get deep into the subject.', 'quadrat' ) . '

@@ -122,29 +122,17 @@ function quadrat_register_block_patterns() { array( 'title' => __( 'Episode', 'quadrat' ), 'categories' => array( 'quadrat' ), - 'content' => ' -
-
-
' . esc_attr__( 'Illustration of an introspective woman.', 'quadrat') . '
-
- - - -
-
- -

' . esc_html__( 'Episode 1: How Screens Affect Hormones', 'quadrat') . '

- - - -

' . esc_html__( 'In this episode, Sarah and Olivia talk with female hormone specialist Diana Roth about the impact that gadgets and technology have on hormone and fertility health.', 'quadrat') . '

-
-
-
- ', - ) - ); + 'content' => ' +
+

' . esc_html__( 'Episode 3: A Cycle of Emotions', 'quadrat' ) . '

+ + +

' . esc_html__( '“Do we need periods if they make us crazy?”, Sarah asks. We reached out to our friend Diana Roth, an endocrinologist specialized in women’s hormonal health to know how menstrual cycles impact women’s brains and emotions. Hint: yes, we do.', 'quadrat' ) . '

+
+ ', + ) + ); } } endif;