site/main/comms/index.html

163 lines
6.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Alison's Commissions</title>
<link rel="stylesheet" href="./../style.css">
<link rel="icon" type="image/x-icon" href="./../images/svg/favicon.svg">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!---<meta property="og:image" content="./img/meta/commsmeta.webp" /> --->
<meta property="og:type" content="website" />
<meta property="og:title" content="Alison's Commissions" />
<meta property="og:url" content="https://alisonkira.art" />
<meta
name="description"
content="All the illustration services I provide as commissions."
/>
</head>
<body>
<div class="sidenav">
<a href="#top">Back to Top</a>
<a href="#stickers">Stickers</a>
<a href="#portraits">Portraits</a>
<a href="#icons">Icons</a>
<a href="#badges">Badges</a>
<a href="#sketches">Sketches</a>
<a href="#refs">Ref Sheets</a>
<a href="#extras">Extras</a>
</div>
<div class="main">
<div id="top">
<h3><a href="./../index.html">&gt;&gt;&gt;Back to the homepage</a></h3>
<h1>Commission Info!</h1>
<p>Before commissioning, make sure to read the <a href="./../tos/">Terms of Service</a>.</p>
<p>All commissions include a simple color background, and a free alt where there's a small change included (like a different palette swap, or shirt/shirtless variants).</p>
</div>
<br>
<div id="stickers">
<h2>Stickers/Emotes</h2>
<div class="row">
<div class="column">
<img src="./../images/comms/stickers.webp" alt="Various sticker and emote examples">
</div>
<div class="column">
<p>One Sticker: 20 USD</p>
<p>Six Pack: 84 USD</p>
<p>Twelve Pack: 144 USD</p>
<p><i>Note: Stickers come in 2048x2048px size.</i></p>
</div>
</div>
</div>
<div id="portraits">
<h2>Portraits</h2>
<div class="row">
<div class="column">
<img src="./../images/comms/portraits.webp" alt="Various portrait illustration examples">
</div>
<div class="column">
<h3>Flat Color</h3>
<p>Half-Body: 39 USD</p>
<p>Full-Body: 69 USD</p>
<h3>Full Color (Lighting & Shading)</h3>
<p>Half-Body: 59 USD</p>
<p>Full-Body: 89 USD</p>
<p><i>Note: Half Body Portraits come in A4/Letter size, and Full Body Portraits come in A3/Tabloid size. You can request a similar size change if needed.</i></p>
</div>
</div>
</div>
<div id="icons">
<h2>Icons</h2>
<div class="row">
<div class="column">
<img src="./../images/comms/icons.webp" alt="Profile picture icon examples">
</div>
<div class="column">
<p>Flat Color: 20 USD</p>
<p>Full Color: 30 USD</p>
<p><i>Note: Icons come in 2048x2048px size.</i></p>
</div>
</div>
</div>
<div id="badges">
<h2>Badges</h2>
<div class="row">
<div class="column">
<img src="./../images/comms/badges.webp" alt="Badge illustration examples">
</div>
<div class="column">
<h3>Flat Color</h3>
<p>Half-Body: 39 USD</p>
<p>Full-Body: 69 USD</p>
<h3>Full Color (Lighting & Shading)</h3>
<p>Half-Body: 59 USD</p>
<p>Full-Body: 89 USD</p>
<p><i>Note: Badges are illustrated by default in A5 or half letter size.</i></p>
<p><i>Printing, laminating and shipping can be negotiated, and may include an additional fee.</i></p>
</div>
</div>
</div>
<div id="sketches">
<h2>Sketches</h2>
<div class="row">
<div class="column">
<img src="./../images/comms/sketches.webp" alt="Sketch illustration examples">
</div>
<div class="column">
<p>Sketch Only: 20 USD</p>
<p>With Flat Color: 30 USD</p>
<p><i>Note: Sketches come in A4/Letter size.</i></p>
</div>
</div>
</div>
<div id="refs">
<h2>Reference Sheets</h2>
<div class="row">
<div class="column">
<img src="./../images/comms/refs.webp" alt="Character Reference sheet closeups">
</div>
<div class="column">
<p><b>Front + Back: </b>139 USD</p>
<p><b>Front + Back + Side: </b>159 USD</p>
<p>Includes:</p><ul>
<li><b>Color palette</b></li>
<li><b>Info Section </b>(Name, Height, Gender, Likes/Dislikes, etc.)</li>
<li><b>3 outfits </b>(chibis, or front view copies with an outfit)</li>
<li><b>3 Accessories </b>(Examples: Notebook, Handbag, Sword, etc.)</li>
<li><b>3 Body closeups </b>(Examples: Toungue, paws, eyes, etc.)</li></ul>
<p><i>Note: Reference sheets don't have lighting and shading, and come in A3/Tabloid size.</i></p>
</div>
</div>
</div>
<div id="extras">
<h2>Extras</h2>
<p>Extra alt: +10% base price</p>
<p>Background: +75% base price</p>
<p>Extra character: +75% base price</p>
<p><i>Note: Only applicable to characters added on the same canvas.</i></p>
<p>Complex characters: +25% base price</p>
<ul>
<li>Extra limbs</li>
<li>Large wings (bigger than the torso's width)</li>
<li>Tatoos/Patterns</li>
<li>Highly detailed outfits</li>
</ul>
<p>These traits don't count towards complex characters:</p>
<ul>
<li>Fat people</li>
<li>People with missing limbs or disabilities</li>
<li>Few and small extra body parts (like a third eye, second toungue, etc)</li>
</ul>
</div>
<div id="footer">
<p>Alison Kira 2024</p>
</div>
</div>
</body>
</html>