1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

replace firefox button

This commit is contained in:
mat 2024-01-04 07:45:46 -06:00
parent 1743f83d69
commit 4909da73e0
4 changed files with 11 additions and 7 deletions

View file

@ -11,7 +11,7 @@
function createIdleTimeout() {
return setTimeout(() => {
idleModeEnabled = true
}, 600)
}, 60000)
}
let idleTimeout = createIdleTimeout()

View file

@ -52,11 +52,6 @@
<Button href="//8minty.me" src="8minty.gif" alt="8minty" />
<Button href="//slonk.ing" src="slonk.png" alt="slonkazoid" />
<Button href="//archlinux.org" src="archbtw.png" alt="archbtw" />
<Button
href="//www.mozilla.org/en-US/firefox/new"
src="getfirefox.gif"
alt="getfirefox"
/>
<Button href="//github.com/mat-1" src="github.gif" alt="github" />
<Button href="//ko-fi.com/matdoesdev" src="kofi.gif" alt="kofi" />
<Button href="//code.visualstudio.com" src="vscode.gif" alt="vscode" />
@ -75,7 +70,16 @@
alt="netscape"
/>
<Button href="//archive.org" src="internet-archive.png" alt="internet archive" />
<Button href="//thunderbird.net" src="thunderbird.gif" alt="thunderbird" />
<Button
href="//thunderbird.net"
src="thunderbird.gif"
alt="thunderbird: free your inbox"
/>
<Button
href="//www.mozilla.org/en-US/firefox/new"
src="firefox.gif"
alt="tested on firefox"
/>
<Button href="//matrix.org" src="matrix.png" alt="matrix" />
</div>
</td>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB