site

Website's source files.
Log | Files | Refs | Submodules | LICENSE

commit 40eb4f97bf28a854f74c65b942c86f02df4d81e1
parent 259fbbcdd112232278e349c9ab358c94bf7e3d30
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Mon, 24 Jan 2022 00:32:05 -0800

add footer

Diffstat:
Mviews/layouts/main.handlebars | 24++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars @@ -85,9 +85,29 @@ | | | | |_| | | | | | | (_| | | | | | | | (_| | (_| __/_ |_| |_|\__,_|_| |_| |_|\__,_|_| |_| |_| \__,_|\___\___(_) --> + {{{body}}} + <div class="fttr"> + <a href="https://www.gnu.org/software/emacs/"> + <img alt="POWERED BY EMACS" src="res/stickies/emacs.png" /> + </a> + <a href="https://www.gnu.org/licenses/gpl-3.0.en.html"> + <img alt="GPLv3" src="res/stickies/gplv3.png" /> + </a> + <a href="https://www.sxemacs.org/"> + <img alt="POWERED BY SXEMACS" src="res/stickies/sxe.png" /> + </a> + <a href="https://www.xemacs.org/"> + <img alt="POWERED BY XEMACS" src="res/stickies/xe.png" /> + </a> -{{{body}}} - + <a href='https://ipv6-test.com/validate.php?url=referer'> + <img src='res/stickies/button-ipv6-big.png' alt='ipv6 ready' title='ipv6 ready'> + </a> + + <a href="https://jigsaw.w3.org/css-validator/check/referer"> + <img src="res/stickies/vcss.gif" alt="Valid CSS!"> + </a> + </div> </div> </body>