moved closed commissions info around
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Ell 2023-10-03 22:40:52 +02:00
parent ce6643d48f
commit 83e4e487f8
3 changed files with 12 additions and 20 deletions

View file

@ -1,16 +1,7 @@
$.ajax({
dataType: "text",
url: "closed.txt",
cache: false,
success: function (value) {
if (value !== "true")
return;
$(".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.
}
});
$(".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.

View file

@ -1 +0,0 @@
true

View file

@ -74,16 +74,18 @@
</div>
<div class="par closed"></div>
<script src="closed.js"></script>
<div class="par">
<h1>✉️ Contact</h1>
<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>
</div>
<div class="footer">
<a href="https://git.ellpeck.de/Ellpeck/Web">&copy; 2021-2023 Ellpeck</a> &ndash; <a href="https://ellpeck.de/impressum">Impressum</a> &ndash; <a href="https://ellpeck.de/privacy">Privacy</a> &ndash; <a href="https://status.ellpeck.de">Status</a>
</div>
<script src="closed.js"></script>
</body>