changes
This commit is contained in:
81
public/es/stories/post4/index.html
Normal file
81
public/es/stories/post4/index.html
Normal file
@@ -0,0 +1,81 @@
|
||||
<!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>The Cultural Significance of Comfort Foods | 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-the-cultural-significance-of-comfort-foods">Post 1: The Cultural Significance of Comfort Foods</h3>
|
||||
<p>Comfort foods are often tied to our memories and cultural backgrounds. Let’s explore the stories behind some beloved comfort foods.</p>
|
||||
<ul>
|
||||
<li><strong>Mac and Cheese</strong>: A staple in American households, this dish has roots in Italy and has evolved into various regional variations.</li>
|
||||
<li><strong>Ramen</strong>: Originating from China, ramen has become a symbol of Japanese cuisine, with each region offering its unique twist.</li>
|
||||
<li><strong>Tacos</strong>: A traditional Mexican dish, tacos reflect the country’s diverse culinary heritage and regional ingredients.</li>
|
||||
<li><strong>Curry</strong>: With origins in South Asia, curry has traveled the world, adapting to local tastes and ingredients.</li>
|
||||
<li><strong>Biryani</strong>: This fragrant rice dish has a rich history, blending Persian and Indian culinary traditions.</li>
|
||||
</ul>
|
||||
</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