bank landing: mini shop products open pay popup

This commit is contained in:
Hernâni Marques 2026-07-10 20:00:43 +02:00
parent 7d10d306f9
commit cdccebbe9e
No known key found for this signature in database

View file

@ -526,9 +526,10 @@
.shop-foot a:hover { filter: brightness(1.06); } .shop-foot a:hover { filter: brightness(1.06); }
</style> </style>
<base href="/intro/" /> <base href="/intro/" />
<link rel="stylesheet" href="/intro/shop-pay.css" />
<script src="/intro/qrcode.min.js"></script> <script src="/intro/qrcode.min.js"></script>
</head> </head>
<body> <body data-shop-theme="bank">
<main> <main>
<header class="hero"> <header class="hero">
<span class="badge">Exploration · GOA</span> <span class="badge">Exploration · GOA</span>
@ -718,18 +719,18 @@
<aside class="shop-box shop-mini" aria-labelledby="shop-title" style="margin-top:1rem"> <aside class="shop-box shop-mini" aria-labelledby="shop-title" style="margin-top:1rem">
<h2 id="shop-title">GOA shop · samples</h2> <h2 id="shop-title">GOA shop · samples</h2>
<p class="shop-lead">Example items at the merchant</p> <p class="shop-lead">Tap → pay QR · more at merchant</p>
<div class="shop-grid"> <div class="shop-grid">
<div class="shop-item"> <button type="button" class="shop-item" data-product="orbit-sticker">
<span class="emoji" aria-hidden="true">🪐</span> <span class="emoji" aria-hidden="true">🪐</span>
<span class="name">Orbit sticker pack</span> <span class="name">Orbit sticker pack</span>
<span class="price">GOA:2</span> <span class="price">GOA:2</span>
</div> </button>
<div class="shop-item"> <button type="button" class="shop-item" data-product="nebula-coffee">
<span class="emoji" aria-hidden="true"></span> <span class="emoji" aria-hidden="true"></span>
<span class="name">Nebula coffee</span> <span class="name">Nebula coffee</span>
<span class="price">GOA:5</span> <span class="price">GOA:5</span>
</div> </button>
</div> </div>
<p class="shop-foot"> <p class="shop-foot">
<a href="https://taler.hacktivism.ch/intro/">For more → taler.hacktivism.ch</a> <a href="https://taler.hacktivism.ch/intro/">For more → taler.hacktivism.ch</a>
@ -932,5 +933,6 @@
loadStats(); loadStats();
})(); })();
</script> </script>
<script src="/intro/shop-pay.js"></script>
</body> </body>
</html> </html>