more website links on bookmarks

public/img/sitebuttons/afterlifepro.neocities.org.gif

This is a binary file and will not be displayed.

public/img/sitebuttons/afterlifepro.neocities.org.png

This is a binary file and will not be displayed.

public/img/sitebuttons/heavenonline.xyz.png

This is a binary file and will not be displayed.

public/img/sitebuttons/kerka.neocities.org.gif

This is a binary file and will not be displayed.

public/img/sitebuttons/kerka.neocities.org.png

This is a binary file and will not be displayed.

+21
src/content/bookmarks/personalsites.ts
··· 2 3 export const buttonwall: bookmark[] = [ 4 { 5 name: "doqmeat.com", 6 url: "https://doqmeat.com", 7 filetype: ".png", ··· 39 ]; 40 41 export const nobutton: bookmark[] = [ 42 { 43 name: "yugoslavia.best", 44 url: "https://yugoslavia.best/",
··· 2 3 export const buttonwall: bookmark[] = [ 4 { 5 + name: "afterlifepro.neocities.org", 6 + url: "https://afterlifepro.neocities.org/", 7 + filetype: ".gif", 8 + }, 9 + { 10 + name: "kerka.neocities.org", 11 + url: "https://kerka.neocities.org/", 12 + filetype: ".gif", 13 + }, 14 + { 15 + name: "heavenonline.xyz", 16 + url: "https://heavenonline.xyz", 17 + filetype: ".png", 18 + }, 19 + { 20 name: "doqmeat.com", 21 url: "https://doqmeat.com", 22 filetype: ".png", ··· 54 ]; 55 56 export const nobutton: bookmark[] = [ 57 + { 58 + name: "vielle.dev", 59 + url: "https://vielle.dev/", 60 + description: 61 + "Cool dev, she codes awesome stuff. Has helped quite a lot with my website too. :P", 62 + }, 63 { 64 name: "yugoslavia.best", 65 url: "https://yugoslavia.best/",
+1 -1
src/content/bookmarks/resources.ts
··· 11 name: "DaFont", 12 url: "https://www.dafont.com/", 13 description: 14 - "Free fonts for commercial and personal use. Make sure to check the license on each font before using.", 15 }, 16 ];
··· 11 name: "DaFont", 12 url: "https://www.dafont.com/", 13 description: 14 + "Free fonts for commercial and personal use. Make sure to check the license for each font before using.", 15 }, 16 ];