From 6c8e3c774b29312ea97bdd8644392db3c08b71f0 Mon Sep 17 00:00:00 2001 From: tdrayson Date: Thu, 13 Jun 2024 12:26:11 +0200 Subject: [PATCH 1/3] Pattern: social in content Creats social in content pattern. --- term/patterns/social-in-content.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 term/patterns/social-in-content.php diff --git a/term/patterns/social-in-content.php b/term/patterns/social-in-content.php new file mode 100644 index 00000000..316b9709 --- /dev/null +++ b/term/patterns/social-in-content.php @@ -0,0 +1,29 @@ + +
+
+ +
+ + + +
+

It was a boring time. Mid-pandemic. I just wanted to know what would happen, you know? How much water was too much water? Turns out, that’s a very easy question to answer. At some point, too much water is definitely too much water. Your plants will die.

+ + + +

You see, too much water ends up rotting your roots. Your plants need their roots in order to live. That’s like... well, anything I’d write here would be a little bit too gruesome. Let’s just say it’s bad.

+
+
+ + \ No newline at end of file From b48c793577da21b6f635479496dd4b099e048178 Mon Sep 17 00:00:00 2001 From: tdrayson Date: Thu, 13 Jun 2024 15:41:12 +0200 Subject: [PATCH 2/3] Small fixes Added theme colour vars, removes block types, updated categories --- term/patterns/social-in-content.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/term/patterns/social-in-content.php b/term/patterns/social-in-content.php index 316b9709..7f097b5f 100644 --- a/term/patterns/social-in-content.php +++ b/term/patterns/social-in-content.php @@ -2,17 +2,17 @@ /** * Title: Social in content * Slug: term/social-in-content - * Categories: text - * Block Types: core/social-links + * Categories: text, call-to-action */ +
-
-
From 2c38cd10877d40aaf9cab43d8fa91865c66f95a7 Mon Sep 17 00:00:00 2001 From: tdrayson Date: Thu, 13 Jun 2024 15:49:49 +0200 Subject: [PATCH 3/3] Added myself to credits --- term/CREDITS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/term/CREDITS.md b/term/CREDITS.md index da00b37a..836f5eb8 100644 --- a/term/CREDITS.md +++ b/term/CREDITS.md @@ -7,4 +7,5 @@ - [spencerravago](https://github.com/spencerravago) - [celiarozalenm](https://github.com/celiarozalenm) - [liviopv](https://github.com/liviopv) -- [mlaetitia](https://github.com/mlaetitia) \ No newline at end of file +- [mlaetitia](https://github.com/mlaetitia) +- [tdrayson](https://github.com/tdrayson) \ No newline at end of file