tweak: make the link icon orange; update my 'career' section on the home page
This commit is contained in:
parent
7a5be3524a
commit
c4152b5b0c
3 changed files with 16 additions and 18 deletions
|
|
@ -22,12 +22,13 @@
|
||||||
software, clothes, and <a href="/blog">words</a>.
|
software, clothes, and <a href="/blog">words</a>.
|
||||||
</p>
|
</p>
|
||||||
<p class="body strapline">
|
<p class="body strapline">
|
||||||
I want to help build things that don't rely on exploitation, excessive
|
I want to build a world that is more kind and fair to everyone, even when
|
||||||
waste, or dishonesty; and to try and build a kinder, fairer world even when
|
|
||||||
it's hard.
|
it's hard.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
<h2>Writing</h2>
|
||||||
<p class="body">
|
<p class="body">
|
||||||
I try to think and be curious, which is why I keep a <a href="/blog"
|
I try to think and be curious, which is why I keep a <a href="/blog"
|
||||||
>weblog</a
|
>weblog</a
|
||||||
|
|
@ -54,13 +55,18 @@
|
||||||
{/each}
|
{/each}
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<h2>Career</h2>
|
||||||
|
|
||||||
<p class="body">
|
<p class="body">
|
||||||
Right now I am a Senior Software engineer at <a
|
I am a Lead Developer in the UK's Civil Service, helping digital teams build
|
||||||
|
software for our justice system. I have previously helped make bike
|
||||||
|
insurance more fair at <a
|
||||||
href="https://www.laka.co.uk"
|
href="https://www.laka.co.uk"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer">Laka</a
|
rel="noopener noreferrer">Laka</a
|
||||||
>, making insurance genuinely fairer. Before that, I was Head of Software
|
>, and before that I was Head of Software Engineering at
|
||||||
Engineering at
|
|
||||||
<a href="https://www.oxwash.com" target="_blank" rel="noopener noreferrer"
|
<a href="https://www.oxwash.com" target="_blank" rel="noopener noreferrer"
|
||||||
>Oxwash</a
|
>Oxwash</a
|
||||||
>, building tools for actually sustainable laundry and wet cleaning.
|
>, building tools for actually sustainable laundry and wet cleaning.
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,6 @@ body {
|
||||||
|
|
||||||
@container (width < 500px) {
|
@container (width < 500px) {
|
||||||
.thomaswilson-strapline p {
|
.thomaswilson-strapline p {
|
||||||
font-size:;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -197,18 +196,9 @@ img {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.a-link-icon {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
text-decoration: none;
|
|
||||||
color: var(--colour-scheme-text);
|
|
||||||
width: 5px;
|
|
||||||
stroke: white;
|
|
||||||
}
|
|
||||||
a::after {
|
a::after {
|
||||||
content: url('/assets/icons/link.svg');
|
content: url('/assets/icons/link.svg');
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
color: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.no-icon::after {
|
a.no-icon::after {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
<svg
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" width="20" height="20"
|
||||||
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="20" height="20">
|
stroke="#ff8c0d"
|
||||||
<path stroke="white" stroke-linecap="round" stroke-linejoin="round" d="M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244" />
|
>
|
||||||
|
<path
|
||||||
|
stroke-linecap="round" stroke-linejoin="round" d="M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 379 B |
Loading…
Reference in a new issue