diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-03-04 13:26:18 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-03-04 13:26:18 -0500 |
commit | 2b198d470364535a772239b868dde152bc26946d (patch) | |
tree | 4a3f9e743535b39c061106634a3101952cf1666a /index.html | |
parent | dc180f625a5000a88131ac1dbd055077cb97a149 (diff) |
Generalize text now that flowers are included.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -7,16 +7,16 @@ </head> <body> <div id="container" class="container"> - <h1>Intensive Vegetable Garden Planner</h1> + <h1>Intensive Annual Garden Planner</h1> <section> <h2>Introduction</h2> <div class="section-container"> <p> 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. + organic, no-dig, home vegetable/flower 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. </p> <p> The algorithm works by using generalized information about @@ -25,10 +25,10 @@ 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. + complexity of growing vegetables and flowers, 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. </p> <p> This planner works best for gardeners located in the nothern |