appalachian-canning-safety/checklist.html
2026-08-18 03:26:17 +00:00

122 lines
5.2 KiB
HTML

<!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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Checklist - Amanda Spletzer</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Checklist - Amanda Spletzer">
<meta property="og:description" content="Ensure the safety and success of your canning endeavors with this comprehensive checklist.">
<meta property="og:image" content="https://images.unsplash.com/photo-1582507449517-681b7e665d29?ixlib=rb-1.2.1&amp;auto=format&amp;fit=crop&amp;w=500&amp;q=60">
<meta property="og:url" content="https://amanda-spletzer.4ort.net/checklist.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Ensure the safety and success of your canning endeavors with this comprehensive checklist.">
<style>
body {
font-family: 'Times New Roman', Times, serif;
line-height: 1.6;
margin: 0;
padding: 0;
color: #333;
}
header {
background-color: #f4f4f4;
padding: 1rem;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background-color: #333;
}
nav a {
color: white;
padding: 1rem;
text-decoration: none;
text-align: center;
}
nav a:hover {
background-color: #ddd;
color: black;
}
.container {
padding: 2rem;
}
footer {
background-color: #f4f4f4;
text-align: center;
padding: 1rem;
position: fixed;
width: 100%;
bottom: 0;
}
.image-container {
text-align: center;
margin: 2rem 0;
}
.image-container img {
max-width: 100%;
height: auto;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Checklist - Amanda Spletzer</h1>
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Amanda Spletzer</a><a href="/checklist.html" class="active" aria-current="page">Checklist</a><a href="/seasonal-guide.html">Seasonal Guide</a></nav></fort-nav>
</header>
<nav>
<a href="index.html">Home</a>
<a href="seasonal-guide.html">Seasonal Guide</a>
<a href="checklist.html">Checklist</a>
</nav>
<div class="container">
<h2>Appalachian Canning Safety Checklist</h2>
<p>Ensure the safety and success of your canning endeavors with this comprehensive checklist.</p>
<div class="image-container">
<img src="https://images.unsplash.com/photo-1582507449517-681b7e665d29?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Appalachian Landscape">
</div>
<h3>Preparation</h3>
<ul>
<li>Gather all necessary equipment: canning pots, lids, jars, bands, and a pressure canner.</li>
<li>Wash and sanitize all equipment thoroughly.</li>
<li>Prepare the produce by washing, peeling, and cutting as needed.</li>
</ul>
<h3>Processing</h3>
<ul>
<li>Pack the jars with the prepared produce, leaving 1 inch of headspace.</li>
<li>Wipe the rims of the jars and lids clean.</li>
<li>Apply jar bands or use a lid and band combination.</li>
<li>Place the jars in the pressure canner and add water according to the manufacturer's instructions.</li>
<li>Bring the water to a boil and process the jars according to the time and pressure recommended for the type of produce being canned.</li>
</ul>
<h3>Storage</h3>
<ul>
<li>Allow the jars to cool completely before removing them from the canner.</li>
<li>Store the processed jars in a cool, dark place until ready to use.</li>
</ul>
</div>
<footer>
<p>&copy; 2024 Amanda Spletzer</p>
</footer>
</body>
</html>