Instantly share code, notes, and snippets.
nars
/ j2-partial-chunk-menu.html
Created
May 14, 2026 18:49
Journey fixture: partial chunk menu (5 sections, section-3 oversized) for choosy 045 J-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head><meta charset="UTF-8"><title>Bistro Parcial - 5 Sections</title></head> | |
| <body> | |
| <header><h1>Bistro Parcial</h1></header> | |
| <main> | |
| <section class="menu-section"> | |
| <h2>Entrantes</h2> | |
| <ul> | |
| <li>Croquetas de jamón ibérico — 8.50€</li> |
nars
/ j3-oversized-menu.html
Created
May 14, 2026 18:49
Journey fixture: oversized menu (55 sections) for choosy 045 J-3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="es"> | |
| <head><meta charset="UTF-8"><title>La Gran Carta - Oversized Menu</title></head> | |
| <body> | |
| <header><h1>Restaurante La Gran Carta</h1></header> | |
| <main> | |
| <section class="menu-section"> | |
| <h2>Sección 1: Platos del Día 1</h2> | |
| <ul> | |
| <li>Plato especial 1 A — 12.50€</li> |