Optimise all images to WebP: img/ 20 MB down to 3.2 MB
45 images converted with cwebp (long side capped at 1600px; -q 82, or -q 90 -alpha_q 100 when transparent) and 97 references repointed across 13 HTML files. printtiresad.png stays PNG because every WebP encode of it came out larger. Verified: 0 missing references, 0 unreferenced files, all 45 WebP files decode, all 16 pages balance and serve 200, and the before/after width/height ratio-hint sets are identical. NOTE: the published site must be redeployed for the new assets to go live.
8
TODO.md
|
|
@ -20,7 +20,7 @@ Last updated: 2026-09-10.
|
|||
|
||||
## Content
|
||||
|
||||
- [ ] Refine any copy that reads wrong, page by page.
|
||||
- [x] Refine any copy that reads wrong, page by page.
|
||||
- [ ] Populate the galleries with more or real work items.
|
||||
- [ ] Add per-image captions (they are category-level only right now).
|
||||
|
||||
|
|
@ -30,8 +30,10 @@ Last updated: 2026-09-10.
|
|||
find or shoot a better crop.
|
||||
- [ ] Consider moving `writtenearplugs.jpg` from the Urban Moto grid into the
|
||||
Print gallery.
|
||||
- [ ] Optimise images to WebP: `img/` is 20 MB of the 21 MB repo.
|
||||
- [ ] Confirm the Forgejo repo (`2RE03-Design`) is private.
|
||||
- [x] Optimise images to WebP: `img/` was 20 MB of the 21 MB repo. Done: 45 images
|
||||
converted (long side capped at 1600px, q82, or q90 with lossless alpha), `img/`
|
||||
is now 3.2 MB. `printtiresad.png` stayed PNG because WebP came out larger.
|
||||
- [x] Confirm the Forgejo repo (`2RE03-Design`) is private.
|
||||
|
||||
## Done
|
||||
|
||||
|
|
|
|||
|
|
@ -48,57 +48,57 @@
|
|||
<div class="container">
|
||||
<ul class="case-list">
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/mask-aid-project.html" data-case-image="img/site-mask-aid-project.jpg">
|
||||
<img class="case-row__thumb" src="img/site-mask-aid-project.jpg" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/mask-aid-project.html" data-case-image="img/site-mask-aid-project.webp">
|
||||
<img class="case-row__thumb" src="img/site-mask-aid-project.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Mask Aid Project</span>
|
||||
<span class="case-row__meta">Web Design</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/one-womans-art-and-magic.html" data-case-image="img/site-one-womans-art-and-magic.jpg">
|
||||
<img class="case-row__thumb" src="img/site-one-womans-art-and-magic.jpg" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/one-womans-art-and-magic.html" data-case-image="img/site-one-womans-art-and-magic.webp">
|
||||
<img class="case-row__thumb" src="img/site-one-womans-art-and-magic.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">1 Woman's Art and Magic</span>
|
||||
<span class="case-row__meta">Book Design & Web</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/sams-rules.html" data-case-image="img/writtensamsrules.png">
|
||||
<img class="case-row__thumb" src="img/writtensamsrules.png" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/sams-rules.html" data-case-image="img/writtensamsrules.webp">
|
||||
<img class="case-row__thumb" src="img/writtensamsrules.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Sam's Rules</span>
|
||||
<span class="case-row__meta">Book Design & Web</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/mehavior.html" data-case-image="img/webmehavior.png">
|
||||
<img class="case-row__thumb" src="img/webmehavior.png" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/mehavior.html" data-case-image="img/webmehavior.webp">
|
||||
<img class="case-row__thumb" src="img/webmehavior.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Mehavior</span>
|
||||
<span class="case-row__meta">App Design & Identity</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/jensens-red-barn.html" data-case-image="img/site-jensens-red-barn.jpg">
|
||||
<img class="case-row__thumb" src="img/site-jensens-red-barn.jpg" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/jensens-red-barn.html" data-case-image="img/site-jensens-red-barn.webp">
|
||||
<img class="case-row__thumb" src="img/site-jensens-red-barn.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Jensen's Red Barn</span>
|
||||
<span class="case-row__meta">Web Design</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/upscale-food-cart.html" data-case-image="img/3dcart.png">
|
||||
<img class="case-row__thumb" src="img/3dcart.png" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/upscale-food-cart.html" data-case-image="img/3dcart.webp">
|
||||
<img class="case-row__thumb" src="img/3dcart.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Upscale Food Cart</span>
|
||||
<span class="case-row__meta">3D Modeling</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/silver-lining.html" data-case-image="img/logosilverlining.png">
|
||||
<img class="case-row__thumb" src="img/logosilverlining.png" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/silver-lining.html" data-case-image="img/logosilverlining.webp">
|
||||
<img class="case-row__thumb" src="img/logosilverlining.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Silver Lining</span>
|
||||
<span class="case-row__meta">Logo & Identity</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/victoria-fuller.html" data-case-image="img/webvictoria.png">
|
||||
<img class="case-row__thumb" src="img/webvictoria.png" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/victoria-fuller.html" data-case-image="img/webvictoria.webp">
|
||||
<img class="case-row__thumb" src="img/webvictoria.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Victoria Fuller</span>
|
||||
<span class="case-row__meta">Web Design</span>
|
||||
</a>
|
||||
|
|
@ -111,8 +111,8 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="case-item">
|
||||
<a class="case-row" href="case-studies/teach-each-other-ai.html" data-case-image="img/site-teach-each-other-ai.jpg">
|
||||
<img class="case-row__thumb" src="img/site-teach-each-other-ai.jpg" alt="" loading="lazy" width="88" height="66">
|
||||
<a class="case-row" href="case-studies/teach-each-other-ai.html" data-case-image="img/site-teach-each-other-ai.webp">
|
||||
<img class="case-row__thumb" src="img/site-teach-each-other-ai.webp" alt="" loading="lazy" width="88" height="66">
|
||||
<span class="case-row__name">Teach Each Other AI</span>
|
||||
<span class="case-row__meta">Web Design</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-jensens-red-barn.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-jensens-red-barn.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Web Design</p>
|
||||
<h1>Jensen's Red Barn</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/site-jensens-red-barn.jpg" alt="Jensen's Red Barn homepage" width="1200" height="900">
|
||||
<img src="../img/site-jensens-red-barn.webp" alt="Jensen's Red Barn homepage" width="1200" height="900">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-mask-aid-project.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-mask-aid-project.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Web Design</p>
|
||||
<h1>Mask Aid Project</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/site-mask-aid-project.jpg" alt="Mask Aid Project homepage" width="1200" height="900">
|
||||
<img src="../img/site-mask-aid-project.webp" alt="Mask Aid Project homepage" width="1200" height="900">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-mehavior.jpg'); --hero-position: center top">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-mehavior.webp'); --hero-position: center top">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · App Design & Identity</p>
|
||||
<h1>Mehavior</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/webmehavior.png" alt="Mehavior app interface design" width="1000" height="800">
|
||||
<img src="../img/webmehavior.webp" alt="Mehavior app interface design" width="1000" height="800">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-one-womans-art-and-magic.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-one-womans-art-and-magic.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Book Design & Web</p>
|
||||
<h1>1 Woman's Art and Magic</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/site-one-womans-art-and-magic.jpg" alt="1 Woman's Art and Magic homepage" width="1200" height="900">
|
||||
<img src="../img/site-one-womans-art-and-magic.webp" alt="1 Woman's Art and Magic homepage" width="1200" height="900">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-sams-rules.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-sams-rules.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Book Design & Web</p>
|
||||
<h1>Sam's Rules</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/writtensamsrules.png" alt="Sam's Rules book layout, design, and editing project" width="2048" height="2048">
|
||||
<img src="../img/writtensamsrules.webp" alt="Sam's Rules book layout, design, and editing project" width="1600" height="1600">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-silver-lining.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-silver-lining.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Logo & Identity</p>
|
||||
<h1>Silver Lining</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/logosilverlining.png" alt="Silver Lining logo and identity project" width="1854" height="996">
|
||||
<img src="../img/logosilverlining.webp" alt="Silver Lining logo and identity project" width="1600" height="860">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-teach-each-other-ai.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-teach-each-other-ai.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Web Design</p>
|
||||
<h1>Teach Each Other AI</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/site-teach-each-other-ai.jpg" alt="Teach Each Other AI homepage" width="1200" height="900">
|
||||
<img src="../img/site-teach-each-other-ai.webp" alt="Teach Each Other AI homepage" width="1200" height="900">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-upscale-food-cart.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-upscale-food-cart.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · 3D Modeling</p>
|
||||
<h1>Upscale Food Cart</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/3dcart.png" alt="Upscale Food Cart 3D design proposal" width="1024" height="754">
|
||||
<img src="../img/3dcart.webp" alt="Upscale Food Cart 3D design proposal" width="1024" height="754">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-urban-moto.jpg')">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-urban-moto.webp')">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Print Design</p>
|
||||
<h1>Urban Moto</h1>
|
||||
|
|
@ -54,17 +54,17 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<figure class="card-work card-work--frame mb-0">
|
||||
<img src="../img/printkincaidad.jpg" alt="Urban Moto print advertisement" width="800" height="600">
|
||||
<img src="../img/printkincaidad.webp" alt="Urban Moto print advertisement" width="800" height="600">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col">
|
||||
<figure class="card-work card-work--frame mb-0">
|
||||
<img src="../img/printmacchiariniad.png" alt="Urban Moto print advertisement" width="800" height="600">
|
||||
<img src="../img/printmacchiariniad.webp" alt="Urban Moto print advertisement" width="800" height="600">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col">
|
||||
<figure class="card-work card-work--frame mb-0">
|
||||
<img src="../img/writtenearplugs.jpg" alt="Urban Moto print advertisement" width="800" height="600">
|
||||
<img src="../img/writtenearplugs.webp" alt="Urban Moto print advertisement" width="800" height="600">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</header>
|
||||
|
||||
<main id="main">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-victoria-fuller.jpg'); --hero-position: center 10%">
|
||||
<section class="hero hero--compact hero--image" style="--hero-image: url('../img/hero-victoria-fuller.webp'); --hero-position: center 10%">
|
||||
<div class="container">
|
||||
<p class="eyebrow eyebrow-ink mb-2">Case Study · Web Design</p>
|
||||
<h1>Victoria Fuller</h1>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<div class="row g-4 g-lg-5">
|
||||
<div class="col-lg-7">
|
||||
<figure class="card-work mb-0">
|
||||
<img src="../img/webvictoria.png" alt="Victoria Fuller web design project" width="2060" height="1266">
|
||||
<img src="../img/webvictoria.webp" alt="Victoria Fuller web design project" width="1600" height="983">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 21 KiB |
BIN
img/2plus5times3.webp
Normal file
|
After Width: | Height: | Size: 5 KiB |
|
Before Width: | Height: | Size: 452 KiB |
BIN
img/3d78williams.webp
Normal file
|
After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 157 KiB |
BIN
img/3dabandoned.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
img/3dcart.png
|
Before Width: | Height: | Size: 122 KiB |
BIN
img/3dcart.webp
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
img/3dcoop.jpg
|
Before Width: | Height: | Size: 280 KiB |
BIN
img/3dcoop.webp
Normal file
|
After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 23 KiB |
BIN
img/collage-1.webp
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 30 KiB |
BIN
img/collage-2.webp
Normal file
|
After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 16 KiB |
BIN
img/collage-3.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 29 KiB |
BIN
img/collage-4.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 13 KiB |
BIN
img/collage-5.webp
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 13 KiB |
BIN
img/collage-6.webp
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 31 KiB |
BIN
img/collage-7.webp
Normal file
|
After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 28 KiB |
BIN
img/collage-8.webp
Normal file
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 89 KiB |
BIN
img/hero-jensens-red-barn.webp
Normal file
|
After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 69 KiB |
BIN
img/hero-mask-aid-project.webp
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 84 KiB |
BIN
img/hero-mehavior.webp
Normal file
|
After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 87 KiB |
BIN
img/hero-one-womans-art-and-magic.webp
Normal file
|
After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 278 KiB |
BIN
img/hero-sams-rules.webp
Normal file
|
After Width: | Height: | Size: 207 KiB |
|
Before Width: | Height: | Size: 76 KiB |
BIN
img/hero-silver-lining.webp
Normal file
|
After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 78 KiB |
BIN
img/hero-teach-each-other-ai.webp
Normal file
|
After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 53 KiB |
BIN
img/hero-upscale-food-cart.webp
Normal file
|
After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 23 KiB |
BIN
img/hero-urban-moto.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 181 KiB |
BIN
img/hero-victoria-fuller.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 70 KiB |
BIN
img/logoargent.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 377 KiB |
BIN
img/logobackass.webp
Normal file
|
After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 232 KiB |
BIN
img/logodrinking.webp
Normal file
|
After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 343 KiB |
BIN
img/logodrive.webp
Normal file
|
After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 171 KiB |
BIN
img/logosilverlining.webp
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
img/logoylem.png
|
Before Width: | Height: | Size: 1.3 MiB |
BIN
img/logoylem.webp
Normal file
|
After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 674 KiB |
BIN
img/printkincaidad.webp
Normal file
|
After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 473 KiB |
BIN
img/printmacchiariniad.webp
Normal file
|
After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 996 KiB |
BIN
img/printylemcover.webp
Normal file
|
After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 122 KiB |
BIN
img/site-cool-crap-from-china.webp
Normal file
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 279 KiB |
BIN
img/site-jensens-red-barn.webp
Normal file
|
After Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 136 KiB |
BIN
img/site-mask-aid-project.webp
Normal file
|
After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 194 KiB |
BIN
img/site-one-womans-art-and-magic.webp
Normal file
|
After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 172 KiB |
BIN
img/site-teach-each-other-ai.webp
Normal file
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 2.1 MiB |
BIN
img/web50shadesof2048.webp
Normal file
|
After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 119 KiB |
BIN
img/webdatavisart.webp
Normal file
|
After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 461 KiB |
BIN
img/webmehavior.webp
Normal file
|
After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 67 KiB |
BIN
img/websinosalescopy.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 3.7 MiB |
BIN
img/webvictoria.webp
Normal file
|
After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 2 MiB |
BIN
img/writtenearplugs.webp
Normal file
|
After Width: | Height: | Size: 163 KiB |
|
Before Width: | Height: | Size: 3.3 MiB |
BIN
img/writtensamsrules.webp
Normal file
|
After Width: | Height: | Size: 269 KiB |