<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Keith Mander — available to chat about growing your Amazon business.">
    <title>Keith Mander</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
    <link rel="shortcut icon" type="image/png" href="./assets/favicon.png">
    <style>
        html { height: 100%; }
        body {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-family: 'Poppins', sans-serif;
            background-color: #FDFBF5;
            color: #151515;
        }
        .photo {
            max-width: 70%;
            height: auto;
        }
        .name {
            font-family: 'Poppins', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 52.72px;
            line-height: 1.05;
            letter-spacing: normal;
            color: #151515;
            margin-top: 38px;
        }

        .wavy-link:hover {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%232E75E4' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
            background-position: bottom;
            background-repeat: repeat-x;
            background-size: 7%;
            border-bottom: 0;
            text-decoration: none;
        }

        .email {
            font-family: 'Poppins', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 30px;
            color: #2E75E4;
            margin-top: 5px;
            text-underline-offset: 6px
        }

        .platforms {
            display: flex;
            align-items: flex-end;
            gap: 40px;
            margin-top: 12px;
        }

        .platforms a {
            display: inline-flex;
            opacity: 0.8;
            transition: opacity 0.2s ease;
        }

        .platforms a:hover {
            opacity: 1;
        }

        .platforms a:hover img {
            filter: grayscale(0);
        }

        .platforms img {
            height: 28px;
            width: auto;
            filter: grayscale(1);
        }

        .platforms .clarity {
            height: 24px;
        }

        .tagline {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #6b6b6b;
            margin-top: 40px;
        }
    </style>
</head>
<body>
    <img class="photo" src="./assets/keith.svg" alt="Keith Mander">

    <span class="name">Keith Mander</span>

    <p class="tagline">Available to chat about growing your Amazon business on these platforms:</p>

    <nav class="platforms" aria-label="Where to find me">
        <a href="https://mentorcruise.com/mentor/keithmander/" target="_blank" rel="noopener" aria-label="Keith Mander on MentorCruise">
            <img src="./assets/mc-logo.svg" alt="MentorCruise">
        </a>
        <a href="https://clarity.fm/keithmander" target="_blank" rel="noopener" aria-label="Keith Mander on Clarity.fm">
            <img class="clarity" src="./assets/clarity-logo.png" alt="Clarity.fm">
        </a>
    </nav>

</body>
</html>
