-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
60 lines (60 loc) · 1.69 KB
/
data.json
File metadata and controls
60 lines (60 loc) · 1.69 KB
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
{
"siteTitle": "Strat//welcome",
"about": {
"heading": "About",
"text": "Hello! Page for anything I make which i finish, which I usually don't."
},
"featured":[
{
"title": "servertabs",
"url": "https://modrinth.com/mod/servertabs",
"imgSrc": "assets/tmfs.png",
"imgAlt": "servertabs logo for the organizing servers",
"desc": "manage your servers"
},
{
"title": "mrpackswap",
"url": "https://stratcube2.github.io/mrpack",
"imgSrc": "assets/mrpack.png",
"imgAlt": "mrpackswap, change minecraft modpadk versions",
"desc": "swap a modpacks version"
},
{
"title": "Modular",
"url": "https://stratcube.github.io/modular",
"imgSrc": "assets/pack.png",
"imgAlt": "stratcube2.github.io, the website for all cubes and blocks",
"desc": "create modpack ez"
}
],
"projects":[
{
"name": "servertabs",
"url": "https://modrinth.com/mod/servertabs",
"desc": "Too Many Flippin Servers — server manager",
"status": "updating",
"statusColor": "rgba(255, 206, 46, 0.5)"
},
{
"name": "mrpackswap",
"url": "mrpack",
"desc": "swap modpack versions easily",
"status": "active",
"statusColor": "var(--green)"
},
{
"name": "mcmodbuilder",
"url": "https://github.com/StratCube2/MCmodbuilder-Fabric",
"desc": "mod online compiler",
"status": "┐( ∵ )┌",
"statusColor": "var(--green)"
},
{
"name": "View more",
"url": "https://stratcube.github.io/",
"desc": "stratcube projects",
"status": "↗",
"statusColor": "rgba(110,231,90,0.4)"
}
]
}