<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Wogan May</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        sans: ['Inter', 'sans-serif'],
                    },
                }
            }
        }
    </script>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
    <style>
        body {
            transition: background-color 0.3s, color 0.3s;
        }
    </style>
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-E6QBQST1BP"></script>
    <script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-E6QBQST1BP');</script>

</head>
<body class="font-sans min-h-screen flex items-center justify-center bg-gray-50 text-gray-800 dark:bg-gray-900 dark:text-gray-100 p-4">

    <main class="w-full max-w-2xl">
        <div class="bg-white dark:bg-gray-800 shadow-xl rounded-2xl p-8 md:p-12 border border-gray-100 dark:border-gray-700/50 relative">

            <img src="./woganmay.jpg" alt="Wogan May" class="hidden sm:inline w-48 h-48 mx-auto mb-8 shadow-lg absolute right-12">
            
            <header class="text-left mb-4">
                <h1 class="text-5xl md:text-6xl font-bold tracking-tight mb-2 text-gray-900 dark:text-gray-50">
                    Wogan May
                </h1>
                <p class="text-xl text-indigo-600 dark:text-indigo-400 font-medium mt-6">
                    Business Process Analyst.<br/>Software Engineer.<br/>Entrepreneur.
                </p>
            </header>

            <section class="mb-10 space-y-4">
                <p class="text-lg leading-relaxed text-gray-600 dark:text-gray-300">
                    Hi!
                </p>
                <p class="text-lg leading-relaxed text-gray-600 dark:text-gray-300">
                    As of 2025, I've been in the advertising, software development and business process analysis fields for well over 17 years. I got my start back in 2008 by helping a paid search marketing team run more efficient reporting.
                </p>
                <p class="text-lg leading-relaxed text-gray-600 dark:text-gray-300">
                    I currently help complex organizations get clarity on their critical operations by building high-performing remote software teams.
                </p>
                <p class="text-lg leading-relaxed text-gray-600 dark:text-gray-300">
                    I am not interested in any work opportunities at this time.
                </p>
            </section>

            <section>
                <h2 class="text-2xl font-semibold border-b-2 border-indigo-200 dark:border-indigo-700 pb-2 mb-4 text-gray-900 dark:text-gray-100">
                    Contact Details
                </h2>
                <div class="space-y-3">

                    <div class="flex items-center space-x-3">
                        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6 text-indigo-500 dark:text-indigo-400">
                            <path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418" />
                        </svg>
                        <span class="text-lg text-gray-700 dark:text-gray-200 transition duration-150 ease-in-out font-medium" target="_blank" rel="noopener noreferrer">
                            Cape Town, South Africa (UTC +2)
                        </a>
                    </div>

                    <div class="flex items-center space-x-3">
                        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6 text-indigo-500 dark:text-indigo-400">
                            <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z" />
                        </svg>
                        <a href="mailto:wogan@outlook.com" class="text-lg text-gray-700 dark:text-gray-200 hover:text-indigo-600 dark:hover:text-indigo-400 transition duration-150 ease-in-out font-medium" target="_blank" rel="noopener noreferrer">
                            wogan@outlook.com
                        </a>
                    </div>

                </div>
            </section>
        </div>
    </main>

</body>
</html>
