First commit. claude tried

This commit is contained in:
2026-04-10 10:44:49 +03:00
parent e8338576d7
commit 7931ddb528
13 changed files with 654 additions and 16 deletions

6
dist/index.html vendored Normal file
View File

@@ -0,0 +1,6 @@
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>A gift for Anna &amp; Tomas</title><link rel="stylesheet" href="/_astro/index@_@astro.CqUEaQKA.css"></head> <body> <div class="bg-shapes" aria-hidden="true"> <span></span> <span></span> <span></span> </div> <main class="page"> <header class="header"> <p class="header-eyebrow">July 19, 2025</p> <h1 class="header-names">Anna &amp; Tomas</h1> <div class="header-divider"> <hr> <svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"> <path d="M12 21.593c-5.63-5.539-11-10.297-11-14.402 0-3.791 3.068-5.191 5.281-5.191 1.312 0 4.151.501 5.719 4.457 1.59-3.968 4.464-4.447 5.726-4.447 2.54 0 5.274 1.621 5.274 5.181 0 4.069-5.136 8.625-11 14.402z"></path> </svg> <hr> </div> <p class="header-message">
A small gift from Marta, with all my love for your
new beginning.
</p> </header> <section aria-labelledby="codes-heading"> <div class="section-header"> <h2 id="codes-heading" class="section-title"> ZARA Home </h2> <a href="https://www.zarahome.com" target="_blank" rel="noopener noreferrer" class="section-link">
Visit store
</a> </div> <div class="codes-list"> <div class="gift-card" style="animation-delay: 0ms"> <div> <p class="gift-card-label">Gift code 1</p> <p class="gift-card-code">GIFT-A1B2-C3D4</p> </div> <button class="copy-btn" data-code="GIFT-A1B2-C3D4" aria-label="Copy code GIFT-A1B2-C3D4">Copy</button> </div> <script type="module">document.querySelectorAll(".copy-btn").forEach(e=>{e.addEventListener("click",async()=>{const t=e.dataset.code??"";try{await navigator.clipboard.writeText(t),e.textContent="Copied",e.classList.add("copied"),setTimeout(()=>{e.textContent="Copy",e.classList.remove("copied")},2e3)}catch{e.textContent="Error",setTimeout(()=>{e.textContent="Copy"},2e3)}})});</script><div class="gift-card" style="animation-delay: 80ms"> <div> <p class="gift-card-label">Gift code 2</p> <p class="gift-card-code">GIFT-E5F6-G7H8</p> </div> <button class="copy-btn" data-code="GIFT-E5F6-G7H8" aria-label="Copy code GIFT-E5F6-G7H8">Copy</button> </div> <div class="gift-card" style="animation-delay: 160ms"> <div> <p class="gift-card-label">Gift code 3</p> <p class="gift-card-code">GIFT-I9J0-K1L2</p> </div> <button class="copy-btn" data-code="GIFT-I9J0-K1L2" aria-label="Copy code GIFT-I9J0-K1L2">Copy</button> </div> </div> </section> <div class="or-divider" aria-hidden="true"> <hr><span>or</span><hr> </div> <section class="payment-card" aria-labelledby="payment-heading"> <h2 id="payment-heading" class="payment-title"> A little extra, with love </h2> <p class="payment-desc">If you&#39;d prefer something personal, here&#39;s a direct contribution.</p> <a href="https://revolut.me/example" target="_blank" rel="noopener noreferrer" class="payment-btn"> Send via Revolut </a> </section> <footer class="footer"> <p class="footer-sign">With love, Marta</p> </footer> </main> </body></html>