-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-resume.php
More file actions
26 lines (19 loc) · 853 Bytes
/
page-resume.php
File metadata and controls
26 lines (19 loc) · 853 Bytes
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
<?php get_header();?>
<!-- Contact section -->
<div class="contact-us">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="contact-form">
<h4><?php _e('Submit your Resume', 'techflyte');?></h4>
<div class="row">
<?php echo do_shortcode('[contact-form-7 id="1703" title="submit_resume"]'); ?>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact section End -->
<!-- Footer Section -->
<?php get_footer(); ?>