From 63de0999d860f76869e3467e6fde17f3fcb4654c Mon Sep 17 00:00:00 2001 From: Dustin Walker <> Date: Fri, 24 Feb 2023 23:11:17 -0500 Subject: Production page --- index.html | 1 + production.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 23 ++++++++++++++- 3 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 production.html diff --git a/index.html b/index.html index 920faac..f4b74c3 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@
  • Code
  • Reading List
  • Downloads
  • +
  • Production
  • Recipes
  • Reference
  • diff --git a/production.html b/production.html new file mode 100644 index 0000000..faed59a --- /dev/null +++ b/production.html @@ -0,0 +1,89 @@ + + + + + Dustin Walker's Production Sheets + + + + + + +
    +
    +
    + Heilich Pennsylfaanisch Reich +
    +
    +

    Production

    +

    This index lists different production sheets for posterity.

    +
    +
    + +
    + +
    +
    +

    Garden Production

    +
    + + + + + + + +
    Husk TomatoesOnline
    JalapeƱosOnline
    PotatoesOnline
    SorghumIn Progress
    SunflowersIn Progress
    TomatoesOnline
    +
    +
    +

    Orchard Production

    +
    + + + + + + + +
    ApplesOffline
    BlueberriesOffline
    BlackcurrantsIn Progress
    ElderberriesOffline
    HazelnutsOffline
    WalnutsOffline
    +
    +
    + +
    +
    +

    Animal Production

    +
    + + + + + +
    BeefOffline
    ChickenOffline
    EggsIn Progress
    RabbitsOffline
    +
    +
    +

    Kitchen Production

    +
    + + + + + +
    PicklingIn Progress
    RainwaterOffline
    SourdoughOnline
    VinegarOffline
    +
    +
    + +
    + +
    +

    Historical Production Sheets

    +
    + 2023 +
    + + +
    + + + diff --git a/style.css b/style.css index 44ef6c8..8344e64 100644 --- a/style.css +++ b/style.css @@ -33,12 +33,24 @@ p, h1, h2, h3, h4 { color: #dedede; } +i.n { + color: #9b2b0f ; +} + +i.p { + color: #ab9b0d ; +} + +i.y { + color: #05711a ; +} + h1, h2, h3 { text-align: center; } hr { - border-top: 1px dotted #dedede; + border-top: 1px dotted #dedede; } li { @@ -47,6 +59,15 @@ li { vertical-align: middle; } +td { + color: #dedede; + padding: 0 15px; +} + +table { + margin: auto; +} + a { color: #6767de; } -- cgit v1.2.3