Link to uncompressed images in blog post

This commit is contained in:
Aria 2025-03-10 12:49:38 +11:00
parent b9f80f9787
commit 6be2479c08
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -23,6 +23,7 @@ Recently I joined a community for some very **🏳️‍⚧️**(mostly, there a
We where discussing domain names and this one wasn't owned! I'm addicted to coffee so it seemed like the perfect fit for me~ We where discussing domain names and this one wasn't owned! I'm addicted to coffee so it seemed like the perfect fit for me~
<a href ={orderConfirmedImg.src} target="_blank">
<Picture <Picture
src={orderConfirmedImg} src={orderConfirmedImg}
quality={95} quality={95}
@ -30,6 +31,7 @@ We where discussing domain names and this one wasn't owned! I'm addicted to coff
formats={['avif', 'webp', 'jpeg']} formats={['avif', 'webp', 'jpeg']}
alt="A picture of the 'Order Confirmed' pafe from cloudflair" alt="A picture of the 'Order Confirmed' pafe from cloudflair"
/> />
</a>
After purchasing I needed to decide what I wanted to do with it, for a little over a day (Until not long before I started to write this) it just redirected to my [BlueSky](https://bsky.app/profile/did:plc:bzrn33tcfgjxnsanvg6py3xn) account. After purchasing I needed to decide what I wanted to do with it, for a little over a day (Until not long before I started to write this) it just redirected to my [BlueSky](https://bsky.app/profile/did:plc:bzrn33tcfgjxnsanvg6py3xn) account.
@ -41,13 +43,16 @@ This has been my first time working mostly from scratch to make my personal webs
This website was made using [Astro](https://astro.build/) for the build system and I decided to use [Tailwind](https://tailwindcss.com/) instead of basing my own css off Alex's after she convinced me. This website was made using [Astro](https://astro.build/) for the build system and I decided to use [Tailwind](https://tailwindcss.com/) instead of basing my own css off Alex's after she convinced me.
<a href ={useAFrameworkImg.src} target="_blank">
<Picture <Picture
src={useAFrameworkImg} src={useAFrameworkImg}
quality={95} quality={95}
densities={[0.75, 1, 2]} width={192}
densities={[0.75, 1, 2,]}
formats={['avif', 'webp', 'jpeg']} formats={['avif', 'webp', 'jpeg']}
alt="A discord screenshot containing the following messages: Sent by @BuyMyMojo: 'getting my brain around css and styling hurts, I'm man handling some of your css @amemoia', Sent by @amemoia: 'DONT LOOK AT MY CSS ITS SO BAD', 'EVERYTHING HAS ITS OWN CLASS', 'USE A FRAMEWORK'" alt="A discord screenshot containing the following messages: Sent by @BuyMyMojo: 'getting my brain around css and styling hurts, I'm man handling some of your css @amemoia', Sent by @amemoia: 'DONT LOOK AT MY CSS ITS SO BAD', 'EVERYTHING HAS ITS OWN CLASS', 'USE A FRAMEWORK'"
/> />
</a>
While I got started early on following the basic [blog tutorial](https://docs.astro.build/en/tutorial/0-introduction/) but took a break to make my very first 88x31px button! While I got started early on following the basic [blog tutorial](https://docs.astro.build/en/tutorial/0-introduction/) but took a break to make my very first 88x31px button!