-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cards.json
41 lines (41 loc) · 1.71 KB
/
cards.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"cards": [
{
"title": "microsoftgithub.com",
"caption": "create legit-looking github links that rickroll the visitor when clicked; apparently ${microsoftgithubusers} users have already been rickrolled; oh god, what have i done.",
"link": "https://microsoftgithub.com/usage"
},
{
"title": "discord-md-badge",
"caption": "a customizable badge that shows your Discord account, a server invite, or a bot account; it served ${requests} requests in the last 365 days... holy cannoli, that's ${dailyrequests} requests every day! thanks y'all!!",
"link": "https://github.com/gitlimes/discord-md-badge"
},
{
"title": "spinmii",
"caption": "make your mii spin 360°, 'cause why not I suppose.",
"repo": "https://github.com/gitlimes/website/blob/main/pages/api/spinmii.js",
"link": "/spinmii",
"samePage": true
},
{
"title": "errors",
"caption": "render an error dialog from a Wii U or 3DS, because, duh, who doesn't wanna do that.",
"repo": "https://github.com/gitlimes/website/blob/main/pages/api/errorgen",
"link": "/errors",
"samePage": true
},
{
"title": "adobe-fonts-dl",
"caption": "download .otf fonts from any adobe fonts web project/typekit url.",
"repo": "https://github.com/gitlimes/website/blob/main/pages/adobe-fonts-dl.js",
"link": "/adobe-fonts-dl",
"samePage": true
},
{
"title": "pretendo-network",
"caption": "basically, i did some stuff on the website: navbar, footer, account page, login page, blog, mii editor... yeah i think that's all.",
"repo": "https://github.com/PretendoNetwork/website",
"link": "https://pretendo.network"
}
]
}