copy the "commissions closed" info to the bottom
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-08-06 22:26:17 +02:00
parent 0c8571cfc1
commit ff53a22e69
2 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ $.ajax({
success: function (value) {
if (value !== "true")
return;
$('#closed').html( /*html*/ `
$('.closed').html( /*html*/ `
<div class="alert alert-warning" role="alert">
<strong>My commissions are currently closed.</strong>
<br>If you are willing to wait until they reopen, you can still contact me with a summary of your request.

View File

@ -52,8 +52,7 @@
</div>
</div>
<div class="par" id="closed"></div>
<script src="closed.js"></script>
<div class="par closed"></div>
<div class="par">
<h1>Past Commissions</h1>
@ -86,6 +85,9 @@
</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>