First commit. claude tried
This commit is contained in:
1
dist/_astro/index@_@astro.CqUEaQKA.css
vendored
Normal file
1
dist/_astro/index@_@astro.CqUEaQKA.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/favicon.ico
vendored
Normal file
BIN
dist/favicon.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 655 B |
9
dist/favicon.svg
vendored
Normal file
9
dist/favicon.svg
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128">
|
||||
<path d="M50.4 78.5a75.1 75.1 0 0 0-28.5 6.9l24.2-65.7c.7-2 1.9-3.2 3.4-3.2h29c1.5 0 2.7 1.2 3.4 3.2l24.2 65.7s-11.6-7-28.5-7L67 45.5c-.4-1.7-1.6-2.8-2.9-2.8-1.3 0-2.5 1.1-2.9 2.7L50.4 78.5Zm-1.1 28.2Zm-4.2-20.2c-2 6.6-.6 15.8 4.2 20.2a17.5 17.5 0 0 1 .2-.7 5.5 5.5 0 0 1 5.7-4.5c2.8.1 4.3 1.5 4.7 4.7.2 1.1.2 2.3.2 3.5v.4c0 2.7.7 5.2 2.2 7.4a13 13 0 0 0 5.7 4.9v-.3l-.2-.3c-1.8-5.6-.5-9.5 4.4-12.8l1.5-1a73 73 0 0 0 3.2-2.2 16 16 0 0 0 6.8-11.4c.3-2 .1-4-.6-6l-.8.6-1.6 1a37 37 0 0 1-22.4 2.7c-5-.7-9.7-2-13.2-6.2Z" />
|
||||
<style>
|
||||
path { fill: #000; }
|
||||
@media (prefers-color-scheme: dark) {
|
||||
path { fill: #FFF; }
|
||||
}
|
||||
</style>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 749 B |
6
dist/index.html
vendored
Normal file
6
dist/index.html
vendored
Normal 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 & 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 & 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'd prefer something personal, here'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>
|
||||
Reference in New Issue
Block a user