From 367daf8c08140525a6d63817be67260c0fa91ec6 Mon Sep 17 00:00:00 2001 From: "anastasia.birillo" Date: Fri, 18 Oct 2024 15:07:00 +0200 Subject: [PATCH 1/2] Add client to resources, add pictures and gifs, add one more task description --- .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../culinaryServerAddSpices/task.md | 19 +- .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../culinaryServerCookSalad/task-info.yaml | 2 +- .../culinaryServerCookSalad/task.md | 38 ++- .../culinaryServerCookSmoothie/task.md | 8 +- .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../culinaryServerFridgeRefill/task.md | 2 +- .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ culinaryServer/culinaryServerHowToRun/task.md | 2 +- .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../culinaryServerIntroduction/task-info.yaml | 14 + .../culinaryServerIntroduction/task.md | 10 + .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../culinaryServerKitchenModels/task.md | 14 +- .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../main/resources/static/asset-manifest.json | 17 ++ .../src/main/resources/static/favicon.ico | Bin 0 -> 67646 bytes .../src/main/resources/static/index.html | 1 + .../src/main/resources/static/manifest.json | 15 + ...nifest.316b04815eda041fdc97ff67764c39ef.js | 262 ++++++++++++++++++ .../src/main/resources/static/robots.txt | 3 + .../main/resources/static/service-worker.js | 34 +++ .../static/static/css/main.f33027e0.chunk.css | 2 + .../static/css/main.f33027e0.chunk.css.map | 1 + .../static/static/js/2.dbb8f406.chunk.js | 2 + .../static/static/js/2.dbb8f406.chunk.js.map | 1 + .../static/static/js/3.d8ac33f5.chunk.js | 2 + .../static/static/js/3.d8ac33f5.chunk.js.map | 1 + .../static/static/js/main.8072c9ee.chunk.js | 2 + .../static/js/main.8072c9ee.chunk.js.map | 1 + .../static/static/js/runtime~main.35de78a9.js | 2 + .../static/js/runtime~main.35de78a9.js.map | 1 + .../static/static/media/action.1a49790c.svg | 14 + .../static/media/action_hover.143a84b0.svg | 14 + .../static/media/action_wide.df8afed0.svg | 14 + .../media/action_wide_hover.851872eb.svg | 14 + .../static/media/back_button.467450b5.svg | 15 + .../media/back_button_hover.c7d14fd4.svg | 16 ++ .../static/media/basket-back.1e958b40.svg | 5 + .../static/media/basket-berry-1.2c5e06bc.svg | 19 ++ .../static/media/basket-berry-2.9a0242a2.svg | 15 + .../static/media/basket-berry-3.710f5b43.svg | 15 + .../static/media/basket-berry-4.eb6382b0.svg | 15 + .../static/media/basket-berry-5.e0f70176.svg | 9 + .../static/media/basket-citrus-1.dc10cdb2.svg | 10 + .../static/media/basket-citrus-2.9b185241.svg | 13 + .../static/media/basket-citrus-3.2af70816.svg | 10 + .../static/media/basket-citrus-4.25542618.svg | 12 + .../static/media/basket-citrus-5.a54bc4d1.svg | 10 + .../static/media/basket-front.10970fd7.svg | 12 + .../static/static/media/berry.a2d5625f.svg | 13 + .../static/static/media/bg.159aeebb.svg | 16 ++ .../static/static/media/bg_white.177e2c94.svg | 16 ++ .../static/media/blender-berry.a2f7c947.svg | 6 + .../static/media/blender-citrus.b243136a.svg | 7 + .../static/media/blender-full.83a112bd.svg | 27 ++ .../static/static/media/blender.9da42019.svg | 27 ++ .../static/media/carrot-raw.d0c2dde4.svg | 10 + .../static/media/carrot-spoiled.b907b470.svg | 24 ++ .../static/media/carrow-cut.96dcc6dc.svg | 15 + .../static/static/media/citrus.ac3d6e5e.svg | 9 + .../static/media/cucumber-cut.3b775d75.svg | 26 ++ .../static/media/cucumber-raw.c77241ee.svg | 12 + .../media/cucumber-spoiled.e5037e35.svg | 23 ++ .../static/media/fridge-open.0aaed28d.svg | 25 ++ .../static/static/media/logo.af49c77d.svg | 49 ++++ .../static/static/media/oregano.12aa7403.svg | 19 ++ .../static/static/media/pepper.09265644.svg | 19 ++ .../static/media/play_button.07c3d73d.svg | 14 + .../static/static/media/pot-back.37963222.svg | 4 + .../static/media/pot-carrot.c8704838.svg | 12 + .../static/media/pot-cucumber.8b6ffe73.svg | 17 ++ .../static/media/pot-oregano.8d384419.svg | 27 ++ .../static/media/pot-pepper.47999214.svg | 25 ++ .../static/static/media/pot-salt.1369c9ed.svg | 25 ++ .../static/static/media/pot-soup.78375db2.svg | 29 ++ .../static/media/pot-tomato.3f8e1060.svg | 17 ++ .../static/media/pot-water.0b6c498f.svg | 5 + .../salad-bowl-mixed-carrot.b3f374bb.svg | 15 + .../salad-bowl-mixed-cucumber.7992dcf2.svg | 21 ++ .../salad-bowl-mixed-tomato.7b272701.svg | 29 ++ .../media/salad-bowl-mixed.8c29d2b9.svg | 62 +++++ .../static/media/salad-bowl.a7f5f34a.svg | 4 + .../static/media/salad-carrot.5d12e03b.svg | 11 + .../static/media/salad-cucumber.9e799204.svg | 18 ++ .../static/media/salad-tomato.e7fb9ea2.svg | 10 + .../static/static/media/salt.f614ace5.svg | 19 ++ .../static/media/spices-shelf.55a86836.svg | 57 ++++ .../static/media/tomato-cut.6836153a.svg | 19 ++ .../static/media/tomato-raw.12298a6e.svg | 6 + .../static/media/tomato-spoiled.bace9bce.svg | 18 ++ .../culinaryServerTomatoSoup/task.md | 6 +- .../images/master/chef/api/food_models.png | Bin 85491 -> 115483 bytes .../master/chef/api/food_models_dark.png | Bin 0 -> 116951 bytes .../images/master/chef/api/storage_models.png | Bin 0 -> 10414 bytes .../master/chef/api/storage_models_dark.png | Bin 0 -> 10302 bytes .../explanations/soup_cooking_list_dark.png | Bin 0 -> 33104 bytes .../soup_cooking_no_space_dark.png | Bin 0 -> 35414 bytes .../soup_cooking_sequence_dark.png | Bin 0 -> 43586 bytes .../explanations/soup_cooking_spices_dark.png | Bin 0 -> 26395 bytes .../soup_cooking_spices_no_space_dark.png | Bin 0 -> 29489 bytes .../images/master/chef/states/list_vs_seq.gif | Bin 0 -> 2774765 bytes .../images/master/chef/states/main_window.png | Bin 0 -> 326941 bytes .../images/master/chef/states/refil.gif | Bin 0 -> 560363 bytes .../images/master/chef/states/salad_list.gif | Bin 0 -> 1684819 bytes .../images/master/chef/states/salad_seq.gif | Bin 0 -> 1449737 bytes .../images/master/chef/states/smoothie.gif | Bin 0 -> 1449737 bytes .../images/master/chef/states/soup.gif | Bin 0 -> 922288 bytes .../images/master/chef/states/spice.gif | Bin 0 -> 1539725 bytes 711 files changed, 12577 insertions(+), 12 deletions(-) create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerCookSalad/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerFridgeRefill/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerHowToRun/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerIntroduction/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerKitchenModels/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerListSequenceTheory/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerSequenceInitialization/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/asset-manifest.json create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/favicon.ico create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/index.html create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/manifest.json create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/robots.txt create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/service-worker.js create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/css/main.f33027e0.chunk.css create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/css/main.f33027e0.chunk.css.map create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/2.dbb8f406.chunk.js create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/2.dbb8f406.chunk.js.map create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/3.d8ac33f5.chunk.js create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/3.d8ac33f5.chunk.js.map create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/main.8072c9ee.chunk.js create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/main.8072c9ee.chunk.js.map create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/runtime~main.35de78a9.js create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/js/runtime~main.35de78a9.js.map create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/action.1a49790c.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/action_hover.143a84b0.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/action_wide.df8afed0.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/action_wide_hover.851872eb.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/back_button.467450b5.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/back_button_hover.c7d14fd4.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-back.1e958b40.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-berry-1.2c5e06bc.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-berry-2.9a0242a2.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-berry-3.710f5b43.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-berry-4.eb6382b0.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-berry-5.e0f70176.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-citrus-1.dc10cdb2.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-citrus-2.9b185241.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-citrus-3.2af70816.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-citrus-4.25542618.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-citrus-5.a54bc4d1.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/basket-front.10970fd7.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/berry.a2d5625f.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/bg.159aeebb.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/bg_white.177e2c94.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/blender-berry.a2f7c947.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/blender-citrus.b243136a.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/blender-full.83a112bd.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/blender.9da42019.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/carrot-raw.d0c2dde4.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/carrot-spoiled.b907b470.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/carrow-cut.96dcc6dc.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/citrus.ac3d6e5e.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/cucumber-cut.3b775d75.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/cucumber-raw.c77241ee.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/cucumber-spoiled.e5037e35.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/fridge-open.0aaed28d.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/logo.af49c77d.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/oregano.12aa7403.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pepper.09265644.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/play_button.07c3d73d.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-back.37963222.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-carrot.c8704838.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-cucumber.8b6ffe73.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-oregano.8d384419.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-pepper.47999214.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-salt.1369c9ed.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-soup.78375db2.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-tomato.3f8e1060.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/pot-water.0b6c498f.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-bowl-mixed-carrot.b3f374bb.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-bowl-mixed-tomato.7b272701.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-bowl-mixed.8c29d2b9.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-bowl.a7f5f34a.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-carrot.5d12e03b.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-cucumber.9e799204.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salad-tomato.e7fb9ea2.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/salt.f614ace5.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/spices-shelf.55a86836.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/tomato-cut.6836153a.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/tomato-raw.12298a6e.svg create mode 100644 culinaryServer/culinaryServerTomatoSoup/src/main/resources/static/static/media/tomato-spoiled.bace9bce.svg create mode 100644 utils/src/main/resources/images/master/chef/api/food_models_dark.png create mode 100644 utils/src/main/resources/images/master/chef/api/storage_models.png create mode 100644 utils/src/main/resources/images/master/chef/api/storage_models_dark.png create mode 100644 utils/src/main/resources/images/master/chef/explanations/soup_cooking_list_dark.png create mode 100644 utils/src/main/resources/images/master/chef/explanations/soup_cooking_no_space_dark.png create mode 100644 utils/src/main/resources/images/master/chef/explanations/soup_cooking_sequence_dark.png create mode 100644 utils/src/main/resources/images/master/chef/explanations/soup_cooking_spices_dark.png create mode 100644 utils/src/main/resources/images/master/chef/explanations/soup_cooking_spices_no_space_dark.png create mode 100644 utils/src/main/resources/images/master/chef/states/list_vs_seq.gif create mode 100644 utils/src/main/resources/images/master/chef/states/main_window.png create mode 100644 utils/src/main/resources/images/master/chef/states/refil.gif create mode 100644 utils/src/main/resources/images/master/chef/states/salad_list.gif create mode 100644 utils/src/main/resources/images/master/chef/states/salad_seq.gif create mode 100644 utils/src/main/resources/images/master/chef/states/smoothie.gif create mode 100644 utils/src/main/resources/images/master/chef/states/soup.gif create mode 100644 utils/src/main/resources/images/master/chef/states/spice.gif diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/asset-manifest.json b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/asset-manifest.json new file mode 100644 index 0000000..e908143 --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/asset-manifest.json @@ -0,0 +1,17 @@ +{ + "main.css": "/static/css/main.f33027e0.chunk.css", + "main.js": "/static/js/main.8072c9ee.chunk.js", + "main.js.map": "/static/js/main.8072c9ee.chunk.js.map", + "runtime~main.js": "/static/js/runtime~main.35de78a9.js", + "runtime~main.js.map": "/static/js/runtime~main.35de78a9.js.map", + "static/js/2.dbb8f406.chunk.js": "/static/js/2.dbb8f406.chunk.js", + "static/js/2.dbb8f406.chunk.js.map": "/static/js/2.dbb8f406.chunk.js.map", + "static/js/3.d8ac33f5.chunk.js": "/static/js/3.d8ac33f5.chunk.js", + "static/js/3.d8ac33f5.chunk.js.map": "/static/js/3.d8ac33f5.chunk.js.map", + "index.html": "/index.html", + "precache-manifest.316b04815eda041fdc97ff67764c39ef.js": "/precache-manifest.316b04815eda041fdc97ff67764c39ef.js", + "service-worker.js": "/service-worker.js", + "static/css/main.f33027e0.chunk.css.map": "/static/css/main.f33027e0.chunk.css.map", + "static/media/App.css": "/static/media/tomato-spoiled.bace9bce.svg", + "static/media/logo.svg": "/static/media/logo.af49c77d.svg" +} \ No newline at end of file diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/favicon.ico b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..397d8fdf726af1053119600e8e05b3de6563ff6e GIT binary patch literal 67646 zcmeI*3rH1B6bJBYPaj!UqG5$!4@@E?L?j|42niyD5JH3q1PMeCArOTgL770Zp7DbwwmRf3gK98YY^WMF?cV}jIXZ{n~b-j<7^ZU=y4fYla zCCvS~cri5h`M*$ZVnQe*6bj|eeas!=gY(DvCg0kX7n=Y0^Y#2^n){3o!)lO{l0xUs zorAk!?!4C%6BFtD`SUbBJ`R7w{1@yeCnt#qdcQe8`~J0uzuETiH^V>DzGr(L=>K|W zz{(!}X4}JGUw_{Be15<1dp=u78tDJ}Wgu4156=Po_40RO&pCjeeZ|!dp5Qj=>Os~ z;P;*%o(K4g^$(Ig=K%iV{DWo>f3xl3FUCKJ`=0H2p#QteK#=X>Z?--B)@|BtA9FiiF5b+28!mg?&2===BYx-&;z zpUM8b_BCtPP;G53jg5^(t&z^(Fx{Wmzk2m*s;;i4uV26FOdWA;@c;8~0IOE5qBCdC z(3dY?BGyUQgYf_RZ-D$eVMRp+eg6DeSMFu&g8yHCuEmNKE9lgzQ#3d@xU5z>9)SN+ z|Ah>cm6g%Qj~{g;U$Q3nFZbt~BqStIX=y3FfB$|-y>$Bm{*nC`>QYitLIVQ>y0I^= zXJMWAJ9-X|9Xm#E-@aX}nNBz09^E~>HpRuo^!oK{o#^M+623;_;H{!0Bd{J(dx8s-#&Wy@L^yx5N%yJZa){fxw&-z{{28^0M7QEt!kB% zlS6m!-VIy^tk#6@Im^b*oja+!yE{-BfUz^2%}94f^%#moGD5cOAH2{5jdQX%n@yw9w4VjPEi4*Z5tX)GjS8jjmt6?z;>)Sp)9t zE-UNTucxM_CYqX>@=YIrsXJ4r^;@@Y9bLV8m45#G>5B|Foj>mHJ}=41$#nVhWnWx- z4o~-<@zgLWDTyvzxZwHq=kd%Pj}em@e*Y1E4}$UWanF7hz*3B5ymjRFAUJ#WEPea- z&65noJ8wKrTyFUK^O~9(8XX-~o&h+Db97TnzW%(bs)|NNMwDj2&7ARAvDxA4&nqh{ zX?S>8Sq5Mz*3fM|IRmFppQfRqAtf1bJ6}9re17;n2+GUL>C>lA(lY=*@qQv|%GaNt zJb98neE1+W10v>%=a7>j&cKNiC+OX~chWKdJ2`eD>w5h7aq92ymy!XI^Tcz>%hJ)K zN9oO*H^MUjGkIpBYkTC#5qkCNmCy``o+F-5Zk~#YisU;3uL3;lD zxsVLVm>-@~ex?cw3+dUjXRb2Qf2H@h2i^{rh-n^MwTU#T(2Z73Y;I+KV+Qy9= zskym%+4biz@yN}NL0-H*Ueo)`aUZyJ=@R>6paQ4>Du4>00;qst75E=*A63r) literal 0 HcmV?d00001 diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/index.html b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/index.html new file mode 100644 index 0000000..cf81d42 --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/index.html @@ -0,0 +1 @@ +Culinary arts
\ No newline at end of file diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/manifest.json b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/manifest.json new file mode 100644 index 0000000..ba4f523 --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "Culinary arts", + "name": "Culinary arts project", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js new file mode 100644 index 0000000..6e07ff0 --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/precache-manifest.316b04815eda041fdc97ff67764c39ef.js @@ -0,0 +1,262 @@ +self.__precacheManifest = [ + { + "revision": "810bc0292c83afe5cbb1", + "url": "/static/css/main.f33027e0.chunk.css" + }, + { + "revision": "810bc0292c83afe5cbb1", + "url": "/static/js/main.8072c9ee.chunk.js" + }, + { + "revision": "234ecdafbb2600fe3a8a", + "url": "/static/js/runtime~main.35de78a9.js" + }, + { + "revision": "ddd3f6a8942168900a58", + "url": "/static/js/2.dbb8f406.chunk.js" + }, + { + "revision": "c702756c9cb0ce7eb52f", + "url": "/static/js/3.d8ac33f5.chunk.js" + }, + { + "revision": "af49c77d9190025989dc528b2e02b90e", + "url": "/static/media/logo.af49c77d.svg" + }, + { + "revision": "177e2c944e7f05b79e18c301fdb3ada2", + "url": "/static/media/bg_white.177e2c94.svg" + }, + { + "revision": "467450b50515d1916a4af1bb651ed975", + "url": "/static/media/back_button.467450b5.svg" + }, + { + "revision": "159aeebb00563ec75de5fff8b74dd8e5", + "url": "/static/media/bg.159aeebb.svg" + }, + { + "revision": "c7d14fd417c36eeb4d477225027e3631", + "url": "/static/media/back_button_hover.c7d14fd4.svg" + }, + { + "revision": "07c3d73d37b0087435f87743ce6ec654", + "url": "/static/media/play_button.07c3d73d.svg" + }, + { + "revision": "1a49790c6d89dfbc2f6f998a343e4fa6", + "url": "/static/media/action.1a49790c.svg" + }, + { + "revision": "df8afed0de1539fb75d154a04d063525", + "url": "/static/media/action_wide.df8afed0.svg" + }, + { + "revision": "143a84b03175be333b05559ddbfc8c1e", + "url": "/static/media/action_hover.143a84b0.svg" + }, + { + "revision": "851872eb0311993bb320992edc0cf446", + "url": "/static/media/action_wide_hover.851872eb.svg" + }, + { + "revision": "bace9bce9ada888d388dede83a750a5d", + "url": "/static/media/tomato-spoiled.bace9bce.svg" + }, + { + "revision": "12298a6e57e78c6f02938846c4f7e70f", + "url": "/static/media/tomato-raw.12298a6e.svg" + }, + { + "revision": "6836153add368679a408bafc214d67af", + "url": "/static/media/tomato-cut.6836153a.svg" + }, + { + "revision": "e5037e3528d2252faf7f5429168d0abe", + "url": "/static/media/cucumber-spoiled.e5037e35.svg" + }, + { + "revision": "c77241ee0772c10de4d5dbbb2d419fcd", + "url": "/static/media/cucumber-raw.c77241ee.svg" + }, + { + "revision": "3b775d75415b9bb7bbfb81914352b592", + "url": "/static/media/cucumber-cut.3b775d75.svg" + }, + { + "revision": "b907b470651246f19ccb42a1f0db4659", + "url": "/static/media/carrot-spoiled.b907b470.svg" + }, + { + "revision": "d0c2dde4b1e60016b1bac83eaa9829b6", + "url": "/static/media/carrot-raw.d0c2dde4.svg" + }, + { + "revision": "a2d5625ffc1162d66ebf5a73106f2427", + "url": "/static/media/berry.a2d5625f.svg" + }, + { + "revision": "96dcc6dc219ce2bcc4b331d8ba2fee0c", + "url": "/static/media/carrow-cut.96dcc6dc.svg" + }, + { + "revision": "092656444165a09bd438b89b979403f3", + "url": "/static/media/pepper.09265644.svg" + }, + { + "revision": "ac3d6e5e70b880313e18066ac45946bc", + "url": "/static/media/citrus.ac3d6e5e.svg" + }, + { + "revision": "f614ace56e2ef465c56b4791538acb50", + "url": "/static/media/salt.f614ace5.svg" + }, + { + "revision": "12aa7403235fac00ddaa23804e7fc512", + "url": "/static/media/oregano.12aa7403.svg" + }, + { + "revision": "0aaed28d2bfa0b4756d063143dc7a0e2", + "url": "/static/media/fridge-open.0aaed28d.svg" + }, + { + "revision": "10970fd704eb87c0fd4b9d814fa85fe4", + "url": "/static/media/basket-front.10970fd7.svg" + }, + { + "revision": "55a86836e7cab4d6355ceb06330a4b73", + "url": "/static/media/spices-shelf.55a86836.svg" + }, + { + "revision": "1e958b40ccc422cbf06091917a820147", + "url": "/static/media/basket-back.1e958b40.svg" + }, + { + "revision": "a54bc4d177b960b438a01cbe2be0943c", + "url": "/static/media/basket-citrus-5.a54bc4d1.svg" + }, + { + "revision": "dc10cdb29c75cb36f3c33b445cdb8f55", + "url": "/static/media/basket-citrus-1.dc10cdb2.svg" + }, + { + "revision": "2554261890ce6cc4c3ecbbe106dc5bc9", + "url": "/static/media/basket-citrus-4.25542618.svg" + }, + { + "revision": "2af70816b07a459ea2b9cdac53f2a661", + "url": "/static/media/basket-citrus-3.2af70816.svg" + }, + { + "revision": "9b18524160fc4de53421ef211640f99f", + "url": "/static/media/basket-citrus-2.9b185241.svg" + }, + { + "revision": "e0f701765cd55fe8b8423ce946bee257", + "url": "/static/media/basket-berry-5.e0f70176.svg" + }, + { + "revision": "9a0242a2a53db6668f4f1e0718f0f2d6", + "url": "/static/media/basket-berry-2.9a0242a2.svg" + }, + { + "revision": "eb6382b0ebbffd76e0160b6d1c36bc78", + "url": "/static/media/basket-berry-4.eb6382b0.svg" + }, + { + "revision": "710f5b430aef751a21b7e149a18145bd", + "url": "/static/media/basket-berry-3.710f5b43.svg" + }, + { + "revision": "2c5e06bcdc984564419653a54fb9f365", + "url": "/static/media/basket-berry-1.2c5e06bc.svg" + }, + { + "revision": "e7fb9ea26bfe901e4009362f8adfad4e", + "url": "/static/media/salad-tomato.e7fb9ea2.svg" + }, + { + "revision": "a7f5f34a996361eddbc6e3a2acf51e8c", + "url": "/static/media/salad-bowl.a7f5f34a.svg" + }, + { + "revision": "8c29d2b9c0e12c7f65e8e3d8df0a5ec0", + "url": "/static/media/salad-bowl-mixed.8c29d2b9.svg" + }, + { + "revision": "9e799204f0383bd02a40e2448d20dde9", + "url": "/static/media/salad-cucumber.9e799204.svg" + }, + { + "revision": "b3f374bb4f2af3200b081ceb7e95a2c2", + "url": "/static/media/salad-bowl-mixed-carrot.b3f374bb.svg" + }, + { + "revision": "7b27270108b2b540b328def65c27d0c2", + "url": "/static/media/salad-bowl-mixed-tomato.7b272701.svg" + }, + { + "revision": "7992dcf20c1d2b943b41ca45d18eb99b", + "url": "/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg" + }, + { + "revision": "5d12e03bfabde3d0e70eaae9ee880626", + "url": "/static/media/salad-carrot.5d12e03b.svg" + }, + { + "revision": "3796322267bc22d4741521e443c13b27", + "url": "/static/media/pot-back.37963222.svg" + }, + { + "revision": "78375db2c849a020c99b52c76dc7be7f", + "url": "/static/media/pot-soup.78375db2.svg" + }, + { + "revision": "0b6c498fc58fca1fc6e5e3afe4a29c95", + "url": "/static/media/pot-water.0b6c498f.svg" + }, + { + "revision": "1369c9ed9e0d7a21c638ad8eb96633aa", + "url": "/static/media/pot-salt.1369c9ed.svg" + }, + { + "revision": "8d3844190343ab604bc3ddaf13a1b6f6", + "url": "/static/media/pot-oregano.8d384419.svg" + }, + { + "revision": "4799921427ae8d48340edb63be4e18d9", + "url": "/static/media/pot-pepper.47999214.svg" + }, + { + "revision": "c8704838860161b312a7e190c4fea1ef", + "url": "/static/media/pot-carrot.c8704838.svg" + }, + { + "revision": "3f8e1060a85cc7a1c0ac477c0dd09793", + "url": "/static/media/pot-tomato.3f8e1060.svg" + }, + { + "revision": "a2f7c9476a41121f59100fefc791bf24", + "url": "/static/media/blender-berry.a2f7c947.svg" + }, + { + "revision": "b243136a2635ceb7c20ce125118060dd", + "url": "/static/media/blender-citrus.b243136a.svg" + }, + { + "revision": "9da420198502e6283b9f407cee1bef4b", + "url": "/static/media/blender.9da42019.svg" + }, + { + "revision": "8b6ffe73fc7627227be854c197326e9e", + "url": "/static/media/pot-cucumber.8b6ffe73.svg" + }, + { + "revision": "83a112bd455550275a24be9c591b9dd9", + "url": "/static/media/blender-full.83a112bd.svg" + }, + { + "revision": "28672cfb73135bee2eaaaae1d1ebb938", + "url": "/index.html" + } +]; \ No newline at end of file diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/robots.txt b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/service-worker.js b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/service-worker.js new file mode 100644 index 0000000..7bc8385 --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/service-worker.js @@ -0,0 +1,34 @@ +/** + * Welcome to your Workbox-powered service worker! + * + * You'll need to register this file in your web app and you should + * disable HTTP caching for this file too. + * See https://goo.gl/nhQhGp + * + * The rest of the code is auto-generated. Please don't update this file + * directly; instead, make changes to your Workbox build configuration + * and re-run your build process. + * See https://goo.gl/2aRDsh + */ + +importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js"); + +importScripts( + "/precache-manifest.316b04815eda041fdc97ff67764c39ef.js" +); + +workbox.clientsClaim(); + +/** + * The workboxSW.precacheAndRoute() method efficiently caches and responds to + * requests for URLs in the manifest. + * See https://goo.gl/S9QRab + */ +self.__precacheManifest = [].concat(self.__precacheManifest || []); +workbox.precaching.suppressWarnings(); +workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); + +workbox.routing.registerNavigationRoute("/index.html", { + + blacklist: [/^\/_/,/\/[^/]+\.[^/]+$/], +}); diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css new file mode 100644 index 0000000..351f50d --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css @@ -0,0 +1,2 @@ +body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,input[type=button]{font-family:Gotham,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.font-link-base{font-family:Inter,sans-serif;color:#000}.font-link-bold{font-family:Inter,sans-serif;font-weight:900}.font-link-light{font-family:Inter,sans-serif;font-weight:200}.App-logo{height:35vmin;pointer-events:none}.App-big-name{font-size:10vmin;margin-top:2vmin;margin-bottom:2vmin}.App-small-name{font-size:4vmin;margin-top:0;margin-bottom:2vmin;color:#fff}.App-invisible{visibility:hidden}.App-header-base{font-size:calc(10px + 2vmin);color:#fff;background-repeat:no-repeat;background-size:cover}.App-header-white{background-image:url(/static/media/bg_white.177e2c94.svg)}.App-header-black{background-image:url(/static/media/bg.159aeebb.svg)}.App-main-container{min-height:100vh;display:flex;flex-wrap:wrap;overflow:auto}.App-buttons-container,.App-main-container{flex-direction:column;align-items:center;justify-content:center}.App-buttons-container{min-height:10vmin;display:block}.App-display-flex{display:flex}.App-button-base{height:10vmin;margin-top:5vmin;background-repeat:no-repeat;background-size:auto;background-color:initial;border:none;background-position:50%;cursor:pointer;color:#fff;font-size:3.4vmin;font-family:Inter,sans-serif}.App-button-start{background-image:url(/static/media/play_button.07c3d73d.svg);width:30vmin;height:6vmin;margin-top:4vmin;background-size:contain;margin-bottom:1vmin}.App-button-start:hover{opacity:.85}.App-teams-button-back{background-image:url(/static/media/back_button.467450b5.svg);background-size:contain}.App-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:inherit}.App-button-action{background-size:contain;width:15vmin;height:5vmin;color:#000;font-weight:600;background-image:url(/static/media/action.1a49790c.svg)}.App-button-action:hover{background-image:url(/static/media/action_hover.143a84b0.svg)}.App-button-action-wide{background-size:contain;width:21vmin;height:5vmin;color:#000;font-weight:600;background-image:url(/static/media/action_wide.df8afed0.svg)}.App-button-action-wide:hover{background-image:url(/static/media/action_wide_hover.851872eb.svg)}.App-button-disable{pointer-events:none;opacity:.4}.App-counter-container{flex-direction:column}.App-counter-container,.App-products-row{display:flex;align-items:center;justify-content:center}.App-products-row{flex-direction:row}.App-products-row-top{padding-top:3vmin;padding-bottom:0}.App-products-row-bottom{padding-top:0;padding-bottom:2vmin}.App-product-image{background-repeat:no-repeat;background-size:contain}.App-product-counter{height:15vmin;width:15vmin}.App-product-fridge{aspect-ratio:1;max-height:8vmin;width:8vmin}.App-product-image-ROT_TOMATO{background-image:url(/static/media/tomato-spoiled.bace9bce.svg)}.App-product-image-FRESH_TOMATO{background-image:url(/static/media/tomato-raw.12298a6e.svg)}.App-product-image-CUT_TOMATO{background-image:url(/static/media/tomato-cut.6836153a.svg)}.App-product-image-ROT_CUCUMBER{background-image:url(/static/media/cucumber-spoiled.e5037e35.svg)}.App-product-image-FRESH_CUCUMBER{background-image:url(/static/media/cucumber-raw.c77241ee.svg)}.App-product-image-CUT_CUCUMBER{background-image:url(/static/media/cucumber-cut.3b775d75.svg)}.App-product-image-ROT_CARROT{background-image:url(/static/media/carrot-spoiled.b907b470.svg)}.App-product-image-FRESH_CARROT{background-image:url(/static/media/carrot-raw.d0c2dde4.svg)}.App-product-image-CUT_CARROT{background-image:url(/static/media/carrow-cut.96dcc6dc.svg)}.App-product-image-BERRY{background-image:url(/static/media/berry.a2d5625f.svg)}.App-product-image-CITRUS{background-image:url(/static/media/citrus.ac3d6e5e.svg)}.App-product-image-SALT{background-image:url(/static/media/salt.f614ace5.svg)}.App-product-image-PEPPER{background-image:url(/static/media/pepper.09265644.svg)}.App-product-image-OREGANO{background-image:url(/static/media/oregano.12aa7403.svg)}.App-left-kitchen-container{align-items:flex-start;justify-content:center;display:flex;flex-direction:column}.App-fridge{aspect-ratio:1/1.25;max-height:40vh;width:20vw;background-repeat:no-repeat;background-size:contain;visibility:visible;position:relative}.App-fridge-back{top:0;left:0;background-image:url(/static/media/fridge-open.0aaed28d.svg)}.App-fridge-back,.App-fridge-first-shelf,.App-fridge-second-shelf,.App-fridge-third-shelf{position:absolute}.App-spices-shelf{aspect-ratio:1.1/1;max-height:22vh;width:20vw;background-repeat:no-repeat;background-size:contain;background-image:url(/static/media/spices-shelf.55a86836.svg)}.App-center-kitchen-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.App-basket-kitchen-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.App-basket{height:20vmin;width:20vmin;position:relative;background-repeat:no-repeat;background-size:contain}.App-basket-back{position:absolute;top:0;left:0;background-image:url(/static/media/basket-back.1e958b40.svg)}.App-basket-front{background-image:url(/static/media/basket-front.10970fd7.svg)}.App-basket-front,.App-basket-item{position:absolute;top:0;left:0}.App-basket-citrus-5{background-image:url(/static/media/basket-citrus-5.a54bc4d1.svg)}.App-basket-citrus-4{background-image:url(/static/media/basket-citrus-4.25542618.svg)}.App-basket-citrus-3{background-image:url(/static/media/basket-citrus-3.2af70816.svg)}.App-basket-citrus-2{background-image:url(/static/media/basket-citrus-2.9b185241.svg)}.App-basket-citrus-1{background-image:url(/static/media/basket-citrus-1.dc10cdb2.svg)}.App-basket-berry-5{background-image:url(/static/media/basket-berry-5.e0f70176.svg)}.App-basket-berry-4{background-image:url(/static/media/basket-berry-4.eb6382b0.svg)}.App-basket-berry-3{background-image:url(/static/media/basket-berry-3.710f5b43.svg)}.App-basket-berry-2{background-image:url(/static/media/basket-berry-2.9a0242a2.svg)}.App-basket-berry-1{background-image:url(/static/media/basket-berry-1.2c5e06bc.svg)}.App-salad{height:20vmin;width:20vmin;position:relative;background-repeat:no-repeat;background-size:contain}.App-salad-bowl{background-image:url(/static/media/salad-bowl.a7f5f34a.svg)}.App-salad-bowl-mixed{background-image:url(/static/media/salad-bowl-mixed.8c29d2b9.svg)}.App-salad-tomato{position:absolute;top:0;left:0;background-image:url(/static/media/salad-tomato.e7fb9ea2.svg)}.App-salad-cucumber{position:absolute;top:0;left:0;background-image:url(/static/media/salad-cucumber.9e799204.svg)}.App-salad-carrot{position:absolute;top:0;left:0;background-image:url(/static/media/salad-carrot.5d12e03b.svg)}.App-salad-mixed-tomato{position:absolute;top:0;left:0;background-image:url(/static/media/salad-bowl-mixed-tomato.7b272701.svg)}.App-salad-mixed-cucumber{position:absolute;top:0;left:0;background-image:url(/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg)}.App-salad-mixed-carrot{position:absolute;top:0;left:0;background-image:url(/static/media/salad-bowl-mixed-carrot.b3f374bb.svg)}.App-right-kitchen-container{align-items:flex-end;justify-content:center;display:flex;flex-direction:column}.App-pot{aspect-ratio:1/1;max-height:26vh;width:20vw;position:relative;background-repeat:no-repeat;background-size:contain}.App-pot-back{position:absolute;top:0;left:0;background-image:url(/static/media/pot-back.37963222.svg)}.App-pot-water{background-image:url(/static/media/pot-water.0b6c498f.svg)}.App-pot-soup{background-image:url(/static/media/pot-soup.78375db2.svg)}.App-pot-pepper{background-image:url(/static/media/pot-pepper.47999214.svg)}.App-pot-pepper,.App-pot-salt{position:absolute;top:0;left:0}.App-pot-salt{background-image:url(/static/media/pot-salt.1369c9ed.svg)}.App-pot-oregano{position:absolute;top:0;left:0;background-image:url(/static/media/pot-oregano.8d384419.svg)}.App-pot-tomato{position:absolute;top:0;left:0;background-image:url(/static/media/pot-tomato.3f8e1060.svg)}.App-pot-cucumber{position:absolute;top:0;left:0;background-image:url(/static/media/pot-cucumber.8b6ffe73.svg)}.App-pot-carrot{position:absolute;top:0;left:0;background-image:url(/static/media/pot-carrot.c8704838.svg)}.App-blender{aspect-ratio:1/1.5;max-height:28vh;width:20vw;position:relative;background-repeat:no-repeat;background-size:contain}.App-blender-jar{background-image:url(/static/media/blender.9da42019.svg)}.App-blender-citrus{position:absolute;top:0;left:0;background-image:url(/static/media/blender-citrus.b243136a.svg)}.App-blender-berry{position:absolute;top:0;left:0;background-image:url(/static/media/blender-berry.a2f7c947.svg)}.App-blender-jar-full{background-image:url(/static/media/blender-full.83a112bd.svg)}.App-animation-shake{animation:shake .6s cubic-bezier(.36,.07,.19,.97) both;animation-iteration-count:infinite}.App-animation-simmer{animation:simmer .7s cubic-bezier(.36,.07,.19,.97) both;animation-iteration-count:infinite}.App-animation-mixing{animation:mixing 1s cubic-bezier(.36,.07,.19,.97) both;animation-iteration-count:infinite}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes simmer{10%,90%{transform:translate3d(-1px,0,0) rotate(3deg)}20%,80%{transform:translate3d(2px,0,0) rotate(-3deg)}30%,50%,70%{transform:translate3d(-4px,0,0) rotate(3deg)}40%,60%{transform:translate3d(4px,0,0) rotate(-3deg)}}@keyframes mixing{10%,90%{transform:translate3d(-5px,0,0) rotate(10deg)}20%,80%{transform:translate3d(6px,0,0) rotate(-10deg)}30%,50%,70%{transform:translate3d(-8px,0,0) rotate(10deg)}40%,60%{transform:translate3d(8px,0,0) rotate(-10deg)}}.App-kitchen-container{min-width:80vw;max-width:100vw;align-items:center;justify-content:space-between;display:flex;flex-direction:row;flex-wrap:nowrap}.App-kitchen-space{align-items:center;justify-content:center;display:flex;flex-direction:column}.App-display-none{display:none}.App-functions-container{align-items:center;justify-content:center;display:flex;flex-direction:row}.App-button-back{background-image:url(/static/media/back_button.467450b5.svg);background-size:contain;width:20vmin;height:5vmin;position:absolute;top:1vmin;right:5vmin}.App-button-back:hover{background-image:url(/static/media/back_button_hover.c7d14fd4.svg)}.App-info-container{text-align:center;position:absolute;top:15%;left:20%;width:60%}.App-info-container-text{color:#5f5e5e;font-size:2.5vmin;white-space:pre-line} +/*# sourceMappingURL=main.f33027e0.chunk.css.map */ \ No newline at end of file diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css.map b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css.map new file mode 100644 index 0000000..3ecbca8 --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/css/main.f33027e0.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["/Users/anastasia.birillo/IdeaProjects/kotlin-onboarding-part3/culinaryFrontend/src/index.css","main.f33027e0.chunk.css","/Users/anastasia.birillo/IdeaProjects/kotlin-onboarding-part3/culinaryFrontend/src/App.css"],"names":[],"mappings":"AAAA,KACE,QAAA,CAEA,kCAAA,CACA,iCCCF,CDEA,wBALE,6BCOF,CDEA,KACE,uECEF,CCZA,gBACE,4BAAA,CACA,UDiBF,CCdA,gBACE,4BAAA,CACA,eDiBF,CCdA,iBACE,4BAAA,CACA,eDiBF,CCdA,UACE,aAAA,CACA,mBDiBF,CCdA,cACE,gBAAA,CACA,gBAAA,CACA,mBDiBF,CCdA,gBACE,eAAA,CACA,YAAA,CACA,mBAAA,CACA,UDiBF,CCdA,eACE,iBDiBF,CCdA,iBACE,4BAAA,CACA,UAAA,CACA,2BAAA,CACA,qBDiBF,CCdA,kBACE,yDDiBF,CCdA,kBACE,mDDiBF,CCdA,oBACE,gBAAA,CACA,YAAA,CAIA,cAAA,CACA,aDiBF,CCdA,2CAPE,qBAAA,CACA,kBAAA,CACA,sBD2BF,CCtBA,uBACE,iBAAA,CACA,aDoBF,CCdA,kBACE,YDiBF,CCdA,iBACE,aAAA,CACA,gBAAA,CACA,2BAAA,CACA,oBAAA,CACA,wBAAA,CACA,WAAA,CACA,uBAAA,CACA,cAAA,CACA,UAAA,CACA,iBAAA,CACA,4BDiBF,CCdA,kBACE,4DAA+C,CAC/C,YAAA,CACA,YAAA,CACA,gBAAA,CACA,uBAAA,CACA,mBDiBF,CCfA,wBACE,WDiBF,CCdA,uBACE,4DAA+C,CAC/C,uBDiBF,CCdA,eACE,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CACA,cDiBF,CCZA,mBACE,uBAAA,CACA,YAAA,CACA,YAAA,CACA,UAAA,CACA,eAAA,CACA,uDDiBF,CCdA,yBACE,6DDiBF,CCdA,wBACE,uBAAA,CACA,YAAA,CACA,YAAA,CACA,UAAA,CACA,eAAA,CACA,4DDiBF,CCdA,8BACE,kEDiBF,CCdA,oBACE,mBAAA,CACA,UDiBF,CCZA,uBAEE,qBDmBF,CCdA,yCANE,YAAA,CAEA,kBAAA,CACA,sBDwBF,CCrBA,kBAIE,kBDiBF,CCdA,sBACE,iBAAA,CACA,gBDiBF,CCdA,yBACE,aAAA,CACA,oBDiBF,CCZA,mBACE,2BAAA,CACA,uBDiBF,CCdA,qBACE,aAAA,CACA,YDiBF,CCdA,oBACE,cAAA,CACA,gBAAA,CACA,WDiBF,CCdA,8BACE,+DDiBF,CCfA,gCACE,2DDiBF,CCfA,8BACE,2DDiBF,CCfA,gCACE,iEDiBF,CCfA,kCACE,6DDiBF,CCfA,gCACE,6DDiBF,CCfA,8BACE,+DDiBF,CCfA,gCACE,2DDiBF,CCfA,8BACE,2DDiBF,CCfA,yBACE,sDDiBF,CCfA,0BACE,uDDiBF,CCfA,wBACE,qDDiBF,CCfA,0BACE,uDDiBF,CCfA,2BACE,wDDiBF,CCXA,4BACE,sBAAA,CACA,sBAAA,CACA,YAAA,CACA,qBDiBF,CCdA,YACE,mBAAA,CACA,eAAA,CACA,UAAA,CACA,2BAAA,CACA,uBAAA,CACA,kBAAA,CACA,iBDiBF,CCdA,iBAEE,KAAA,CACA,MAAA,CACA,4DDiBF,CCNA,0FACE,iBDiBF,CCdA,kBACE,kBAAA,CACA,eAAA,CACA,UAAA,CACA,2BAAA,CACA,uBAAA,CACA,6DDiBF,CCZA,8BACE,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBDiBF,CCdA,8BACE,YAAA,CACA,kBAAA,CACA,kBAAA,CACA,sBDiBF,CCdA,YACE,aAAA,CACA,YAAA,CACA,iBAAA,CACA,2BAAA,CACA,uBDiBF,CCdA,iBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,4DDiBF,CCdA,kBAIE,6DDiBF,CCdA,mCANE,iBAAA,CACA,KAAA,CACA,MDwBF,CCdA,qBACE,gEDiBF,CCfA,qBACE,gEDiBF,CCfA,qBACE,gEDiBF,CCfA,qBACE,gEDiBF,CCfA,qBACE,gEDiBF,CCbA,oBACE,+DDiBF,CCfA,oBACE,+DDiBF,CCfA,oBACE,+DDiBF,CCfA,oBACE,+DDiBF,CCfA,oBACE,+DDiBF,CCbA,WACE,aAAA,CACA,YAAA,CACA,iBAAA,CACA,2BAAA,CACA,uBDiBF,CCdA,gBACE,2DDiBF,CCdA,sBACE,iEDiBF,CCdA,kBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,6DDiBF,CCdA,oBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,+DDiBF,CCdA,kBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,6DDiBF,CCdA,wBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,wEDiBF,CCdA,0BACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,0EDiBF,CCdA,wBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,wEDiBF,CCZA,6BACE,oBAAA,CACA,sBAAA,CACA,YAAA,CACA,qBDiBF,CCdA,SACE,gBAAA,CACA,eAAA,CACA,UAAA,CACA,iBAAA,CACA,2BAAA,CACA,uBDiBF,CCdA,cACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,yDDiBF,CCdA,eACE,0DDiBF,CCdA,cACE,yDDiBF,CCdA,gBAIE,2DDiBF,CCdA,8BANE,iBAAA,CACA,KAAA,CACA,MDyBF,CCrBA,cAIE,yDDiBF,CCdA,iBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,4DDiBF,CCdA,gBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,2DDiBF,CCdA,kBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,6DDiBF,CCdA,gBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,2DDiBF,CCdA,aACE,kBAAA,CACA,eAAA,CACA,UAAA,CACA,iBAAA,CACA,2BAAA,CACA,uBDiBF,CCdA,iBACE,wDDiBF,CCdA,oBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,+DDiBF,CCdA,mBACE,iBAAA,CACA,KAAA,CACA,MAAA,CACA,8DDiBF,CCdA,sBACE,6DDiBF,CCdA,qBACE,sDAAA,CACA,kCDiBF,CCdA,sBACE,uDAAA,CACA,kCDiBF,CCdA,sBACE,sDAAA,CACA,kCDiBF,CCdA,iBACE,QACE,+BDiBF,CCdA,QACE,8BDiBF,CCdA,YACE,+BDiBF,CCdA,QACE,8BDiBF,CACF,CCdA,kBACE,QACE,4CDiBF,CCdA,QACE,4CDiBF,CCdA,YACE,4CDiBF,CCdA,QACE,4CDiBF,CACF,CCdA,kBACE,QACE,6CDiBF,CCdA,QACE,6CDiBF,CCdA,YACE,6CDiBF,CCdA,QACE,6CDiBF,CACF,CCXA,uBACE,cAAA,CACA,eAAA,CACA,kBAAA,CACA,6BAAA,CACA,YAAA,CACA,kBAAA,CACA,gBDiBF,CCdA,mBACE,kBAAA,CACA,sBAAA,CACA,YAAA,CACA,qBDiBF,CCXA,kBACE,YDiBF,CCdA,yBACE,kBAAA,CACA,sBAAA,CACA,YAAA,CACA,kBDiBF,CCdA,iBACE,4DAA+C,CAC/C,uBAAA,CACA,YAAA,CACA,YAAA,CACA,iBAAA,CACA,SAAA,CACA,WDiBF,CCfA,uBACE,kEDiBF,CCbA,oBACE,iBAAA,CACA,iBAAA,CACA,OAAA,CACA,QAAA,CACA,SDiBF,CCdA,yBACE,aAAA,CACA,iBAAA,CACA,oBDiBF","file":"main.f33027e0.chunk.css","sourcesContent":["body {\n margin: 0;\n font-family: 'Gotham', sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ninput[type = button] {\n font-family: 'Gotham', sans-serif;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","body {\n margin: 0;\n font-family: 'Gotham', sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ninput[type = button] {\n font-family: 'Gotham', sans-serif;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n\n/****************BASE***************/\n\n.font-link-base {\n font-family: 'Inter', sans-serif;\n color: black;\n}\n\n.font-link-bold {\n font-family: 'Inter', sans-serif;\n font-weight: 900;\n}\n\n.font-link-light {\n font-family: 'Inter', sans-serif;\n font-weight: 200;\n}\n\n.App-logo {\n height: 35vmin;\n pointer-events: none;\n}\n\n.App-big-name {\n font-size: 10vmin;\n margin-top: 2vmin;\n margin-bottom: 2vmin;\n}\n\n.App-small-name {\n font-size: 4vmin;\n margin-top: 0;\n margin-bottom: 2vmin;\n color: white;\n}\n\n.App-invisible{\n visibility: hidden;\n}\n\n.App-header-base {\n font-size: calc(10px + 2vmin);\n color: white;\n background-repeat: no-repeat;\n background-size: cover;\n}\n\n.App-header-white {\n background-image: url(/static/media/bg_white.177e2c94.svg);\n}\n\n.App-header-black {\n background-image: url(/static/media/bg.159aeebb.svg);\n}\n\n.App-main-container {\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n overflow: auto;\n}\n\n.App-buttons-container {\n min-height: 10vmin;\n display: block;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.App-display-flex {\n display: flex;\n}\n\n.App-button-base {\n height: 10vmin;\n margin-top: 5vmin;\n background-repeat: no-repeat;\n background-size: auto;\n background-color: transparent;\n border: none;\n background-position: center;\n cursor:pointer;\n color: white;\n font-size:3.4vmin;\n font-family: 'Inter', sans-serif;\n}\n\n.App-button-start {\n background-image: url(/static/media/play_button.07c3d73d.svg);\n width: 30vmin;\n height: 6vmin;\n margin-top: 4vmin;\n background-size: contain;\n margin-bottom: 1vmin;\n}\n.App-button-start:hover {\n opacity: 0.85;\n}\n\n.App-teams-button-back {\n background-image: url(/static/media/back_button.467450b5.svg);\n background-size: contain;\n}\n\n.App-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: inherit;\n}\n\n/****************BASE***************/\n\n.App-button-action{\n background-size: contain;\n width: 15vmin;\n height: 5vmin;\n color: black;\n font-weight: 600;\n background-image: url(/static/media/action.1a49790c.svg);\n}\n\n.App-button-action:hover {\n background-image: url(/static/media/action_hover.143a84b0.svg);\n}\n\n.App-button-action-wide{\n background-size: contain;\n width: 21vmin;\n height: 5vmin;\n color: black;\n font-weight: 600;\n background-image: url(/static/media/action_wide.df8afed0.svg);\n}\n\n.App-button-action-wide:hover {\n background-image: url(/static/media/action_wide_hover.851872eb.svg);\n}\n\n.App-button-disable {\n pointer-events: none;\n opacity: 0.4;\n}\n\n/* PRODUCT COUNTER */\n\n.App-counter-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.App-products-row {\n align-items: center;\n justify-content: center;\n display: flex;\n flex-direction: row;\n}\n\n.App-products-row-top {\n padding-top: 3vmin;\n padding-bottom: 0;\n}\n\n.App-products-row-bottom {\n padding-top: 0;\n padding-bottom: 2vmin;\n}\n/* =============== */\n\n/* COUNTER ITEMS */\n.App-product-image {\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-product-counter{\n height: 15vmin;\n width: 15vmin;\n}\n\n.App-product-fridge{\n aspect-ratio: 1;\n max-height: 8vmin;\n width: 8vmin;\n}\n\n.App-product-image-ROT_TOMATO{\n background-image: url(/static/media/tomato-spoiled.bace9bce.svg);\n}\n.App-product-image-FRESH_TOMATO{\n background-image: url(/static/media/tomato-raw.12298a6e.svg);\n}\n.App-product-image-CUT_TOMATO{\n background-image: url(/static/media/tomato-cut.6836153a.svg);\n}\n.App-product-image-ROT_CUCUMBER{\n background-image: url(/static/media/cucumber-spoiled.e5037e35.svg);\n}\n.App-product-image-FRESH_CUCUMBER{\n background-image: url(/static/media/cucumber-raw.c77241ee.svg);\n}\n.App-product-image-CUT_CUCUMBER{\n background-image: url(/static/media/cucumber-cut.3b775d75.svg);\n}\n.App-product-image-ROT_CARROT{\n background-image: url(/static/media/carrot-spoiled.b907b470.svg);\n}\n.App-product-image-FRESH_CARROT{\n background-image: url(/static/media/carrot-raw.d0c2dde4.svg);\n}\n.App-product-image-CUT_CARROT{\n background-image: url(/static/media/carrow-cut.96dcc6dc.svg);\n}\n.App-product-image-BERRY{\n background-image: url(/static/media/berry.a2d5625f.svg);\n}\n.App-product-image-CITRUS{\n background-image: url(/static/media/citrus.ac3d6e5e.svg);\n}\n.App-product-image-SALT{\n background-image: url(/static/media/salt.f614ace5.svg);\n}\n.App-product-image-PEPPER{\n background-image: url(/static/media/pepper.09265644.svg);\n}\n.App-product-image-OREGANO{\n background-image: url(/static/media/oregano.12aa7403.svg);\n}\n/* ============= */\n\n/* ### LEFT #### */\n\n.App-left-kitchen-container {\n align-items: flex-start;\n justify-content: center;\n display: flex;\n flex-direction: column;\n}\n\n.App-fridge {\n aspect-ratio: 1 / 1.25;\n max-height: 40vh;\n width: 20vw;\n background-repeat: no-repeat;\n background-size: contain;\n visibility: visible;\n position: relative;\n}\n\n.App-fridge-back{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/fridge-open.0aaed28d.svg);\n}\n\n.App-fridge-first-shelf{\n position: absolute;\n}\n\n.App-fridge-second-shelf{\n position: absolute;\n}\n\n.App-fridge-third-shelf{\n position: absolute;\n}\n\n.App-spices-shelf{\n aspect-ratio: 1.1 / 1;\n max-height: 22vh;\n width: 20vw;\n background-repeat: no-repeat;\n background-size: contain;\n background-image: url(/static/media/spices-shelf.55a86836.svg);\n}\n\n/* ### CENTER #### */\n\n.App-center-kitchen-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.App-basket-kitchen-container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n\n.App-basket {\n height: 20vmin;\n width: 20vmin;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-basket-back{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/basket-back.1e958b40.svg);\n}\n\n.App-basket-front{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/basket-front.10970fd7.svg);\n}\n\n.App-basket-item{\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.App-basket-citrus-5{\n background-image: url(/static/media/basket-citrus-5.a54bc4d1.svg);\n}\n.App-basket-citrus-4{\n background-image: url(/static/media/basket-citrus-4.25542618.svg);\n}\n.App-basket-citrus-3{\n background-image: url(/static/media/basket-citrus-3.2af70816.svg);\n}\n.App-basket-citrus-2{\n background-image: url(/static/media/basket-citrus-2.9b185241.svg);\n}\n.App-basket-citrus-1{\n background-image: url(/static/media/basket-citrus-1.dc10cdb2.svg);\n}\n\n\n.App-basket-berry-5{\n background-image: url(/static/media/basket-berry-5.e0f70176.svg);\n}\n.App-basket-berry-4{\n background-image: url(/static/media/basket-berry-4.eb6382b0.svg);\n}\n.App-basket-berry-3{\n background-image: url(/static/media/basket-berry-3.710f5b43.svg);\n}\n.App-basket-berry-2{\n background-image: url(/static/media/basket-berry-2.9a0242a2.svg);\n}\n.App-basket-berry-1{\n background-image: url(/static/media/basket-berry-1.2c5e06bc.svg);\n}\n\n\n.App-salad {\n height: 20vmin;\n width: 20vmin;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-salad-bowl {\n background-image: url(/static/media/salad-bowl.a7f5f34a.svg);\n}\n\n.App-salad-bowl-mixed {\n background-image: url(/static/media/salad-bowl-mixed.8c29d2b9.svg);\n}\n\n.App-salad-tomato{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/salad-tomato.e7fb9ea2.svg);\n}\n\n.App-salad-cucumber{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/salad-cucumber.9e799204.svg);\n}\n\n.App-salad-carrot{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/salad-carrot.5d12e03b.svg);\n}\n\n.App-salad-mixed-tomato{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/salad-bowl-mixed-tomato.7b272701.svg);\n}\n\n.App-salad-mixed-cucumber{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/salad-bowl-mixed-cucumber.7992dcf2.svg);\n}\n\n.App-salad-mixed-carrot{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/salad-bowl-mixed-carrot.b3f374bb.svg);\n}\n\n/* ### RIGHT #### */\n\n.App-right-kitchen-container {\n align-items: flex-end;\n justify-content: center;\n display: flex;\n flex-direction: column;\n}\n\n.App-pot {\n aspect-ratio: 1 / 1;\n max-height: 26vh;\n width: 20vw;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-pot-back{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/pot-back.37963222.svg);\n}\n\n.App-pot-water {\n background-image: url(/static/media/pot-water.0b6c498f.svg);\n}\n\n.App-pot-soup {\n background-image: url(/static/media/pot-soup.78375db2.svg);\n}\n\n.App-pot-pepper{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/pot-pepper.47999214.svg);\n}\n\n.App-pot-salt{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/pot-salt.1369c9ed.svg);\n}\n\n.App-pot-oregano{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/pot-oregano.8d384419.svg);\n}\n\n.App-pot-tomato{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/pot-tomato.3f8e1060.svg);\n}\n\n.App-pot-cucumber{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/pot-cucumber.8b6ffe73.svg);\n}\n\n.App-pot-carrot{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/pot-carrot.c8704838.svg);\n}\n\n.App-blender {\n aspect-ratio: 1 / 1.5;\n max-height: 28vh;\n width: 20vw;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-blender-jar{\n background-image: url(/static/media/blender.9da42019.svg);\n}\n\n.App-blender-citrus{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/blender-citrus.b243136a.svg);\n}\n\n.App-blender-berry{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url(/static/media/blender-berry.a2f7c947.svg);\n}\n\n.App-blender-jar-full {\n background-image: url(/static/media/blender-full.83a112bd.svg);\n}\n\n.App-animation-shake{\n animation: shake 0.6s cubic-bezier(.36,.07,.19,.97) both;\n animation-iteration-count: infinite;\n}\n\n.App-animation-simmer{\n animation: simmer 0.7s cubic-bezier(.36,.07,.19,.97) both;\n animation-iteration-count: infinite;\n}\n\n.App-animation-mixing{\n animation: mixing 1s cubic-bezier(.36,.07,.19,.97) both;\n animation-iteration-count: infinite;\n}\n\n@keyframes shake {\n 10%, 90% {\n transform: translate3d(-1px, 0, 0);\n }\n\n 20%, 80% {\n transform: translate3d(2px, 0, 0);\n }\n\n 30%, 50%, 70% {\n transform: translate3d(-4px, 0, 0);\n }\n\n 40%, 60% {\n transform: translate3d(4px, 0, 0);\n }\n}\n\n@keyframes simmer {\n 10%, 90% {\n transform: translate3d(-1px, 0, 0) rotate(3deg);\n }\n\n 20%, 80% {\n transform: translate3d(2px, 0, 0) rotate(-3deg);\n }\n\n 30%, 50%, 70% {\n transform: translate3d(-4px, 0, 0) rotate(3deg);\n }\n\n 40%, 60% {\n transform: translate3d(4px, 0, 0) rotate(-3deg);\n }\n}\n\n@keyframes mixing {\n 10%, 90% {\n transform: translate3d(-5px, 0, 0) rotate(10deg);\n }\n\n 20%, 80% {\n transform: translate3d(6px, 0, 0) rotate(-10deg);\n }\n\n 30%, 50%, 70% {\n transform: translate3d(-8px, 0, 0) rotate(10deg);\n }\n\n 40%, 60% {\n transform: translate3d(8px, 0, 0) rotate(-10deg);\n }\n}\n\n/* ####### */\n\n\n.App-kitchen-container {\n min-width: 80vw;\n max-width: 100vw;\n align-items: center;\n justify-content: space-between;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n}\n\n.App-kitchen-space {\n align-items: center;\n justify-content: center;\n display: flex;\n flex-direction: column;\n}\n\n\n/* ======= */\n\n.App-display-none {\n display: none;\n}\n\n.App-functions-container {\n align-items: center;\n justify-content: center;\n display: flex;\n flex-direction: row;\n}\n\n.App-button-back {\n background-image: url(/static/media/back_button.467450b5.svg);\n background-size: contain;\n width: 20vmin;\n height: 5vmin;\n position: absolute;\n top: 1vmin;\n right: 5vmin;\n}\n.App-button-back:hover {\n background-image: url(/static/media/back_button_hover.c7d14fd4.svg);\n}\n\n\n.App-info-container {\n text-align: center;\n position: absolute;\n top: 15%;\n left: 20%;\n width: 60%;\n}\n\n.App-info-container-text {\n color: #5f5e5e;\n font-size: 2.5vmin;\n white-space: pre-line;\n}\n\n","/****************BASE***************/\n\n.font-link-base {\n font-family: 'Inter', sans-serif;\n color: black;\n}\n\n.font-link-bold {\n font-family: 'Inter', sans-serif;\n font-weight: 900;\n}\n\n.font-link-light {\n font-family: 'Inter', sans-serif;\n font-weight: 200;\n}\n\n.App-logo {\n height: 35vmin;\n pointer-events: none;\n}\n\n.App-big-name {\n font-size: 10vmin;\n margin-top: 2vmin;\n margin-bottom: 2vmin;\n}\n\n.App-small-name {\n font-size: 4vmin;\n margin-top: 0;\n margin-bottom: 2vmin;\n color: white;\n}\n\n.App-invisible{\n visibility: hidden;\n}\n\n.App-header-base {\n font-size: calc(10px + 2vmin);\n color: white;\n background-repeat: no-repeat;\n background-size: cover;\n}\n\n.App-header-white {\n background-image: url('assets/bg_white.svg');\n}\n\n.App-header-black {\n background-image: url('assets/bg.svg');\n}\n\n.App-main-container {\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n overflow: auto;\n}\n\n.App-buttons-container {\n min-height: 10vmin;\n display: block;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.App-display-flex {\n display: flex;\n}\n\n.App-button-base {\n height: 10vmin;\n margin-top: 5vmin;\n background-repeat: no-repeat;\n background-size: auto;\n background-color: transparent;\n border: none;\n background-position: center;\n cursor:pointer;\n color: white;\n font-size:3.4vmin;\n font-family: 'Inter', sans-serif;\n}\n\n.App-button-start {\n background-image: url('assets/play_button.svg');\n width: 30vmin;\n height: 6vmin;\n margin-top: 4vmin;\n background-size: contain;\n margin-bottom: 1vmin;\n}\n.App-button-start:hover {\n opacity: 0.85;\n}\n\n.App-teams-button-back {\n background-image: url('assets/back_button.svg');\n background-size: contain;\n}\n\n.App-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n height: inherit;\n}\n\n/****************BASE***************/\n\n.App-button-action{\n background-size: contain;\n width: 15vmin;\n height: 5vmin;\n color: black;\n font-weight: 600;\n background-image: url('assets/buttons/action.svg');\n}\n\n.App-button-action:hover {\n background-image: url('assets/buttons/action_hover.svg');\n}\n\n.App-button-action-wide{\n background-size: contain;\n width: 21vmin;\n height: 5vmin;\n color: black;\n font-weight: 600;\n background-image: url('assets/buttons/action_wide.svg');\n}\n\n.App-button-action-wide:hover {\n background-image: url('assets/buttons/action_wide_hover.svg');\n}\n\n.App-button-disable {\n pointer-events: none;\n opacity: 0.4;\n}\n\n/* PRODUCT COUNTER */\n\n.App-counter-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.App-products-row {\n align-items: center;\n justify-content: center;\n display: flex;\n flex-direction: row;\n}\n\n.App-products-row-top {\n padding-top: 3vmin;\n padding-bottom: 0;\n}\n\n.App-products-row-bottom {\n padding-top: 0;\n padding-bottom: 2vmin;\n}\n/* =============== */\n\n/* COUNTER ITEMS */\n.App-product-image {\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-product-counter{\n height: 15vmin;\n width: 15vmin;\n}\n\n.App-product-fridge{\n aspect-ratio: 1;\n max-height: 8vmin;\n width: 8vmin;\n}\n\n.App-product-image-ROT_TOMATO{\n background-image: url('assets/kitchen/tomato-spoiled.svg');\n}\n.App-product-image-FRESH_TOMATO{\n background-image: url('assets/kitchen/tomato-raw.svg');\n}\n.App-product-image-CUT_TOMATO{\n background-image: url('assets/kitchen/tomato-cut.svg');\n}\n.App-product-image-ROT_CUCUMBER{\n background-image: url('assets/kitchen/cucumber-spoiled.svg');\n}\n.App-product-image-FRESH_CUCUMBER{\n background-image: url('assets/kitchen/cucumber-raw.svg');\n}\n.App-product-image-CUT_CUCUMBER{\n background-image: url('assets/kitchen/cucumber-cut.svg');\n}\n.App-product-image-ROT_CARROT{\n background-image: url('assets/kitchen/carrot-spoiled.svg');\n}\n.App-product-image-FRESH_CARROT{\n background-image: url('assets/kitchen/carrot-raw.svg');\n}\n.App-product-image-CUT_CARROT{\n background-image: url('assets/kitchen/carrow-cut.svg');\n}\n.App-product-image-BERRY{\n background-image: url('assets/kitchen/berry.svg');\n}\n.App-product-image-CITRUS{\n background-image: url('assets/kitchen/citrus.svg');\n}\n.App-product-image-SALT{\n background-image: url('assets/kitchen/salt.svg');\n}\n.App-product-image-PEPPER{\n background-image: url('assets/kitchen/pepper.svg');\n}\n.App-product-image-OREGANO{\n background-image: url('assets/kitchen/oregano.svg');\n}\n/* ============= */\n\n/* ### LEFT #### */\n\n.App-left-kitchen-container {\n align-items: flex-start;\n justify-content: center;\n display: flex;\n flex-direction: column;\n}\n\n.App-fridge {\n aspect-ratio: 1 / 1.25;\n max-height: 40vh;\n width: 20vw;\n background-repeat: no-repeat;\n background-size: contain;\n visibility: visible;\n position: relative;\n}\n\n.App-fridge-back{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/kitchen/fridge-open.svg');\n}\n\n.App-fridge-first-shelf{\n position: absolute;\n}\n\n.App-fridge-second-shelf{\n position: absolute;\n}\n\n.App-fridge-third-shelf{\n position: absolute;\n}\n\n.App-spices-shelf{\n aspect-ratio: 1.1 / 1;\n max-height: 22vh;\n width: 20vw;\n background-repeat: no-repeat;\n background-size: contain;\n background-image: url('assets/kitchen/spices-shelf.svg');\n}\n\n/* ### CENTER #### */\n\n.App-center-kitchen-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n\n.App-basket-kitchen-container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n\n.App-basket {\n height: 20vmin;\n width: 20vmin;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-basket-back{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/baskets/basket-back.svg');\n}\n\n.App-basket-front{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/baskets/basket-front.svg');\n}\n\n.App-basket-item{\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.App-basket-citrus-5{\n background-image: url('assets/baskets/basket-citrus-5.svg');\n}\n.App-basket-citrus-4{\n background-image: url('assets/baskets/basket-citrus-4.svg');\n}\n.App-basket-citrus-3{\n background-image: url('assets/baskets/basket-citrus-3.svg');\n}\n.App-basket-citrus-2{\n background-image: url('assets/baskets/basket-citrus-2.svg');\n}\n.App-basket-citrus-1{\n background-image: url('assets/baskets/basket-citrus-1.svg');\n}\n\n\n.App-basket-berry-5{\n background-image: url('assets/baskets/basket-berry-5.svg');\n}\n.App-basket-berry-4{\n background-image: url('assets/baskets/basket-berry-4.svg');\n}\n.App-basket-berry-3{\n background-image: url('assets/baskets/basket-berry-3.svg');\n}\n.App-basket-berry-2{\n background-image: url('assets/baskets/basket-berry-2.svg');\n}\n.App-basket-berry-1{\n background-image: url('assets/baskets/basket-berry-1.svg');\n}\n\n\n.App-salad {\n height: 20vmin;\n width: 20vmin;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-salad-bowl {\n background-image: url('assets/salad/salad-bowl.svg');\n}\n\n.App-salad-bowl-mixed {\n background-image: url('assets/salad/salad-bowl-mixed.svg');\n}\n\n.App-salad-tomato{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/salad/salad-tomato.svg');\n}\n\n.App-salad-cucumber{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/salad/salad-cucumber.svg');\n}\n\n.App-salad-carrot{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/salad/salad-carrot.svg');\n}\n\n.App-salad-mixed-tomato{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/salad/salad-bowl-mixed-tomato.svg');\n}\n\n.App-salad-mixed-cucumber{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/salad/salad-bowl-mixed-cucumber.svg');\n}\n\n.App-salad-mixed-carrot{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/salad/salad-bowl-mixed-carrot.svg');\n}\n\n/* ### RIGHT #### */\n\n.App-right-kitchen-container {\n align-items: flex-end;\n justify-content: center;\n display: flex;\n flex-direction: column;\n}\n\n.App-pot {\n aspect-ratio: 1 / 1;\n max-height: 26vh;\n width: 20vw;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-pot-back{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/pot/pot-back.svg');\n}\n\n.App-pot-water {\n background-image: url('assets/pot/pot-water.svg');\n}\n\n.App-pot-soup {\n background-image: url('assets/pot/pot-soup.svg');\n}\n\n.App-pot-pepper{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/pot/pot-pepper.svg');\n}\n\n.App-pot-salt{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/pot/pot-salt.svg');\n}\n\n.App-pot-oregano{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/pot/pot-oregano.svg');\n}\n\n.App-pot-tomato{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/pot/pot-tomato.svg');\n}\n\n.App-pot-cucumber{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/pot/pot-cucumber.svg');\n}\n\n.App-pot-carrot{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/pot/pot-carrot.svg');\n}\n\n.App-blender {\n aspect-ratio: 1 / 1.5;\n max-height: 28vh;\n width: 20vw;\n position: relative;\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.App-blender-jar{\n background-image: url('assets/blender/blender.svg');\n}\n\n.App-blender-citrus{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/blender/blender-citrus.svg');\n}\n\n.App-blender-berry{\n position: absolute;\n top: 0;\n left: 0;\n background-image: url('assets/blender/blender-berry.svg');\n}\n\n.App-blender-jar-full {\n background-image: url('assets/blender/blender-full.svg');\n}\n\n.App-animation-shake{\n animation: shake 0.6s cubic-bezier(.36,.07,.19,.97) both;\n animation-iteration-count: infinite;\n}\n\n.App-animation-simmer{\n animation: simmer 0.7s cubic-bezier(.36,.07,.19,.97) both;\n animation-iteration-count: infinite;\n}\n\n.App-animation-mixing{\n animation: mixing 1s cubic-bezier(.36,.07,.19,.97) both;\n animation-iteration-count: infinite;\n}\n\n@keyframes shake {\n 10%, 90% {\n transform: translate3d(-1px, 0, 0);\n }\n\n 20%, 80% {\n transform: translate3d(2px, 0, 0);\n }\n\n 30%, 50%, 70% {\n transform: translate3d(-4px, 0, 0);\n }\n\n 40%, 60% {\n transform: translate3d(4px, 0, 0);\n }\n}\n\n@keyframes simmer {\n 10%, 90% {\n transform: translate3d(-1px, 0, 0) rotate(3deg);\n }\n\n 20%, 80% {\n transform: translate3d(2px, 0, 0) rotate(-3deg);\n }\n\n 30%, 50%, 70% {\n transform: translate3d(-4px, 0, 0) rotate(3deg);\n }\n\n 40%, 60% {\n transform: translate3d(4px, 0, 0) rotate(-3deg);\n }\n}\n\n@keyframes mixing {\n 10%, 90% {\n transform: translate3d(-5px, 0, 0) rotate(10deg);\n }\n\n 20%, 80% {\n transform: translate3d(6px, 0, 0) rotate(-10deg);\n }\n\n 30%, 50%, 70% {\n transform: translate3d(-8px, 0, 0) rotate(10deg);\n }\n\n 40%, 60% {\n transform: translate3d(8px, 0, 0) rotate(-10deg);\n }\n}\n\n/* ####### */\n\n\n.App-kitchen-container {\n min-width: 80vw;\n max-width: 100vw;\n align-items: center;\n justify-content: space-between;\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n}\n\n.App-kitchen-space {\n align-items: center;\n justify-content: center;\n display: flex;\n flex-direction: column;\n}\n\n\n/* ======= */\n\n.App-display-none {\n display: none;\n}\n\n.App-functions-container {\n align-items: center;\n justify-content: center;\n display: flex;\n flex-direction: row;\n}\n\n.App-button-back {\n background-image: url('assets/back_button.svg');\n background-size: contain;\n width: 20vmin;\n height: 5vmin;\n position: absolute;\n top: 1vmin;\n right: 5vmin;\n}\n.App-button-back:hover {\n background-image: url('assets/back_button_hover.svg');\n}\n\n\n.App-info-container {\n text-align: center;\n position: absolute;\n top: 15%;\n left: 20%;\n width: 60%;\n}\n\n.App-info-container-text {\n color: #5f5e5e;\n font-size: 2.5vmin;\n white-space: pre-line;\n}\n"]} \ No newline at end of file diff --git a/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/2.dbb8f406.chunk.js b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/2.dbb8f406.chunk.js new file mode 100644 index 0000000..9d6c914 --- /dev/null +++ b/culinaryServer/culinaryServerAddSpices/src/main/resources/static/static/js/2.dbb8f406.chunk.js @@ -0,0 +1,2 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(24)},function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e){for(var t=1;t0;)i[o=r[a]]||(t[o]=e[o],i[o]=!0);e=Object.getPrototypeOf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:i,kindOfTest:l,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;var t=e.length;if(s(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},isTypedArray:k,isFileList:g}},function(e,t,n){"use strict";function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],r=!0,a=!1,o=void 0;try{for(var i,l=e[Symbol.iterator]();!(r=(i=l.next()).done)&&(n.push(i.value),!t||n.length!==t);r=!0);}catch(u){a=!0,o=u}finally{try{r||null==l.return||l.return()}finally{if(a)throw o}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}n.d(t,"a",function(){return r})},function(e,t,n){e.exports=n(33)},function(e,t,n){"use strict";var r=n(2);function a(e,t,n,r,a){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),a&&(this.response=a)}r.inherits(a,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var o=a.prototype,i={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach(function(e){i[e]={value:e}}),Object.defineProperties(a,i),Object.defineProperty(o,"isAxiosError",{value:!0}),a.from=function(e,t,n,i,l,u){var s=Object.create(o);return r.toFlatObject(e,s,function(e){return e!==Error.prototype}),a.call(s,e.message,t,n,i,l),s.name=e.name,u&&Object.assign(s,u),s},e.exports=a},function(e,t,n){"use strict";function r(e,t,n,r,a,o,i){try{var l=e[o](i),u=l.value}catch(s){return void n(s)}l.done?t(u):Promise.resolve(u).then(r,a)}function a(e){return function(){var t=this,n=arguments;return new Promise(function(a,o){var i=e.apply(t,n);function l(e){r(i,a,o,l,u,"next",e)}function u(e){r(i,a,o,l,u,"throw",e)}l(void 0)})}}n.d(t,"a",function(){return a})},function(e,t,n){"use strict";function r(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],function(e){c.headers[e]={}}),r.forEach(["post","put","patch"],function(e){c.headers[e]=r.merge(u)}),e.exports=c}).call(this,n(11))},function(e,t){var n,r,a=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function l(e){if(n===setTimeout)return setTimeout(e,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"===typeof setTimeout?setTimeout:o}catch(e){n=o}try{r="function"===typeof clearTimeout?clearTimeout:i}catch(e){r=i}}();var u,s=[],c=!1,f=-1;function d(){c&&u&&(c=!1,u.length?s=u.concat(s):f=-1,s.length&&p())}function p(){if(!c){var e=l(d);c=!0;for(var t=s.length;t;){for(u=s,s=[];++f1)for(var n=1;n