forked from alexandrehamed/avds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
46 lines (42 loc) · 2.37 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Automobile Val de Seine</title>
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav id="navbar_custom">
<div class="container-fluid">
<div class="row full-nav">
<div class="col-1 center"><a href="#"><p>Ici logo</p></a></div>
<div class="col-2 offset-md-1 center"><a href="#"><p>L'entreprise</p></a></div>
<div class="col-2 center"><a href="#"><p>Nos partenaires</p></a></div>
<div class="col-2 center"><a href="#"><p>Nos véhicules</p></a> </div>
<div class="col-2 center"><a href="#"><p>Nous contacter</p></a></div>
<div class="col-1 offset-md-1 center"><a href="#"><i class="fa fa-phone fa-2x" aria-hidden="true" style="color: white"></i></a> </div>
</div>
<div class="row responsive-nav ">
<div class="pos-f-t">
<div class="collapse" id="navbarToggleExternalContent">
<div class="p-4 center">
<li><a href="#"><p>L'entreprise</p></a></li>
<li><a href="#"><p>Nos partenaires</p></a></li>
<li<a href="#"><p>Nos véhicules</p></a>></li>
<li><a href="#"><p>Nous contacter</p></a></li>
<li><a href="#"><i class="fa fa-phone fa-2x" aria-hidden="true" style="color: white"></i></a></li>
</div>
</div>
<nav class="navbar ">
<button class="navbar-toggler ml-auto " type="button" data-toggle="collapse" data-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars fa-2x" aria-hidden="true"></i>
</button>
</nav>
</div>
</div>
</nav>