mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
add a couple new buttons to old site
This commit is contained in:
parent
c00db8f6e3
commit
fa428538a1
3 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
import kofi from './buttons/kofi.gif'
|
||||
import vscode from './buttons/vscode.gif'
|
||||
import hetzner from './buttons/hetzner.gif'
|
||||
import anythingbutchrome from './buttons/anythingbutchrome.gif'
|
||||
import tor from './buttons/tor.gif'
|
||||
|
||||
import type { BlogPostPreview } from "../blog.json/+server.js"
|
||||
|
||||
|
@ -47,6 +49,8 @@
|
|||
<a href="https://ko-fi.com/matdoesdev"><img src={kofi} alt="kofi" /></a>
|
||||
<a href="https://code.visualstudio.com/"><img src={vscode} alt="vscode" /></a>
|
||||
<a href="https://www.hetzner.com/"><img src={hetzner} alt="hetzner" /></a>
|
||||
<a href="https://www.mozilla.org/en-US/firefox/new/"><img src={anythingbutchrome} alt="anythingbutchrome" /></a>
|
||||
<a href="https://www.torproject.org/"><img src={tor} alt="tor" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
BIN
src/routes/old/buttons/anythingbutchrome.gif
Normal file
BIN
src/routes/old/buttons/anythingbutchrome.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
src/routes/old/buttons/tor.gif
Normal file
BIN
src/routes/old/buttons/tor.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Reference in a new issue