From 5da523e88c304f34464bac64b7890988277205b3 Mon Sep 17 00:00:00 2001 From: zachpeltz Date: Thu, 7 Nov 2024 22:31:00 -0800 Subject: [PATCH 1/3] save ingredient changes --- navigation/create_and_compete/culinary.md | 37 +++++++++++------------ 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/navigation/create_and_compete/culinary.md b/navigation/create_and_compete/culinary.md index db85db2b..a4e7c64d 100644 --- a/navigation/create_and_compete/culinary.md +++ b/navigation/create_and_compete/culinary.md @@ -1074,26 +1074,23 @@ function displayFilteredRecipes(filteredRecipes) { } function getRandomIngredients() { const ingredients = [ -'Chicken', 'Broccoli', 'Rice', 'Tomatoes', 'Pasta', 'Beans', 'Corn', 'Avocado', 'Mushrooms', 'Spinach', -'Peppers', 'Carrots', 'Lentils', 'Quinoa', 'Eggplant', 'Zucchini', 'Cabbage', 'Cauliflower', 'Potatoes', 'Onion', -'Garlic', 'Ginger', 'Beef', 'Pork', 'Salmon', 'Tuna', 'Shrimp', 'Tofu', 'Chickpeas', 'Black Beans', -'Asparagus', 'Green Beans', 'Sweet Potatoes', 'Bell Peppers', 'Kale', 'Arugula', 'Olives', 'Cheese', 'Bread', 'Tortillas', -'Yogurt', 'Milk', 'Cream', 'Butter', 'Almonds', 'Cashews', 'Peanuts', 'Pumpkin Seeds', 'Flax Seeds', 'Sunflower Seeds', -'Basil', 'Thyme', 'Rosemary', 'Oregano', 'Sage', 'Chives', 'Mint', 'Parsley', 'Cilantro', 'Tarragon', -'Caraway', 'Cumin', 'Paprika', 'Chili Powder', 'Turmeric', 'Curry Powder', 'Cinnamon', 'Nutmeg', 'Cloves', 'Vanilla', -'Honey', 'Maple Syrup', 'Brown Sugar', 'Granulated Sugar', 'Baking Powder', 'Baking Soda', 'Yeast', 'Flour', 'Cornstarch', 'Rice Vinegar', -'Balsamic Vinegar', 'Apple Cider Vinegar', 'Soy Sauce', 'Olive Oil', 'Vegetable Oil', 'Sesame Oil', 'Butter', 'Cream Cheese', 'Sour Cream', 'Pesto', -'Chili Sauce', 'Mustard', 'Ketchup', 'Mayonnaise', 'Pickles', 'Relish', 'Nuts', 'Dried Fruit', 'Seeds', 'Coconut Milk', -'Vegetable Broth', 'Chicken Broth', 'Beef Broth', 'Tomato Sauce', 'Pasta Sauce', 'Salsa', 'Taco Seasoning', 'Coconut Flakes', 'Chocolate Chips', 'Marshmallows', -'Bacon', 'Eggs', 'Parmesan Cheese', 'Mozzarella', 'Feta Cheese', 'Goat Cheese', 'Blue Cheese', 'Provolone', 'Cheddar Cheese', 'Swiss Cheese', -'Pineapple', 'Mango', 'Papaya', 'Peaches', 'Plums', 'Apricots', 'Grapes', 'Strawberries', 'Blueberries', 'Raspberries', -'Blackberries', 'Cranberries', 'Watermelon', 'Cantaloupe', 'Honeydew', 'Oranges', 'Lemons', 'Limes', 'Apples', 'Pears', -'Pomegranate', 'Kiwi', 'Guava', 'Lychee', 'Starfruit', 'Dragonfruit', 'Passion Fruit', 'Cactus Pear', 'Banana', 'Coconut', -'Artichokes', 'Brussels Sprouts', 'Leeks', 'Scallions', 'Radishes', 'Turnips', 'Parsnips', 'Beets', 'Rutabaga', 'Bok Choy', -'Napa Cabbage', 'Fennel', 'Butternut Squash', 'Acorn Squash', 'Spaghetti Squash', 'Yellow Squash', 'Hemp Seeds', 'Chia Seeds', 'Buckwheat', 'Millet', -'Sorghum', 'Farro', 'Barley', 'Bulgur', 'Polenta', 'Couscous', 'Macadamia Nuts', 'Hazelnuts', 'Brazil Nuts', 'Pecans', -'Walnuts', 'Poppy Seeds', 'Saffron', 'Fenugreek', 'Allspice', 'Cardamom', 'Wasabi', 'Lemongrass', 'Galangal', 'Horseradish', -'Sriracha', 'Hot Sauce', 'Hoisin Sauce', 'Oyster Sauce', 'Fish Sauce', 'Anchovies', 'Capers', 'Sundried Tomatoes', 'Tomato Paste', 'Clam Juice' +'Chicken', 'Broccoli', 'Carrots', 'Soy Sauce', 'Garlic', 'Ground Beef', 'Taco Seasoning', +'Tortillas', 'Lettuce', 'Cheese', 'Coconut Milk', 'Mixed Vegetables', 'Curry Powder', 'Onion', +'Pasta', 'Tomato Sauce', 'Tomatoes', 'Mozzarella', 'Basil', 'Olive Oil', 'Balsamic Vinegar', 'Shrimp', +'Rice', 'Egg', 'Peas', 'Quinoa', 'Cucumber', 'Feta Cheese', 'Bell Peppers', 'Romaine Lettuce', 'Grilled Chicken', +'Caesar Dressing', 'Croutons', 'Parmesan Cheese', 'Ziti Pasta', 'Ginger', 'Salmon', 'Dill', 'Lemon', 'Arborio Rice', +'Mushrooms', 'Chicken Broth', 'Sweet Potatoes', 'Paprika', 'Salt', 'Pepper', 'Eggplant', 'Butter', 'Parsley', 'Flour', +'Brown Sugar', 'Chocolate Chips', 'Eggs', 'Brussels Sprouts', 'Vegetable Broth', 'Cream', 'Nutmeg', 'Sour Cream', +'Egg Noodles', 'Chickpeas', 'Lemon Juice', 'Sugar', 'Baking Powder', 'Celery', 'Basil Pesto', 'Pine Nuts', 'Cherry Tomatoes', +'Tahini', 'BBQ Sauce', 'Garlic Powder', 'Apples', 'Oats', 'Cinnamon', 'Ground Turkey', 'Beans', 'Chili Powder', 'Olives', +'Honey', 'Ice', 'Spinach', 'Alfredo Sauce', 'Beets', 'Goat Cheese', 'Walnuts', 'Arugula', 'Balsamic Vinaigrette', +'Jumbo Pasta Shells', 'Ricotta Cheese', 'Marinara Sauce', 'Zucchini', 'Teriyaki Sauce', 'Sesame Seeds', 'Green Onions', +'Mint', 'Whole Chicken', 'Herbs', 'Cilantro', 'JalapeƱo', 'Dark Chocolate', 'Vanilla Extract', 'Lasagna Noodles', +'Kidney Beans', 'Cod Fillets', 'Potatoes', 'Beer', 'Oil', 'Breadcrumbs', 'Parsley', 'Chocolate Cake', 'Vanilla Ice Cream', +'Whipped Cream', 'Chocolate Syrup', 'Sprinkles', 'Sushi Rice', 'Seaweed', 'Avocado', 'Crab', 'Pork', 'Cream Cheese', +'Pie Crust', 'Cabbage', 'Burger Buns', 'Ketchup', 'Mustard', 'Maple Syrup', 'Whole Grain Bread', 'Spices', 'Peaches', +'Rosemary', 'Heavy Cream', 'Egg Yolks', 'Granulated Sugar', 'Artichokes', 'Spinach', 'Pie Crust', 'Butter', 'Egg Whites', +'Powdered Sugar', 'Lemons', 'Cornstarch', 'Italian Sausage', 'Green Bell Peppers', 'Oregano', 'Coconut', 'Sugar', 'Cocoa Powder' ]; From 867d3102b894ce032bd82b64995c56a6971130bd Mon Sep 17 00:00:00 2001 From: Darsh220 Date: Sun, 10 Nov 2024 17:28:37 -0800 Subject: [PATCH 2/3] cccccccc --- navigation/create_and_compete/culinary.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/navigation/create_and_compete/culinary.md b/navigation/create_and_compete/culinary.md index a4e7c64d..721b046f 100644 --- a/navigation/create_and_compete/culinary.md +++ b/navigation/create_and_compete/culinary.md @@ -1123,3 +1123,13 @@ document.getElementById('randomRecipeButton').addEventListener('click', () => { +--- +### Feedback (Temporary) + + From be75730200c087ae765a814e3436695587a6b1ea Mon Sep 17 00:00:00 2001 From: DakshaG001 Date: Tue, 19 Nov 2024 10:31:07 -0800 Subject: [PATCH 3/3] bleh --- navigation/create_and_compete/culinary.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/navigation/create_and_compete/culinary.md b/navigation/create_and_compete/culinary.md index 721b046f..395bba21 100644 --- a/navigation/create_and_compete/culinary.md +++ b/navigation/create_and_compete/culinary.md @@ -238,14 +238,12 @@ author: Daksha, Zach, Alex, Darsh background: linear-gradient(135deg, #c0392b 0%, #a93226 100%); } - /* Add a container for better content organization */ .content-container { max-width: 1200px; margin: 0 auto; padding: 20px; } - /* Style for recipe headings */ .recipe h3 { color: #2c3e50; border-bottom: 2px solid #3498db; @@ -253,13 +251,11 @@ author: Daksha, Zach, Alex, Darsh margin-bottom: 15px; } - /* Style for recipe description */ .recipe p { color: #34495e; line-height: 1.6; } - /* Style for cooking time and ingredients */ .recipe strong { color: #2980b9; }