Fix <h1> & add title aatribute to <a>
This commit is contained in:
+5
-5
@@ -45,8 +45,8 @@
|
|||||||
<figure class="image is-128x128 mx-auto mb-3">
|
<figure class="image is-128x128 mx-auto mb-3">
|
||||||
<img alt="Logo GONG" src="./img/gong.png">
|
<img alt="Logo GONG" src="./img/gong.png">
|
||||||
</figure>
|
</figure>
|
||||||
<h1 class="title is-4"><a class="js-modal-trigger charte-modal" data-target="modal-charte">LA CHARTE DU GONG</a></h1>
|
<h2 class="title is-4"><a title="Charte du GONG" class="js-modal-trigger charte-modal" data-target="modal-charte">LA CHARTE DU GONG</a></h2>
|
||||||
<h2 class="title is-6"><a class="js-modal-trigger orientation-modal" data-target="modal-orientation">ORIENTATION ET STRATEGIE DE LA LUTTE REVOLUTIONNAIRE DU PEUPLE GUADELOUPEEN</a></h2>
|
<h2 class="title is-6"><a title="Orientation et stratégie de la lutte révolutionnaire du peuple Guadeloupéen" class="js-modal-trigger orientation-modal" data-target="modal-orientation">ORIENTATION ET STRATEGIE DE LA LUTTE REVOLUTIONNAIRE DU PEUPLE GUADELOUPEEN</a></h2>
|
||||||
<p class="subtitle is-6 is-uppercase has-text-light"><q><i>La résistance à l’oppression est un droit naturel</i></q> L. DELGRES</p>
|
<p class="subtitle is-6 is-uppercase has-text-light"><q><i>La résistance à l’oppression est un droit naturel</i></q> L. DELGRES</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -439,7 +439,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<div>
|
<div>
|
||||||
<a class="has-text-light is-success" href="./assets/charte-du-gong-1963.pdf">
|
<a title="Charte du GONG" class="has-text-light is-success" href="./assets/charte-du-gong-1963.pdf">
|
||||||
<button type="button" href="./assets/charte-du-gong-1963.pdf" class="button is-success is-outlined">
|
<button type="button" href="./assets/charte-du-gong-1963.pdf" class="button is-success is-outlined">
|
||||||
<span>Voir l'original</span>
|
<span>Voir l'original</span>
|
||||||
<span class="icon is-small">
|
<span class="icon is-small">
|
||||||
@@ -837,7 +837,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<div>
|
<div>
|
||||||
<a class="has-text-light is-success" href="./assets/orientation-et-strategie-de-la-lutte-revolutionnaire-du-peuple-guadeloupeen-1963.pdf">
|
<a title="Orientation et stratégie de la lutte révolutionnaire du peuple Guadeloupéen" class="has-text-light is-success" href="./assets/orientation-et-strategie-de-la-lutte-revolutionnaire-du-peuple-guadeloupeen-1963.pdf">
|
||||||
<button type="button" class="button is-success is-outlined">
|
<button type="button" class="button is-success is-outlined">
|
||||||
<span>Voir l'original</span>
|
<span>Voir l'original</span>
|
||||||
<span class="icon is-small">
|
<span class="icon is-small">
|
||||||
@@ -889,7 +889,7 @@
|
|||||||
</q>
|
</q>
|
||||||
<small>Serge GLAUDE (Co-fondateur du GONG)</small>
|
<small>Serge GLAUDE (Co-fondateur du GONG)</small>
|
||||||
<hr>
|
<hr>
|
||||||
<p><small>Nous contacter : <a href="mailto:gong971@proton.me">gong971@proton.me</a></small></p>
|
<p><small>Nous contacter : <a title="GONG e-mail" href="mailto:gong971@proton.me">gong971@proton.me</a></small></p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="./js/main.js"></script>
|
<script src="./js/main.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user