[Add] Team section & teams post
This commit is contained in:
parent
723e3762ec
commit
cb26d149eb
13 changed files with 521 additions and 53 deletions
54
website/api/staff.json
Normal file
54
website/api/staff.json
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
[
|
||||
{
|
||||
"icon": "morice.png",
|
||||
"name": "MoriceMC",
|
||||
"priority": 0,
|
||||
"role": "Owner & Lead Developer"
|
||||
},
|
||||
{
|
||||
"icon": "ninivx.png",
|
||||
"name": "NiniVX",
|
||||
"priority": 1,
|
||||
"role": "Community Manager"
|
||||
},
|
||||
{
|
||||
"icon": "burrata.png",
|
||||
"name": "Burrata",
|
||||
"priority": 1,
|
||||
"role": "Administrator"
|
||||
},
|
||||
{
|
||||
"icon": "pitrex.png",
|
||||
"name": "Pitrex",
|
||||
"priority": 2,
|
||||
"role": "Moderator & Developer"
|
||||
},
|
||||
{
|
||||
"name": "Litus",
|
||||
"priority": 2,
|
||||
"role": "Moderator"
|
||||
},
|
||||
{
|
||||
"icon": "ahnyokatzin.png",
|
||||
"name": "Ahnyokatzin",
|
||||
"priority": 2,
|
||||
"role": "Moderator"
|
||||
},
|
||||
{
|
||||
"name": "T1X",
|
||||
"priority": 2,
|
||||
"role": "Moderator"
|
||||
},
|
||||
{
|
||||
"icon": "harrpy.png",
|
||||
"name": "Harrpy",
|
||||
"priority": 2,
|
||||
"role": "Moderator"
|
||||
},
|
||||
{
|
||||
"icon": "alexemmet.png",
|
||||
"name": "AlexEmmet",
|
||||
"priority": 3,
|
||||
"role": "Web-Developer & Critic (Professional Hater)"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue