<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="My last name means money. This website asks for money and offers absolutely nothing in return.">
    <meta property="og:title" content="My Last Name Means Money">
    <meta property="og:description" content="Send money. Receive nothing. Respect the premise.">
    <meta property="og:image" content="https://mylastnamemeansmoney.com/assets/social-preview.png">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="630">
    <meta property="og:image:alt" content="My last name means money. Send money. Receive nothing.">
    <meta property="og:type" content="website">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:image" content="https://mylastnamemeansmoney.com/assets/social-preview.png">
    <meta name="twitter:image:alt" content="My last name means money. Send money. Receive nothing.">
    <title>My Last Name Means Money</title>
    <link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
    <link rel="stylesheet" href="style.css">
    <script>
        if (window.location.hostname === "mylastnamemeansmoney.com") {
            const script = document.createElement("script");
            script.defer = true;
            script.src = "https://cloud.umami.is/script.js";
            script.dataset.websiteId = "f6074399-fafc-4cf8-a069-713daf2323da";
            document.head.appendChild(script);
        }
    </script>
</head>
<body data-layout="current">
    <header class="site-header">
        <h1>My last name means money.</h1>
        <p class="lede">This website asks for money and offers<br>absolutely nothing in return.</p>
        <p class="mission">Support my mission<sup><a href="#mission-footnote" aria-label="Read the mission footnote">*</a></sup></p>
        <nav class="header-actions" aria-label="Page actions">
            <a class="button primary" href="#pay-me">Send Money</a>
        </nav>
    </header>

    <main>
        <section id="pay-me" class="pay-section">
            <div class="section-heading">
                <h2>SEND ME THE MONEY!</h2>
                <p>My last name means money but I am not rich. Let's change that!</p>
                <p>Below are a bunch of ways to send me money.</p>
                <p>Teamwork makes the dream work, and the dream is me.</p>
                <p>No product. No service. No deliverables. Just money heading in the correct direction.</p>
            </div>

            <div class="payment-grid">
                <article class="payment-card">
                    <span class="payment-flag">Most Popular</span>
                    <p class="payment-type">Fast app money</p>
                    <h3>Cash App</h3>
                    <p>For direct deposits into the Department of Me Having More Money.</p>
                    <code>$mylastnamemeansmoney</code>
                    <p class="payment-filler">The path of least resistance between your money and me.</p>
                    <div class="payment-actions">
                        <a class="button primary" href="https://cash.app/$mylastnamemeansmoney" data-payment-method="cash-app" data-payment-action="open">Open Cash App</a>
                        <button class="button secondary copy-button" type="button" data-copy="$mylastnamemeansmoney" data-payment-method="cash-app" data-payment-action="copy">Copy</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Socially questionable money</p>
                    <h3>Venmo</h3>
                    <p>Requests go in the wrong direction and will be declined with moral superiority.</p>
                    <code>@adampdotcom</code>
                    <img class="payment-qr" src="assets/venmo-qr.png" alt="Venmo QR code for adampdotcom" width="500" height="498" loading="lazy">
                    <div class="payment-actions">
                        <a class="button primary" href="https://venmo.com/u/adampdotcom" data-payment-method="venmo" data-payment-action="open">Open Venmo</a>
                        <button class="button secondary copy-button" type="button" data-copy="@adampdotcom" data-payment-method="venmo" data-payment-action="copy">Copy</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Classic internet money</p>
                    <h3>PayPal</h3>
                    <p>For people with a browser tab, an account, and a tolerance for PayPal.</p>
                    <code>paypal.me/mylastnamemeansmoney</code>
                    <img class="payment-qr" src="assets/paypal-qr.png" alt="PayPal QR code for Adam Pieniazek" width="500" height="500" loading="lazy">
                    <div class="payment-actions">
                        <a class="button primary" href="https://paypal.me/mylastnamemeansmoney" data-payment-method="paypal" data-payment-action="open">Open PayPal</a>
                        <button class="button secondary copy-button" type="button" data-copy="https://paypal.me/mylastnamemeansmoney" data-payment-method="paypal" data-payment-action="copy">Copy Link</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Bank app money</p>
                    <h3>Zelle</h3>
                    <p>For bank-to-bank transfers from people who believe in financial institutions.</p>
                    <code>cash@mylastnamemeansmoney.com</code>
                    <img class="payment-qr" src="assets/zelle-qr.png" alt="Zelle QR code for cash@mylastnamemeansmoney.com" width="180" height="180" loading="lazy">
                    <div class="payment-actions">
                        <button class="button primary copy-button" type="button" data-copy="cash@mylastnamemeansmoney.com" data-payment-method="zelle" data-payment-action="copy">Copy Email</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Public ledger money</p>
                    <h3>Bitcoin</h3>
                    <p>Trustless value transfer and trustful expectations of receiving nothing.</p>
                    <code>3Ek6tBPWf7E4t5Z8xb4pTFe3E8EpefhMVT</code>
                    <img class="payment-qr" src="assets/bitcoin-qr.png" alt="Bitcoin QR code for 3Ek6tBPWf7E4t5Z8xb4pTFe3E8EpefhMVT" width="320" height="320" loading="lazy">
                    <div class="payment-actions">
                        <button class="button primary copy-button" type="button" data-copy="3Ek6tBPWf7E4t5Z8xb4pTFe3E8EpefhMVT" data-payment-method="bitcoin" data-payment-action="copy">Copy Address</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Gas fee money</p>
                    <h3>Ethereum</h3>
                    <p>For people who looked at a gas fee and still chose generosity, somehow.</p>
                    <code>0xFcFce0b88fb79aF611E67A07007F4C87FA8f2494</code>
                    <img class="payment-qr" src="assets/ethereum-qr.png" alt="Ethereum QR code for 0xFcFce0b88fb79aF611E67A07007F4C87FA8f2494" width="320" height="320" loading="lazy">
                    <div class="payment-actions">
                        <button class="button primary copy-button" type="button" data-copy="0xFcFce0b88fb79aF611E67A07007F4C87FA8f2494" data-payment-method="ethereum" data-payment-action="copy">Copy Address</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Stable-ish money</p>
                    <h3>USDC on Base</h3>
                    <p>For crypto people who want the money to mostly behave like dollars.</p>
                    <p class="payment-note">Only send USDC on Base.</p>
                    <code>0xa619Da77983572101B89978B89C61804ad21636f</code>
                    <img class="payment-qr" src="assets/usdc-base-qr.png" alt="USDC on Base QR code for 0xa619Da77983572101B89978B89C61804ad21636f" width="320" height="320" loading="lazy">
                    <div class="payment-actions">
                        <button class="button primary copy-button" type="button" data-copy="0xa619Da77983572101B89978B89C61804ad21636f" data-payment-method="usdc-base" data-payment-action="copy">Copy Address</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Tiny fee money</p>
                    <h3>Algorand</h3>
                    <p>Help me make up for my thousand bucks in Algorand losses.</p>
                    <code>K6PSRONXKEZ5KTFAFUTXHJOYVSQE4VEWBBHK3WWK762LWXL5NPH7H6NQDQ</code>
                    <img class="payment-qr" src="assets/algorand-qr.png" alt="Algorand QR code for K6PSRONXKEZ5KTFAFUTXHJOYVSQE4VEWBBHK3WWK762LWXL5NPH7H6NQDQ" width="320" height="320" loading="lazy">
                    <div class="payment-actions">
                        <button class="button primary copy-button" type="button" data-copy="K6PSRONXKEZ5KTFAFUTXHJOYVSQE4VEWBBHK3WWK762LWXL5NPH7H6NQDQ" data-payment-method="algorand" data-payment-action="copy">Copy Address</button>
                    </div>
                </article>

                <article class="payment-card">
                    <p class="payment-type">Meme money</p>
                    <h3>Dogecoin</h3>
                    <p>For sending the internet's most emotionally honest coin.</p>
                    <p class="payment-note">Only send native DOGE on Dogecoin.</p>
                    <code>DNdi2VDuZup5EzCSp2eyJLcLFAwmrsRCH1</code>
                    <img class="payment-qr" src="assets/dogecoin-qr.png" alt="Dogecoin QR code for DNdi2VDuZup5EzCSp2eyJLcLFAwmrsRCH1" width="320" height="320" loading="lazy">
                    <div class="payment-actions">
                        <button class="button primary copy-button" type="button" data-copy="DNdi2VDuZup5EzCSp2eyJLcLFAwmrsRCH1" data-payment-method="dogecoin" data-payment-action="copy">Copy Address</button>
                    </div>
                </article>
            </div>

            <p class="safety-note">Phone, mail, and other payment side quests are coming later. Bureaucracy is the enemy of wealth.</p>

            <aside class="contact-card">
                <h3>Shut up and take my money</h3>
                <p>Want another payment method added, or want to meet me at an undisclosed location to hand over bags of cash? Contact me via:</p>
                <a class="contact-email" href="mailto:cash@mylastnamemeansmoney.com?subject=I%20would%20like%20to%20give%20you%20money" data-payment-method="special-request" data-payment-action="email">cash@mylastnamemeansmoney.com</a>
                <button class="button secondary copy-button" type="button" data-copy="cash@mylastnamemeansmoney.com" data-payment-method="special-request" data-payment-action="copy">Copy Contact</button>
            </aside>
        </section>

        <section class="story-section">
            <div class="story-copy">
                <h2>Pieniazek aka Money</h2>
                <p>Does my last name really mean money? Yes. Pieniazek is a Polish surname derived from the word <em>pieniądz</em>, which means coin or money.</p>
                <p>More interesting than the definition is the lore. According to <a href="https://pieniazek.com/English/HTML/Table_of_Contents.htm">Pieniazek.com</a>, there was once a rich noble governor who loved money so much that people nicknamed him Money. The nickname stuck. It became a family name, and over time the Pieniazeks were known as rich and noble.</p>
                <p>Apparently another group of people later realized that if they changed their last name to Pieniazek, people might treat them like rich noble people. I have no idea which line I came from, but I respect the scheming.</p>
            </div>
        </section>

        <section class="math-section">
            <h2>Get rich without trying</h2>
            <p>There are about five billion adults in the world. If just one in every five adults sends me one dollar, I become a billionaire. This is not a product. This is barely math. But it is math.</p>
            <blockquote>You miss all the dollars you do not ask for.</blockquote>
        </section>

        <section class="faq-section" aria-labelledby="faq-title">
            <p class="kicker">FAQ</p>
            <h2 id="faq-title">Questions nobody needed answered</h2>
            <div class="faq-list">
                <article class="faq-item">
                    <h3>What do I get?</h3>
                    <p>Nothing.</p>
                </article>
                <article class="faq-item">
                    <h3>Is this a charity?</h3>
                    <p>No.</p>
                </article>
                <article class="faq-item">
                    <h3>Is this tax deductible?</h3>
                    <p>Absolutely not.</p>
                </article>
                <article class="faq-item">
                    <h3>Why?</h3>
                    <p>Pieniazek means money. Try to keep up.</p>
                </article>
                <article class="faq-item">
                    <h3>Why not just get a job?</h3>
                    <p>Jobs have repeatedly failed to make me independently wealthy.</p>
                </article>
                <article class="faq-item">
                    <h3>Grind?</h3>
                    <p>We live in a grind, grind, grind then die culture. Why not flip that and reverse it and unwind and LIVE!</p>
                </article>
                <article class="faq-item">
                    <h3>Why you?</h3>
                    <p>I have kids to hang out with, bikes to ride, and money to receive.</p>
                </article>
                <article class="faq-item">
                    <h3>What will you do for me if I send you money?</h3>
                    <p>Absolutely nothing. And that is a promise.</p>
                </article>
            </div>
        </section>

        <section class="money-section" aria-label="Unearned wealth progress">
            <div class="wealth-trajectory">
                <h2>Unearned Wealth Progress</h2>
                <div class="trajectory-bar" aria-hidden="true">
                    <span class="trajectory-marker millionaire">Millionaire</span>
                    <span class="trajectory-marker billionaire">Billionaire</span>
                </div>
                <p>Current status: technically underway.</p>
            </div>
        </section>
    </main>

    <footer class="site-footer">
        <p class="footer-hero"><a href="#pay-me">Send a dollar.</a> We can all do our part,<br><em>especially the last part</em>.</p>
        <p id="mission-footnote" class="footnote"><sup>*</sup>The mission is me having more money.</p>
    </footer>

    <p class="sr-only copy-status" role="status" aria-live="polite" aria-atomic="true"></p>
    <script src="site.js"></script>
</body>
</html>
