add buttons

This commit is contained in:
Sumire Isshiki 2024-05-27 22:47:23 +09:00
parent d4a1ec74b2
commit c27109224a
7 changed files with 19 additions and 2 deletions

BIN
public/buttons/RaveNow3.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
public/buttons/discord.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -9,14 +9,31 @@ export default function Weather() {
height={196} height={196}
/> />
</div> </div>
<div className="inline-block ml-3"> <div
className="inline-block ml-3"
style={{
imageRendering: `pixelated`
}}
>
<img width={94} src="buttons/009button.gif" /> <img width={94} src="buttons/009button.gif" />
<img width={94} src="buttons/mac.gif" /> <img width={94} src="buttons/mac.gif" />
<img width={94} src="buttons/right2repair.png" /> <img width={94} src="buttons/right2repair.png" />
<img width={94} src="buttons/vscbutton.gif" /> <img width={94} src="buttons/vscbutton.gif" />
<img width={94} src="buttons/parental.png" /> <img width={94} src="buttons/parental.png" />
<img width={94} src="buttons/www.gif" /> <img width={94} src="buttons/www.gif" />
</div>
<div
className="inline-block ml-3"
style={{
imageRendering: `pixelated`
}}
>
<img width={94} src="buttons/discord.gif" />
<img width={94} src="buttons/hackerpowered.gif" />
<img width={94} src="buttons/linux_powered.gif" />
<img width={94} src="buttons/written-in-vi.gif" />
<img width={94} src="buttons/desp-anim.gif" />
<img width={94} src="buttons/RaveNow3.gif" />
</div> </div>
</div> </div>
</div> </div>