aboutsummaryrefslogtreecommitdiff
path: root/example.json
blob: f36ae273d1b0cdf9e90156fc45ce5364d62c9400 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "image": "wallpaper.jpg",
  "description": "Sem magna a dui labore et cursus nibh ipsum nulla. Sem magna a dui labore et cursus nibh ipsum nulla. Blandit adipiscing nulla diam dolore ultricies ornare sed risus faucibus. Lobortis mi sed dui risus nulla ultrices vulputate at enim.",
  "person": {
    "name": "Anhgelus Morhtuuzh",
    "pronouns": "he/his - some basic things though",
    "image": "pfp.webp"
  },
  "font": "serif",
  "colors": {
    "text": "#fff",
    "background": {
      "type": "linear",
      "angle": 243,
      "colors": [
        {
          "color": "#020024",
          "position": 0
        },
        {
          "color": "#090979",
          "position": 40
        },
        {
          "color": "#00d4ff",
          "position": 100
        }
      ]
    }
  },
  "links": [
    {
      "link": "https://discord.gg/minecraft",
      "content": "Minecraft's Discord",
      "color": "#800080",
      "text_color": "#fff",
      "color_hover": "#680c68",
      "text_color_hover": "#eee"
    },
    {
      "link": "https://github.com/anhgelus",
      "content": "GitHub",
      "color": "#800080FF",
      "text_color": "#fff",
      "color_hover": "#680c68",
      "text_color_hover": "#eee"
    },
    {
      "link": "https://youtube.com/@anhgelus",
      "content": "YouTube",
      "color": "#800080FF",
      "text_color": "#fff",
      "color_hover": "#680c68",
      "text_color_hover": "#eee"
    }
  ],
  "legal": {
    "legal_information_link": "https://www.anhgelus.world/legal/",
    "images_source": [
      "Profile picture: John Smith for example.org",
      "Background: John Smith 2 for another.example.org"
    ],
    "font_source": "serif by ?"
  }
}