File: /var/www/html/Michigan-Care/wp-content/themes/michigan-care/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" />
<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
<!-- css links -->
<link rel="icon" href="<?php echo get_template_directory_uri(); ?>/img/care-fav.svg" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css"
integrity="sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"
integrity="sha512-17EgCFERpgZKcm0j0fEq1YCJuyAWdz9KUtv1EjVuaOz8pDnh/0nZxmU6BBXwaaxqoi9PQXnRWqlcDB027hgv9A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/common.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/header.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/footer.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/home.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/receieve.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/sec-n.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/parsley.css">
<?php wp_head(); ?>
</head>
<body>
<div class="open-bg"></div>
<header class="header-wrap">
<div class="container custom-container">
<div class="row">
<div class="col-md-4 col">
<div class="logo-wrap">
<img src="<?php echo get_template_directory_uri(); ?>/img/logo.svg" alt="">
</div>
</div>
<div class="col-md-8 col-align col">
<div class="menu-btn-wrap offcanvas-collapse">
<div class="menu-wrap">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#benefits">Benefits</a></li>
<li class="call-li"><a href="tel:+13134667770">Call (313) 466-7770</a></li>
</ul>
</div>
<div class="btn-wrap">
<a href="#contact-form" class="btn">
<span>Get started today</span>
<img src="<?php echo get_template_directory_uri(); ?>/img/arrow-right.svg" alt=""></a>
</div>
</div>
<div class="mmenu" id="mobNavToggle">
<div class="hamburger" id="hamburger-1">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</div>
</div>
</div>
</div>
</header>