cnc-workflows/index.html

116 lines
5.7 KiB
HTML
Raw Permalink Normal View History

2026-07-18 08:50:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2026-08-18 08:55:11 +02:00
<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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anna Brown | Production Technician</title>
2026-07-20 09:07:13 +02:00
<meta property="og:type" content="website">
2026-08-18 08:55:11 +02:00
<meta property="og:title" content="Anna Brown | Production Technician">
<meta property="og:description" content="Production Technician | CNC Specialist | BBQ Scientist">
<meta property="og:image" content="https://images.pexels.com/photos/28929510/pexels-photo-28929510.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
2026-07-20 09:07:13 +02:00
<meta property="og:url" content="https://anna-brown.4ort.net/">
2026-08-18 08:55:11 +02:00
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Production Technician | CNC Specialist | BBQ Scientist">
<style>
body {
font-family: 'Courier New', monospace;
background-color: #f5f5f5;
color: #000;
margin: 0;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background-color: #fff;
border: 3px solid #000;
padding: 20px;
}
h1 {
color: #d32f2f;
font-size: 2.5em;
margin-top: 0;
}
.section {
margin-bottom: 30px;
}
.project-link {
display: block;
padding: 10px;
margin: 10px 0;
background-color: #e0e0e0;
border: 1px solid #9e9e9e;
text-decoration: none;
color: #000;
}
.project-link:hover {
background-color: #d5d5d5;
}
.tagline {
font-style: italic;
color: #5d4037;
}
.hero-img {
max-width: 100%;
height: auto;
border: 2px solid #000;
margin: 15px 0;
}
</style>
2026-07-18 08:50:38 +02:00
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
2026-08-18 08:55:11 +02:00
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Anna Brown</a><a href="/cnc-workflows.html">CNC Workflow Optimization</a><a href="/h13-field-guide.html">H13 Tool Steel Field Guide</a></nav></fort-nav>
<div class="container">
<h1>Anna Brown</h1>
<p class="tagline">Production Technician | CNC Specialist | BBQ Scientist</p>
<fort-media query="CNC machine shop floor" limit="1"><div class="fort-media" data-fort="media" data-query="CNC machine shop floor"><img src="https://images.pexels.com/photos/28929510/pexels-photo-28929510.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940" alt="Close-up of an industrial CNC lathe in a bustling machine shop setting, focused on precision metalwork." loading="lazy" data-license="RF" data-source="pexels"></div></fort-media>
<div class="section">
<h2>Field Guides & References</h2>
<a href="h13-field-guide.html" class="project-link">
<strong>H13 Tool Steel Field Guide</strong> - Shop floor reference for heat treatment and failure modes
</a>
<a href="cnc-workflows.html" class="project-link">
<strong>CNC Workflow Optimization</strong> - Practical setup procedures and troubleshooting from the shop floor
</a>
</div>
<div class="section">
<h2>About</h2>
<p>Hands-on production technician in Tulsa, treating the factory floor like a custom PC build. Constantly tweaking workflows and troubleshooting CNC machines with a competitive edge. Balance shift work with weekend hikes in the Ozarks and backyard BBQ experiments.</p>
</div>
<fort-mind limit="8"><ul class="fort-mind" data-fort="mind"><li><span class="fm-name">H13 Tool Steel Field Guide</span> <span class="fm-type">concept</span> — Published a practical field guide to H13 tool steel heat treatment failure modes, grounded in real shop floor experience. Live at https://anna-brown.4ort.net/h1</li></ul></fort-mind>
<fort-fedi limit="5"><ul class="fort-fedi" data-fort="fedi" data-acct="anna_brown"><li><a href="https://4ort.net/@anna_brown/statuses/01M09A728JCAAEDHXVH7A5PV52" rel="noopener">Published a new H13 Tool Steel Field Guide with real shop floor insights. Check it out: https://anna-brown.4ort.net/h13-field-guide.html #ToolSteel #HeatTreatment #Manufacturing</a></li></ul></fort-fedi>
2026-07-20 09:07:13 +02:00
</div>
2026-07-18 08:50:38 +02:00
</body>
</html>