-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommissions.html
More file actions
98 lines (90 loc) · 5.05 KB
/
Copy pathcommissions.html
File metadata and controls
98 lines (90 loc) · 5.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1HJ4VQ4K1B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1HJ4VQ4K1B');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Commissions · PLOTFLOW*</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Noto+Sans+JP:wght@500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/tokens.css">
<link rel="stylesheet" href="styles/styles.css">
<meta name="description" content="Commission a custom machine-drawn pen-plotter piece from PLOTFLOW.">
<link rel="canonical" href="https://plotflow.io/commissions.html">
<meta name="theme-color" content="#43463e">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta property="og:type" content="website">
<meta property="og:site_name" content="PLOTFLOW">
<meta property="og:title" content="Commissions · PLOTFLOW*">
<meta property="og:description" content="Commission a custom machine-drawn pen-plotter piece from PLOTFLOW.">
<meta property="og:url" content="https://plotflow.io/commissions.html">
<meta property="og:image" content="https://plotflow.io/assets/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Commissions · PLOTFLOW*">
<meta name="twitter:description" content="Commission a custom machine-drawn pen-plotter piece from PLOTFLOW.">
<meta name="twitter:image" content="https://plotflow.io/assets/og.png">
</head>
<body>
<nav><div class="nav-in">
<a href="/" class="brand">Plotflow<i>*</i></a>
<div style="display:flex;align-items:center;gap:16px">
<div class="nav-links"><a href="/#shop">The Work</a><a href="/#process">Process</a><a href="/#feature">Live Plot</a></div>
<button class="cart">Cart [0]</button>
</div>
</div></nav>
<section class="page">
<div class="wrap">
<div class="page-head">
<h1>Commissions<span class="star">*</span></h1>
<div class="jp">特注制作</div>
</div>
<div class="page-body">
<h3>Custom Work</h3>
<p>We accept a limited number of commissions for custom plotter art. If you have a mobile suit (or another subject) you'd like machine-drawn, we'd love to discuss it.</p>
<h3>What We Offer</h3>
<ul>
<li><strong>Custom mobile suit editions:</strong> any Universal-Century suit rebuilt as a vector drawing for the plotter</li>
<li><strong>One-of-one pieces:</strong> unique commissions that are not part of any edition run</li>
<li><strong>Custom sizes:</strong> standard 11×14″ or larger formats</li>
<li><strong>Ink and paper options:</strong> we can work with different pen types and paper stocks</li>
</ul>
<h3>Process</h3>
<ol>
<li><strong>Inquiry:</strong> Email us with your subject, preferred size, and any reference material</li>
<li><strong>Quote:</strong> We'll respond with pricing, timeline, and feasibility notes</li>
<li><strong>Vectorize:</strong> Once approved, we rebuild the subject as a vector drawing for the plotter</li>
<li><strong>Approval:</strong> You review a digital preview of the path before plotting</li>
<li><strong>Plot:</strong> The piece is drawn, inspected, signed, and shipped</li>
</ol>
<h3>Pricing</h3>
<p>Commission pricing varies based on subject complexity, size, and turnaround. Custom pieces typically start at $350 for an 11×14″ piece. We'll provide a firm quote before any work begins.</p>
<h3>Get Started</h3>
<p>Email <a href="mailto:hello@plotflow.io" style="color:var(--red)">hello@plotflow.io</a> with the subject line "Commission Inquiry" and tell us what you have in mind.</p>
</div>
</div>
</section>
<footer>
<div class="grain"></div>
<div class="wrap">
<div class="foot-mast">PLOTFLOW<span class="s">*</span></div>
<div class="foot-cols">
<div class="fc"><h5>Shop*</h5><a href="/#shop">All editions</a><a href="commissions.html">Commissions</a></div>
<div class="fc"><h5>Studio*</h5><a href="/#process">Process</a><a href="about.html">About</a><a href="contact.html">Contact</a></div>
<div class="fc"><h5>Info*</h5><a href="shipping.html">Shipping</a><a href="returns.html">Returns</a><a href="faq.html">FAQ</a></div>
<div class="fc"><h5>マシンドロー</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="/#newsletter">Newsletter</a><span class="est">est. 2026</span></div>
</div>
<div class="foot-bot tiny"><span>© 2026 PLOTFLOW* · PLOTTED IN THE U.S.A.</span><span>マシンドロー · DRAWN BY MACHINE</span></div>
</div>
</footer>
<script src="scripts/config.js"></script>
<script src="scripts/cart.js"></script>
</body>
</html>