buttons : faire page statique avec liens et hovertexts
This commit is contained in:
parent
22d05643e5
commit
39651412c6
2 changed files with 9 additions and 9 deletions
|
@ -23,12 +23,11 @@
|
|||
</style>
|
||||
|
||||
<div class="buttons">
|
||||
{{ $buttons := resources.Match "buttons/*" }}
|
||||
{{ if $buttons }}
|
||||
{{ range $index, $button := $buttons }}
|
||||
<img class="button" src="{{ $button.RelPermalink }}" alt="Button {{ $button.Name | path.Base }}" />
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
<p>No buttons available.</p>
|
||||
{{ end }}
|
||||
<a href="https://www.mozilla.org/fr/firefox/new/"> <img class="button" src="buttons/firefox-now.png" alt="Bouton Firefox" title="Ils ont été vilains tho"/></a>
|
||||
<a href="https://www.blender.org/download/"> <img class="button" src="buttons/get-blender-2.8.png" alt="Bouton Blender" title="Je connais les raccourcis clavier"/></a>
|
||||
<a href="https://xkcd.com/1179/"> <img class="button" src="buttons/iso-8601.png" alt="Bouton ISO 8601" title="Par pitié, tout le monde pareil"/></a>
|
||||
<a href="https://notepad-plus-plus.org/"> <img class="button" src="buttons/made-with-notepad++.png" alt="Bouton Notepad++" title="Je veux le même pour Linux"/></a>
|
||||
<a href="https://polymc.org/"> <img class="button" src="buttons/minecraft.png" alt="Bouton Minecraft" title="Tfarcenim TMTC"/></a>
|
||||
<a href="https://teegarten-miniatures.ch/"> <img class="button" src="buttons/tea-powered.png" alt="Bouton Tea Powered" title="Nan vraiment, j'aime bien le thé"/></a>
|
||||
<a href="https://ubuntu.com/download"> <img class="button" src="buttons/ubuntu.png" alt="Bouton Ubuntu" title="Ce site vous est servi depuis Ubuntu"/></a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue