Files
success/public/es/stories/post3/index.html
2025-06-17 12:46:36 -03:00

86 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="es">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sanity-Saving Kitchen Hacks for Busy Families | este sitio de historias</title>
<meta name="description" content="Explore the vibrant cultures and stunning landscapes of Southeast Asia without breaking the bank. This detailed itinerary covers Thailand, Vietnam, and Cambodia." /> <link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
</head>
<body>
<nav>
<h2>sponser</h2>
<img src="" alt="" class="logo" />
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">es</button>
<div class="dropdown-content">
<a href="/en/" class="">
English
</a>
<a href="/de/" class="">
Deutsch
</a>
<a href="/es/" class="">
Spanish
</a>
</div>
</div>
</nav>
<main>
<section class="single-page"><h3 id="post-3-sanity-saving-kitchen-hacks-for-busy-families">Post 3: Sanity-Saving Kitchen Hacks for Busy Families</h3>
<p>When life gets hectic, these kitchen hacks can help keep your sanity intact while cooking for your family.</p>
<ol>
<li><strong>Meal Prep Sundays</strong>: Dedicate Sundays to meal prep to make weeknight cooking easier.</li>
<li><strong>Involve the Kids</strong>: Get your children involved in cooking to make it a fun family activity.</li>
<li><strong>Use a Slow Cooker or Instant Pot</strong>: These appliances can save you time and effort on busy nights.</li>
<li><strong>Create a Family Recipe Book</strong>: Compile favorite family recipes to make meal planning easier.</li>
<li><strong>Set Up a Snack Station</strong>: Prepare healthy snacks in advance to keep everyone satisfied.</li>
<li><strong>Use a Whiteboard for Meal Planning</strong>: Write down meals for the week on a whiteboard for easy reference.</li>
<li><strong>Keep a Well-Stocked Pantry</strong>: Stock up on essentials to make quick meals without a trip to the store.</li>
<li><strong>Make Breakfast Ahead</strong>: Prepare breakfast items like overnight oats or muffins in advance.</li>
<li><strong>Embrace Leftover Nights</strong>: Designate one night a week for using up leftovers to reduce waste.</li>
</ol>
</section>
</main>
<div id="story-modal">
<button id="close-modal"></button>
<div id="modal-content">Loading...</div>
</div>
<script src="/pagefind/pagefind-ui.js"></script>
<script src="/js/main.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
});
</script>
<script>
const dialog = document.querySelector("dialog");
const showButton = document.getElementById("createStoryBtn");
const closeButton = document.getElementById("closeStoryModal");
showButton.addEventListener("click", () => {
dialog.showModal();
});
closeButton.addEventListener("click", () => {
dialog.close();
});
</script>
</body>
</html>