<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nicholas James (@profitbaron)</title>
    <meta name="description" content="Nicholas James (@profitbaron) personal site plus links to social profiles"/>
    <meta property="og:title" content="Nicholas James (@profitbaron)">
    <meta property="og:site_name" content="Nicholas James (@profitbaron)">
    <meta property="og:url" content="https://www.profitbaron.com/">
    <meta property="og:description" content="Nicholas James (@profitbaron) personal site plus links to social profiles">
    <meta property="og:image" content="https://www.profitbaron.com/images/nicholas-james.png"/>
    <meta property="og:type" content="website">
    <meta name="twitter:card" content="summary">
    <meta name="twitter:site" content="@profitbaron">
    <meta name="twitter:title" content="Nicholas James (@profitbaron)">
    <meta name="twitter:description" content="Nicholas James (@profitbaron) personal site plus links to social profiles">
    <meta name="twitter:creator" content="@profitbaron">
    <meta name="twitter:image" content="https://www.profitbaron.com/images/nicholas-james.png">
    <meta name="twitter:domain" content="profitbaron.com">
    <link rel="canonical" href="https://www.profitbaron.com/" />
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
    <meta name="google-site-verification" content="TceelonnEpSjJppEOJABt52mILRNRqGo8C3SOQTfBKA" />
    <style>
        /* General Styling */
        * { box-sizing: border-box; margin: 0; padding: 0; font-family: Arial, sans-serif; }
        body { background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; padding: 20px; color: #333; }
        .container { text-align: center; width: 100%; max-width: 600px; padding: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
        .profile { margin-bottom: 20px; }
        .profile-pic { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin-bottom: 10px; }
        h1 { font-size: 24px; margin-bottom: 5px; }
        p { font-size: 16px; color: #777; }
        .links { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
        .link-button { text-decoration: none; color: #fff; background-color: #333; padding: 12px 20px; border-radius: 5px; transition: background-color 0.3s ease; font-size: 16px; font-weight: bold; }
        .link-button:hover { background-color: #555; }
        .link-button:active { background-color: #111; }
        .footer { margin-top: 20px; font-size: 14px; color: #777; text-align: center; border-top: 1px solid #ddd; padding-top: 10px; }
        .footer a { color: #555; text-decoration: none; margin: 0 10px; transition: color 0.3s ease; }
        .footer a:hover { color: #000; }
   #cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        padding: 15px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    }
    .cookie-buttons {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    button {
        background: #fff;
        color: #000;
        border: none;
        padding: 12px 18px;
        cursor: pointer;
        border-radius: 5px;
        font-weight: bold;
        font-size: 16px;
    }
    button:hover {
        background: #333;
        color: #fff;
    }
    @media (max-width: 480px) {
        #cookie-banner {
            padding: 15px;
        }
        .cookie-buttons {
            flex-direction: column;
            width: 100%;
            align-items: center;
        }
        button {
            width: 90%;
            padding: 12px;
            font-size: 18px;
        }
    }
    </style>
</head>
<body>

    <div class="container">
        <div class="profile">
            <img src="https://www.profitbaron.com/images/nicholas-james.png" alt="Nick James" class="profile-pic">
            <h1>Nicholas James</h1>
            <p>@profitbaron</p>
        </div>
        <div class="links">
            <a href="https://www.instagram.com/profitbaron" class="link-button">Instagram</a>
            <a href="https://twitter.com/profitbaron" class="link-button">X</a>
            <a href="https://uk.linkedin.com/in/profitbaron" class="link-button">LinkedIn</a>
            <a href="https://www.tiktok.com/@profitbaron" class="link-button">TikTok</a>
            <a href="https://www.pinterest.com/profitbaron/" class="link-button">Pinterest</a>
            <a href="https://www.youtube.com/user/profitbaron" class="link-button">YouTube</a>
            <a href="https://www.reddit.com/user/itsprofitbaron/" class="link-button">Reddit</a>
            <a href="https://github.com/profitbaron" class="link-button">GitHub</a>
            <a href="https://news.ycombinator.com/user?id=itsprofitbaron" class="link-button">HN</a>
        </div>
            <div class="footer">
            <p>&copy; 2026<a href="https://www.profitbaron.com/">Nicholas James</a></p><br />
            <p>
                <a href="https://www.profitbaron.com/privacy.html">Privacy Policy</a> |
                <a href="https://www.profitbaron.com/cookies.html">Cookie Policy</a> | <a href="#" id="open_preferences_center">Update Cookies Preferences</a>
            </p>
        </div>
    </div>

<!-- Cookie Banner -->
<div id="cookie-banner">
    <p>This website uses cookies and other tracking technologies to enhance your experience, improve site functionality, and measure engagement. Some cookies help personalize content and ads, but these will only be used with your consent. Learn more in our <a href="https://www.profitbaron.com/privacy.html">Privacy Policy</a>.</p>
    <div class="cookie-buttons">
        <button id="accept-cookies">Accept</button>
        <button id="reject-cookies">Reject</button>
    </div>
</div>


<script>
    document.addEventListener("DOMContentLoaded", function () {
        const banner = document.getElementById("cookie-banner");
        const acceptBtn = document.getElementById("accept-cookies");
        const rejectBtn = document.getElementById("reject-cookies");

        banner.style.visibility = "visible";

        try {
            if (localStorage.getItem("cookieConsent")) {
                banner.style.display = "none";
                if (localStorage.getItem("cookieConsent") === "true") {
                    loadGoogleAnalytics();
                }
            }
        } catch (error) {
            console.error("LocalStorage error:", error);
        }

        acceptBtn.addEventListener("click", function () {
            localStorage.setItem("cookieConsent", "true");
            banner.style.display = "none";
            loadGoogleAnalytics();
        });

        rejectBtn.addEventListener("click", function () {
            localStorage.setItem("cookieConsent", "false");
            banner.style.display = "none";
        });

        function loadGoogleAnalytics() {
            let script = document.createElement("script");
            script.src = "https://www.googletagmanager.com/gtag/js?id=G-VGT3BH6HBH";
            script.defer = true;
            document.head.appendChild(script);

            script.onload = function () {
                window.dataLayer = window.dataLayer || [];
                function gtag() {
                    dataLayer.push(arguments);
                }
                gtag("js", new Date());
                gtag("config", "G-VGT3BH6HBH", { anonymize_ip: true });
            };
        }
    });
</script>


</body>
</html>
