From d445a346dc578d6078191931064fc915c1bad78b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 22 Jan 2022 18:11:06 -0500 Subject: Make it so you can open/close sections of the page. --- index.html | 125 ++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 69 insertions(+), 56 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index c3aa1ae..203b9bd 100644 --- a/index.html +++ b/index.html @@ -7,63 +7,76 @@
-

Intensive Vegetable Garden Scheduler

-

- This handy tool helps plan your intensively planted, organic, - no-dig, home vegetable garden. Just select your first and - last frost dates and a planting schedule will be generated for - you. Click on a crop's name to view additional details about - that crop. -

-

- The algorithm works by using generalized information about - different types of crops such as average weeks to maturity, - whether direct sowing or transplanting is preferred, weeks - between plantings for continuous harvests, when and how a fall - crop should be planted (if applicable), etc. Such - generalizations could never hope to capture the true - complexity of growing vegetables, but it should serve as a - useful reference point so that you don't get lost in the weeds - during the growing season and forget to sow the next crop of - bush beans. -

-

- This planner works best for gardeners located in the nothern - areas of the northern hemisphere (USDA zone 7 and below) - where we need to start many summer crops indoors and cannot - harvest during winter without season extension. All planting - dates are made under the assumption that no season extension - techniques are being applied. -

-

- Source - code is available under the GNU Affero General Public - License version 3 or later. Perhaps you'd like to add a new - crop or fix a bug? -

-

Configuration

-
- - -
-
- - -
-

Schedule

-
-

Key

-
    -
  • : start seeds indoors
  • -
  • : direct sow outdoors
  • -
  • : transplant outdoors
  • -
-
-
+

Intensive Vegetable Garden Planner

+
+

Introduction

+
+

+ This handy tool helps plan your intensively planted, + organic, no-dig, home vegetable garden. Just select your + first and last frost dates and a planting schedule will be + generated for you. Click on a crop's name to view + additional details about that crop. +

+

+ The algorithm works by using generalized information about + different types of crops such as average weeks to maturity, + whether direct sowing or transplanting is preferred, weeks + between plantings for continuous harvests, when and how a fall + crop should be planted (if applicable), etc. Such + generalizations could never hope to capture the true + complexity of growing vegetables, but it should serve as a + useful reference point so that you don't get lost in the + weeds during the growing season and forget to sow the next + crop of bush beans. +

+

+ This planner works best for gardeners located in the nothern + areas of the northern hemisphere (USDA zone 7 and below) + where we need to start many summer crops indoors and cannot + harvest during winter without season extension. All planting + dates are made under the assumption that no season extension + techniques are being applied. +

+

+ Source + code is available under the GNU Affero General Public + License version 3 or later. Perhaps you'd like to add a new + crop or fix a bug? +

-
-

Week-by-week instructions

-
+ +
+

Configuration

+
+
+ + +
+
+ + +
+
+
+
+

Schedule

+
+

Key

+
    +
  • start seeds indoors
  • +
  • direct sow outdoors
  • +
  • transplant outdoors
  • +
+
+
+
+
+
+
+

Week-by-week instructions

+
+
-- cgit v1.2.3