-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_header.php
More file actions
59 lines (59 loc) · 2.03 KB
/
_header.php
File metadata and controls
59 lines (59 loc) · 2.03 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
51
52
53
54
55
56
57
58
59
<header>
<div class="container topMargin">
<div class="row">
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-3">
<a href="index.php"><img src="image/62fa03a5-979a-472d-b922-b2fc60ca6604.png" class="img-responsive" alt="logo jonathan fechner" title="accueil"></a>
</div>
<div class="col-md-4">
<h1>Jonathan Fechner</h1>
<!--<h2>Consultant – Formateur T.I.C</h2>-->
</div>
<div class="col-md-1">
<a href="https://www.facebook.com/sitejonathanfechner">
<img src="image/social-fb.png" class="icone" alt="facebook"/>
</a>
</div>
<div class="col-md-1">
<a href="https://www.linkedin.com/in/jonathan-fechner-17924b20">
<img src="image/social-in.png" class="icone" alt="linkedin"/>
</a>
</div>
<div class="col-md-1">
<a href="https://twitter.com/MonsieurFechner">
<img src="image/twitter.png" class="icone" alt="twitter"/>
</a>
</div>
<div class="col-md-1">
<a href="https://www.youtube.com/channel/UCW5FsBQvmqN9qy-7okjtDPw">
<img src="image/social-yt.png" class="icone" alt="youtube"/>
</a>
</div>
<div class="col-md-1">
<a href="https://plus.google.com/+JonathanFechner/posts">
<img src="image/social-gg.png" class="icone" alt="google+"/>
</a>
</div>
</div>
</div>
<div class="row navigationTitle">
<div class="col-md-2 col-md-offset-1">
<a class="btn btn-default btn-block" href="index.php" role="button">Accueil</a>
</div>
<div class="col-md-2">
<a class="btn btn-default btn-block" href="prestations.php" role="button">Prestations</a>
</div>
<div class="col-md-2">
<a class="btn btn-default btn-block" href="consultant-seo.php" role="button">Referencement</a>
</div>
<div class="col-md-2">
<a class="btn btn-default btn-block" href="cours-avant.php" role="button">Cours</a>
</div>
<div class="col-md-2">
<a class="btn btn-default btn-block" href="contact.php" role="button">Contact</a>
</div>
</div>
</div>
</header>