-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
50 lines (48 loc) · 2.47 KB
/
header.php
File metadata and controls
50 lines (48 loc) · 2.47 KB
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
<!-- Header -->
<header class="site-header mo-left header style-1">
<!-- Main Header -->
<div class="sticky-header main-bar-wraper navbar-expand-lg">
<div class="main-bar clearfix ">
<div class="container clearfix">
<!-- Website Logo -->
<div class="logo-header mostion logo-dark">
<a href="index-2.php"><img src="images/logo.jpg" alt=""></a>
</div>
<!-- Nav Toggle Button -->
<button class="navbar-toggler collapsed navicon justify-content-end" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<!-- Extra Nav -->
<div class="extra-nav">
<div class="extra-cell">
<a href="tel:+44(0)777777777" class="btn btn-primary light phone-no shadow-none effect-1"><span><i class="fas fa-phone-volume shake"></i>+44(0)7777777777</span></a>
</div>
</div>
<!-- Extra Nav -->
<div class="header-nav navbar-collapse collapse justify-content-end" id="navbarNavDropdown">
<div class="logo-header">
<a href="index.php"><img src="images/logo.png" alt=""></a>
</div>
<ul class="nav navbar-nav navbar navbar-left">
<li><a href="index-2.php">HOME</a></li>
<li><a href="#">CARS</a></li>
<li><a href="about-us.php">ABOUT</a></li>
<li><a href="contact-us.php">CONTACT</a></li>
</ul>
<div class="dlab-social-icon">
<ul>
<li><a class="fab fa-facebook-f" href="javascript:void(0);"></a></li>
<li><a class="fab fa-twitter" href="javascript:void(0);"></a></li>
<li><a class="fab fa-linkedin-in" href="javascript:void(0);"></a></li>
<li><a class="fab fa-instagram" href="javascript:void(0);"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Main Header End -->
</header>
<!-- Header End -->