_Header.md
... ...
@@ -3,23 +3,7 @@
3 3
<img alt="A man moving his hands away from his forehead sideways, in a mind-explosion gesture. An overlaid animation enforces the explosion character" width="500" height="300" src="https://media1.giphy.com/media/2rqEdFfkMzXmo/giphy.gif?cid=790b76118e85130b6027e42ff5aca28cf62871c4e09f8306&rid=giphy.gif&ct=g">
4 4
--->
5 5
6
-<div class="image biblio_theorie">
7
-<div class="content">
8
-<img src="media/images/Header_1_vectorized.png" style="background-color: transparent;" alt="theory">
9
-</div>
10
-</div>
11 6
12
-<div class="image biblio_histoire">
13
-<div class="content">
14
-<img src="media/images/Header_2_vecto.png" style="background-color: transparent;" alt="history">
15
-</div>
16
-</div>
17
-
18
-<div class="image biblio_militantisme">
19
-<div class="content">
20
-<img src="media/images/Header_3_vectorized.png" style="background-color: transparent;" alt="militant">
21
-</div>
22
-</div>
23 7
24 8
<p>
25 9
<a href="./"><button class="button_header button_home" style="float: left; margin: 0px 0px;" >Accueil</button></a>
biblio_theorie.md
... ...
@@ -2,17 +2,44 @@
2 2
title: Bibliographie - Théorie et Pensées
3 3
---
4 4
5
-<div class="tooltip">
6 5
7
-<span class="tooltiptext">
8
-Précisions sur les théories et les pensées qui inspirent et façonnent notre manière de voir les choses.
9
-</span>
6
+<div class="image biblio_theorie">
7
+<div class="content">
8
+<img src="media/images/Header_1_vectorized.png" style="background-color: transparent;" alt="theory">
9
+</div>
10 10
</div>
11 11
12
+<div class="image biblio_histoire">
13
+<div class="content">
14
+<img src="media/images/Header_2_vecto.png" style="background-color: transparent;" alt="history">
15
+</div>
16
+</div>
17
+
18
+<div class="image biblio_militantisme">
19
+<div class="content">
20
+<img src="media/images/Header_3_vectorized.png" style="background-color: transparent;" alt="militant">
21
+</div>
22
+</div>
23
+
24
+<p>
25
+<a href="./"><button class="button_header button_home" style="float: left; margin: 0px 0px;" >Accueil</button></a>
26
+<a href="/biblio_theorie.md"><button class="button_header button_theory" onclick="window.location.href=''; filterSelection('biblio_theorie');" style="float: right;">Theorie</button></a>
27
+<button class="button_header button_militant" onclick="window.location.href=''; filterSelection('biblio_militantisme');" style="float: right;">Militantisme</button>
28
+<button class="button_header button_history" onclick="window.location.href=''; filterSelection('biblio_histoire');" style="float: right;">Histoire</button>
29
+</p>
30
+
12 31
13 32
14 33
15 34
<!--
35
+
36
+<div class="tooltip">
37
+
38
+<span class="tooltiptext">
39
+Précisions sur les théories et les pensées qui inspirent et façonnent notre manière de voir les choses.
40
+</span>
41
+</div>
42
+
16 43
NE PAS SUPPRIMER - MINDMAP MERMAID A UTILISER PLUS TARD AVEC GOLLUM WIKI - PERMET D'afficher la biblio sous une forme de diagramme
17 44
18 45
mindmap
custom.js
... ...
@@ -92,8 +92,4 @@ window.onload = function() {
92 92
element.className = arr1.join(" ");
93 93
}
94 94
95
- var path = window.location.pathname;
96
- var page = path.split("/").pop();
97
-
98
- filterSelection(page);
99 95
}
... ...
\ No newline at end of file