|
@@ -3,6 +3,7 @@
|
|
<head>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
+ <meta name="description" content="I have been working with computers for over twenty years and love to solve technical and business problems for a fair price." />
|
|
<title>Aneurin Barker Snook</title>
|
|
<title>Aneurin Barker Snook</title>
|
|
<link x-data="font" rel="preload" as="style" onload="this.onload=null; this.rel='stylesheet'" x-bind:href="url">
|
|
<link x-data="font" rel="preload" as="style" onload="this.onload=null; this.rel='stylesheet'" x-bind:href="url">
|
|
</head>
|
|
</head>
|
|
@@ -187,7 +188,7 @@
|
|
</main>
|
|
</main>
|
|
|
|
|
|
<div x-data="color" id="color">
|
|
<div x-data="color" id="color">
|
|
- <button x-on:click="rotateColorScheme">
|
|
|
|
|
|
+ <button title="Change colour scheme" x-on:click="rotateColorScheme">
|
|
<template x-if="currentScheme === 'auto'">
|
|
<template x-if="currentScheme === 'auto'">
|
|
<!-- clock @ https://heroicons.com/mini -->
|
|
<!-- clock @ https://heroicons.com/mini -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="size-5">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="size-5">
|