Compress images

This commit is contained in:
2023-12-25 17:24:27 +00:00
parent cc29d23bc2
commit 04b0b2972d
460 changed files with 3183 additions and 2451 deletions

View File

@@ -2,17 +2,19 @@
layout: ../../layouts/LayoutMdx.astro
title: End of 2021
date: 2022-01-03
image: work6/pressies.jpg
dir: work6
image: pressies
description: water misbehaves
---
import { generateImageHyrdationFunction } from "../../utils";
export const s = generateImageHyrdationFunction("work6");
import Cards from "../../components/Cards.astro";
import Callout from "../../components/Callout.astro";
import Solocard from "../../components/Solocard.astro";
import NextPrev from "../../components/NextPrev.astro";
import Progress from "../../components/Progress.astro";
import YTVideo from "../../components/YTVideo.astro";
export const s = (s) => `work6/${s}`;
According to my watch it's been well over a month since the last update. Unfortunately, this is going to be one of those updates that contains very little in the way of house improvements. I don't know how many of you watch any house restoration channels on Youtube, but this update is going to be the annoying Christmas episode where they don't do much updating, but instead they have a lot of slow panning shots of their Christmas decorations, and an awful lot of talking.
@@ -44,8 +46,8 @@ Eventually we got the plumber back and he managed to fix both the issues. The re
<Cards
images={[
{ title: "What we thought it was", src: s("plumbing1.png") },
{ title: "What it actually was", src: s("plumbing2.png") },
{ title: "What we thought it was", src: s("plumbing1", "png") },
{ title: "What it actually was", src: s("plumbing2", "png") },
]}
/>
@@ -99,8 +101,8 @@ Now that the **BEEG FREEDGE** is up and running we had our first load of ice cre
<Cards
images={[
{ title: "🍦 First ice cream", src: s("icecream.jpg") },
{ title: "🧊 First ice cube", src: s("icecube.jpg") },
{ title: "🍦 First ice cream", src: s("icecream") },
{ title: "🧊 First ice cube", src: s("icecube") },
]}
/>
@@ -108,8 +110,8 @@ We discovered that it's really annoying to buy barstools. It seems to be an item
<Cards
images={[
{ title: "Adjusting the height", src: s("stool1.jpg") },
{ title: "Post- and Pre- adjustment", src: s("stool2.jpg") },
{ title: "Adjusting the height", src: s("stool1") },
{ title: "Post- and Pre- adjustment", src: s("stool2") },
]}
/>
@@ -117,10 +119,10 @@ Our old kitchen has finally been removed! It managed to sit on our front garden
<Cards
images={[
{ title: "Going", src: s("going1.jpg") },
{ title: "Going", src: s("going2.jpg") },
{ title: "Gone", src: s("gone.jpg") },
{ title: "Snazzy grout!", src: s("grout.jpg") },
{ title: "Going", src: s("going1") },
{ title: "Going", src: s("going2") },
{ title: "Gone", src: s("gone") },
{ title: "Snazzy grout!", src: s("grout") },
]}
/>
@@ -128,7 +130,7 @@ During the removal we found that the grout had previously been bright red! A ver
We pulled up some of the lino floor to see what was beneath, and it was more lino. So we pulled up some more of the lino floor to see what was beneath beneath, and it looks like it's flagstones! We haven't yet escavated the entire floor, but we think that around 80% of the floor will be flagstones, and the other 20% will be rubbish.
<Solocard title="Flagstones" src={s("flagstone.jpg")} />
<Solocard title="Flagstones" src={s("flagstone")} />
This is going to be our future dining room but we don't have a plan for how we'll renovate it yet.
@@ -138,7 +140,7 @@ We've finally moved back into the master bedroom! Woo!
That doesn't mean that we're finished decorating it, it just means that we now sleep in a larger temporary room. It's a lot greener than it was, but it still needs more green.
<Solocard title="Needs more green" src={s("green.jpg")} />
<Solocard title="Needs more green" src={s("green")} />
We had planned to finish it in the weird bit of time between Christmas and New Years, but we ran out of paint and the paint shop is closed. That's also the reason why the barstool legs are still silvery and not brassy/goldy to match the ✨bling tap✨. I wasn't quite prepared for how many of the independent shops close at this time of year, but it's really cool to have them and they deserve some time off. Once we've refuelled our paint reserves we'll get back to trying to finish it.
@@ -152,14 +154,14 @@ We spent a surprisingly arduous afternoon making marmalade from Ozzy's granddad'
<Cards
images={[
{ title: "Ready to go", src: s("m1.jpg") },
{ title: "The tedious bit", src: s("m2.jpg") },
{ title: "Just a pinch of sugar", src: s("m3.jpg") },
{ title: "We had to quickly source some extra jars", src: s("m4.jpg") },
{ title: "Ready to go", src: s("m1") },
{ title: "The tedious bit", src: s("m2") },
{ title: "Just a pinch of sugar", src: s("m3") },
{ title: "We had to quickly source some extra jars", src: s("m4") },
]}
/>
<Solocard title="Om nom nom!" src={s("m5.jpg")} />
<Solocard title="Om nom nom!" src={s("m5")} />
We're so proud of ourselves - the marmalade is delicious! We will enter it into the family competition and it will get 🏆 first place 🏆 (prove us wrong, family!)
@@ -171,8 +173,8 @@ It works reasonably well! We are thinking of upgrading certain bits that we thin
<Cards
images={[
{ title: "Cinema room setup", src: s("cinema1.jpg") },
{ title: "We can watch films!", src: s("cinema2.jpg") },
{ title: "Cinema room setup", src: s("cinema1") },
{ title: "We can watch films!", src: s("cinema2") },
]}
/>
@@ -182,11 +184,11 @@ Christmas and New Years! Woo! It's great to have a holiday again and see people.
<Cards
images={[
{ title: "Christmas tree height adjustment", src: s("tree1.jpg") },
{ title: "Presents waiting to go", src: s("pressies.jpg") },
{ title: "Christmas tree height adjustment", src: s("tree1") },
{ title: "Presents waiting to go", src: s("pressies") },
{
title: "New Years Walk, with New Years fish and chips",
src: s("walk.jpg"),
src: s("walk"),
},
]}
/>