Add mutual links

This commit is contained in:
Sumire Isshiki 2025-01-13 17:30:46 +09:00
parent 138e0a1229
commit af02513667
3 changed files with 27 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -138,6 +138,33 @@ export default function Mutuals() {
rz7.dev rz7.dev
</span> </span>
</a> </a>
<a href="https://anya.jp/anya">
<img
alt="anya"
src="./mutual-links/anya.gif"
className={`${globalBanner}`}
width={234}
height={60}
/>
</a>
<a href="https://mikanixonable.github.io/">
<img
alt="月面植物園"
src="./mutual-links/mikanixonable.png"
className={`${globalBanner}`}
width={234}
height={60}
/>
</a>
<a href="https://dimden.dev/">
<img
alt="dimden's hotel"
src="https://dimden.dev/services/images/88x31.gif"
className={`${globalBanner}`}
width={234}
height={60}
/>
</a>
</Marquee> </Marquee>
) )
} }