-
Notifications
You must be signed in to change notification settings - Fork 0
/
assets.json
36 lines (36 loc) · 1.39 KB
/
assets.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
{
"$schema": "./schema.json",
"assets": [
{
"image": "https://pennlabs.github.io/platform-sample-assets/images/coffee.jpg",
"text": "Buy us a drink! :D",
"action": "https://www.youtube.com/watch?v=xvFZjo5PgG0"
},
{
"image": "https://pennlabs-assets.s3.amazonaws.com/metadata-images/penn-labs.png",
"text": "Penn Labs",
"action": "https://pennlabs.org"
},
{
"image": "https://pennlabs.github.io/platform-sample-assets/images/apple-wallet.png",
"text": "Your PennCard. Now on your iPhone. Tap to learn more",
"action": "https://www.youtube.com/watch?v=xvFZjo5PgG0"
},
{
"image": "https://pennlabs.github.io/platform-sample-assets/images/fratgpt.png",
"text": "FratGPT",
"action": "https://theradishwlu.com/2023/02/04/chat-gpt-learns-to-throw-epic-rager-makes-frats-obsolete/"
},
{
"image": "https://pennlabs.github.io/platform-sample-assets/images/raid.png",
"text": "Raid: Shadow Legends",
"action": "https://plarium.com"
},
{
"image": "https://pennlabs.github.io/platform-sample-assets/images/rank.png",
"text": "Penn ClubRank",
"action": "https://pennclubs.com/clubrank"
}
],
"strings": []
}