Skip to content

Commit 2f12731

Browse files
committed
png を webp に置き換え
1 parent 30695f8 commit 2f12731

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

_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/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.

img/2025/top/hero-image.webp

104 KB
Binary file not shown.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: top
33
---
4-
<div class="bg-[url(/img/2025/top/header-background.png)] bg-contain bg-no-repeat bg-top bg-center">
4+
<div class="bg-[url(/img/2025/top/header-background.webp)] bg-contain bg-no-repeat bg-top bg-center">
55
{% include header.html %}
66

77
{% include top/sections/hero.html %}

0 commit comments

Comments
 (0)