diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 19:51:54 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 19:52:16 +0200 |
| commit | 729b35341009e7c3dda4e7cf9a57e383300258f6 (patch) | |
| tree | 3295ce1359fa28b95997b512a2dff02495734981 | |
| parent | 55df98066bc299321201b7fc860bfbb3275013df (diff) | |
Update commissions page to scene-based pricing model
Restructured commission types from character-focused (bust, half-body,
etc.)
to scene/complexity-based (icon, banner, half scene, full scene,
complex).
Added style disclaimer explaining the fuzzy/dreamlike aesthetic and that
characters will be stylized with obscured faces. Updated "I Will Draw"
to
emphasize surreal/dreamcore themes.
| -rw-r--r-- | src/Pages/commissions/commissions.php | 70 |
1 files changed, 32 insertions, 38 deletions
diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php index 6895855..7eb155d 100644 --- a/src/Pages/commissions/commissions.php +++ b/src/Pages/commissions/commissions.php @@ -213,85 +213,79 @@ <div class="commission-section"> <h2>What I Offer</h2> <ul> + <li>Unreality / surrealist / dreamcore digital art</li> <li>Alt-style pixel art</li> - <li>Digital illustrations</li> - <li>Character art, icons, scenes</li> + <li>Scene illustrations with abstract or vague figures</li> + <li>Icons, banners, and profile art</li> </ul> + + <p style="margin-top: 20px; padding: 15px; border: 1px dashed rgba(255, 255, 0, 0.5); background: rgba(255, 255, 0, 0.05); color: #ffff00;"> + <strong>Important:</strong> My style is intentionally fuzzy, distorted, and dreamlike. Characters can be included in scenes, but they will be stylized like everything else - faces obscured, forms abstracted, details blurred. If you're looking for detailed character portraits with clear features, my style may not be the right fit.<br><br> + <strong>Please <a href="/portfolio" style="color: #00ffff;">check my portfolio</a> before commissioning to know what to expect.</strong> + </p> </div> <!-- SIZES & TYPES --> <div class="commission-section"> <h2>Sizes & Types</h2> - <p>Prices vary based on complexity. Contact me for a quote.</p> + <p>Priced by scene complexity, not character count. Contact me for a quote.</p> <div class="commission-type"> <div class="commission-type-info"> <h3>Icon</h3> - <p>Small profile picture or avatar, simple background</p> - <p class="price">Price: N/A</p> - </div> - <div class="commission-type-example"> - <img src="../../Assets/ImageNotFound.png" alt="Icon example" loading="lazy"> - </div> - </div> - - <div class="commission-type"> - <div class="commission-type-info"> - <h3>Bust</h3> - <p>Head and shoulders, chest up</p> + <p>Small square image for avatars or profile pictures. Simple composition, minimal elements.</p> <p class="price">Price: N/A</p> </div> <div class="commission-type-example"> - <img src="../../Assets/ImageNotFound.png" alt="Bust example" loading="lazy"> + <img src="../../Assets/art/warning_existential_hazard.jpg" alt="Icon example" loading="lazy"> </div> </div> <div class="commission-type"> <div class="commission-type-info"> - <h3>Half-Body</h3> - <p>Waist up, more detail and pose options</p> + <h3>Banner</h3> + <p>Wide format for headers, social media banners, or decorative strips. Simple composition, extended canvas.</p> <p class="price">Price: N/A</p> </div> <div class="commission-type-example"> - <img src="../../Assets/ImageNotFound.png" alt="Half-body example" loading="lazy"> + <img src="../../Assets/ImageNotFound.png" alt="Banner example" loading="lazy"> </div> </div> <div class="commission-type"> <div class="commission-type-info"> - <h3>Full-Body</h3> - <p>Complete character from head to toe</p> + <h3>Half Scene</h3> + <p>Partial environment or vignette. Some background elements, moderate detail.</p> <p class="price">Price: N/A</p> </div> <div class="commission-type-example"> - <img src="../../Assets/ImageNotFound.png" alt="Full-body example" loading="lazy"> + <img src="../../Assets/ImageNotFound.png" alt="Half scene example" loading="lazy"> </div> </div> <div class="commission-type"> <div class="commission-type-info"> - <h3>Half Scene</h3> - <p>Character with partial background or simple environment</p> + <h3>Full Scene</h3> + <p>Complete environment with atmosphere and composition. Full background, multiple elements working together.</p> <p class="price">Price: N/A</p> </div> <div class="commission-type-example"> - <img src="../../Assets/ImageNotFound.png" alt="Half scene example" loading="lazy"> + <img src="../../Assets/ImageNotFound.png" alt="Full scene example" loading="lazy"> </div> </div> <div class="commission-type"> <div class="commission-type-info"> - <h3>Full Scene</h3> - <p>Complete illustration with detailed background and composition</p> + <h3>Complex Scene</h3> + <p>Intricate illustration with high detail density, multiple focal points, or layered narrative elements.</p> <p class="price">Price: N/A</p> </div> <div class="commission-type-example"> - <img src="../../Assets/ImageNotFound.png" alt="Full scene example" loading="lazy"> + <img src="../../Assets/art/at_the_junction.jpg" alt="Complex scene example" loading="lazy"> </div> </div> - <p><em>+ Complex backgrounds cost extra<br> - + Additional characters cost extra<br> + <p><em>+ Additional complexity (more elements, tighter details) may cost extra<br> + Commercial use costs extra<br> + Rush orders available</em></p> </div> @@ -300,14 +294,14 @@ <div class="commission-section"> <h2>I Will Draw</h2> <ul class="do-list"> - <li>Original characters (OCs)</li> - <li>Fan art</li> - <li>Anthro / furry characters</li> - <li>Adult Swim / [as] style art</li> - <li>Vent art and dark themes</li> - <li>Portraits / avatars</li> - <li>Pixel art sprites and icons</li> - <li>Scene illustrations</li> + <li>Surreal / dreamcore / unreality scenes</li> + <li>Liminal spaces and strange environments</li> + <li>Vague humanoid or anthro figures (faces obscured, forms abstracted)</li> + <li>OCs or characters as part of a scene (stylized, not portrait-focused)</li> + <li>Vent art and dark / unsettling themes</li> + <li>Adult Swim / [as] aesthetic</li> + <li>Pixel art icons and scenes</li> + <li>Abstract or symbolic imagery</li> </ul> </div> |
