diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/component/MosaicBackground.astro (renamed from src/component/ImageBackground.astro) | 0 | ||||
| -rw-r--r-- | src/pages/index.astro | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/component/ImageBackground.astro b/src/component/MosaicBackground.astro index d568172..d568172 100644 --- a/src/component/ImageBackground.astro +++ b/src/component/MosaicBackground.astro diff --git a/src/pages/index.astro b/src/pages/index.astro index a024571..99e3537 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- import "../scss/style.scss"; -import ImageBackground from "../component/ImageBackground.astro"; +import MosaicBackground from "../component/MosaicBackground.astro"; import VideoAuto from "../component/VideoAuto.astro"; --- @@ -30,7 +30,7 @@ import VideoAuto from "../component/VideoAuto.astro"; </body> <main> <article class="batteur"> - <ImageBackground height="500"> + <MosaicBackground height="500"> <img src="/batteur/old2.jpg" /> <img src="/batteur/old3.jpg" /> <img src="/batteur/dark_scene.jpg" /> @@ -43,7 +43,7 @@ import VideoAuto from "../component/VideoAuto.astro"; <VideoAuto src="/batteur/video/balance.webm" /> <img src="/batteur/mid_rock2.jpg" /> <img src="/batteur/recent.jpg" /> - </ImageBackground> + </MosaicBackground> <div class="content"> <div class="content__header"> <h2>Batteur</h2> |
