Browse Source

ajoute le warrant canary plus visuel

master
vince vince 2 years ago
parent
commit
9b7023e001
4 changed files with 60 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +4
    -0
      style.css
  3. +1
    -1
      template.html
  4. +54
    -0
      web/image/canari.svg

+ 1
- 0
.gitignore View File

@ -1,5 +1,6 @@
web
!web/.gitkeep
!web/image
agendadulibre.xml
news.md

+ 4
- 0
style.css View File

@ -5367,3 +5367,7 @@ h2 {
border-top: thin solid currentColor;
padding-top: 0.5em;
}
nav>a[href="canary.html"]>img {
height: 1.5em;
width: auto;
}

+ 1
- 1
template.html View File

@ -20,6 +20,7 @@
<a href="news.html">Actualités</a>
<a href="about.html">À propos</a>
<a href="contact.html">Contact</a>
<a href="canary.html" title="Warrant canary"><img src="image/canari.svg" /></a>
</nav>
</div>
</header>
@ -32,7 +33,6 @@
<div>
<nav class="flex flex-row justify-between mt-16">
<a href="legal.html">Mentions légales</a>
<a href="canary.html">Warrant canary</a>
</nav>
<p class="text-center mb-16"><a href="legal.html"> &#x1F12F; 2022 CAGULL </a></p>
</div>


+ 54
- 0
web/image/canari.svg
File diff suppressed because it is too large
View File


Loading…
Cancel
Save