footer.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?php
  2. /**
  3. * Title: Footer
  4. * Slug: uhp/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","textColor":"base","backgroundColor":"secondary-dark","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignfull has-text-color-base has-contrast-light-color has-secondary-dark-background-color has-text-color has-background">
  11. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|50"}}}} -->
  12. <div class="wp-block-group alignwide container" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--50)">
  13. <!-- wp:spacer {"height":"var:preset|spacing|50"} -->
  14. <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
  15. <!-- /wp:spacer -->
  16. <!-- wp:columns {"style":{"spacing":{"padding":{"top":"var:preset|spacing|10"}}}} -->
  17. <div class="wp-block-columns" style="padding-top:var(--wp--preset--spacing--10)">
  18. <!-- wp:column {"width":"50%"} -->
  19. <div class="wp-block-column" style="flex-basis:50%">
  20. <!-- wp:image {"id":385,"width":"160px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->
  21. <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>
  22. <!-- /wp:image -->
  23. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
  24. <p style="font-size:1.2rem;line-height:0"> PO Box 1234</p>
  25. <!-- /wp:paragraph -->
  26. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
  27. <p style="font-size:1.2rem;line-height:0"> City, SC 12345</p>
  28. <!-- /wp:paragraph -->
  29. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
  30. <p style="font-size:1.2rem;line-height:0"> 888-123-4567</p>
  31. <!-- /wp:paragraph -->
  32. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"0","font-size":"1.2rem"}}} -->
  33. <p style="font-size:1.2rem;line-height:0"> email@uhp.org</p>
  34. <!-- /wp:paragraph -->
  35. <!-- wp:spacer {"height":"var:preset|spacing|50"} -->
  36. <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
  37. <!-- /wp:spacer -->
  38. </div>
  39. <!-- /wp:column -->
  40. <!-- wp:column {"width":"50%"} -->
  41. <div class="wp-block-column" style="flex-basis:50%">
  42. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"horizontal"}} -->
  43. <div class="wp-block-group">
  44. </div>
  45. <!-- /wp:group -->
  46. </div>
  47. <!-- /wp:column -->
  48. </div>
  49. <!-- /wp:columns -->
  50. <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","horizontalAlignment":"top"}} -->
  51. <div class="wp-block-group">
  52. <!-- wp:group {"style":{"spacing":{"blockGap":"6px"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
  53. <div class="wp-block-group">
  54. <!-- wp:paragraph {"fontSize":"small"} -->
  55. <p class="has-small-font-size"><?php esc_html_e('&copy;&nbsp;', 'uhp'); echo date("Y");?></p>
  56. <!-- /wp:paragraph -->
  57. <!-- wp:site-title {"level":0,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small"} /-->
  58. </div>
  59. <!-- /wp:group -->
  60. <!-- wp:paragraph {"className":"float-end","style":{"typography":{"font-size":"2rem"}}} -->
  61. <p style="font-size:2rem" class="float-end has-primary-link-color"><a href="#"><span class="dashicons dashicons-arrow-up"></span>&#8679;</a></p>
  62. <!-- /wp:paragraph -->
  63. <!-- wp:paragraph {"style":{"typography":{"font-size":"0.8rem"},"elements":{"link":{"color":{"text":"var:preset|color|highlight"}}}}} -->
  64. <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>
  65. <!-- /wp:paragraph -->
  66. </div>
  67. <!-- /wp:group -->
  68. </div>
  69. <!-- /wp:group -->
  70. <!-- wp:spacer {"height":"10px"} -->
  71. <div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
  72. <!-- /wp:spacer -->
  73. </div>
  74. <!-- /wp:group -->