File: /var/www/html/shootinschool/wp-content/themes/splash-child/woocommerce/emails/email-footer.php
<?php
/**
* Email Footer
*
* This template can be overridden by copying it to yourtheme/woocommerce/emails/email-footer.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes.
*
* @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes
* @package WooCommerce/Templates/Emails
* @version 3.7.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
</div>
</td>
</tr>
<tr>
<td style="padding: 0px 48px 0;">
<p style="font-size: 16px;margin: 0 0 4px;">Sincerely,</p>
<p style="font-size: 16px;margin: 0 0 20px;">The Shootin School Team</p>
</td>
</tr>
<tr>
<td style="padding: 0px 48px 0;">
<div class="socil-icons" style="width: 340px;
float: left;border-right: 1px solid #ddd;">
<h2 style="color: #f58e1e;font-size: 30px;">KEEP IN TOUCH</h2>
<h4 style="color: #000;font-size: 16px;font-weight: normal;margin: 0;margin-top: 6px;">Connect with us for great ideas</h4>
<ul style="margin: 0px;padding: 0px;margin-top: 20px;">
<a href="https://www.facebook.com/ShotScience/" target="_blank"><img src="<?php echo site_url();?>/wp-content/uploads/2018/09/fb.png"/></a>
<a href="https://twitter.com/shootinschool?lang=en" target="_blank"><img src="<?php echo site_url();?>/wp-content/uploads/2018/09/twitter.png"/></a>
<a href="https://www.instagram.com/shotscience/" target="_blank"><img src="<?php echo site_url();?>/wp-content/uploads/2018/09/insta.png" height="35" width="35"/></a>
<a href="https://www.linkedin.com/pulse/improving-free-throw-shooting-basketball-through-maithili-bhuptani" target="_blank"><img src="<?php echo site_url();?>/wp-content/uploads/2018/09/link.png" height="35" width="35"/></a>
</ul>
</div>
<div class="our-addres" style="width: 300px;float: right;">
<h2 style="color: #f58e1e;font-size: 30px;">CONTACT US</h2>
<h4 style="color: #000;font-size: 16px;font-weight: normal;margin: 0;margin-bottom: 15px;">If you have any Questions or Comments:</h4>
<p><span style="color:#000">Phone: </span>+917-692-6337<br>
<span style="color:#000;"> Email: </span><a style="color: #f58e1e;" href="">ShootinSchool@gmail.com</a><br />
<span style="color:#000;"> Web: </span><a style="color: #f58e1e;" href="<?php echo site_url(); ?>" target="_blank">https://shootinschool.com</a>
</p>
</div>
<div class="clearfix"></div>
</td>
</tr>
</table>
<!-- End Content -->
</td>
</tr>
</table>
<!-- End Body -->
</td>
</tr>
<tr>
<td align="center" valign="middle">
<!-- Footer -->
<table border="0" cellpadding="0" cellspacing="0" width="800" id="template_footer">
<tr>
<td valign="middle">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan="0" valign="middle" id="credit" style="padding:20px;">
<?php echo wpautop( wp_kses_post( wptexturize( apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) ) ) ) ); ?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End Footer -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>