changes
This commit is contained in:
85
public/es/stories/post1/index.html
Normal file
85
public/es/stories/post1/index.html
Normal file
@@ -0,0 +1,85 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>10 Time-Saving Kitchen Hacks You Need to Try | 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-1-10-time-saving-kitchen-hacks-you-need-to-try">Post 1: 10 Time-Saving Kitchen Hacks You Need to Try</h3>
|
||||
<p>Cooking can be a time-consuming task, but with these kitchen hacks, you can streamline your process and get meals on the table faster.</p>
|
||||
<ol>
|
||||
<li><strong>Pre-chop Vegetables</strong>: Spend a few minutes chopping vegetables at the beginning of the week and store them in airtight containers.</li>
|
||||
<li><strong>Use a Slow Cooker</strong>: Prepare meals in the morning and let your slow cooker do the work while you go about your day.</li>
|
||||
<li><strong>Batch Cooking</strong>: Cook large portions of meals and freeze them for later use.</li>
|
||||
<li><strong>One-Pan Meals</strong>: Reduce cleanup time by making meals that can be cooked in a single pan.</li>
|
||||
<li><strong>Microwave Hacks</strong>: Use your microwave to quickly steam vegetables or reheat leftovers.</li>
|
||||
<li><strong>Invest in Quality Tools</strong>: A good knife and cutting board can save you time and effort.</li>
|
||||
<li><strong>Organize Your Pantry</strong>: Keep your pantry organized to easily find ingredients and avoid duplicate purchases.</li>
|
||||
<li><strong>Use a Food Processor</strong>: Speed up chopping, slicing, and grating tasks with a food processor.</li>
|
||||
<li><strong>Plan Your Meals</strong>: Create a weekly meal plan to save time on grocery shopping and cooking.</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>
|
||||
Reference in New Issue
Block a user