Files
bubblechambersimart/output/qft/sketch05/m.html

19 lines
1.4 KiB
HTML
Raw Normal View History

2026-05-29 15:40:42 -04:00
<!DOCTYPE html><html><head><meta charset="utf-8">
<style>html,body{margin:0;background:#222}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;width:2400px}figure{margin:0;position:relative;background:#fff;overflow:hidden}img{width:100%;display:block}figcaption{position:absolute;left:0;bottom:0;right:0;padding:6px 10px;font:15px ui-monospace,monospace;color:#fff;background:linear-gradient(transparent,#000d)}</style></head><body>
<div class="grid" id=g></div><script>
const items=[
["01_spectral-comb-pearl.svg","01 spectral comb · pearl"],
["02_dense-radial-cream.svg","02 dense radial · cream"],
["03_linear-horizon-ivory.svg","03 linear horizon · ivory"],
["04_twin-rosettes-mauve.svg","04 twin rosettes · mauve"],
["05_finest-waves-linen.svg","05 finest waves · linen"],
["06_big-mandala-pale-blue.svg","06 big mandala · pale blue"],
["07_dense-ghostly-schlegel-bone.svg","07 ghostly schlegel · bone"],
["08_atmospheric-mint.svg","08 atmospheric · mint"],
["09_all-dense-layered-pearl.svg","09 all-dense layered · pearl"],
["10_concentric-rosettes-pale-rose.svg","10 concentric rosettes · rose"],
];
const base="http://localhost:8731/output/qft/sketch05/";const g=document.getElementById('g');
for(const[f,c]of items){const fig=document.createElement('figure');const im=document.createElement('img');im.src=base+f;const cap=document.createElement('figcaption');cap.textContent=c;fig.append(im,cap);g.append(fig);}
</script></body></html>