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 2 3 3 export const buttonwall: bookmark[] = [ 4 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 + { 5 20 name: "doqmeat.com", 6 21 url: "https://doqmeat.com", 7 22 filetype: ".png", ··· 39 54 ]; 40 55 41 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 + }, 42 63 { 43 64 name: "yugoslavia.best", 44 65 url: "https://yugoslavia.best/",
+1 -1
src/content/bookmarks/resources.ts
··· 11 11 name: "DaFont", 12 12 url: "https://www.dafont.com/", 13 13 description: 14 - "Free fonts for commercial and personal use. Make sure to check the license on each font before using.", 14 + "Free fonts for commercial and personal use. Make sure to check the license for each font before using.", 15 15 }, 16 16 ];