1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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",
},
];
|