diff --git a/website/api/backdrops.json b/website/api/backdrops.json index 49a12b7..c154c32 100644 --- a/website/api/backdrops.json +++ b/website/api/backdrops.json @@ -32,5 +32,9 @@ { "name": "mountain", "destructive": false + }, + { + "name": "mountain_horse", + "destructive": false } ] diff --git a/website/api/staff.json b/website/api/staff.json index 40d66d2..cdc7a17 100644 --- a/website/api/staff.json +++ b/website/api/staff.json @@ -24,6 +24,7 @@ "role": "Moderator & Developer" }, { + "icon": "litus.png", "name": "Litus", "priority": 2, "role": "Moderator" @@ -40,7 +41,7 @@ "role": "Moderator" }, { - "icon": "harrpy.png", + "icon": "harrpyrose.png", "name": "Harrpy", "priority": 2, "role": "Moderator" diff --git a/website/api/teams.json b/website/api/teams.json index f6a399e..ed3412c 100644 --- a/website/api/teams.json +++ b/website/api/teams.json @@ -3,7 +3,7 @@ "title": "Anarchyphase Public Infrastructure", "acronym": "API", "leader": "NiniVX", - "vips": "mewjo_", + "vips": "mewjo_, Foxik_16", "description": "Building infrastructure across the server.", "image": "api.png", "discord": "directs/api" @@ -42,11 +42,11 @@ "image": "outpost.png" }, { - "title": "Pact of Peace and Nutrality", - "acronym": "PoPaN", + "title": "Pact of Peace and Neutrality", + "acronym": "PPN", "leader": "Hamb_y", "vips": "", - "description": "", + "description": "Pact of Peace and neutrality lets anyone join no matter their team. Our goal is to promote peace within factions on the server", "image": "mountain.png", "discord": "directs/pact" } diff --git a/website/assets/litus.png b/website/assets/litus.png new file mode 100644 index 0000000..98b8a8e Binary files /dev/null and b/website/assets/litus.png differ diff --git a/website/assets/mountain_horse.png b/website/assets/mountain_horse.png new file mode 100644 index 0000000..0bbffe9 Binary files /dev/null and b/website/assets/mountain_horse.png differ diff --git a/website/index.html b/website/index.html index bfb2d35..7ae68e1 100644 --- a/website/index.html +++ b/website/index.html @@ -13,7 +13,8 @@ @@ -133,14 +134,16 @@ -
-

Staff

-
-
+
+
+

Staff

+
+
+
-
+

Teams

diff --git a/website/post.html b/website/post.html index 5fbdbb9..d4188e6 100644 --- a/website/post.html +++ b/website/post.html @@ -13,7 +13,8 @@ diff --git a/website/style.css b/website/style.css index ce14c93..cf3e892 100644 --- a/website/style.css +++ b/website/style.css @@ -400,7 +400,7 @@ section:not(.bg-image-section) { } /* ─── Team ─── */ -#team h2 { +#teams h2 { text-align: center; font-size: 2.2rem; margin-bottom: 3rem; @@ -777,6 +777,7 @@ footer a:hover { } /* ─── Socials Section Layout ─── */ + #socials .content-wrapper { display: flex; flex-direction: column; @@ -794,6 +795,10 @@ footer a:hover { } /* Staff section below socials */ +#staff { + background: #0000; +} + .staff-section { width: 100%; max-width: 1200px; @@ -822,14 +827,15 @@ footer a:hover { } /* ─── Team Cards ─── */ -#team { +#teams { background: var(--bg-solid); } -#team h2 { +#teams h2 { text-align: center; font-size: 2.2rem; margin-bottom: 3rem; + text-shadow: 0 3px 15px rgba(0, 0, 0, 0.9); color: #fff; }