This commit is contained in:
parent
20a783b1ba
commit
4a75dc2784
2 changed files with 9 additions and 14 deletions
|
@ -1,7 +0,0 @@
|
|||
$(".closed").html( /*html*/ `
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>My commissions are currently closed.</strong>
|
||||
<br>Check this site periodically to see if they have opened back up. Please don't contact me until they do.
|
||||
</div>
|
||||
`);
|
||||
// <br>Alternatively, you can also commission my friend <a href="https://quarris.github.io/commissions">Quarris</a>, who has done some great work in the past.
|
|
@ -40,8 +40,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="par closed"></div>
|
||||
|
||||
<div class="par">
|
||||
<h1>💾 Past Commissions</h1>
|
||||
<div id="mods"></div>
|
||||
|
@ -76,16 +74,20 @@
|
|||
|
||||
<div class="par">
|
||||
<h1>✉️ Contact</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>My commissions are currently closed.</strong>
|
||||
<br>Unfortunately, I don't have an estimate of when they will reopen. Please don't contact me until they do.
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<p>If you're interested, you can easily contact me by joining my Discord server and messaging me privately from there. Alternatively, you can also <a href="mailto:me@ellpeck.de">send me an email</a>.</p>
|
||||
|
||||
<div class="closed"></div>
|
||||
|
||||
<a href="https://link.ellpeck.de/discordweb"><img class="discord-img" src="../res/discord.png"></a>
|
||||
<a href="https://link.ellpeck.de/discordweb"><img class="discord-img" src="../res/discord.png"></a>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<a href="https://git.ellpeck.de/Ellpeck/Web">© 2021-2023 Ellpeck</a> – <a href="https://ellpeck.de/impressum">Impressum</a> – <a href="https://ellpeck.de/privacy">Privacy</a> – <a href="https://status.ellpeck.de">Status</a>
|
||||
</div>
|
||||
|
||||
<script src="closed.js"></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue