diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/about | 88 | ||||
-rw-r--r-- | html/contact | 2 | ||||
-rw-r--r-- | html/img/Netscape_icon.svg | 191 | ||||
-rw-r--r-- | html/img/neovim-mark.svg | 27 | ||||
-rw-r--r-- | html/img/whatwg-logo.svg | 4 | ||||
-rw-r--r-- | html/index.php | 24 | ||||
-rw-r--r-- | html/privacy | 13 | ||||
l--------- | html/src/faenza-icon-theme-1.3.1 | 1 | ||||
l--------- | html/src/faenza-icon-theme_1.3.1-1.debian.tar.xz | 1 | ||||
l--------- | html/src/faenza-icon-theme_1.3.1-1.dsc | 1 | ||||
l--------- | html/src/faenza-icon-theme_1.3.1.orig.tar.gz | 1 | ||||
l--------- | html/src/oxygen-icons5-5.28.0 | 1 | ||||
l--------- | html/src/oxygen-icons5_5.28.0-1.debian.tar.xz | 1 | ||||
l--------- | html/src/oxygen-icons5_5.28.0-1.dsc | 1 | ||||
l--------- | html/src/oxygen-icons5_5.28.0.orig.tar.xz | 1 | ||||
-rw-r--r-- | html/style/main.css | 12 |
16 files changed, 356 insertions, 13 deletions
diff --git a/html/about b/html/about new file mode 100644 index 0000000..acf66aa --- /dev/null +++ b/html/about @@ -0,0 +1,88 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Spragg Software Services Ltd.</title> + <link rel="stylesheet" href="/style/main.css" /> + </head> + <body> + <header> + <h1>About</h1> + <nav> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/projects">Projects</a></li> + <li><a href="/blog">Blog</a></li> + <li><a href="/privacy">Privacy</a></li> + <li><a href="/contact">Contact</a></li> + <!--li class="selected"><a href="/about">About</a></li--> + </ul> + </nav> + </header> + <main> + <h2><img src="/img/icons/Faenza/mimetypes/32/text-x-copying.png" alt="©" /> 3rd 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 icons I use on the main site are from the + <a href="https://www.gnome-look.org/content/show.php/Faenza?content=128143">Faenza</a> + and <a href="https://techbase.kde.org/Projects/Oxygen">Oxygen</a> icon sets, and + redistributed under the terms of the + <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3</a> (Faenza) and + <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">LGPL 3</a> (Oxygen) + respectively. + As well as linking to the project websites themselves, as required by their licences I am + providing the source tarballs that I have been provided by my upstream (Debian) 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> + <hr /> + <p>Spragg Software Services Ltd is registered in England, No. 11248242. + Registered office: 82 Upper Hanover Street, Sheffield, S3 7RQ. + VAT reg No. 295343283.</p> + </footer> + </body> +</html> diff --git a/html/contact b/html/contact index 80951a2..cd2bf0d 100644 --- a/html/contact +++ b/html/contact @@ -18,7 +18,7 @@ </nav> </header> <main> - <h2>Contact</h2> + <h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Contact</h2> <p>The best way to get in contact with me is by email, at <a href="mailto:adam@spragg-ssl.co.uk">adam@spragg-ssl.co.uk</a>.</p> <p>I'm based in diff --git a/html/img/Netscape_icon.svg b/html/img/Netscape_icon.svg new file mode 100644 index 0000000..9c256d0 --- /dev/null +++ b/html/img/Netscape_icon.svg @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128.0313" + height="128" + id="svg2" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="Novo documento 1"> + <defs + id="defs4"> + <linearGradient + id="linearGradient4154"> + <stop + style="stop-color:#38aab0;stop-opacity:1;" + offset="0" + id="stop4156" /> + <stop + style="stop-color:#0f5f68;stop-opacity:1;" + offset="1" + id="stop4158" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(0.6093462,0,0,0.6093462,17.666648,78.979742)" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3319" + id="linearGradient3325" + y2="339.75525" + x2="114.21472" + y1="344.03189" + x1="109.75922" /> + <linearGradient + id="linearGradient3319"> + <stop + offset="0" + style="stop-color:#c3dcda;stop-opacity:1" + id="stop3321" /> + <stop + offset="1" + style="stop-color:#c3dcda;stop-opacity:0" + id="stop3323" /> + </linearGradient> + <inkscape:perspective + id="perspective28" + inkscape:persp3d-origin="440.61951 : 80.095459 : 1" + inkscape:vp_z="881.23901 : 120.14319 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 120.14319 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4154" + id="linearGradient4172" + x1="63.57143" + y1="1004.0765" + x2="62.659531" + y2="924.79077" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4154" + id="linearGradient4206" + gradientUnits="userSpaceOnUse" + x1="63.57143" + y1="1004.0765" + x2="62.659531" + y2="924.79077" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8" + inkscape:cx="19.641503" + inkscape:cy="33.360608" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:snap-page="false" + showguides="true" + inkscape:guide-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1440" + inkscape:window-height="876" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-174.74961,-836.98399)"> + <g + id="g4191" + transform="translate(174.75639,-87.378195)"> + <rect + y="924.36218" + x="0" + height="128" + width="128" + id="rect3188-8-8-6" + style="fill:url(#linearGradient4206);fill-opacity:1;stroke:none" /> + <g + transform="translate(-298.49453,582.79406)" + id="g3982"> + <path + d="m 335.19993,370.91771 4.09574,4.68158 0,54.43001 -4.09574,0 0,-59.11159 z" + id="rect3350" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4" + inkscape:connector-curvature="0" /> + <path + d="m 335.78034,371.88465 4.15229,4.63443 0,53.51024 -4.15229,0 0,-58.14467 z" + id="rect3329" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4" + inkscape:connector-curvature="0" /> + <path + d="m 324.15388,431.13659 c 7.5123,0.49794 10.55215,-2.10453 11.90327,-7.19733 l 4.15231,0.83045 c 1.37584,2.80173 2.41632,5.71522 10.24236,6.36688 l 0,1.93773 -26.57475,0 0.27681,-1.93773 z" + id="path3331" + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 324.1861,365.38811 5.49247,0.73233 2.01391,1.0985 46.68594,52.54457 14.46352,1.46468 -6.04172,-8.78796 -43.57357,-48.33369 -19.04055,-0.18309 0,1.46466 z" + id="path3327" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 324.1861,365.38811 5.49247,0.73233 2.01391,1.0985 46.68594,52.54457 14.46352,1.46468 -6.04172,-8.78796 -43.57357,-48.33369 -19.04055,-0.18309 0,1.46466 z" + id="path3317" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <rect + width="4.1523046" + height="57.024975" + ry="0" + x="388.65302" + y="-423.38562" + transform="scale(1,-1)" + id="rect3333" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + d="m 377.02656,365.25335 c 7.43886,-0.2042 10.32716,3.0045 11.90327,7.19734 l 4.1523,-0.83047 c 1.37584,-2.80171 2.41633,-5.7152 10.24235,-6.36687 l 0,-1.93773 -26.57473,0 0.27681,1.93773 z" + id="path3335" + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="rect3188-8" + d="m 362.86953,419.06812 c -24.40043,0 -46.79484,4.0288 -64.375,10.7187 l 0,39.7813 128,0 0,-40.0625 c -17.46494,-6.5195 -39.57134,-10.4375 -63.625,-10.4375 z" + style="fill:#000000;fill-opacity:1;stroke:none" /> + <path + d="m 323.59753,425.68403 c 7.33753,0.20421 10.18648,-3.0045 11.74114,-7.19734 l 4.09574,0.83046 c 1.35709,2.80172 2.38342,5.71522 10.10284,6.36688 l 0,1.93772 -26.21277,0 0.27305,-1.93772 z" + id="path3352" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="scccccccccs" + inkscape:connector-curvature="0" + id="rect3188-8-0" + d="m 362.81591,419.00954 c -24.45547,0 -46.66725,4.04476 -64.31696,10.76116 l 0,0.35938 -0.0112,0.30808 0.89062,-0.0223 c 17.39549,-6.4929 39.44144,-10.4063 63.4375,-10.4063 22.1603,1.21902 44.95006,3.76544 63.67857,10.45094 l 0,-0.34603 0.0112,-0.36612 0.0134,-0.23661 c -17.53296,-6.5448 -39.59516,-10.50218 -63.70312,-10.50218 z" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> + </g> + </g> + </g> +</svg> diff --git a/html/img/neovim-mark.svg b/html/img/neovim-mark.svg new file mode 100644 index 0000000..46c5eb8 --- /dev/null +++ b/html/img/neovim-mark.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="602px" height="734px" viewBox="0 0 602 734" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"> + <title>neovim-mark@2x</title> + <description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description> + <defs> + <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1"> + <stop stop-color="#16B0ED" stop-opacity="0.800235524" offset="0%"></stop> + <stop stop-color="#0F59B2" stop-opacity="0.83700023" offset="100%"></stop> + </linearGradient> + <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2"> + <stop stop-color="#7DB643" offset="0%"></stop> + <stop stop-color="#367533" offset="100%"></stop> + </linearGradient> + <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-3"> + <stop stop-color="#88C649" stop-opacity="0.8" offset="0%"></stop> + <stop stop-color="#439240" stop-opacity="0.84" offset="100%"></stop> + </linearGradient> + </defs> + <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"> + <g id="mark-copy" sketch:type="MSLayerGroup" transform="translate(2.000000, 3.000000)"> + <path d="M0,155.5704 L155,-1 L154.999997,727 L0,572.237919 L0,155.5704 Z" id="Left---green" fill="url(#linearGradient-1)" sketch:type="MSShapeGroup"></path> + <path d="M443.060403,156.982405 L600,-1 L596.818792,727 L442,572.219941 L443.060403,156.982405 Z" id="Right---blue" fill="url(#linearGradient-2)" sketch:type="MSShapeGroup" transform="translate(521.000000, 363.500000) scale(-1, 1) translate(-521.000000, -363.500000) "></path> + <path d="M154.986294,0 L558,615.189696 L445.224605,728 L42,114.172017 L154.986294,0 Z" id="Cross---blue" fill="url(#linearGradient-3)" sketch:type="MSShapeGroup"></path> + <path d="M155,283.83232 L154.786754,308 L31,124.710606 L42.4619486,113 L155,283.83232 Z" id="Shadow" fill-opacity="0.13" fill="#000000" sketch:type="MSShapeGroup"></path> + </g> + </g> +</svg>
\ No newline at end of file diff --git a/html/img/whatwg-logo.svg b/html/img/whatwg-logo.svg new file mode 100644 index 0000000..af9fae6 --- /dev/null +++ b/html/img/whatwg-logo.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> +<circle cx="50" cy="50" r="45" fill="#fff" stroke="#3c790a" stroke-width="10"/> +<path d="m38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h10v-4c0-9,17-12,17-27c-2-22-45-22-45,3zm7,32h10v10h-10" fill="#3c790a"/> +</svg> diff --git a/html/index.php b/html/index.php index cf3ffe4..bbb44ae 100644 --- a/html/index.php +++ b/html/index.php @@ -3,6 +3,10 @@ <head> <title>Spragg Software Services Ltd.</title> <link rel="stylesheet" href="/style/main.css" /> + <!-- + Hi there. Nice to see you here. Feel free to have a look around. Also check out the /about page + while you're at it. It's got a little bit more info about the site and the resources used. + --> </head> <body> <header> @@ -14,11 +18,12 @@ <li><a href="/blog">Blog</a></li> <li><a href="/privacy">Privacy</a></li> <li><a href="/contact">Contact</a></li> + <!--li><a href="/about">About</a></li--> </ul> </nav> </header> <main> - <h2>Software customisation</h2> + <h2><img src="/img/icons/Faenza/mimetypes/32/text-x-source.png" alt="•" /> Software customisation</h2> <p>Sometimes a software package does 99% of the things you need it to do, but if it just did <em>one</em> thing slightly differently, it would save you a lot of time, or make you a lot more productive. @@ -27,25 +32,30 @@ customisability, or even just extensibility, in mind. It's possible that your software could be customised to fit your needs better.</p> - <h2>Software configuration</h2> + <h2><img src="/img/icons/Faenza/categories/32/preferences-desktop.png" alt="•" /> Software configuration</h2> <p>Sometimes software <em>can</em> can do the thing you need it to do, but <em>making</em> it do that thing can be poorly documented or even just spectacularly non-obvious.</p> - <h2><!-- img src="/icons/Tango/scalable/apps/system-installer.svg" /-->Software installation</h2> + <h2><img src="/img/icons/Faenza/mimetypes/32/text-x-install.png" alt="•" /> Software installation</h2> <p>Sometimes, just getting software installed correctly can be a battle. In those cases, just figuring out what the issue is can be a struggle.</p> - <h2>Custom automation</h2> + <h2><img src="/img/icons/Faenza/mimetypes/32/text-x-script.png" alt="•" /> Custom automation</h2> <p>Sometimes you've got two software packages that do exactly what they're supposed to do, but they don't talk to each other. Maybe that manual procedure you have to repeat again and again to get data from one place to another could be automated.</p> - <h2>Tech troubleshooting</h2> + <h2><img src="/img/icons/Faenza/categories/32/applications-development.png" alt="•" /> Tech troubleshooting</h2> + <!-- + src="/img/icons/Faenza/categories/32/applications-system.png" + src="/img/icons/Faenza/apps/32/utilities-system-monitor.png" + src="/img/icons/Faenza/apps/32/logviewer.png" + --> <p>Sometimes tech just plays up, doesn't do what it's supposed to, or stops doing what it used to do for no apparent reason.</p> - - <h2>Who you gonna... uh, email?</h2> + + <h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Who you gonna... uh, email?</h2> <p><a href="mailto:adam@spragg-ssl.co.uk">Drop me a line</a>, and I'll let you know if I think I can help. My expertise is mostly with Linux- and other Free-Software-based systems, but I might be diff --git a/html/privacy b/html/privacy index 79e105d..b2fb82a 100644 --- a/html/privacy +++ b/html/privacy @@ -18,7 +18,7 @@ </nav> </header> <main> - <h2>Cookies</h2> + <h2><img src="/img/icons/oxygen/base/32x32/apps/preferences-web-browser-cookies.png" alt="•" /> Cookies</h2> <p>This website does not use any 3rd party analytics or advertising. Also, no cookies are created or used by the static pages as you browse the main site. Some parts of the website may be dynamic and need to treat your page requests together @@ -32,14 +32,17 @@ <a href="https://ico.org.uk/media/for-organisations/documents/1545/cookies_guidance.pdf">ICO Guidance</a> on the subject for more information.</p> - <h2>Requested information</h2> + <h2><img src="/img/icons/Faenza/devices/32/input-keyboard.png" alt="•" /> Requested information</h2> + <!-- + src="/img/icons/Faenza/categories/32/applications-fonts.png" + --> <p>At times, this website may host various applications, which may request information from you. The information requested should either be optional, or be necessary for the operation of the specific application. In each case, the individual application should link to its own privacy policy, explaining what information is being requested, and how it will be used.</p> - <h2>Logs</h2> + <h2><img src="/img/icons/Faenza/apps/32/logviewer.png" alt="•" /> Logs</h2> <p>The website saves logs of page requests, including the IP address of the computer which made each request, and any <a href="https://en.wikipedia.org/wiki/Query_string">query string</a> parameters that @@ -50,7 +53,7 @@ results stored for longer, but any potentially personal information (such as IP address or query string parameters) is stripped from these results.</p> - <h2>Data locality</h2> + <h2><img src="/img/icons/Faenza/categories/32/applications-internet.png" alt="•" /> Data locality</h2> <p>All data collected on this site is stored and processed exclusively in the UK. However, data that is made publically available from this site over the internet may be accessed from anywhere in the world. @@ -60,7 +63,7 @@ However, this site endeavours to use end-to-end encryption wherever possible, to ensure the privacy of any data sent over the internet.</p> - <h2>Further information</h2> + <h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Further information</h2> <p>For further information, email <a href="mailto:webmaster@spragg-ssl.co.uk">webmaster@spragg-ssl.co.uk</a>.</p> </main> diff --git a/html/src/faenza-icon-theme-1.3.1 b/html/src/faenza-icon-theme-1.3.1 new file mode 120000 index 0000000..9da72f9 --- /dev/null +++ b/html/src/faenza-icon-theme-1.3.1 @@ -0,0 +1 @@ +/srv/src/faenza-icon-theme-1.3.1
\ No newline at end of file diff --git a/html/src/faenza-icon-theme_1.3.1-1.debian.tar.xz b/html/src/faenza-icon-theme_1.3.1-1.debian.tar.xz new file mode 120000 index 0000000..993467e --- /dev/null +++ b/html/src/faenza-icon-theme_1.3.1-1.debian.tar.xz @@ -0,0 +1 @@ +/srv/src/faenza-icon-theme_1.3.1-1.debian.tar.xz
\ No newline at end of file diff --git a/html/src/faenza-icon-theme_1.3.1-1.dsc b/html/src/faenza-icon-theme_1.3.1-1.dsc new file mode 120000 index 0000000..ee99e0d --- /dev/null +++ b/html/src/faenza-icon-theme_1.3.1-1.dsc @@ -0,0 +1 @@ +/srv/src/faenza-icon-theme_1.3.1-1.dsc
\ No newline at end of file diff --git a/html/src/faenza-icon-theme_1.3.1.orig.tar.gz b/html/src/faenza-icon-theme_1.3.1.orig.tar.gz new file mode 120000 index 0000000..fea6f54 --- /dev/null +++ b/html/src/faenza-icon-theme_1.3.1.orig.tar.gz @@ -0,0 +1 @@ +/srv/src/faenza-icon-theme_1.3.1.orig.tar.gz
\ No newline at end of file diff --git a/html/src/oxygen-icons5-5.28.0 b/html/src/oxygen-icons5-5.28.0 new file mode 120000 index 0000000..4ce74c8 --- /dev/null +++ b/html/src/oxygen-icons5-5.28.0 @@ -0,0 +1 @@ +/srv/src/oxygen-icons5-5.28.0
\ No newline at end of file diff --git a/html/src/oxygen-icons5_5.28.0-1.debian.tar.xz b/html/src/oxygen-icons5_5.28.0-1.debian.tar.xz new file mode 120000 index 0000000..eaafcfc --- /dev/null +++ b/html/src/oxygen-icons5_5.28.0-1.debian.tar.xz @@ -0,0 +1 @@ +/srv/src/oxygen-icons5_5.28.0-1.debian.tar.xz
\ No newline at end of file diff --git a/html/src/oxygen-icons5_5.28.0-1.dsc b/html/src/oxygen-icons5_5.28.0-1.dsc new file mode 120000 index 0000000..09f00a7 --- /dev/null +++ b/html/src/oxygen-icons5_5.28.0-1.dsc @@ -0,0 +1 @@ +/srv/src/oxygen-icons5_5.28.0-1.dsc
\ No newline at end of file diff --git a/html/src/oxygen-icons5_5.28.0.orig.tar.xz b/html/src/oxygen-icons5_5.28.0.orig.tar.xz new file mode 120000 index 0000000..9255be8 --- /dev/null +++ b/html/src/oxygen-icons5_5.28.0.orig.tar.xz @@ -0,0 +1 @@ +/srv/src/oxygen-icons5_5.28.0.orig.tar.xz
\ No newline at end of file diff --git a/html/style/main.css b/html/style/main.css index d94e0a7..7704395 100644 --- a/html/style/main.css +++ b/html/style/main.css @@ -77,6 +77,18 @@ h2 { margin-bottom: 0; } +h2 img { + display: inline-block; + vertical-align: middle; +} + +img.inline-icon { + display: inline-block; + vertical-align: middle; + height: 32px; + width: auto; +} + p { margin-top: 0.5em; } |