123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?php
- /**
- * Title: Footer
- * Slug: uhp/footer
- * Categories: footer
- * Block Types: core/template-part/footer
- */
- ?>
- <!-- wp:group {"align":"full","textColor":"base","backgroundColor":"secondary-dark","layout":{"type":"constrained"}} -->
- <div class="wp-block-group alignfull has-text-color-base has-contrast-light-color has-secondary-dark-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:spacer {"height":"var:preset|spacing|50"} -->
- <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
-
- <!-- 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:image {"id":385,"width":"160px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->
- <figure class="wp-block-image size-full is-resized"><img src="https://uhp.ovid/wp-content/uploads/Upstate-Health-Partners-white.png" alt="" class="wp-image-385" style="width:160px;height:auto"/></figure>
- <!-- /wp:image -->
- <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
- <p style="font-size:1.2rem;line-height:0"> PO Box 1234</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
- <p style="font-size:1.2rem;line-height:0"> City, SC 12345</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
- <p style="font-size:1.2rem;line-height:0"> 888-123-4567</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
- <p style="font-size:1.2rem;line-height:0"> email@uhp.org</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">
- </div>
- <!-- /wp:group -->
- </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('© ', 'uhp'); echo date("Y");?></p>
- <!-- /wp:paragraph -->
- <!-- wp:site-title {"level":0,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} /-->
- </div>
- <!-- /wp:group -->
- <!-- wp:paragraph {"className":"float-end","style":{"typography":{"font-size":"2rem"}}} -->
- <p style="font-size:2rem" class="float-end has-primary-link-color"><a href="#"><span class="dashicons dashicons-arrow-up"></span>⇧</a></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"typography":{"font-size":"0.8rem"},"elements":{"link":{"color":{"text":"var:preset|color|highlight"}}}}} -->
- <p class="float-end has-small-font-size has-contrast-color has-text-color">Last Updated: <?php echo get_the_modified_time('F jS, Y');?></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 -->
|