Skip to content

Commit 085473c

Browse files
authored
Merge pull request #19 from coderdojo-japan/refactor/replace-webp-images
refactor: png を webp に置き換え
2 parents 05ea6d3 + b1e0a31 commit 085473c

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="site-footer">
22
<div class="footer-logo">
3-
<img src="/img/2025/common/footer-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
3+
<img src="/img/2025/common/footer-logo.webp" alt="DojoCon Japan 2025 Inspire Next." />
44
</div>
55
<div class="footer-social">
66
<a href="https://x.com/{{ site.x }}" target="_blank" rel="noopener" class="social-x" aria-label="X">

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 class="max-w-lg mx-auto pt-5 px-8">
22
<a href="/">
3-
<img src="/img/2025/common/header-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
3+
<img src="/img/2025/common/header-logo.webp" alt="DojoCon Japan 2025 Inspire Next." />
44
</a>
55
</h1>

_includes/top/sections/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="max-w-[1500px] mt-2 xl:-mt-14 mx-auto px-[2%] md:px-8">
2-
<img src="/img/2025/top/hero-image.png" alt="好奇心に火をつけよう!! Inspire Next" />
2+
<img src="/img/2025/top/hero-image.webp" alt="好奇心に火をつけよう!! Inspire Next" />
33
</div>
44

55
<div class="flex mx-auto max-w-[1080px] justify-center lg:justify-start">

img/2025/common/footer-logo.png

-91.7 KB
Binary file not shown.

img/2025/common/footer-logo.webp

44.4 KB
Binary file not shown.

img/2025/common/header-logo.png

-44.4 KB
Binary file not shown.

img/2025/common/header-logo.webp

13.2 KB
Binary file not shown.

img/2025/top/header-background.png

-302 KB
Binary file not shown.

img/2025/top/header-background.webp

152 KB
Binary file not shown.

img/2025/top/hero-image.png

-799 KB
Binary file not shown.

0 commit comments

Comments
 (0)