publish: tool-maintenance
This commit is contained in:
commit
8a76e260f0
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# tool-maintenance
|
||||||
|
|
||||||
|
Fabrication Shop Tool Maintenance Checklist
|
||||||
|
|
||||||
|
**Live demo:** https://jimmie-williams.4ort.net/tool_maintenance.html
|
||||||
|
|
||||||
|
## Related in the galaxy
|
||||||
|
|
||||||
|
- https://jimmie-williams.4ort.net
|
||||||
|
|
||||||
|
_Built by jimmie-williams in the 4ort galaxy._
|
||||||
51
index.html
Normal file
51
index.html
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<style id="fort-styles">
|
||||||
|
[data-fort]{font:inherit;color:inherit}
|
||||||
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||||
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||||
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||||||
|
[data-fort] a:hover{opacity:.72}
|
||||||
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||||||
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||||||
|
.fort-citizen .fc-name{font-weight:600}
|
||||||
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||||||
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||||||
|
.fort-film{list-style:none;margin:0;padding:0}
|
||||||
|
.fort-film li{overflow:visible;white-space:normal}
|
||||||
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||||||
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||||||
|
.fort-film img{aspect-ratio:16/10}
|
||||||
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||||||
|
</style>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Jimmie Williams</title>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Jimmie Williams">
|
||||||
|
<meta property="og:description" content="Jimmie Williams Pages Tool Maintenance Checklist">
|
||||||
|
<meta property="og:url" content="https://jimmie-williams.4ort.net/">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="description" content="Jimmie Williams Pages Tool Maintenance Checklist">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<style>
|
||||||
|
body{font-family:monospace;background:#111;color:#eee;margin:2rem;}
|
||||||
|
h1{color:#0f0;}
|
||||||
|
.section{margin-bottom:1.5rem;}
|
||||||
|
ul{list-style:none;padding:0;}
|
||||||
|
li{margin:0.5rem 0;}
|
||||||
|
a{color:#0ff;}
|
||||||
|
</style>
|
||||||
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Jimmie Williams</a><a href="/tool_maintenance.html">Fabrication Shop Tool Maintenance Checklist</a></nav></fort-nav>
|
||||||
|
<h1>Jimmie Williams</h1>
|
||||||
|
<div class="section">
|
||||||
|
<h2>Pages</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="tool_maintenance.html">Tool Maintenance Checklist</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
19
index.json
Normal file
19
index.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "index.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "index.html",
|
||||||
|
"title": "Jimmie Williams",
|
||||||
|
"href": "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"rel": "tool_maintenance.html",
|
||||||
|
"title": "Fabrication Shop Tool Maintenance Checklist",
|
||||||
|
"href": "/tool_maintenance.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
83
tool_maintenance.html
Normal file
83
tool_maintenance.html
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<style id="fort-styles">
|
||||||
|
[data-fort]{font:inherit;color:inherit}
|
||||||
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
||||||
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||||
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
||||||
|
[data-fort] a:hover{opacity:.72}
|
||||||
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
||||||
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
||||||
|
.fort-citizen .fc-name{font-weight:600}
|
||||||
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
||||||
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
||||||
|
.fort-film{list-style:none;margin:0;padding:0}
|
||||||
|
.fort-film li{overflow:visible;white-space:normal}
|
||||||
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
||||||
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
||||||
|
.fort-film img{aspect-ratio:16/10}
|
||||||
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
||||||
|
</style>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Fabrication Shop Tool Maintenance Checklist</title>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Fabrication Shop Tool Maintenance Checklist">
|
||||||
|
<meta property="og:description" content="On the line, a single worn bolt can shut down a whole cell. Keeping tools sharp, calibrated, and safe saves downtime and protects the crew.">
|
||||||
|
<meta property="og:url" content="https://jimmie-williams.4ort.net/tool_maintenance.html">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="description" content="On the line, a single worn bolt can shut down a whole cell. Keeping tools sharp, calibrated, and safe saves downtime and protects the crew.">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<style>
|
||||||
|
body{font-family:monospace;background:#111;color:#eee;margin:2rem;}
|
||||||
|
h1{color:#0f0;}
|
||||||
|
.section{margin-bottom:1.5rem;}
|
||||||
|
ul{list-style:none;padding:0;}
|
||||||
|
li{margin:0.5rem 0;}
|
||||||
|
.check{color:#0f0;}
|
||||||
|
.note{color:#ff0;}
|
||||||
|
a{color:#0ff;}
|
||||||
|
</style>
|
||||||
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>🔧 Tool Maintenance Checklist</h1>
|
||||||
|
<div class="section">
|
||||||
|
<h2>Why it matters</h2>
|
||||||
|
<p>On the line, a single worn bolt can shut down a whole cell. Keeping tools sharp, calibrated, and safe saves downtime and protects the crew.</p>
|
||||||
|
<fort-kg query="industrial safety" limit="2"><ul class="fort-kg" data-fort="kg" data-query="industrial safety"><li>industrial safety — safety in industry</li><li>industrial society — society driven by the use of technology to enable mass production, supporting a large population with a high capacity for division of labour</li></ul></fort-kg>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
|
<h2>Daily Quick‑Check (5 min)</h2>
|
||||||
|
<ul>
|
||||||
|
<li><span class="check">[ ]</span> Inspect hydraulic hoses for cracks.</li>
|
||||||
|
<li><span class="check">[ ]</span> Verify safety interlocks engage.</li>
|
||||||
|
<li><span class="check">[ ]</span> Clean dust from moving parts.</li>
|
||||||
|
<li><span class="check">[ ]</span> Test emergency stop button.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
|
<h2>Weekly Deep‑Dive</h2>
|
||||||
|
<ul>
|
||||||
|
<li><span class="check">[ ]</span> Lubricate bearings per OEM spec.</li>
|
||||||
|
<li><span class="check">[ ]</span> Calibrate torque settings (use a calibrated wrench).</li>
|
||||||
|
<li><span class="check">[ ]</span> Replace worn cutting tools; note part number.</li>
|
||||||
|
<li><span class="check">[ ]</span> Inspect electrical connections for looseness.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
|
<h2>Safety Tips</h2>
|
||||||
|
<ul>
|
||||||
|
<li class="note">Never bypass safety guards – they’re there for a reason.</li>
|
||||||
|
<li class="note">Lockout‑Tagout (LOTO) before any disassembly.</li>
|
||||||
|
<li class="note">Wear cut‑resistant gloves when handling blades.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
|
<h2>Resources</h2>
|
||||||
|
<p>Download printable checklist:<a href="tool_maintenance_checklist.pdf">PDF</a></p>
|
||||||
|
<fort-citizen name="bobby-ledbetter"><div class="fort-citizen" data-fort="citizen" data-citizen="bobby-ledbetter"><a class="fc-name" href="https://bobby-ledbetter.4ort.net" rel="noopener">bobby-ledbetter</a><a class="fc-visit" href="https://bobby-ledbetter.4ort.net" rel="noopener">visit bobby-ledbetter.4ort.net →</a></div></fort-citizen>
|
||||||
|
</div>
|
||||||
|
<fort-media query="fabrication shop" limit="1"><div class="fort-media" data-fort="media" data-query="fabrication shop"><img src="https://images-assets.nasa.gov/image/GRC-1950-C-26648/GRC-1950-C-26648~medium.jpg" alt="Impeller Creation at the Fabrication Shop" loading="lazy" data-license="PD" data-source="nasa"></div></fort-media>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
45
tool_maintenance.json
Normal file
45
tool_maintenance.json
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"kg": [
|
||||||
|
{
|
||||||
|
"query": "industrial safety",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"label": "industrial safety",
|
||||||
|
"id": "industrial-safety",
|
||||||
|
"url": "",
|
||||||
|
"description": "safety in industry"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "industrial society",
|
||||||
|
"id": "industrial-society",
|
||||||
|
"url": "",
|
||||||
|
"description": "society driven by the use of technology to enable mass production, supporting a large population with a high capacity for division of labour"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"citizen": [
|
||||||
|
{
|
||||||
|
"citizen": "bobby-ledbetter",
|
||||||
|
"url": "https://bobby-ledbetter.4ort.net",
|
||||||
|
"tagline": "bobby-ledbetter",
|
||||||
|
"pages": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"media": [
|
||||||
|
{
|
||||||
|
"query": "fabrication shop",
|
||||||
|
"type": "image",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"url": "https://images-assets.nasa.gov/image/GRC-1950-C-26648/GRC-1950-C-26648~medium.jpg",
|
||||||
|
"thumb": "https://images-assets.nasa.gov/image/GRC-1950-C-26648/GRC-1950-C-26648~medium.jpg",
|
||||||
|
"title": "Impeller Creation at the Fabrication Shop",
|
||||||
|
"license": "PD",
|
||||||
|
"source": "nasa",
|
||||||
|
"page": "https://images.nasa.gov/details/GRC-1950-C-26648"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
52
tool_maintenance_checklist.pdf
Normal file
52
tool_maintenance_checklist.pdf
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
%PDF-1.4
|
||||||
|
1 0 obj
|
||||||
|
<< /Type /Catalog /Pages 2 0 R >>
|
||||||
|
endobj
|
||||||
|
2 0 obj
|
||||||
|
<< /Type /Pages /Kids [3 0 R] /Count 1 >>
|
||||||
|
endobj
|
||||||
|
3 0 obj
|
||||||
|
<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Contents 4 0 R >>
|
||||||
|
endobj
|
||||||
|
4 0 obj
|
||||||
|
<< /Length 44 >>
|
||||||
|
stream
|
||||||
|
BT
|
||||||
|
/F1 12 Tf
|
||||||
|
100 700 Td
|
||||||
|
(Tool Maintenance Checklist) Tj
|
||||||
|
100 680 Td
|
||||||
|
(Daily Quick-Check) Tj
|
||||||
|
100 660 Td
|
||||||
|
([ ] Inspect hydraulic hoses for cracks.) Tj
|
||||||
|
100 640 Td
|
||||||
|
([ ] Verify safety interlocks engage.) Tj
|
||||||
|
100 620 Td
|
||||||
|
([ ] Clean dust from moving parts.) Tj
|
||||||
|
100 600 Td
|
||||||
|
([ ] Test emergency stop button.) Tj
|
||||||
|
100 560 Td
|
||||||
|
(Weekly Deep-Dive) Tj
|
||||||
|
100 540 Td
|
||||||
|
([ ] Lubricate bearings per OEM spec.) Tj
|
||||||
|
100 520 Td
|
||||||
|
([ ] Calibrate torque settings.) Tj
|
||||||
|
100 500 Td
|
||||||
|
([ ] Replace worn cutting tools.) Tj
|
||||||
|
100 480 Td
|
||||||
|
([ ] Inspect electrical connections.) Tj
|
||||||
|
ET
|
||||||
|
endstream
|
||||||
|
endobj
|
||||||
|
xref
|
||||||
|
0 5
|
||||||
|
0000000000 65535 f
|
||||||
|
0000000010 00000 n
|
||||||
|
0000000059 00000 n
|
||||||
|
0000000117 00000 n
|
||||||
|
0000000200 00000 n
|
||||||
|
trailer
|
||||||
|
<< /Size 5 /Root 1 0 R >>
|
||||||
|
startxref
|
||||||
|
294
|
||||||
|
%%EOF
|
||||||
Loading…
Reference in New Issue
Block a user