_Header.md
... ...
@@ -4,6 +4,16 @@
4 4
--->
5 5
6 6
7
+
8
+
9
+<p>
10
+<a href="./"><button class="button_header button_home" style="float: left; margin: 0px 0px;" >Accueil</button></a>
11
+<a href="/biblio_theorie.md"><button class="button_header button_theory" onclick="window.location.href=''; filterSelection('biblio_theorie');" style="float: right;">Theorie</button></a>
12
+<a href="/biblio_militantisme.md"><button class="button_header button_militant" onclick="window.location.href=''; filterSelection('biblio_militantisme');" style="float: right;">Militantisme</button></a>
13
+<a href="/biblio_histoire.md"><button class="button_header button_history" onclick="window.location.href=''; filterSelection('biblio_histoire');" style="float: right;">Histoire</button>
14
+</a>
15
+</p>
16
+
7 17
<div>
8 18
<p id="dat"></p>
9 19
</div>
... ...
@@ -20,12 +30,3 @@
20 30
<p align="center"><img src="media/images/Header_2_vecto.png" style="background-color: transparent; width: 70%;" alt="militant"></p>
21 31
</div>
22 32
23
-
24
-
25
-<p>
26
-<a href="./"><button class="button_header button_home" style="float: left; margin: 0px 0px;" >Accueil</button></a>
27
-<a href="/biblio_theorie.md"><button class="button_header button_theory" onclick="window.location.href=''; filterSelection('biblio_theorie');" style="float: right;">Theorie</button></a>
28
-<a href="/biblio_militantisme.md"><button class="button_header button_militant" onclick="window.location.href=''; filterSelection('biblio_militantisme');" style="float: right;">Militantisme</button></a>
29
-<a href="/biblio_histoire.md"><button class="button_header button_history" onclick="window.location.href=''; filterSelection('biblio_histoire');" style="float: right;">Histoire</button>
30
-</a>
31
-</p>