Compress images
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
layout: ../../layouts/LayoutMdx.astro
|
||||
title: Week 1
|
||||
date: 2021-03-13
|
||||
image: week1/cards.jpg
|
||||
dir: week1
|
||||
image: cards
|
||||
description: we camped in the house
|
||||
---
|
||||
|
||||
import { generateImageHyrdationFunction } from "../../utils";
|
||||
import Cards from "../../components/Cards.astro";
|
||||
import Solocard from "../../components/Solocard.astro";
|
||||
import NextPrev from "../../components/NextPrev.astro";
|
||||
import YTVideo from "../../components/YTVideo.astro";
|
||||
export const s = (s) => `week1/${s}`;
|
||||
export const s = generateImageHyrdationFunction("week1");
|
||||
|
||||
## Initial Tour
|
||||
|
||||
@@ -39,21 +41,21 @@ Loads has happened this week so I'm just going to do a bullet point update
|
||||
- Fixed the leaking tap in the top bathroom
|
||||
- Got our internet transfered which removed our dialtone, then organised another visit from an engineer to fix that. Which means my servers are now back up and running
|
||||
|
||||
<Solocard title="Up and running" src={s("internet.jpg")} />
|
||||
<Solocard title="Up and running" src={s("internet")} />
|
||||
|
||||
- Got most of the blue room sorted. It's now white with yellow curtains
|
||||
|
||||
<Solocard title="Yellow curtains not pictured" src={s("5r.jpg")} />
|
||||
<Solocard title="Yellow curtains not pictured" src={s("5r")} />
|
||||
|
||||
- Stripped the wallpaper in the top guest room in preparation for painting. Wallpaper steamers are actually magic! It would have taken a million times longer without one
|
||||
|
||||
<Solocard title="So quick 🪄" src={s("5f.jpg")} />
|
||||
<Solocard title="So quick 🪄" src={s("5f")} />
|
||||
|
||||
- Made sure each bathroom has soap, a towel, bog brush, and a bin
|
||||
- Got a replacement lock, installed it, found it had a fault, removed it, and reinstalled the old one again :(
|
||||
- Built some shelves for the cupboards in the master bedroom. This is Nikki load-testing the first shelf
|
||||
|
||||
<Solocard title="Not sure it would make it" src={s("shelves.jpg")} />
|
||||
<Solocard title="Not sure it would make it" src={s("shelves")} />
|
||||
|
||||
- Stopped the honky toilet from honking
|
||||
- Scrubbed all the fluff out of the utility room
|
||||
@@ -61,7 +63,7 @@ Loads has happened this week so I'm just going to do a bullet point update
|
||||
- Figured out the bins
|
||||
- Got some lovely housewarming cards
|
||||
|
||||
<Solocard title="Thank you!" src={s("cards.jpg")} />
|
||||
<Solocard title="Thank you!" src={s("cards")} />
|
||||
|
||||
- Said hi to the neighbours :) They all seem nice
|
||||
- Changed our address in so. many. places.
|
||||
@@ -69,11 +71,11 @@ Loads has happened this week so I'm just going to do a bullet point update
|
||||
- Checked out a couple of takeaways. Not only have they been delicious, they've helped us keep the washing up to a minimum whilst we don't have our dishwasher
|
||||
- We're feeling a definite lack of comfortable chairs. Currently we're making do with a couple of deckchairs
|
||||
|
||||
<Solocard title="Looking forward to our sofas" src={s("lounge.jpg")} />
|
||||
<Solocard title="Looking forward to our sofas" src={s("lounge")} />
|
||||
|
||||
- Finally, we saw a rainbow today 🌈
|
||||
|
||||
<Solocard title="🌈 !" src={s("rainbow.jpg")} />
|
||||
<Solocard title="🌈 !" src={s("rainbow")} />
|
||||
|
||||
## Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user