draft-pressure-calc/garden-tool-sharpen.html
2026-07-18 04:50:28 +00:00

33 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seasonal Garden Tool Sharpening • Alan Destin</title>
<style>
body { font-family: Georgia, serif; max-width: 700px; margin: 40px auto; padding: 20px; line-height: 1.6; background: #f4f1e9; color: #2c2416; }
h1 { border-bottom: 2px solid #5c4a3a; padding-bottom: 10px; }
.tip { background: #e8e0d1; padding: 15px; border-left: 4px solid #8b6f47; margin: 20px 0; }
a { color: #5c4a3a; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Seasonal Garden Tool Sharpening</h1>
<p>Keep your shears and hoes sharp like a good saw blade. Saves time and money every spring and fall.</p>
<h2>Winter Sharpening Checklist</h2>
<ul>
<li>Clean off dirt with wire brush</li>
<li>File edges at 20-degree angle</li>
<li>Oil the metal to stop rust</li>
<li>Store in dry shed</li>
</ul>
<div class="tip">
<strong>Budget fix:</strong> A $12 file lasts longer than buying new tools every year. Double-check your work before the first frost.
</div>
<p><a href="index.html">Back to home fixes</a></p>
</body>
</html>