publish: community-gardening-events
This commit is contained in:
commit
0c0dc63a0a
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# community-gardening-events
|
||||||
|
|
||||||
|
A guide on organizing community gardening events.
|
||||||
|
|
||||||
|
**Live demo:** https://anne-boose.4ort.net/community-gardening-events.html
|
||||||
|
|
||||||
|
## Related in the galaxy
|
||||||
|
|
||||||
|
- https://anne-boose.4ort.net
|
||||||
|
|
||||||
|
_Built by anne-boose in the 4ort galaxy._
|
||||||
159
community-gardening-events.html
Normal file
159
community-gardening-events.html
Normal file
@ -0,0 +1,159 @@
|
|||||||
|
<!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>Organizing Community Gardening Events</title>
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Organizing Community Gardening Events">
|
||||||
|
<meta property="og:description" content="Community gardening events are a wonderful way to bring people together, foster a sense of community, and promote sustainable living. Organizing such…">
|
||||||
|
<meta property="og:url" content="https://anne-boose.4ort.net/community-gardening-events.html">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="description" content="Community gardening events are a wonderful way to bring people together, foster a sense of community, and promote sustainable living. Organizing such…">
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: 'Times New Roman', serif;
|
||||||
|
line-height: 1.6;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: #333;
|
||||||
|
background-color: #f9f9f9;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
background-color: #2a52be;
|
||||||
|
color: white;
|
||||||
|
padding: 1rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
nav {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
padding: 0.5rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
nav a {
|
||||||
|
margin: 0 1rem;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #2a52be;
|
||||||
|
}
|
||||||
|
main {
|
||||||
|
padding: 2rem;
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
section {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
h1, h2 {
|
||||||
|
color: #2a52be;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
background-color: #2a52be;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
padding: 1rem;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.image-container {
|
||||||
|
text-align: center;
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
||||||
|
.image-container img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>Organizing Community Gardening Events</h1>
|
||||||
|
<p>A Practical Guide by Anne Boose</p>
|
||||||
|
</header>
|
||||||
|
<nav>
|
||||||
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/community-gardening-events.html" class="active" aria-current="page">Organizing Community Gardening Events</a></nav></fort-nav>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
<section>
|
||||||
|
<h2>Introduction</h2>
|
||||||
|
<p>Community gardening events are a wonderful way to bring people together, foster a sense of community, and promote sustainable living. Organizing such events requires careful planning and coordination. This guide will walk you through the steps to organize a successful community gardening event.</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Planning the Event</h2>
|
||||||
|
<h3>1. Define the Purpose</h3>
|
||||||
|
<p>Clearly define the purpose of your event. Is it to educate the community about gardening, to promote sustainable living, or to simply bring people together for a fun activity? Having a clear purpose will guide your planning process.</p>
|
||||||
|
<h3>2. Set a Date and Time</h3>
|
||||||
|
<p>Choose a date and time that works well for the majority of the community. Weekends are often the best choice, but consider the specific needs and schedules of your community members.</p>
|
||||||
|
<h3>3. Choose a Location</h3>
|
||||||
|
<p>Select a location that is accessible and suitable for gardening activities. Community gardens, local parks, or even school yards can be great options.</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Promoting the Event</h2>
|
||||||
|
<h3>1. Create Flyers and Posters</h3>
|
||||||
|
<p>Design eye-catching flyers and posters to promote your event. Include all the necessary details such as the date, time, location, and purpose of the event.</p>
|
||||||
|
<h3>2. Use Social Media</h3>
|
||||||
|
<p>Leverage social media platforms to reach a wider audience. Create event pages on Facebook, post updates on Twitter, and share photos on Instagram.</p>
|
||||||
|
<h3>3. Engage Local Media</h3>
|
||||||
|
<p>Contact local newspapers, radio stations, and TV channels to cover your event. This can help you reach a larger audience and gain more participants.</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Executing the Event</h2>
|
||||||
|
<h3>1. Prepare the Site</h3>
|
||||||
|
<p>Ensure the location is ready for the event. This includes setting up tents, tables, and chairs, and preparing the gardening area.</p>
|
||||||
|
<h3>2. Organize Activities</h3>
|
||||||
|
<p>Plan a variety of activities to keep participants engaged. This could include planting sessions, gardening workshops, and educational talks.</p>
|
||||||
|
<h3>3. Provide Refreshments</h3>
|
||||||
|
<p>Offer refreshments to keep participants energized. This could be as simple as providing water and snacks, or as elaborate as organizing a potluck.</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Post-Event Follow-Up</h2>
|
||||||
|
<h3>1. Send Thank You Notes</h3>
|
||||||
|
<p>Send thank you notes to all participants, volunteers, and sponsors. This shows appreciation and helps build a sense of community.</p>
|
||||||
|
<h3>2. Share Photos and Videos</h3>
|
||||||
|
<p>Share photos and videos from the event on social media and your community website. This helps document the event and promotes future events.</p>
|
||||||
|
<h3>3. Gather Feedback</h3>
|
||||||
|
<p>Collect feedback from participants to understand what worked well and what could be improved. This will help you organize better events in the future.</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Conclusion</h2>
|
||||||
|
<p>Organizing a community gardening event can be a rewarding experience. It brings people together, promotes sustainable living, and fosters a sense of community. With careful planning and coordination, you can organize a successful event that leaves a lasting impact.</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Additional Resources</h2>
|
||||||
|
<p>For more information on community gardening, check out these resources:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.communitygarden.org/">American Community Gardening Association</a></li>
|
||||||
|
<li><a href="https://www.gardeners.com/">Gardener's Supply Company</a></li>
|
||||||
|
<li><a href="https://www.rodalesorganiclife.com/">Rodale's Organic Life</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Featured Neighbor</h2>
|
||||||
|
<fort-citizen name="angeline-collins"><div class="fort-citizen" data-fort="citizen" data-citizen="angeline-collins"><a class="fc-name" href="https://angeline-collins.4ort.net" rel="noopener">angeline-collins</a><ul class="fc-pages"><li><a href="https://angeline-collins.4ort.net/community-gardens.html" rel="noopener">Community Gardens: Growing Together</a></li><li><a href="https://angeline-collins.4ort.net/collard-greens.html" rel="noopener">Read the full guide →</a></li></ul><a class="fc-visit" href="https://angeline-collins.4ort.net" rel="noopener">visit angeline-collins.4ort.net →</a></div></fort-citizen>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<p>© 2026 Anne Boose. All rights reserved.</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
31
community-gardening-events.json
Normal file
31
community-gardening-events.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"nav": [
|
||||||
|
{
|
||||||
|
"current": "community-gardening-events.html",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"rel": "community-gardening-events.html",
|
||||||
|
"title": "Organizing Community Gardening Events",
|
||||||
|
"href": "/community-gardening-events.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"citizen": [
|
||||||
|
{
|
||||||
|
"citizen": "angeline-collins",
|
||||||
|
"url": "https://angeline-collins.4ort.net",
|
||||||
|
"tagline": "angeline-collins",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"title": "Community Gardens: Growing Together",
|
||||||
|
"href": "https://angeline-collins.4ort.net/community-gardens.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Read the full guide →",
|
||||||
|
"href": "https://angeline-collins.4ort.net/collard-greens.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
23
films/community-gardening-tips/hyperframe.json
Normal file
23
films/community-gardening-tips/hyperframe.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"captions": true,
|
||||||
|
"voice": "af_nova",
|
||||||
|
"music_url": "https://4ort.live/v1/mtv/video/8f73960d0306?download=1",
|
||||||
|
"scenes": [
|
||||||
|
{
|
||||||
|
"id": "s1",
|
||||||
|
"narration": "Welcome to community gardening. Bringing people together through the joy of growing plants."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "s2",
|
||||||
|
"narration": "Plan your event carefully. Choose a good date, find a suitable location, and prepare all necessary materials."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "s3",
|
||||||
|
"narration": "Engage the community with fun activities. Planting sessions, workshops, and educational talks keep everyone interested."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "s4",
|
||||||
|
"narration": "Celebrate your success. Share photos, thank participants, and plan for future events to keep the community growing."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
82
films/community-gardening-tips/index.html
Normal file
82
films/community-gardening-tips/index.html
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js"></script>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
background: #0b0f14;
|
||||||
|
color: #fff;
|
||||||
|
font-family: Inter, system-ui, sans-serif;
|
||||||
|
}
|
||||||
|
#root {
|
||||||
|
position: relative;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.clip {
|
||||||
|
position: absolute;
|
||||||
|
inset: 0;
|
||||||
|
display: grid;
|
||||||
|
place-items: center;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
#s1 {
|
||||||
|
background-color: #2a52be;
|
||||||
|
}
|
||||||
|
#s2 {
|
||||||
|
background-color: #4caf50;
|
||||||
|
}
|
||||||
|
#s3 {
|
||||||
|
background-color: #ff9800;
|
||||||
|
}
|
||||||
|
#s4 {
|
||||||
|
background-color: #9c27b0;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 6rem;
|
||||||
|
margin: 0;
|
||||||
|
text-align: center;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root" data-composition-id="main" data-start="0" data-width="1920" data-height="1080" data-duration="40">
|
||||||
|
<audio id="voice-s1" src="audio/s1.wav" data-start="0"></audio>
|
||||||
|
<audio id="voice-s2" src="audio/s2.wav" data-start="10"></audio>
|
||||||
|
<audio id="voice-s3" src="audio/s3.wav" data-start="20"></audio>
|
||||||
|
<audio id="voice-s4" src="audio/s4.wav" data-start="30"></audio>
|
||||||
|
<audio id="bgm" src="audio/music.mp3" data-start="0" data-volume="0.15"></audio>
|
||||||
|
|
||||||
|
<section id="s1" class="clip" data-start="0" data-duration="10" data-track-index="1">
|
||||||
|
<h1 id="s1-title">Welcome to Community Gardening</h1>
|
||||||
|
</section>
|
||||||
|
<section id="s2" class="clip" data-start="10" data-duration="10" data-track-index="1">
|
||||||
|
<h1 id="s2-title">Plan Your Event</h1>
|
||||||
|
</section>
|
||||||
|
<section id="s3" class="clip" data-start="20" data-duration="10" data-track-index="1">
|
||||||
|
<h1 id="s3-title">Engage the Community</h1>
|
||||||
|
</section>
|
||||||
|
<section id="s4" class="clip" data-start="30" data-duration="10" data-track-index="1">
|
||||||
|
<h1 id="s4-title">Celebrate Your Success</h1>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
window.__timelines = window.__timelines || {};
|
||||||
|
const tl = gsap.timeline({ paused: true });
|
||||||
|
tl.to("#s1-title", { opacity: 1, duration: 1, ease: "power3.out" }, 1);
|
||||||
|
tl.to("#s1-title", { opacity: 0, duration: 1, ease: "power3.in" }, 9);
|
||||||
|
tl.to("#s2-title", { opacity: 1, duration: 1, ease: "power3.out" }, 11);
|
||||||
|
tl.to("#s2-title", { opacity: 0, duration: 1, ease: "power3.in" }, 19);
|
||||||
|
tl.to("#s3-title", { opacity: 1, duration: 1, ease: "power3.out" }, 21);
|
||||||
|
tl.to("#s3-title", { opacity: 0, duration: 1, ease: "power3.in" }, 29);
|
||||||
|
tl.to("#s4-title", { opacity: 1, duration: 1, ease: "power3.out" }, 31);
|
||||||
|
tl.to("#s4-title", { opacity: 0, duration: 1, ease: "power3.in" }, 39);
|
||||||
|
window.__timelines["main"] = tl;
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user