add attribution
This commit is contained in:
parent
365610184a
commit
2eda5a388e
@ -32,6 +32,13 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
<footer class="bottom absolute center">
|
||||||
|
fan-made campaign manager for <a
|
||||||
|
href="https://czechgames.com/en/under-falling-skies/"
|
||||||
|
>Under Falling Skies</a
|
||||||
|
><br /> written by
|
||||||
|
<a href="mailto:yanick@sky.babyl.ca">Yanick Champoux</a>
|
||||||
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{#if showNewCampaign}
|
{#if showNewCampaign}
|
||||||
@ -108,4 +115,11 @@
|
|||||||
article {
|
article {
|
||||||
height: 90vh;
|
height: 90vh;
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
width: 90%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
footer a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user