Skip to content

Commit 384c4f5

Browse files
committed
add a lot more buttons
1 parent 911deeb commit 384c4f5

7 files changed

Lines changed: 15 additions & 9 deletions

File tree

public/buttons/88x31.png

1.42 KB
Loading

public/buttons/apple.gif

1.91 KB
Loading

public/buttons/detect.gif

23.6 KB
Loading

public/buttons/macosmade.gif

7.37 KB
Loading

public/buttons/neovim.gif

695 Bytes
Loading

public/buttons/vim.gif

1.34 KB
Loading

src/pages/Home.tsx

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,25 @@ export default function Home() {
5151
<img src="/buttons/hackclub.gif" alt="hack club" />
5252
</a>
5353
<a href="https://github.com" target="_blank">
54-
<img src="/buttons/github.gif" alt="hack club" />
54+
<img src="/buttons/github.gif" alt="github" />
55+
</a>
56+
<a href="https://apple.com" target="_blank">
57+
<img src="/buttons/macosmade.gif" alt="apple" />
58+
</a>
59+
<a href="https://neovim.io" target="_blank">
60+
<img src="/buttons/neovim.gif" alt="apple" />
61+
</a>
62+
<a href="https://vim.org" target="_blank">
63+
<img src="/buttons/vim.gif" alt="apple" />
64+
</a>
65+
<a href="https://apple.com" target="_blank">
66+
<img src="/buttons/apple.gif" alt="apple" />
5567
</a>
5668
<a href="https://eightyeightthirty.one/#" target="_blank">
57-
<img
58-
src="https://raw.githubusercontent.com/NotNite/eightyeightthirtyone/main/client/public/88x31.png"
59-
alt="eightyeightthirtyone"
60-
/>
69+
<img src="/buttons/88x31.png" alt="eightyeightthirtyone" />
6170
</a>
6271
<a href="https://anybrowser.org" target="_blank">
63-
<img
64-
src="https://anybrowser.org/campaign/bvgraphics/detect.gif"
65-
alt="eightyeightthirtyone"
66-
/>
72+
<img src="/buttons/detect.gif" alt="anybrowser" />
6773
</a>
6874
</div>
6975
</div>

0 commit comments

Comments
 (0)