<?php include '_include.php'; ?><!DOCTYPE html> <html lang="en"> <head> <?php echo indent(site_head('About - Spragg Software Services Ltd.'), 2); ?> <style> h1.test { font-family: "DejaVuSansMono", serif; } </style> </head> <body> <header> <?php echo indent(site_header('SSSL / About'), 3); ?> </header> <main> <h2><img src="/img/icons/Faenza/mimetypes/32/text-x-copying.png" alt="©" /> 3<sup>rd</sup> party resources</h2> <p>First up, as well as whatever other web apps I end up putting in various places on the site, up front I should point out that the fonts and icons I use on the main site are the <a href="https://dejavu-fonts.github.io/">DejaVu</a> fonts under the <a href="https://dejavu-fonts.github.io/License.html">DejaVu Fonts License</a>, the <a href="https://www.gnome-look.org/content/show.php/Faenza?content=128143">Faenza</a> icon set under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3</a>, and the <a href="https://techbase.kde.org/Projects/Oxygen">Oxygen</a> icon set under the <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">LGPL 3</a>. As well as linking to the project websites themselves, as required by their licenses I am providing the source files that I have been provided by my upstream (<a href="https://www.debian.org/">Debian</a>) for download from this site, at <a href="/src">/src</a>.</p> <p>Also, the Netscape logo on this page is taken from <a href="https://en.wikipedia.org/wiki/File:Netscape_icon.svg">Wikipedia's File:Netscape_icon.svg</a> page, which claims: <q>This image only consists of simple geometric shapes or text. It does not meet the threshold of originality needed for copyright protection, and is therefore in the public domain.</q> The WhatWG logo was taken from <a href="https://resources.whatwg.org/">https://resources.whatwg.org/</a> and <a href="https://resources.whatwg.org/README.md">is licensed</a> under the <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC-0</a> license. The Neovim logo was taken from the <a href="https://neovim.io/logos/neovim-logos.zip">Neovim-logos.zip</a> download on the <a href="https://neovim.io/">Neovim home page</a> and is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY-3.0</a> license.</p> <h2><img src="/img/icons/Faenza/categories/32/gnome-control-center.png" alt="•" /> Retro chic nerdery</h2> <p>This site is (or should be) <a href="https://checker.html5.org/?doc=https%3A%2F%2Fspragg-ssl.co.uk%2Fabout"><img src="/img/whatwg-logo.svg" alt="?⃝" class="inline-icon" /> valid HTML</a> (aka <a href="https://html.spec.whatwg.org/multipage/introduction.html#is-this-html5?">HTML 5</a> (see <a href="https://blog.whatwg.org/html-is-the-new-html5">rationale</a>)).</p> <p>This site was written with <a href="https://neovim.io/"><img src="/img/neovim-mark.svg" alt="N" class="inline-icon" /> Neovim</a>.</p> <p>This site best viewed in <a href="https://web.archive.org/web/19970612060321/http://www66.netscape.com:80/comprod/products/communicator/navigator.html"><img src="/img/Netscape_icon.svg" alt="N" class="inline-icon" /> Netscape Navigator 4</a> or higher, on a 1024×768×256-color display (or better). (Seriously though, use an <a href="https://www.techopedia.com/definition/31094/evergreen-browser">evergreen browser</a>. If your browser doesn't have regular - preferably automatic - security updates, you're leaving your data and privacy super vulnerable to <a href="http://www.catb.org/jargon/html/C/cracker.html">crackers</a>.)</p> <p>Huh. It seems like the idea of <a href="https://en.wikipedia.org/wiki/Web_badge">web badges</a> disappeared off the face of the internet. It's not just that no-one still uses them, but I can't find any sites that collect them, not even for archival or nostalgic purposes. If there are any such sites out there, I'd be interested in knowing about them.</p> </main> <footer> <?php echo indent(site_footer(), 3); ?> </footer> </body> </html>