|
@@ -0,0 +1,90 @@
|
|
|
+<?php
|
|
|
+
|
|
|
+/**
|
|
|
+ * Title: Footer
|
|
|
+ * Slug: uhp/footer
|
|
|
+ * Categories: footer
|
|
|
+ * Block Types: core/template-part/footer
|
|
|
+ */
|
|
|
+?>
|
|
|
+
|
|
|
+<!-- wp:group {"align":"full","textColor":"base","backgroundColor":"primary","layout":{"type":"constrained"}} -->
|
|
|
+<div class="wp-block-group alignfull has-text-color-base has-base-color has-primary-background-color has-text-color has-background">
|
|
|
+
|
|
|
+ <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|50"}}}} -->
|
|
|
+ <div class="wp-block-group alignwide container" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--50)">
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- wp:columns {"style":{"spacing":{"padding":{"top":"var:preset|spacing|10"}}}} -->
|
|
|
+ <div class="wp-block-columns" style="padding-top:var(--wp--preset--spacing--10)">
|
|
|
+
|
|
|
+ <!-- wp:column {"width":"50%"} -->
|
|
|
+ <div class="wp-block-column" style="flex-basis:50%">
|
|
|
+ <!-- wp:paragraph -->
|
|
|
+ <p>
|
|
|
+ </p>
|
|
|
+ <!-- /wp:paragraph -->
|
|
|
+ <!-- wp:paragraph -->
|
|
|
+ <p class="fs-3"> <a class="link-light" href="https://www.linkedin.com/company/the-greenwood-promise?trk=public_post_follow-view-profile" target="_blank"><i class="bi bi-linkedin"></i></a> <a class="link-light" href="https://www.facebook.com/TheGreenwoodPromise/" target="_blank"><i class="bi bi-facebook"></i></a> <a class="link-light" href="https://twitter.com/thegwdpromise" target="_blank"><i class="bi bi-twitter-x"></i></a> <a class="link-light" href="https://www.instagram.com/greenwoodpromise/" target="_blank"><i class="bi bi-instagram"></i></a></p>
|
|
|
+ <!-- /wp:paragraph -->
|
|
|
+ <!-- wp:spacer {"height":"var:preset|spacing|50"} -->
|
|
|
+ <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
|
+ <!-- /wp:spacer -->
|
|
|
+ </div>
|
|
|
+ <!-- /wp:column -->
|
|
|
+
|
|
|
+ <!-- wp:column {"width":"50%"} -->
|
|
|
+ <div class="wp-block-column" style="flex-basis:50%">
|
|
|
+
|
|
|
+ <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"horizontal"}} -->
|
|
|
+ <div class="wp-block-group">
|
|
|
+
|
|
|
+ <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontSize":"large","fontWeight":"100"}}} -->
|
|
|
+ <h3 class="wp-block-heading has-large-font-size has-text-color-base has-font-weight-100"></h3>
|
|
|
+ <!-- /wp:heading -->
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <!-- /wp:group -->
|
|
|
+
|
|
|
+ <!-- wp:query -->
|
|
|
+ <div class="wp-block-query">
|
|
|
+ <!-- wp:pattern {"slug":"gwp/query-short"} /-->
|
|
|
+ </div>
|
|
|
+ <!-- /wp:query -->
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <!-- /wp:column -->
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <!-- /wp:columns -->
|
|
|
+
|
|
|
+
|
|
|
+ <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","horizontalAlignment":"top"}} -->
|
|
|
+ <div class="wp-block-group">
|
|
|
+
|
|
|
+ <!-- wp:group {"style":{"spacing":{"blockGap":"6px"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
|
|
|
+ <div class="wp-block-group">
|
|
|
+ <!-- wp:paragraph {"fontSize":"small"} -->
|
|
|
+ <p class="has-small-font-size"><?php esc_html_e('©', 'gwp'); ?></p>
|
|
|
+ <!-- /wp:paragraph -->
|
|
|
+ <!-- wp:site-title {"level":0,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} /-->
|
|
|
+ </div>
|
|
|
+ <!-- /wp:group -->
|
|
|
+
|
|
|
+ <!-- wp:paragraph -->
|
|
|
+ <p class="float-end mb-1"><a href="#"><i class="bi bi-arrow-up-circle-fill text-light fs-2"></i></a></p>
|
|
|
+ <!-- /wp:paragraph -->
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <!-- /wp:group -->
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <!-- /wp:group -->
|
|
|
+
|
|
|
+ <!-- wp:spacer {"height":"10px"} -->
|
|
|
+ <div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
|
+ <!-- /wp:spacer -->
|
|
|
+
|
|
|
+</div>
|
|
|
+<!-- /wp:group -->
|