diff --git a/term/assets/images/happy-man.jpg b/term/assets/images/happy-man.jpg new file mode 100644 index 00000000..fc4aad16 Binary files /dev/null and b/term/assets/images/happy-man.jpg differ diff --git a/term/functions.php b/term/functions.php index 9b649726..9d1af61e 100644 --- a/term/functions.php +++ b/term/functions.php @@ -21,7 +21,7 @@ function term_block_styles() { register_block_style( - 'core/social-links', + 'core/social-links', array( 'name' => 'social-rounded-icons', 'label' => __( 'Rounded icons', 'term' ), @@ -34,6 +34,18 @@ function term_block_styles() { }', ) ); + + register_block_style( + 'core/image', + array( + 'name' => 'bordered', + 'label' => __('Bordered', 'term'), + 'inline_style' => '.wp-block-image.is-style-bordered img{ + border-radius: .5rem; + border: .25rem solid black; + }' + ) + ); } endif; diff --git a/term/patterns/about.php b/term/patterns/about.php new file mode 100644 index 00000000..43f39b97 --- /dev/null +++ b/term/patterns/about.php @@ -0,0 +1,35 @@ + + + +
+
+
+ + + +

+ + + +

+ + + + + + + + +
+
+ \ No newline at end of file