'awards' on frontpage
This commit is contained in:
parent
0044cccf67
commit
868257825f
2684
client/assets/mnml.awards.svg
Normal file
2684
client/assets/mnml.awards.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 106 KiB |
@ -197,4 +197,5 @@ section {
|
|||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -297,6 +297,14 @@ li {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.awards {
|
||||||
|
height: 100%;
|
||||||
|
background-image: url("../../assets/mnml.awards.svg");
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
.discord-btn {
|
.discord-btn {
|
||||||
background-image: url("./../discord.white.svg");
|
background-image: url("./../discord.white.svg");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
|||||||
@ -35,13 +35,15 @@ function Play(args) {
|
|||||||
} = args;
|
} = args;
|
||||||
|
|
||||||
const news = (
|
const news = (
|
||||||
<div class="intro">
|
<div class="list">
|
||||||
<p> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
|
<div class="intro">
|
||||||
<p>
|
<p> MNML is a turn-based 1v1 strategy game in an abstract setting. </p>
|
||||||
Build a unique team of 3 constructs from a range of skills and specialisations.<br />
|
<p>
|
||||||
Outplay your opponent across multiple rounds by adapting to an always shifting meta. <br />
|
Build a unique team of 3 constructs from a range of skills and specialisations.<br />
|
||||||
Simple rules, complex interactions and unique mechanics.<br />
|
Outplay your opponent across multiple rounds by adapting to an always shifting meta. <br />
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="awards"></div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -72,9 +74,10 @@ function Play(args) {
|
|||||||
<main>
|
<main>
|
||||||
<NoiseLogo />
|
<NoiseLogo />
|
||||||
<hr />
|
<hr />
|
||||||
|
{list()}
|
||||||
|
<hr />
|
||||||
{news}
|
{news}
|
||||||
<hr />
|
<hr />
|
||||||
{list()}
|
|
||||||
<Welcome />
|
<Welcome />
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user