client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
14 lines (12 loc) • 853 B
HTML
<hr/>
<p>Offering an amazing and transparent experience to you is our top priority, so please do not hesitate to contact us with any questions you may have. Our friendly customer service team is here to answer any questions you may have via email, phone, or through our convenient online chat system.</p>
<div class="col-xs-12 col-sm-5 panel panel-default panel-question blank-panel">
<h5>Have a Question?</h5>
<div class="info-section">
<p class="text-bold">Contact Us</p>
<p><a href="{{'tel://'+globalConfig.company.phone.dash}}">{{globalConfig.company.phone.short}}</a></p>
<p>{{globalConfig.company.officeHours}}</p>
<p>Monday - Friday</p>
<p><a href="mailto:{{globalConfig.company.email.support}}?Subject=Talk%20to%20Us" target="_top">{{globalConfig.company.email.support}}</a></p>
</div>
</div>