-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
58 lines (53 loc) · 1.82 KB
/
header.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
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en-us">
<head>
<?php wp_head(); ?>
<link href="<?php echo esc_url( get_stylesheet_directory_uri() . '/src/css/hr_custom.css' ); ?>" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>
<script>
$(document).ready(function(){
$('.slider').bxSlider();
});
</script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.15.2/css/all.css" integrity="sha384-yJpxAFV0Ip/w63YkZfDWDTU6re/Oc3ZiVqMa97pi8uPt92y0wzeK3UFM2yQRhEom" crossorigin="anonymous">
<?php
if ( is_singular(
array(
'about_orlando',
'benefits_cycle',
'book',
'contact_questions',
'currentemployees',
'employee_of_the_mont',
'employee_perks',
'faqs',
'forms_and_documents',
'liaisons_and_supervi',
'mission_vision',
'opportunities',
'org_chart',
'prospective_employee',
'talent_acquisition',
'team_member',
'testimonial',
'tips_and_tricks'
)
) ) {
echo '<meta name="robots" content="noindex,nofollow">';
}
?>
</head>
<body ontouchstart <?php body_class(); ?>>
<a class="skip-navigation bg-complementary text-inverse box-shadow-soft" href="#content">Skip to main content</a>
<div id="ucfhb"></div>
<?php do_action( 'after_body_open' ); ?>
<?php if ( $ucfwp_header_markup = ucfwp_get_header_markup() ) : ?>
<header class="site-header">
<?php echo $ucfwp_header_markup; ?>
</header>
<?php endif; ?>
<main class="site-main">
<?php echo ucfwp_get_subnav_markup(); ?>
<div class="site-content" id="content" tabindex="-1">