-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
43 lines (43 loc) · 1.5 KB
/
header.php
File metadata and controls
43 lines (43 loc) · 1.5 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
<div id="nav-mobile">
<ul>
<li><a href="page404.php">
<span>actualités
</span></a></li>
<li><a href="presentation.php">
<span>présentation</span></a></li>
<li><a href="formation.php">
<span>formation</span></a></li>
<li><a href="insertion.php">
<span>désinsertion<br> professionnelle</span></a></li>
<li><a href="vieetu.php">
<span>vie étudiante</span></a></li>
<li><a href="apropos.php"><span>à propos</span></a></li>
</ul>
</div>
<header>
<a id="bascule" data-cible="nav-mobile"><span></span></a>
<div id="header-wrap">
<nav>
<ul role="navigation">
<li><a href="#" onClick="alert('LOL t\'as cru quoi ?')">Obtenir un job</a></li>
<li><a href="http://sha.univ-poitiers.fr/">Aller sur le vrai site</a></li>
</ul>
</nav>
</div><div class="banner">
<img src="img/logo-universite-poitiers-mini.svg" alt="Logo de l'Université de Poitiers">
</div><div id="banner-title-wrap">
<div id="banner-title">
<a href="index.php">
<div id="title">
<h1>(sha)rlatan</h1>
<p>UFR Sciences Humaines et Arts, créateur de tocards</p>
<p>(et autres clichés)</p>
<p>Depuis 1984</p>
</div>
</a>
</div>
</div>
<div id="breadcrumbs-wrap">
</div>
</header>