-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-contact.php
More file actions
37 lines (31 loc) · 1.87 KB
/
page-contact.php
File metadata and controls
37 lines (31 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<? get_header(); ?>
<div class="contact-banner inner-page-bnr">
<div class="container-fluid">
<div class="row">
<div class="col-12 m-auto">
<h2><span><?php wp_title(" ");?></span><?php _e(' US','techflyte');?></h2>
</div>
</div>
</div>
</div>
<!-- Hero section End -->
<!-- Contact section -->
<div class="contact-us">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h3><a class="contact-dot-verfication" href="mailto:[email protected]?subject=DOT Verification!"><?php _e('DOT Verification','techflyte');?></a> | <span><a class="employ-ver" href="mailto:[email protected]?subject=Employment Verification!"><?php _e('Employment Verification','techflyte');?></a></span></h3>
<p>
<?php _e('For any payroll related questions send us an email at','techflyte');?> <a href="mailto:[email protected]?subject= Payroll Query!"><strong><?php _e('[email protected]','techflyte');?></strong></a>
<br><br>
<?php _e('Looking to join the TechFlyte crew? email us for employment opportunities','techflyte');?> <a href="mailto:[email protected]?subject= Employment Query!"><strong><?php _e('[email protected]','techflyte'); ?></strong></a>
</p>
<div class="contact-form">
<h4><?php _e('Get in touch','techflyte');?></h4>
<?php echo do_shortcode('[contact-form-7 id="1515" title="main_contact"]');?>
</div>
</div>
</div>
</div>
</div>
<?get_footer(); ?>