1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
0900377c3d Add paints template pages. 2026-01-05 18:10:21 +01:00
624f73226f Add empty pages for paints. 2026-01-04 01:38:20 +01:00
10 changed files with 827 additions and 0 deletions

75
portfolio/en/paints.html Normal file
View File

@ -0,0 +1,75 @@
---
title: Paints
logosub: Figure painter
language: "en"
---
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a><br/>
<hr/>
<h2>Mr. Hobby lacquer</h2>
<table class="table table-light">
<tr>
<th>
Colour
</th>
<th>
Number
</th>
<th>
Name
</th>
<th class="d-none d-md-table-cell">
Stock
</th>
<th class="d-none d-md-table-cell">
Total
</th>
</tr>
$partial("templates/paints/lacquer-mr-hobby.html")$
</table>
<h2>Tamiya lacquer</h2>
<table class="table table-light">
<tr>
<th>
Colour
</th>
<th>
Number
</th>
<th>
Name
</th>
<th class="d-none d-md-table-cell">
Stock
</th>
<th class="d-none d-md-table-cell">
Total
</th>
</tr>
$partial("templates/paints/lacquer-tamiya.html")$
</table>
<h2>Varnish</h2>
<table class="table table-light">
<tr>
<th>
Number
</th>
<th>
Name
</th>
<th class="d-none d-md-table-cell">
Stock
</th>
<th class="d-none d-md-table-cell">
Total
</th>
</tr>
$partial("templates/paints/varnish.html")$
</table>

View File

@ -7,4 +7,10 @@ language: "en"
<p>The word "Plamo" is a portmonteau of the words "plastic" and "modelling". It involves building and painting models and figures from historic, science-fiction and fantasy themes.</p> <p>The word "Plamo" is a portmonteau of the words "plastic" and "modelling". It involves building and painting models and figures from historic, science-fiction and fantasy themes.</p>
<p>Here you can find my collection and notes on this hobby.</p> <p>Here you can find my collection and notes on this hobby.</p>
<hr/>
<a href="paints.html">Paints</a>
<hr/>
$partial("templates/model-kits.html")$ $partial("templates/model-kits.html")$

75
portfolio/jp/paints.html Normal file
View File

@ -0,0 +1,75 @@
---
title: 塗料
logosub: "フィギュアペインター"
language: "jp"
---
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a><br/>
<hr/>
<h2>Mr. Hobby ラッカー</h2>
<table class="table table-light">
<tr>
<th>
</th>
<th>
番号
</th>
<th>
名前
</th>
<th class="d-none d-md-table-cell">
在庫あり
</th>
<th class="d-none d-md-table-cell">
合計
</th>
</tr>
$partial("templates/paints/lacquer-mr-hobby.html")$
</table>
<h2>Tamiya ラッカー</h2>
<table class="table table-light">
<tr>
<th>
</th>
<th>
番号
</th>
<th>
名前
</th>
<th class="d-none d-md-table-cell">
在庫あり
</th>
<th class="d-none d-md-table-cell">
合計
</th>
</tr>
$partial("templates/paints/lacquer-tamiya.html")$
</table>
<h2>ワニス</h2>
<table class="table table-light">
<tr>
<th>
Number
</th>
<th>
Name
</th>
<th class="d-none d-md-table-cell">
Stock
</th>
<th class="d-none d-md-table-cell">
Total
</th>
</tr>
$partial("templates/paints/varnish.html")$
</table>

View File

@ -7,4 +7,10 @@ language: "jp"
<p>『プラモ』という言葉は、『プラスチック』と『モデリング』を組み合わせた造語です。<br/>歴史やサイエンス・フィクション、ファンタジーなどのテーマの模型やフィギュアを作り、塗装することを指します。</p> <p>『プラモ』という言葉は、『プラスチック』と『モデリング』を組み合わせた造語です。<br/>歴史やサイエンス・フィクション、ファンタジーなどのテーマの模型やフィギュアを作り、塗装することを指します。</p>
<p>ここでは、私のコレクションやこの趣味に関するメモをご覧いただけます。</p> <p>ここでは、私のコレクションやこの趣味に関するメモをご覧いただけます。</p>
<hr/>
<a href="paints.html">塗料</a>
<hr/>
$partial("templates/model-kits.html")$ $partial("templates/model-kits.html")$

75
portfolio/nl/paints.html Normal file
View File

@ -0,0 +1,75 @@
---
title: Verf
logosub: Figuur-schilder
language: "nl"
---
<a href="/$language$/plamo.html" class="back-link">$text-plamo-back$</a><br/>
<hr/>
<h2>Mr. Hobby lak</h2>
<table class="table table-light">
<tr>
<th>
Kleur
</th>
<th>
Nummer
</th>
<th>
Naam
</th>
<th class="d-none d-md-table-cell">
Voorraad
</th>
<th class="d-none d-md-table-cell">
Totaal
</th>
</tr>
$partial("templates/paints/lacquer-mr-hobby.html")$
</table>
<h2>Tamiya lak</h2>
<table class="table table-light">
<tr>
<th>
Kleur
</th>
<th>
Nummer
</th>
<th>
Naam
</th>
<th class="d-none d-md-table-cell">
Voorraad
</th>
<th class="d-none d-md-table-cell">
Totaal
</th>
</tr>
$partial("templates/paints/lacquer-tamiya.html")$
</table>
<h2>Vernis</h2>
<table class="table table-light">
<tr>
<th>
Number
</th>
<th>
Name
</th>
<th class="d-none d-md-table-cell">
Stock
</th>
<th class="d-none d-md-table-cell">
Total
</th>
</tr>
$partial("templates/paints/varnish.html")$
</table>

View File

@ -7,4 +7,10 @@ language: "nl"
<p>"Plamo" is een samenvoeging van de woorden "plastic" en "modelleren". Het is een hobby waarbij plastic modellen gebouwd en geschilderd worden. Het kunnen historische modellen zijn, maar ook science-fiction of fantasie modellen.</p> <p>"Plamo" is een samenvoeging van de woorden "plastic" en "modelleren". Het is een hobby waarbij plastic modellen gebouwd en geschilderd worden. Het kunnen historische modellen zijn, maar ook science-fiction of fantasie modellen.</p>
<p>Hier kun je mijn collectie en notities vinden van deze hobby.</p> <p>Hier kun je mijn collectie en notities vinden van deze hobby.</p>
<hr/>
<a href="paints.html">Verf</a>
<hr/>
$partial("templates/model-kits.html")$ $partial("templates/model-kits.html")$

View File

@ -306,6 +306,27 @@ main = hakyll $ do
>>= loadAndApplyTemplate "templates/default.html" softwareCtx >>= loadAndApplyTemplate "templates/default.html" softwareCtx
>>= relativizeUrls >>= relativizeUrls
match (fromList
[ "nl/paints.html"
, "jp/paints.html"
, "en/paints.html"
]) $ do
route idRoute
compile $ do
identifier <- getUnderlying
metadata <- getMetadata identifier
let language = lookupString "language" metadata
let lang = fromMaybe "en" language
let paintsCtx =
langDict lang <>
defaultContext
getResourceBody
>>= applyAsTemplate paintsCtx
>>= loadAndApplyTemplate "templates/default.html" paintsCtx
>>= relativizeUrls
match (fromList match (fromList
[ "index.html" [ "index.html"
, "nl/index.html" , "nl/index.html"
@ -345,6 +366,7 @@ main = hakyll $ do
>>= relativizeUrls >>= relativizeUrls
match "templates/*" $ compile templateBodyCompiler match "templates/*" $ compile templateBodyCompiler
match "templates/**/*" $ compile templateBodyCompiler
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -0,0 +1,333 @@
<tr>
<td style="background-color: rgb(218, 218, 218);"></td>
<td>C008</td>
<td>
Silver
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(224, 177, 25);"></td>
<td>C009</td>
<td>
Gold
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(191, 195, 198);"></td>
<td>C011</td>
<td>
Light Gull Gray
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(161, 127, 56);"></td>
<td>C019</td>
<td>
Sandy Brown
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(29, 29, 27);"></td>
<td>C028</td>
<td>
Steel
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(90, 48, 50);"></td>
<td>C029</td>
<td>
Hull Red
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(29, 29, 27);"></td>
<td>C033</td>
<td>
Flat Black
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(166, 184, 196);"></td>
<td>C035</td>
<td>
IJN Gray (Mitsubishi)
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(193, 179, 130);"></td>
<td>C045</td>
<td>
Sail Color
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(73, 49, 49);"></td>
<td>C046</td>
<td>
Mahogany
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(156, 153, 136);"></td>
<td>C060</td>
<td>
RLM02 Gray
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(72, 38, 123);"></td>
<td>C067</td>
<td>
Purple
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(247, 246, 242);"></td>
<td>C069</td>
<td>
Off White
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(0, 133, 76);"></td>
<td>C077</td>
<td>
Metallic Green
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(29, 29, 27);"></td>
<td>C078</td>
<td>
Metal Black
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(174, 33, 49);"></td>
<td>C100</td>
<td>
Wine Red
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(240, 125, 0);"></td>
<td>C109</td>
<td>
Character Yellow
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(253, 226, 215);"></td>
<td>C111</td>
<td>
Character Flesh (1)
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(247, 189, 188);"></td>
<td>C112</td>
<td>
Character Flesh (2)
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(1, 14, 31);"></td>
<td>C125</td>
<td>
Cowling Color
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(81, 98, 64);"></td>
<td>C126</td>
<td>
Cockpit Color (Mitsubishi)
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(81, 92, 60);"></td>
<td>C130</td>
<td>
Dark Green (Kawasaki)
<span class="d-inline d-md-none"><br/>◉:3, Σ:3</span></td>
<td class="d-none d-md-table-cell">3</td>
<td class="d-none d-md-table-cell">3</td>
</tr>
<tr>
<td style="background-color: rgb(81, 35, 20);"></td>
<td>C131</td>
<td>
Red Brown II
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(118, 97, 76);"></td>
<td>C310</td>
<td>
Brown FS30219
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(46, 52, 78);"></td>
<td>C328</td>
<td>
Blue FS15050
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(109, 140, 108);"></td>
<td>C336</td>
<td>
Hemp BS4800/10B21
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(92, 135, 178);"></td>
<td>C370</td>
<td>
Azure Blue
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(20, 21, 26);"></td>
<td>GX101</td>
<td>
Clear Black
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(148, 2, 21);"></td>
<td>GX102</td>
<td>
Deep Clear Red
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(0, 119, 34);"></td>
<td>GX104</td>
<td>
Clear Green
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(245, 128, 188);"></td>
<td>GX105</td>
<td>
Clear Pink
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(102, 53, 31);"></td>
<td>GX109</td>
<td>
Clear Brown
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(221, 221, 221);"></td>
<td>GX110</td>
<td>
Clear Silver
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(221, 221, 221);"></td>
<td>SM201</td>
<td>
Super Fine Silver II
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(205, 205, 205);"></td>
<td>SM203</td>
<td>
Super Iron II
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(221, 221, 221);"></td>
<td>SM206</td>
<td>
Super Chrome Silver II
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(240, 240, 240);"></td>
<td>SMS001</td>
<td>
Mirror Silver
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>

View File

@ -0,0 +1,189 @@
<tr>
<td style="background-color: rgb(4, 0, 0);"></td>
<td>LP01</td>
<td>
Black
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(255, 255, 255);"></td>
<td>LP02</td>
<td>
White
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(231, 0, 18);"></td>
<td>LP07</td>
<td>
Pure Red
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(255, 240, 1);"></td>
<td>LP08</td>
<td>
Pure yellow
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(178, 178, 128);"></td>
<td>LP16</td>
<td>
Wooden deck tan
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(64, 51, 0);"></td>
<td>LP17</td>
<td>
Linoleum deck brown
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(130, 33, 0);"></td>
<td>LP18</td>
<td>
Dull red
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(50, 92, 91);"></td>
<td>LP27</td>
<td>
German gray
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(49, 82, 17);"></td>
<td>LP28</td>
<td>
Olive drab
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(128, 161, 176);"></td>
<td>LP36</td>
<td>
Dark ghost gray
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(200, 23, 19);"></td>
<td>LP42</td>
<td>
Mica Red
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(1, 59, 143);"></td>
<td>LP45</td>
<td>
Racing blue
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(241, 141, 1);"></td>
<td>LP51</td>
<td>
Pure Orange
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(91, 131, 97);"></td>
<td>LP56</td>
<td>
Dark green 2
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(79, 55, 51);"></td>
<td>LP57</td>
<td>
Red brown 2
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(114, 112, 113);"></td>
<td>LP61</td>
<td>
Metallic gray
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(218, 201, 147);"></td>
<td>LP62</td>
<td>
Titanium gold
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(41, 84, 56);"></td>
<td>LP64</td>
<td>
Olive drab (JGDSF)
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(250, 204, 142);"></td>
<td>LP66</td>
<td>
Flat flesh
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(212, 217, 220);"></td>
<td>LP72</td>
<td>
Mica silver
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td style="background-color: rgb(32, 42, 103);"></td>
<td>LP81</td>
<td>
Mixing blue
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>

View File

@ -0,0 +1,40 @@
<tr>
<td>C046</td>
<td>
Mr. Color Clear
<span class="d-inline d-md-none"><br/>◉:2, Σ:2</span></td>
<td class="d-none d-md-table-cell">2</td>
<td class="d-none d-md-table-cell">2</td>
</tr>
<tr>
<td>C181</td>
<td>
Mr. Color Semi-Gloss Super Clear
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td>C182</td>
<td>
Mr. Color Flat Clear
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td>GX100</td>
<td>
Mr. Color GX Super Clear III
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>
<tr>
<td>GX114</td>
<td>
Mr. Color GX Super Smooth Clear Flat
<span class="d-inline d-md-none"><br/>◉:1, Σ:1</span></td>
<td class="d-none d-md-table-cell">1</td>
<td class="d-none d-md-table-cell">1</td>
</tr>