File: //home/awaldron/_upmc/pancreaseq.com/wp-content/themes/pancreaseq/footer.php
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Twenty_One
* @since Twenty Twenty-One 1.0
*/
?>
<div class="bg-spacing-sm bg-blue">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div id="page-foot">
<div>
<img src="/wp-content/themes/pancreaseq/assets/img/footer-logos.png" />
<p>PancreaSeq is a product of the Molecular & Genomic Pathology Laboratory at the University of Pittsburgh Medical Center.</p>
</div>
<div id="foot-contact">
<div><span>Email:</span> <a href="/about-us">Contact Us</a></div>
<div><span>Phone:</span> <a href="tel:14128646162">(412) 864-6162</a></div>
<div><span>Fax:</span> <a href="tel:14128646163">(412) 864-6163</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<span>Copyright ©<?=date('Y')?> UPMC. All rights reserved.</span> PancreaSeq® is a registered trademark of UPMC.
</div>
<a href="/request-information" class="btn btn-primary" id="floaty-button">Request Info</a>
<?php wp_footer(); ?>
</body>
</html>