main #1

Merged
Lupancham merged 33 commits from CRSS/Website:main into main 2024-06-09 20:29:09 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 0fe313fc34 - Show all commits

View file

@ -19,6 +19,7 @@
'short_description' => 'The first nation, prev. known as ROP.',
'description' => 'The first nation on CRSS, previously known as ROP.',
'leader' => 'iforgotaname',
'leader_term' => 'Prime Minister',
),
'cnk' => array(
'name' => 'Chunkia',
@ -27,6 +28,7 @@
'short_description' => 'Chunkia is based in a chaotic landscape',
'description' => 'In the chaos of Minecraft, chunk errors are inevitable. Chunkia is based in one.',
'leader' => 'WorldWidePixel',
'leader_term' => 'Leader',
),
'ttk' => array(
'name' => 'The Toaster-Königreich',
@ -35,6 +37,7 @@
'short_description' => 'The Toaster-Königreich is the Industrialized Nation of CRSS',
'description' => 'In the vast landsacpe of CRSS, The Toaster-Königreich is one of the most industrialized Marxist district of CRSS. With Charge Industries as one of the main government controlled company in the nation.',
'leader' => 'Lupancham',
'leader_term' => 'Chancellor',
),
'rob' => array(
'name' => 'Republic of Budapest',
@ -43,6 +46,7 @@
'short_description' => 'Republic of Budapest is a country located to the west of the map.',
'description' => 'Republic of Budapest is a country located to the west of the map.',
'leader' => 'TheClashFruit',
'leader_term' => 'Leader',
)
);

View file

@ -15,7 +15,7 @@
<div class="nationCoreInfo">
<h2 style="margin: 0"> Description </h2>
<p> {{ nation.description }} </p>
<h2> Leader </h2>
<h2> {{ nation.leader_term }} </h2>
<p> {{ nation.leader }} </p>
</div>
</div>