commit f8509201568641626805aaebba5cd2581e6b1e5b parent 30a7f00c3d7505eceae54f391a9a8f6ac037e62d Author: Jake Bauer <jbauer@paritybit.ca> Date: Fri, 22 Apr 2022 14:39:51 -0400 Embed XXIIVV webring icon to eliminate extra request Diffstat:
D | static/img/icon.black.svg | | | 2 | -- |
D | static/img/icon.white.svg | | | 2 | -- |
M | templates/footer.html | | | 2 | +- |
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/static/img/icon.black.svg b/static/img/icon.black.svg @@ -1 +0,0 @@ -<svg fill="none" height="300" stroke="#000" stroke-linecap="square" stroke-width="28" width="300" xmlns="http://www.w3.org/2000/svg"><path d="M201.962 210a60 60 0 10-103.924-60l-50 86.603"/><path d="M98.038 210a60 60 0 10103.924-60l-50-86.603"/><path d="M150 120a60 60 0 100 120h100"/></svg> -\ No newline at end of file diff --git a/static/img/icon.white.svg b/static/img/icon.white.svg @@ -1 +0,0 @@ -<svg fill="none" height="300" stroke="#fff" stroke-linecap="square" stroke-width="28" width="300" xmlns="http://www.w3.org/2000/svg"><path d="M201.962 210a60 60 0 10-103.924-60l-50 86.603"/><path d="M98.038 210a60 60 0 10103.924-60l-50-86.603"/><path d="M150 120a60 60 0 100 120h100"/></svg> -\ No newline at end of file diff --git a/templates/footer.html b/templates/footer.html @@ -10,7 +10,7 @@ <center> © 2019-2022 Jake Bauer — <a href="https://creativecommons.org/licenses/by/4.0/legalcode">CC-BY 4.0</a> <a href="https://webring.xxiivv.com/#paritybit" target="_blank" style="float:right"> - <img id="xxiivv-icon" src="/img/icon.black.svg" width="20px" height="20px" alt="XXIIVV webring"/> + <svg id="xxiivv-icon" role="img" fill="none" width="20px" height="auto" viewBox="0 0 300 300" stroke="#000" stroke-linecap="square" stroke-width="28" xmlns="http://www.w3.org/2000/svg"><title>XXIIVV Webring</title><path d="M201.962 210a60 60 0 10-103.924-60l-50 86.603"/><path d="M98.038 210a60 60 0 10103.924-60l-50-86.603"/><path d="M150 120a60 60 0 100 120h100"/></svg> </a> </center> </small>