add attribution
This commit is contained in:
parent
365610184a
commit
2eda5a388e
@ -32,6 +32,13 @@
|
||||
>
|
||||
</div>
|
||||
{/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>
|
||||
|
||||
{#if showNewCampaign}
|
||||
@ -108,4 +115,11 @@
|
||||
article {
|
||||
height: 90vh;
|
||||
}
|
||||
footer {
|
||||
width: 90%;
|
||||
text-align: center;
|
||||
}
|
||||
footer a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user