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.
This commit is contained in:
2RE 2026-09-10 19:44:17 +08:00
parent 06fc0fd047
commit 67a4cead97
108 changed files with 139 additions and 110 deletions

View file

@ -20,7 +20,7 @@ Last updated: 2026-09-10.
## Content ## 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. - [ ] Populate the galleries with more or real work items.
- [ ] Add per-image captions (they are category-level only right now). - [ ] 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. find or shoot a better crop.
- [ ] Consider moving `writtenearplugs.jpg` from the Urban Moto grid into the - [ ] Consider moving `writtenearplugs.jpg` from the Urban Moto grid into the
Print gallery. Print gallery.
- [ ] Optimise images to WebP: `img/` is 20 MB of the 21 MB repo. - [x] Optimise images to WebP: `img/` was 20 MB of the 21 MB repo. Done: 45 images
- [ ] Confirm the Forgejo repo (`2RE03-Design`) is private. 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 ## Done

View file

@ -48,57 +48,57 @@
<div class="container"> <div class="container">
<ul class="case-list"> <ul class="case-list">
<li class="case-item"> <li class="case-item">
<a class="case-row" href="case-studies/mask-aid-project.html" data-case-image="img/site-mask-aid-project.jpg"> <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.jpg" alt="" loading="lazy" width="88" height="66"> <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__name">Mask Aid Project</span>
<span class="case-row__meta">Web Design</span> <span class="case-row__meta">Web Design</span>
</a> </a>
</li> </li>
<li class="case-item"> <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"> <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.jpg" alt="" loading="lazy" width="88" height="66"> <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__name">1 Woman's Art and Magic</span>
<span class="case-row__meta">Book Design &amp; Web</span> <span class="case-row__meta">Book Design &amp; Web</span>
</a> </a>
</li> </li>
<li class="case-item"> <li class="case-item">
<a class="case-row" href="case-studies/sams-rules.html" data-case-image="img/writtensamsrules.png"> <a class="case-row" href="case-studies/sams-rules.html" data-case-image="img/writtensamsrules.webp">
<img class="case-row__thumb" src="img/writtensamsrules.png" alt="" loading="lazy" width="88" height="66"> <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__name">Sam's Rules</span>
<span class="case-row__meta">Book Design &amp; Web</span> <span class="case-row__meta">Book Design &amp; Web</span>
</a> </a>
</li> </li>
<li class="case-item"> <li class="case-item">
<a class="case-row" href="case-studies/mehavior.html" data-case-image="img/webmehavior.png"> <a class="case-row" href="case-studies/mehavior.html" data-case-image="img/webmehavior.webp">
<img class="case-row__thumb" src="img/webmehavior.png" alt="" loading="lazy" width="88" height="66"> <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__name">Mehavior</span>
<span class="case-row__meta">App Design &amp; Identity</span> <span class="case-row__meta">App Design &amp; Identity</span>
</a> </a>
</li> </li>
<li class="case-item"> <li class="case-item">
<a class="case-row" href="case-studies/jensens-red-barn.html" data-case-image="img/site-jensens-red-barn.jpg"> <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.jpg" alt="" loading="lazy" width="88" height="66"> <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__name">Jensen's Red Barn</span>
<span class="case-row__meta">Web Design</span> <span class="case-row__meta">Web Design</span>
</a> </a>
</li> </li>
<li class="case-item"> <li class="case-item">
<a class="case-row" href="case-studies/upscale-food-cart.html" data-case-image="img/3dcart.png"> <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.png" alt="" loading="lazy" width="88" height="66"> <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__name">Upscale Food Cart</span>
<span class="case-row__meta">3D Modeling</span> <span class="case-row__meta">3D Modeling</span>
</a> </a>
</li> </li>
<li class="case-item"> <li class="case-item">
<a class="case-row" href="case-studies/silver-lining.html" data-case-image="img/logosilverlining.png"> <a class="case-row" href="case-studies/silver-lining.html" data-case-image="img/logosilverlining.webp">
<img class="case-row__thumb" src="img/logosilverlining.png" alt="" loading="lazy" width="88" height="66"> <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__name">Silver Lining</span>
<span class="case-row__meta">Logo &amp; Identity</span> <span class="case-row__meta">Logo &amp; Identity</span>
</a> </a>
</li> </li>
<li class="case-item"> <li class="case-item">
<a class="case-row" href="case-studies/victoria-fuller.html" data-case-image="img/webvictoria.png"> <a class="case-row" href="case-studies/victoria-fuller.html" data-case-image="img/webvictoria.webp">
<img class="case-row__thumb" src="img/webvictoria.png" alt="" loading="lazy" width="88" height="66"> <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__name">Victoria Fuller</span>
<span class="case-row__meta">Web Design</span> <span class="case-row__meta">Web Design</span>
</a> </a>
@ -111,8 +111,8 @@
</a> </a>
</li> </li>
<li class="case-item"> <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"> <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.jpg" alt="" loading="lazy" width="88" height="66"> <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__name">Teach Each Other AI</span>
<span class="case-row__meta">Web Design</span> <span class="case-row__meta">Web Design</span>
</a> </a>

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p>
<h1>Jensen's Red Barn</h1> <h1>Jensen's Red Barn</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p>
<h1>Mask Aid Project</h1> <h1>Mask Aid Project</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; App Design &amp; Identity</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; App Design &amp; Identity</p>
<h1>Mehavior</h1> <h1>Mehavior</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Book Design &amp; Web</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Book Design &amp; Web</p>
<h1>1 Woman's Art and Magic</h1> <h1>1 Woman's Art and Magic</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Book Design &amp; Web</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Book Design &amp; Web</p>
<h1>Sam's Rules</h1> <h1>Sam's Rules</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Logo &amp; Identity</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Logo &amp; Identity</p>
<h1>Silver Lining</h1> <h1>Silver Lining</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p>
<h1>Teach Each Other AI</h1> <h1>Teach Each Other AI</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; 3D Modeling</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; 3D Modeling</p>
<h1>Upscale Food Cart</h1> <h1>Upscale Food Cart</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Print Design</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Print Design</p>
<h1>Urban Moto</h1> <h1>Urban Moto</h1>
@ -54,17 +54,17 @@
</div> </div>
<div class="col"> <div class="col">
<figure class="card-work card-work--frame mb-0"> <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> </figure>
</div> </div>
<div class="col"> <div class="col">
<figure class="card-work card-work--frame mb-0"> <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> </figure>
</div> </div>
<div class="col"> <div class="col">
<figure class="card-work card-work--frame mb-0"> <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> </figure>
</div> </div>
</div> </div>

View file

@ -34,7 +34,7 @@
</header> </header>
<main id="main"> <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"> <div class="container">
<p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p> <p class="eyebrow eyebrow-ink mb-2">Case Study &middot; Web Design</p>
<h1>Victoria Fuller</h1> <h1>Victoria Fuller</h1>
@ -47,7 +47,7 @@
<div class="row g-4 g-lg-5"> <div class="row g-4 g-lg-5">
<div class="col-lg-7"> <div class="col-lg-7">
<figure class="card-work mb-0"> <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> </figure>
</div> </div>
<div class="col-lg-5"> <div class="col-lg-5">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

BIN
img/2plus5times3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

BIN
img/3d78williams.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

BIN
img/3dabandoned.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

BIN
img/3dcart.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

BIN
img/3dcoop.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

BIN
img/collage-1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

BIN
img/collage-2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

BIN
img/collage-3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

BIN
img/collage-4.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
img/collage-5.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

BIN
img/collage-6.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

BIN
img/collage-7.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

BIN
img/collage-8.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

BIN
img/hero-mehavior.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

BIN
img/hero-sams-rules.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

BIN
img/hero-silver-lining.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

BIN
img/hero-urban-moto.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

BIN
img/logoargent.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

BIN
img/logobackass.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

BIN
img/logodrinking.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 KiB

BIN
img/logodrive.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

BIN
img/logosilverlining.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
img/logoylem.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 KiB

BIN
img/printkincaidad.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 KiB

BIN
img/printmacchiariniad.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 996 KiB

BIN
img/printylemcover.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

BIN
img/web50shadesof2048.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

BIN
img/webdatavisart.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

BIN
img/webmehavior.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

BIN
img/websinosalescopy.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

BIN
img/webvictoria.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 MiB

BIN
img/writtenearplugs.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

BIN
img/writtensamsrules.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

Some files were not shown because too many files have changed in this diff Show more