Automattic / blockpatterns

Repo of block patterns to work with
7 stars 2 forks source link

Simple centered footer #254

Closed alaczek closed 2 years ago

alaczek commented 2 years ago

This pattern contains the WordPress.com credit only.

image
<!-- wp:group {"align":"full"} -->
<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"4em","bottom":"2em"}}},"layout":{"inherit":false}} -->
<div class="wp-block-group alignfull" style="padding-top:4em;padding-bottom:2em"><!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Proudly Powered by <a href="https://wordpress.org">WordPress</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

Preview: https://dotcompatterns.wordpress.com/?p=5873&preview=true

alaczek commented 2 years ago

@iamtakashi and @onuro what do you think about this? Is it worth having a pattern like this? Will anyone want to insert just the WP credit? My thinking is we should include WP credit in every pattern we make, but the pattern needs to be more attractive/functional. AFAIK WP credit is included in all themes by default. (for context this pattern was sourced from this site)

onuro commented 2 years ago

I'm not fully sure. Yet there may be people would want to place this to their site, even if not all. I wonder if we should at least also enrich this by maybe adding the WordPress logo as well?

alaczek commented 2 years ago

We might do another pattern that's just a logo, but I think I'll publish this one as is.

alaczek commented 2 years ago

Published!