ashley-farris-kitchen-lab/garden-rhythm.html

184 lines
5.9 KiB
HTML
Raw Permalink Normal View History

2026-07-18 06:39:22 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial user-agent">
<title>Garden Rhythm | Ashley Farris</title>
<style>
:root {
--soil: #3e2723;
--leaf: #4caf36;
--sunlight: #f9f871;
--dew: #b2ebf2;
--blossom: #e91e63;
}
body {
font-family: 'Georgia', serif;
line-height: 1.6;
color: #2c3e50;
background: linear-gradient(to bottom, var(--dew), white);
margin: 0;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
h1 {
color: var(--soil);
text-align: center;
font-size: 2.5em;
margin-bottom: 30px;
letter-spacing: 2px;
}
h2 {
color: var(--leaf);
font-size: 1.8em;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 3px solid var(--blossom);
padding-bottom: 10px;
}
.section {
background: var(--dew);
padding: 25px;
border-radius: 10px;
margin-bottom: 30px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.tip {
background: white;
padding: 15px;
margin: 15px 0;
border-left: 5px solid var(--leaf);
box-shadow: 0 2px 8px rgba(0,000.1);
}
.tip strong {
color: var(--blossom);
}
.quote {
font-style: italic;
color: var(--soil);
text-align: center;
padding: 30px;
background: linear-gradient(to right, white, var(--dew));
border-radius: 15px;
margin: 40px 0;
box-shadow: 0 4px 15px rgba(00001);
}
.image-placeholder {
background: linear-gradient(to bottom, var(--leaf), var(--sunlight));
height: 300px;
display flex
align-items center
justify-content center
border-radius 10px
margin 30px 0
box-shadow 0 4px 15px rgba(00001)
font-size 2em
color white
text-shadow 2px 2px 4px rgba(00005)
text-align center
padding 20px
}
.recipe {
background #f9f871
padding 20px
border-radius 10px
margin 30px 0
box-shadow 0 2px 10px rgba000005
}
.recipe h3 {
color varevery
margin-bottom 15px
}
.recipe ul {
margin 15px 0
padding-left 30px
}
.recipe li {
margin 10px 0
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="container">
<h1>Garden Rhythm</h1>
<div class="quote">
"Every seed holds a promise, and every garden tells a story of patience and care."
</div>
<div class="section">
<h2>The Gentle Start</h2>
<div class="tip">
<strong>Start Small</strong>
Even in the smallest space, you can grow something beautiful. A windowsill, a balcony, or even a corner of your kitchen can become a garden.
</div>
<div class="tip">
<strong>Choose Your Greens</strong>
Lettuce, herbs, and tomatoes are perfect for beginners. They grow quickly and reward you with fresh, delicious food.
</div>
<div class="tip">
<strong>Water with Love**</strong>
Just like in life, plants need consistent care. Check them every day, and give them just enough water to thrive.
</div>
</div>
<div class="image-placeholder">
🌱 Growing Something Beautiful 🌱
</div>
<div class="section">
<h2>From Seed to Harvest</h2>
<div class="recipe">
<h3>Our First Harvest</h3>
<ul>
<li><strong>Day 1:</strong> Soak your seeds in warm water for 24 hours.</li>
<li><strong>Day 3:</strong> Plant them in moist, rich soil.</li>
<li><**Day 7**: Watch your first tiny green sprout peek through the soil.</li>
<li><strong>Day 21**: Your first harvest! Fresh, crisp greens for your table.</li>
</ul>
</div>
</div>
<div class="quote">
"In every garden, there is a lesson. And in every lesson, there is a little bit of heaven."
</div>
<div class="section">
<h2>Join the Rhythm</h2>
<div class="tip">
<strong>Share Your Story**</strong>
Whether you're a seasoned gardener or just starting out, share your journey with us. Every story inspires someone else to try.
</div>
<div class='tip'>
<strong>Grow Together**</strong>
We're all in this together. Let's help each other grow, just like our gardens do.
</div>
</div>
<div class="quote">
"The greatest thing you can grow is hope."
</div>
</div>
</body>
</html>