-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-safety.php
50 lines (41 loc) · 2.19 KB
/
page-safety.php
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php get_header(); ?>
<?php $url = get_template_directory_uri( ).'/assets/'; ?>
<div class="safety-banner inner-page-bnr">
<div class="container-fluid">
<div class="row">
<div class="col-12 m-auto">
<h2><?php _e('Safety','techflyte');?><span><?php _e('& Compliance','techflyte');?></span></h2>
</div>
</div>
</div>
</div>
<!-- Hero section End -->
<!-- Safety Compliance section -->
<div class="safety-compliance loyalty-program">
<div class="row">
<div class="col-12">
<div class="inner-content-wrap">
<h2><?php _e('TechFlyte Safety and Compliance','techflyte');?></h2>
<p>
<?php echo get_theme_mod('safety_text_one');?>
</p>
<div class="row">
<div class="col-xl-6 mt-md-4 col-lg-7">
<p><?php echo get_theme_mod('safety_description');?></p>
</div>
<div class="col-xl-5 offset-xl-1 col-lg-5">
<div class="safety-bnr">
<?php
$video_file = get_template_directory_uri() . "/videos/pepper.mp4";
echo do_shortcode('[embeddoc url="https://techflyte.com/wp-content/uploads/2020/07/TechFlyte-Drug-and-Alcohol-PP-3.pdf" viewer="browser"]');
?>
</div>
</div>
</div>
<h3><?php echo get_theme_mod('safety_subtitle');?></h3>
<p><?php echo get_theme_mod('safety_description_secondary');?></p>
</div>
</div>
</div>
</div>
<?php get_footer();?>