'awards' on frontpage
This commit is contained in:
@@ -35,13 +35,15 @@ function Play(args) {
|
||||
} = args;
|
||||
|
||||
const news = (
|
||||
<div class="intro">
|
||||
<p> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
|
||||
<p>
|
||||
Build a unique team of 3 constructs from a range of skills and specialisations.<br />
|
||||
Outplay your opponent across multiple rounds by adapting to an always shifting meta. <br />
|
||||
Simple rules, complex interactions and unique mechanics.<br />
|
||||
</p>
|
||||
<div class="list">
|
||||
<div class="intro">
|
||||
<p> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
|
||||
<p>
|
||||
Build a unique team of 3 constructs from a range of skills and specialisations.<br />
|
||||
Outplay your opponent across multiple rounds by adapting to an always shifting meta. <br />
|
||||
</p>
|
||||
</div>
|
||||
<div class="awards"></div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -72,9 +74,10 @@ function Play(args) {
|
||||
<main>
|
||||
<NoiseLogo />
|
||||
<hr />
|
||||
{list()}
|
||||
<hr />
|
||||
{news}
|
||||
<hr />
|
||||
{list()}
|
||||
<Welcome />
|
||||
</main>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user