-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
82 lines (75 loc) · 4.49 KB
/
Copy pathabout.html
File metadata and controls
82 lines (75 loc) · 4.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Google tag (gtag.js) -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', {
ad_storage: 'denied', ad_user_data: 'denied',
ad_personalization: 'denied', analytics_storage: 'denied'
});
gtag('js', new Date());
gtag('config', 'G-1HJ4VQ4K1B');
</script>
<script src="scripts/consent.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About · 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="About PLOTFLOW, an independent pen-plotter studio.">
<link rel="canonical" href="https://plotflow.io/about.html">
<meta name="theme-color" content="#33362b">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta property="og:type" content="website">
<meta property="og:site_name" content="PLOTFLOW">
<meta property="og:title" content="About · PLOTFLOW*">
<meta property="og:description" content="About PLOTFLOW, an independent pen-plotter studio.">
<meta property="og:url" content="https://plotflow.io/about.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="About · PLOTFLOW*">
<meta name="twitter:description" content="About PLOTFLOW, an independent pen-plotter studio.">
<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 class="nav-links"><a href="/#shop">Studies</a><a href="/#process">Process</a><a href="about.html">Studio</a></div>
<a class="cart" href="commissions.html">Commission →</a>
</div></nav>
<section class="page">
<div class="wrap">
<div class="page-head">
<h1>About<span class="star">*</span></h1>
<div class="jp">私たちについて</div>
</div>
<div class="page-body manifesto">
<p>PLOTFLOW is an independent studio. It makes machine-drawn ink drawings: studies of Universal-Century machines, and original commissioned designs. They are drawn with a pen plotter, a machine that holds a pen and draws, one stroke at a time, following a prepared program. Every mark on every sheet was made by a pen.</p>
<p>Each drawing begins as vector line work, rebuilt from reference path by path and compiled to a stroke program. An AxiDraw executes the program with a Staedtler Triplus 0.3 mm pigment fineliner on Strathmore 300 Bristol. A typical sheet takes twenty to thirty minutes of continuous drawing and ten to thirty metres of ink.</p>
<p>Ink flow depends on temperature, humidity, and feed rate, so no two sheets are identical, even from the same path data. The variation is not corrected. It is the record of a particular machine drawing a particular sheet on a particular day.</p>
<p>The Universal-Century studies are fan works and are not sold. Commissioned pieces are original designs, drawn once for one owner, then inspected, signed, and numbered by hand.</p>
</div>
</div>
</section>
<footer>
<div class="grain"></div>
<div class="wrap">
<img class="foot-crest" src="assets/logo-crest.svg" alt="" width="56" height="56">
<div class="foot-cols">
<div class="fc"><h5>Work*</h5><a href="/#shop">Studies</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>Elsewhere*</h5><a href="https://instagram.com/plotflow" target="_blank" rel="noopener">@plotflow</a><a href="/#droplist">Droplist</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>AXIDRAW · PIGMENT INK · BRISTOL</span></div>
</div>
</footer>
<script src="scripts/config.js"></script>
</body>
</html>