diff options
| author | hazel <hazel@hazelthats.me> | 2026-03-06 17:56:45 +0100 |
|---|---|---|
| committer | hazel <hazel@hazelthats.me> | 2026-03-06 17:56:45 +0100 |
| commit | fcbb4790e92302696175cfa89608cbb985383d15 (patch) | |
| tree | 7c96ec251573de0a5b7cfc129d98559911d04caf /_data/badges.js | |
| download | hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.tar.gz hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.tar.bz2 hazelthats.me-fcbb4790e92302696175cfa89608cbb985383d15.zip | |
history reset for anonymity
Signed-off-by: hazel <hazel@hazelthats.me>
Diffstat (limited to '_data/badges.js')
| -rw-r--r-- | _data/badges.js | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/_data/badges.js b/_data/badges.js new file mode 100644 index 0000000..922e1a9 --- /dev/null +++ b/_data/badges.js @@ -0,0 +1,28 @@ +export default [ + { + src: "/badges/3ds.jpg", + title: "it's surprisingly easy to hack your nintendo 3ds", + href: "https://3ds.guide", + }, + { + src: "/badges/archlinux.gif", + title: "arch btw", + href: "https://archlinux.org", + }, + { + src: "/badges/debian2.gif", + title: "website powered by debian", + href: "https://www.debian.org/", + }, + { + src: "/badges/hazelthatsme.gif", + title: "hazel, that's me.", + href: "https://hazelthats.me", + }, + { src: "/badges/internetprivacy.gif", title: "i like my privacy" }, + { + src: "/badges/nginx.png", + title: "website powered by nginx", + href: "https://nginx.org", + }, +]; |
