From 43e09eab1fc0a190aa64d89cbbbfe030984b46b2 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 27 Mar 2026 23:36:49 +0100 Subject: did some QoL changes to the commissions page --- src/Pages/commissions/commissions.php | 128 ++++++++++++++++++++++++++++------ 1 file changed, 108 insertions(+), 20 deletions(-) (limited to 'src/Pages') diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php index 5d06e4c..683eaf2 100644 --- a/src/Pages/commissions/commissions.php +++ b/src/Pages/commissions/commissions.php @@ -73,6 +73,67 @@ font-size: 14px; word-break: break-all; } + .commission-btn { + display: inline-block; + padding: 8px 16px; + font-size: 14px; + background: transparent; + border: 1px solid #ff00ff; + color: #ff00ff; + cursor: pointer; + text-decoration: none; + transition: all 0.3s ease; + } + .commission-btn:hover { + background: rgba(255, 0, 255, 0.2); + box-shadow: 0 0 10px rgba(255, 0, 255, 0.4); + } + .stay-updated { + text-align: center; + padding: 20px; + margin: 20px 0; + border: 1px dashed rgba(0, 255, 255, 0.4); + background: rgba(0, 255, 255, 0.05); + } + .stay-updated h3 { + color: #00ffff; + margin-top: 0; + } + .social-links { + display: flex; + justify-content: center; + gap: 20px; + margin: 15px 0; + flex-wrap: wrap; + } + .social-links a { + color: #ff00ff; + text-decoration: none; + padding: 8px 16px; + border: 1px solid rgba(255, 0, 255, 0.5); + transition: all 0.3s ease; + } + .social-links a:hover { + background: rgba(255, 0, 255, 0.2); + } + .size-table { + width: 100%; + border-collapse: collapse; + margin: 15px 0; + } + .size-table th, + .size-table td { + padding: 12px; + text-align: left; + border-bottom: 1px solid rgba(255, 0, 255, 0.2); + } + .size-table th { + color: #ff00ff; + } + .size-table td:first-child { + color: #00ffff; + font-weight: bold; + } @@ -89,6 +150,20 @@ Check out my portfolio to see examples of my work.

+

+ Commission Me +

+ + +
+

Be the first to know when commissions open

+ +
+

What I Offer

@@ -99,35 +174,44 @@
- +
-

Pricing

-

Prices are based on size and complexity. Contact me for a quote.

- +

Sizes & Types

+

Prices vary based on complexity. Contact me for a quote.

+
- - + - - - + + - - - + + - - - + + + + + + + + + + + + + +
TypeUSDEURDescription
Small / IconN/AN/AIconSmall profile picture or avatar, simple background
Medium / PortraitN/AN/ABustHead and shoulders, chest up
Large / Full SceneN/AN/AHalf-BodyWaist up, more detail and pose options
Full-BodyComplete character from head to toe
Half SceneCharacter with partial background or simple environment
Full SceneComplete illustration with detailed background and composition

+ Complex backgrounds cost extra
+ + Additional characters cost extra
+ Commercial use costs extra
- + Rush orders available (+50%)

+ + Rush orders available

@@ -136,6 +220,9 @@