161 lines
8.7 KiB
HTML
161 lines
8.7 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>Community Gardening</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="Community Gardening">
|
||
|
|
<meta property="og:description" content="Community gardening is a wonderful way to bring people together and grow fresh, healthy food. It">
|
||
|
|
<meta property="og:image" content="https://images.pexels.com/photos/18475676/pexels-photo-18475676.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||
|
|
<meta property="og:url" content="https://andrew-beardsworth.4ort.net/community-gardening.html">
|
||
|
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
|
<meta name="description" content="Community gardening is a wonderful way to bring people together and grow fresh, healthy food. It's also a great way to connect with nature and learn about…">
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
font-family: 'Georgia', serif;
|
||
|
|
line-height: 1.6;
|
||
|
|
color: #333;
|
||
|
|
background-color: #f5f5dc;
|
||
|
|
background-image: url('https://images.unsplash.com/photo-1501854140801-50d01698950b');
|
||
|
|
background-size: cover;
|
||
|
|
background-attachment: fixed;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
header {
|
||
|
|
background-color: rgba(245, 245, 220, 0.8);
|
||
|
|
padding: 2rem;
|
||
|
|
text-align: center;
|
||
|
|
border-bottom: 2px solid #d4a762;
|
||
|
|
}
|
||
|
|
h1 {
|
||
|
|
color: #5e8c5e;
|
||
|
|
font-size: 2.5rem;
|
||
|
|
}
|
||
|
|
nav {
|
||
|
|
background-color: rgba(212, 167, 98, 0.8);
|
||
|
|
padding: 1rem;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
nav a {
|
||
|
|
color: #fff;
|
||
|
|
text-decoration: none;
|
||
|
|
margin: 0 1rem;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
main {
|
||
|
|
padding: 2rem;
|
||
|
|
max-width: 1200px;
|
||
|
|
margin: 0 auto;
|
||
|
|
background-color: rgba(255, 255, 255, 0.9);
|
||
|
|
border-radius: 10px;
|
||
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||
|
|
}
|
||
|
|
section {
|
||
|
|
margin-bottom: 2rem;
|
||
|
|
}
|
||
|
|
h2 {
|
||
|
|
color: #5e8c5e;
|
||
|
|
border-bottom: 2px solid #d4a762;
|
||
|
|
padding-bottom: 0.5rem;
|
||
|
|
}
|
||
|
|
.image-container {
|
||
|
|
text-align: center;
|
||
|
|
margin: 2rem 0;
|
||
|
|
}
|
||
|
|
.image-container img {
|
||
|
|
max-width: 100%;
|
||
|
|
height: auto;
|
||
|
|
border-radius: 10px;
|
||
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||
|
|
}
|
||
|
|
footer {
|
||
|
|
background-color: rgba(245, 245, 220, 0.8);
|
||
|
|
text-align: center;
|
||
|
|
padding: 1rem;
|
||
|
|
border-top: 2px solid #d4a762;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>Community Gardening</h1>
|
||
|
|
</header>
|
||
|
|
<nav>
|
||
|
|
<a href="index.html">Home</a>
|
||
|
|
<a href="community-gardening.html">Community Gardening</a>
|
||
|
|
<a href="woodworking.html">Woodworking</a>
|
||
|
|
</nav>
|
||
|
|
<main>
|
||
|
|
<section>
|
||
|
|
<h2>Introduction</h2>
|
||
|
|
<p>Community gardening is a wonderful way to bring people together and grow fresh, healthy food. It's also a great way to connect with nature and learn about sustainable living.</p>
|
||
|
|
<div class="image-container">
|
||
|
|
<img src="https://images.pexels.com/photos/18475676/pexels-photo-18475676.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Community Garden">
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Getting Started</h2>
|
||
|
|
<p>Starting a community garden is easier than you might think. Here are some tips to get you started:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Find a suitable location with good soil and sunlight.</li>
|
||
|
|
<li>Involve the community in the planning and design of the garden.</li>
|
||
|
|
<li>Establish rules and guidelines for gardeners to follow.</li>
|
||
|
|
<li>Provide tools, seeds, and other resources for gardeners.</li>
|
||
|
|
</ul>
|
||
|
|
<div class="image-container">
|
||
|
|
<img src="https://pixabay.com/get/g7c8b62a036a8f073565db8263c5c5b9ce8c38f4c88b5294574563f89184b9cd002002532999a5f138bb24f0cf274ae1ccbb06c92abd90004f5323e793606c63e_1280.jpg" alt="Sunflower">
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Benefits of Community Gardening</h2>
|
||
|
|
<p>Community gardening offers numerous benefits, including:</p>
|
||
|
|
<ul>
|
||
|
|
<li>Improved physical and mental health.</li>
|
||
|
|
<li>Reduced food costs.</li>
|
||
|
|
<li>Increased access to fresh, healthy food.</li>
|
||
|
|
<li>Strengthened sense of community and belonging.</li>
|
||
|
|
</ul>
|
||
|
|
<div class="image-container">
|
||
|
|
<img src="https://pixabay.com/get/g4d0fc3391a8e1a2db7b85840fa7762c7b1272a188ed459a86514783f135b7b684893a914671ed562f4e4d65b59e6b98df095a2ffd50a25be0ee869eca28e3ac8_1200.jpg" alt="Plant">
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Community Gardening in Action</h2>
|
||
|
|
<p>Here's a story of a community garden that started with a single gardener and grew into a thriving community effort:</p>
|
||
|
|
<p>One gardener, inspired by the beauty of nature and the desire to share the bounty of the garden with neighbors, decided to start a community garden. With the help of friends and family, they cleared a patch of land and planted the first rows of vegetables and flowers. Word spread quickly, and soon, the garden was bustling with activity. Neighbors brought their own tools and seeds, and together, they transformed a barren plot into a vibrant, productive garden.</p>
|
||
|
|
<p>As the garden grew, so did the sense of community. Gardeners shared their knowledge and skills, and the garden became a place where people could come together to work, socialize, and enjoy the fruits of their labor. The garden not only provided fresh, healthy food but also strengthened the bonds between neighbors and created a sense of pride and ownership in their community.</p>
|
||
|
|
<div class="image-container">
|
||
|
|
<img src="https://images.pexels.com/photos/27742358/pexels-photo-27742358.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Gardener">
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Latest Gardening News</h2>
|
||
|
|
<fort-news topic="gardening" limit="3"><ul class="fort-news" data-fort="news" data-topic="gardening"><li><a href="https://www.westernpeople.ie/whatson/swinford-agricultural-show-set-for-spectacular-35th-anniversary-celebration_arid-108917.html" rel="noopener">Swinford Agricultural Show set for spectacular 35th anniversary celebration - What</a> <span class="src">westernpeople.ie</span></li><li><a href="http://www.merkur.de/wirtschaft/betroffen-filialen-baumarkt-insolvenz-kette-hellweg-auch-baywa-maerkte-zr-94452576.html" rel="noopener">Insolvenz: Baumarktkette verschwindet für immer - erste Filialen schließen</a> <span class="src">merkur.de</span></li><li><a href="https://diariocorreo.pe/edicion/lambayeque/essalud-paga-s150-mil-por-bombear-aguas-servidas-del-almanzor-aguinaga-en-chiclayo-noticia/" rel="noopener">EsSalud paga S/150 mil por bombear aguas servidas del Almanzor Aguinaga en Chiclayo</a> <span class="src">diariocorreo.pe</span></li></ul></fort-news>
|
||
|
|
</section>
|
||
|
|
</main>
|
||
|
|
<footer>
|
||
|
|
<p>© 2026 Community Gardening. All rights reserved.</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|