copy the "commissions closed" info to the bottom
All checks were successful
Web/pipeline/head This commit looks good

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) { success: function (value) {
if (value !== "true") if (value !== "true")
return; return;
$('#closed').html( /*html*/ ` $('.closed').html( /*html*/ `
<div class="alert alert-warning" role="alert"> <div class="alert alert-warning" role="alert">
<strong>My commissions are currently closed.</strong> <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. <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> </div>
<div class="par" id="closed"></div> <div class="par closed"></div>
<script src="closed.js"></script>
<div class="par"> <div class="par">
<h1>Past Commissions</h1> <h1>Past Commissions</h1>
@ -86,6 +85,9 @@
</div> </div>
<div class="par closed"></div>
<script src="closed.js"></script>
<div class="par"> <div class="par">
<h1>Contact</h1> <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> <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>