Tutorial corinthians
Tutorial corinthians
DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<nav>
</nav>
</div>
</header>
<div class="category-list">
</div>
</section>
<img src="https://www.allrecipes.com/thmb/9hZkpD6bYOueJPvpq-bJ3VldQ_o=/364x242/
filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/11697213_Chopped-Grinder-
Sliders_Peyton-Beckwith_4x3-7041a969ae224858979c35a1104e8ead.jpg" alt="Chopped Grinder
Sliders" class="hover-grow wiggle">
<div class="card-content">
</div>
</div>
<img src="https://www.allrecipes.com/thmb/qCBchQkiTT4BuWj5Fqq4rHp7pzk=/364x242/
filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/11696182_Oxtail-Rendang-
Curry_John-Mitzewich_4x3-8217f4a4151f4ce887bc719f3e321ad1.jpg" alt="Oxtail Rendang Curry"
class="hover-grow wiggle">
<div class="card-content">
</div>
<img src="https://www.allrecipes.com/thmb/pt2GVOy4gJXviSipduRvWTCUg58=/248x165/
filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/497967_algerian-kefta-
meatballs_rock-lobster-2000-f3be048bae614c5ca974055f3aead3f2.jpg" alt="Algerian Kefta"
class="hover-grow wiggle">
<div class="card-content">
</div>
</div>
<div class="card-content">
</div>
</div>
<div class="card-content">
</div>
<div class="card-content">
</div>
</div>
</section>
<div class="modal-content">
<p id="modalDescription"></p>
<h3 class="slide-text">Ingredients</h3>
<ul id="modalIngredients"></ul>
<h3 class="slide-text">Instructions</h3>
<p id="modalInstructions"></p>
</div>
</div>
<div class="modal-content">
</div>
</div>
<form id="recipeForm">
</form>
</section>
<p>Follow Us:
</p>
</footer>
<script>
const recipes = {
instructions: "Mix beef with seasonings, form patties, grill until cooked, assemble with
pickles and mayo on buns."
},
ingredients: ["2 lbs oxtail", "1 can coconut milk", "2 tbsp curry paste", "1 onion, chopped"],
instructions: "Brown oxtail, sauté onion and curry paste, add coconut milk, simmer until
tender."
},
ingredients: ["1 lb ground lamb", "1 tsp cumin", "1 tsp paprika", "1 egg"],
instructions: "Mix lamb with spices and egg, form meatballs, bake at 375°F for 20 minutes."
},
ingredients: ["4 chicken breasts", "2 lemons, juiced", "3 garlic cloves, minced", "2 tbsp olive
oil"],
instructions: "Marinate chicken in lemon juice, garlic, and oil, then grill until cooked
through."
},
ingredients: ["1 lb ground beef", "1 tbsp chili powder", "8 taco shells", "1 cup salsa"],
instructions: "Cook beef with chili powder, spoon into taco shells, top with salsa."
},
ingredients: ["4 oz dark chocolate", "1/2 cup butter", "1/4 cup sugar", "2 eggs"],
instructions: "Melt chocolate and butter, mix with sugar and eggs, bake at 425°F for 10
minutes."
}
};
card.addEventListener('click', () => {
modalTitle.textContent = title;
modalImage.src = imgSrc;
modalDescription.textContent = recipe.description;
modalInstructions.textContent = recipe.instructions;
modal.style.display = 'block';
modal.querySelector('.modal-content').classList.add('modal-pop');
});
});
closeModal.addEventListener('click', () => {
modal.style.display = 'none';
modal.querySelector('.modal-content').classList.remove('modal-pop');
});
modal.style.display = 'none';
modal.querySelector('.modal-content').classList.remove('modal-pop');
});
searchInput.addEventListener('input', () => {
cards.forEach(card => {
});
});
categoryButtons.forEach(btn => {
btn.addEventListener('click', () => {
cards.forEach(card => {
});
});
favoriteButtons.forEach(btn => {
if (favorites[title]) {
btn.classList.add('favorited');
e.stopPropagation();
btn.classList.toggle('favorited');
favorites[title] = isFavorited;
localStorage.setItem('favorites', JSON.stringify(favorites));
});
});
tutorialButtons.forEach(btn => {
e.stopPropagation();
tutorialVideo.src = videoUrl;
tutorialModal.style.display = 'block';
});
});
closeTutorialModal.addEventListener('click', () => {
tutorialModal.style.display = 'none';
tutorialVideo.src = '';
});
tutorialModal.style.display = 'none';
tutorialVideo.src = '';
});
e.preventDefault();
document.getElementById('recipeForm').reset();
});
document.addEventListener('DOMContentLoaded', () => {
});
</script>
</body>
</html>
```