Archived
Template
1
Fork 0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Vacy/commissions/index.html
2022-04-30 14:07:24 -04:00

43 lines
No EOL
1.9 KiB
HTML

<!-- Hosted and created by Korbs Studio -->
<!DOCTYPE html>
<script src="https://kit.fontawesome.com/fc093d7fbf.js" crossorigin="anonymous"></script>
<script src="/src/js/component.js"></script>
<html>
<head>
<title>BlueAnimates</title>
<link rel="stylesheet" href="/src/css/master.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
</head>
<body>
<div add-component="/src/components/master/header.html"></div>
<div class="content">
<section class="header">
<h1>Commissions</h1>
</section>
<section style="margin: 50px 0px;">
<h1>Blue's Minecraft Commissions!</h1>
<ul>
<li>I do not have a credit card, so all payments must be in Discord Nitro.</li>
<li>Please do not rush me to finish your commission! I have other things to do.</li>
<li>I have the right to deny or cancel a commission at any time.</li>
<li>If you'd like a preset, you have to provide me with a skin.</li>
</ul>
<p><u>I will NOT make:</u></p>
<ul>
<li>Hateful Artwork</li>
<li>Nudity/NSFW/Gore/Vore</li>
<li>Furries</li>
<li>HD SKins Presets/Renders</li>
</ul>
<p>Check out the <a href="./renders/">Renders page</a> to see render pricing!</p>
<p>Check out the <a href="./character-models/">Character Models page</a> to see character pricing!</p>
</section>
<section id="footer">
<div>
<p><i class="fa-light fa-copyright"></i> 2021 - 2022 BlueAnimates</p>
</div>
</section>
</div>
</body>
<script>addComponent()</script>
</html>