[Add] Team section & teams post

This commit is contained in:
Alex Emmet 2026-04-22 13:52:22 +02:00
commit cb26d149eb
13 changed files with 521 additions and 53 deletions

View file

@ -1,6 +1,15 @@
[
{
"date": "2026-04-21",
"date": "2026-04-22, by AlexEmmet",
"head_img": "outpost.png",
"file": "Teams.md",
"title": "Teams",
"description": "Get to know the teams!"
},
{
"date": "2026-04-21, by AlexEmmet",
"head_img": "village_sunset.png",
"file": "JoinAnarchyphase.md",
@ -9,7 +18,7 @@
"description": "Join the Anarchyphase community today!"
},
{
"date": "2026-04-21",
"date": "2026-04-21, by AlexEmmet",
"head_img": "horse_rainbow.png",
"file": "Home.md",
@ -18,7 +27,7 @@
"description": "Learn about the /Home command."
},
{
"date": "2026-04-21",
"date": "2026-04-21, by AlexEmmet",
"head_img": "horse_rainbow.png",
"file": "ThisWebsite.md",
@ -27,7 +36,7 @@
"description": "Learn about this website."
},
{
"date": "2026-04-21",
"date": "2026-04-21, by AlexEmmet",
"head_img": "horse_rainbow.png",
"file": "AlexsOpinion.md",

View file

@ -9,7 +9,7 @@
"icon": "ninivx.png",
"name": "NiniVX",
"priority": 1,
"role": "Administrator"
"role": "Community Manager"
},
{
"icon": "burrata.png",
@ -18,6 +18,7 @@
"role": "Administrator"
},
{
"icon": "pitrex.png",
"name": "Pitrex",
"priority": 2,
"role": "Moderator & Developer"

44
website/api/teams.json Normal file
View file

@ -0,0 +1,44 @@
[
{
"title": "Anarchyphase Public Infrastructure",
"acronym": "API",
"leader": "NiniVX",
"vips": "mewjo_",
"description": "Building infrastructure across the server.",
"image": "api.png",
"discord": "directs/api"
},
{
"title": "Commune",
"acronym": "",
"leader": "StormGamer0512",
"vips": "",
"description": "Spreading Communism around the world",
"image": "campsite.png"
},
{
"title": "Orbit",
"acronym": "",
"leader": "Yippee",
"vips": "Skely, xLeggings, Luxi",
"description": "Me when I Orb it",
"image": "village_sunset.png"
},
{
"title": "Chunky Town",
"acronym": "CT",
"leader": "MoriceMC",
"vips": "Yeah he's the owner",
"description": "We are number one",
"image": "icon.png",
"discord": "directs/ct"
},
{
"title": "Ardubia",
"acronym": "",
"leader": "Liwitikiwi",
"vips": "",
"description": "Build borders to keep out foreign aliens",
"image": "outpost.png"
}
]