Current File : /home/itiffy/public_html/blog/wp-content/themes/itiffyblog/header.php |
<?php
/**
* The header for our theme
*
* This is the template that displays all of the <head> section and everything up until <div id="content">
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
* @version 1.0
*/
?>
<!DOCTYPE HTML>
<html>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- CSS -->
<link href="<?php echo get_template_directory_uri();?>/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="<?php echo get_template_directory_uri();?>/assets/css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="<?php echo get_template_directory_uri();?>/assets/css/style.css" rel="stylesheet" type="text/css">
<link href="<?php echo get_template_directory_uri();?>/assets/css/responsive.css" rel="stylesheet" type="text/css">
<!-- /CSS -->
<?php wp_head(); ?>
</head>
<body <?php body_class();?>>
<!-- HEADER SECTION -->
<div class="inner-header-section">
<figure><a href="<?php echo FontUrl;?>"><img src="<?php echo get_template_directory_uri();?>/assets/images/logo-original-inner.png" alt=""></a></figure>
<div class="container">
<div class="row">
<div class="col-md-1"> </div>
<div class="col-md-4 text-left">AUS : 1800 133 378 <span class="gap"></span> USA : 1409 234 1545</div>
<div class="col-md-2"> </div>
<div class="col-md-4 text-right">India : 033 4601 2421 <span class="gap"></span> <a href="mailto:info@itiffy.com">info@itiffy.com</a></div>
<div class="col-md-1 text-center"> </div>
</div>
</div>
</div>
<div class="responsive-header-section" style="background-color:#FFFFFF;">
<figure><a href="index.html"><img src="<?php echo get_template_directory_uri();?>/assets/images/logo-original-inner.png" alt=""></a></figure>
<aside><a href="<?php echo FontUrl;?>request-a-quote" class="btn btn-freequote">Get A Quote</a></aside>
</div>
<!-- /HEADER SECTION -->
<main class="cd-main-content top-main-padding">
<!-- BREADCRUMB SECTION -->
<!--<div class="breadcrumb-box">
<ol class="breadcrumb container">
<li class="breadcrumb-item"><a href="index.html"><i class="fa fa-home" aria-hidden="true"></i></a></li>
<li class="breadcrumb-item active">About Us</li>
</ol>
</div>-->
<!-- /BREADCRUMB SECTION -->
<!-- CONTENT SECTION -->