File "support.php"
Full Path: /home/adniftyx/public_html/wp-content/plugins/smart-loan-calculator/Pages/support.php
File size: 1.72 KB
MIME-type: text/html
Charset: utf-8
<style type="text/css">
.support-card{
width: 400px;
border-radius: 0;
text-align: center;
}
.support-card h1 {font-size: 23px;}
.icon-support-sgsr{width: 100px;}
</style>
<div style="display: grid;
grid-template-columns: auto auto auto;">
<?php $SLC_LINK = plugins_url( '/', __FILE__ );?>
<!-- -------------------------- -->
<div class="shadow font support-card" style="margin-top: 20px;margin-right: 10px;">
<img src="<?php echo esc_html($SLC_LINK).'icons/customer-service.svg'; ?>" class="icon-support-sgsr">
<h1>Customer Support</h1>
<p><b>Email:</b> support@wppluginbox.com </p>
<button type="button" class="btn" onclick="window.open('https://www.tidio.com/talk/6g4qjsaq4glmdaovk3wq3uqubfi0zlfm','_self')" style="margin-top: 20px;">Live Chat</button>
</div>
<div class="shadow font support-card" style="margin-top: 20px;margin-right: 10px;">
<img src="<?php echo esc_html($SLC_LINK).'icons/malware.svg'; ?>" class="icon-support-sgsr">
<h1>Report a Bug</h1>
<p style="visibility: hidden;"><b>Email:</b> support@wppluginbox.com </p>
<button type="button" class="btn" onclick="window.open('https://wppluginbox.com/en/contact-us/','_self')" style="margin-top: 20px;">Submit Query</button>
</div>
<div class="shadow font support-card" style="margin-top: 20px;margin-right: 10px;">
<img src="<?php echo esc_html($SLC_LINK).'icons/setting.svg'; ?>" class="icon-support-sgsr">
<h1>Require Custom Features</h1>
<p style="visibility: hidden;"><b>Email:</b> support@wppluginbox.com </p>
<button type="button" class="btn" onclick="window.open('https://wppluginbox.com/en/contact-us/','_self')" style="margin-top: 20px;">Submit Query</button>
</div>
<!-- -------------------------- -->
</div>