<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="mR7Y6TjT79YHFkMyZQrZqHnDvBeX0WPjy7Qloq9d">

    <title>Graeme Mullins - Driving Innovation with IT Solutions</title>

    <!-- Fonts -->
    <link rel="preconnect" href="https://fonts.bunny.net">
    <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />

    <!-- Scripts -->
    <link rel="preload" as="style" href="https://www.graememullins.com/build/assets/app-BOB7NikY.css" /><link rel="modulepreload" href="https://www.graememullins.com/build/assets/app-SOzcb3O0.js" /><link rel="stylesheet" href="https://www.graememullins.com/build/assets/app-BOB7NikY.css" /><script type="module" src="https://www.graememullins.com/build/assets/app-SOzcb3O0.js"></script></head>
<body class="font-sans antialiased h-full">
    <!-- Full height container with gradient background and padding -->
    <div class="min-h-screen bg-gradient-to-b from-blue-900 to-blue-500 px-4 py-10">
        <!-- Main Content Box with rounded corners, shadow -->
        <div class="bg-white w-full max-w-7xl mx-auto rounded-lg shadow-lg overflow-hidden">
            
            <!-- Include Navigation -->
            <!-- resources/views/navigation.blade.php -->
<nav x-data="{ open: false }" class="bg-gray-50 border">
    <div class="mx-auto max-w-7xl px-6 sm:px-6 lg:px-8">
        <div class="relative flex h-16 justify-between items-center">
            <!-- Logo and Name on the left -->
            <div class="flex items-center space-x-2">
                <!-- SVG Logo -->
                <svg class="h-8 w-8 text-gray-400 fill-current mr-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156.62 90.87">
                    <path d="M156.59,38.52c-.03-4.43.25-8.88-.56-13.29C153.56,11.58,141.34.74,127.52.08c-9.87-.48-18.21,2.93-24.96,10.18-.49.53-.7.67-1.27.03-12.27-13.89-34.35-13.57-46.41.43l-2.29-1.93h0s-3.1-2.6-3.1-2.6c-.02-.02-.06-.04-.09-.06C42.36.88,34.32-1.09,25.36.57,8.33,3.72-2.57,19.78.52,36.81c3.01,16.62,19.52,27.92,36.05,24.79,3.35-.64,6.48-1.79,9.3-3.34.12,2.79,0,5.77-.71,7.8-.02.06-.06.13-.09.2-4.4,10.23-17.51,13.13-25.77,5.63-.51-.46-.75-.43-1.21.03-3.02,3.06-6.07,6.11-9.14,9.13-.61.6-.62.91.04,1.5,7.97,7.1,17.2,9.69,27.67,7.65,12.04-2.33,22.14-12.85,24.06-24.92.2-1.24.32-2.48.38-3.72,0-.07.02-.14.02-.22l.07-2.49v-.12l.71-25.22c.05-.59.07-1.18.08-1.77.03-2.49.41-4.94,1.45-7.24,3.21-7.08,10.72-10.91,18.3-9.31,7.36,1.55,12.72,8.15,12.8,15.85.06,5.68-.08,14.87.06,20.55.17,7.26,6.22,13.44,13.44,13.98.95.07,1.29-.07,1.29-1.15-.05-9.82-.02-23.14-.03-32.96,0-1.04.06-2.07.24-3.09,1.36-7.93,8.56-14.29,17.81-13.46,7.92.71,14.4,7.85,14.43,16.1,0,3.9-.02,11.29,0,15.18.02,2.27-.12,4.54.17,6.81.82,6.58,6.9,12.23,13.54,12.58.94.05,1.14-.21,1.14-1.12-.04-7.48.02-18.45-.03-25.93ZM28.01,47c-6.53-1.17-11.85-6.5-12.98-13-1.2-6.84,1.91-13.58,7.82-17.01,5.86-3.38,13.35-2.75,18.48,1.53,1.68,1.4,3,3.09,4.19,5.17,0,0,0,0,.02.02,1.22,2.04,1.83,4.4,1.72,6.77,0,.33-.02.64-.03.97-.23,10.07-9.3,17.31-19.21,15.54Z"/>
                </svg>
                <!-- Name -->
                <span class="text-2xl font-extrabold text-blue-900 uppercase">Graeme Mullins</span>
            </div>
            
            <!-- Right-Aligned Navigation Links -->
            <div class="flex-1 flex justify-end">
                <div class="hidden sm:flex sm:space-x-8">
                    <a href="/" class="inline-flex items-center px-1 pt-1 text-lg font-medium transition duration-300 ease-in-out border-b-2 border-blue-900 text-gray-900">
                        Home
                    </a>
                    <a href="/about" class="inline-flex items-center px-1 pt-1 text-lg font-medium transition duration-300 ease-in-out border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700">
                        About
                    </a>
                    <a href="/contact" class="inline-flex items-center px-1 pt-1 text-lg font-medium transition duration-300 ease-in-out border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700">
                        Contact
                    </a>
                </div>
            </div>

            <!-- Mobile menu button -->
            <div class="absolute inset-y-0 right-0 flex items-center sm:hidden">
                <button @click="open = !open" type="button" class="relative inline-flex items-center justify-center rounded-md p-2 text-gray-400 hover:bg-gray-100 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-inset" aria-controls="mobile-menu" :aria-expanded="open.toString()">
                    <span class="sr-only">Open main menu</span>
                    <!-- Icon when menu is closed. -->
                    <svg x-show="!open" x-cloak x-transition:enter="transition ease-out duration-300" x-transition:enter-start="opacity-0 transform scale-95" x-transition:enter-end="opacity-100 transform scale-100" x-transition:leave="transition ease-in duration-200" x-transition:leave-start="opacity-100 transform scale-100" x-transition:leave-end="opacity-0 transform scale-95" class="absolute h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
                    </svg>
                    <!-- Icon when menu is open. -->
                    <svg x-show="open" x-cloak x-transition:enter="transition ease-out duration-300" x-transition:enter-start="opacity-0 transform scale-95" x-transition:enter-end="opacity-100 transform scale-100" x-transition:leave="transition ease-in duration-200" x-transition:leave-start="opacity-100 transform scale-100" x-transition:leave-end="opacity-0 transform scale-95" class="absolute h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
                    </svg>
                </button>
            </div>
        </div>
    </div>

    <!-- Mobile menu -->
    <div x-show="open" x-cloak @click.away="open = false" class="sm:hidden" id="mobile-menu">
        <div class="space-y-1 pb-4 pt-2">
            <a href="/" class="block border-l-4 py-2 pl-3 pr-4 text-base font-medium border-indigo-500 bg-indigo-50 text-indigo-700">Home</a>
            <a href="/about" class="block border-l-4 py-2 pl-3 pr-4 text-base font-medium border-transparent text-gray-500 hover:border-gray-300 hover:bg-gray-50 hover:text-gray-700">About</a>
            <a href="/contact" class="block border-l-4 py-2 pl-3 pr-4 text-base font-medium border-transparent text-gray-500 hover:border-gray-300 hover:bg-gray-50 hover:text-gray-700">Contact</a>
        </div>
    </div>
</nav>
            <!-- Main Content Area -->
            <main>
                <!-- Main content slot -->
                <div>
                    <!-- Gradient Background Section -->
    <div class="relative isolate overflow-hidden bg-gradient-to-b from-indigo-100/20 pt-14">
        <div class="absolute inset-y-0 right-1/2 -z-10 -mr-96 w-[200%] origin-top-right skew-x-[-30deg] bg-white shadow-xl shadow-indigo-600/10 ring-1 ring-indigo-50 sm:-mr-80 lg:-mr-96" aria-hidden="true"></div>
        <div class="mx-auto max-w-7xl px-6 py-32 sm:py-40 lg:px-8">
            <div class="mx-auto max-w-2xl lg:mx-0 lg:grid lg:max-w-none lg:grid-cols-2 lg:gap-x-16 lg:gap-y-6 xl:grid-cols-1 xl:grid-rows-1 xl:gap-x-8">
                <!-- Introduction Heading -->
                <h1 class="max-w-2xl text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl lg:col-span-2 xl:col-auto">
                    Driving Innovation with IT Solutions.
                </h1>
                <div class="mt-6 max-w-xl lg:mt-0 xl:col-end-1 xl:row-start-1">
                    <!-- Professional Summary -->
                    <p class="text-lg leading-8 text-gray-600">
                        I’m Graeme, a seasoned IT and Systems Manager with extensive expertise in IT strategy, systems management, and solutions architecture. I excel in designing and deploying scalable IT solutions that boost business efficiency and foster innovation.
                    </p>
                    <!-- Call to Action Buttons -->
                    <div class="mt-10 flex items-center gap-x-4">
                        <!-- Primary Button -->
                        <a href="/contact" class="rounded-lg bg-blue-500 px-6 py-3 text-lg font-semibold text-white shadow-md hover:bg-blue-900 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">
                            Get in Touch
                        </a>
                        <!-- Secondary Button -->
                        <a href="/about" class="text-lg font-semibold text-blue-500 hover:text-blue-900">
                            About <span aria-hidden="true">→</span>
                        </a>
                        <!-- LinkedIn Button -->
                        <a href="https://www.linkedin.com/in/graememullins/" target="_blank" class="text-lg font-semibold text-blue-500 hover:text-blue-900">
                            LinkedIn Profile <span aria-hidden="true">→</span>
                        </a>
                    </div>
                </div>
                <!-- Image (Replace 'gm_blue.png' with your logo or relevant image) -->
                <img src="https://www.graememullins.com/images/gm_blue.png" alt="Graeme Mullins" class="mt-10 aspect-[6/5] w-full max-w-lg rounded-2xl object-cover sm:mt-16 lg:mt-0 lg:max-w-none xl:row-span-2 xl:row-end-2 xl:mt-36">
            </div>
        </div>
        <!-- Footer Gradient -->
        <div class="absolute inset-x-0 bottom-0 -z-10 h-24 bg-gradient-to-t from-white sm:h-32"></div>
    </div>
                </div>
            </main>
            <footer class="bg-white">
  <div class="mx-auto max-w-7xl px-6 py-12 md:flex md:items-center md:justify-between lg:px-8">
    <!-- Social Media Links -->
    <div class="flex justify-center space-x-8 md:order-2">
      <!-- Blue Sky -->
      <a href="https://bsky.app/profile/graememullins.com" target="_blank" class="text-gray-400 hover:text-gray-500">
        <span class="sr-only">Blue Sky</span>
        <svg class="h-6 w-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true">
          <path d="m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 164.28-205.46 47.98-36.021 125.72-63.892 125.72 24.795 0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.3797-3.6904-10.832-3.7077-7.8964-0.0174-2.9357-1.1937 0.51669-3.7077 7.8964-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.4491-163.25-81.433-5.9562-21.282-16.111-152.36-16.111-170.07 0-88.687 77.742-60.816 125.72-24.795z" clip-rule="evenodd" />
        </svg>
      </a>
      <!-- X/Twitter Link -->
      <a href="https://x.com/GraemeMullins" target="_blank" class="text-gray-400 hover:text-gray-500">
        <span class="sr-only">X</span>
        <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
          <path d="M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z" />
        </svg>
      </a>
      <!-- GitHub Link -->
      <a href="https://github.com/graememullins" target="_blank" class="text-gray-400 hover:text-gray-500">
        <span class="sr-only">GitHub</span>
        <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
          <path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd" />
        </svg>
      </a>
      <!-- LinkedIn Link -->
      <a href="https://www.linkedin.com/in/graememullins/" target="_blank" class="text-gray-400 hover:text-gray-500">
        <span class="sr-only">LinkedIn</span>
        <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
          <path d="M20.451 20.451H16.903V14.775c0-1.353-.027-3.092-1.882-3.092-1.883 0-2.17 1.469-2.17 2.987v6.781H9.316V9.414h3.396v1.505h.049c.473-.895 1.631-1.837 3.357-1.837 3.591 0 4.251 2.363 4.251 5.435v6.934zM5.337 7.906c-1.09 0-1.973-.883-1.973-1.973s.884-1.973 1.973-1.973c1.089 0 1.973.883 1.973 1.973S6.426 7.906 5.337 7.906zM7.119 20.451H3.554V9.414h3.564v11.037zM22.225 0H1.771C.792 0 0 .774 0 1.727v20.545C0 23.226.792 24 1.771 24h20.454C23.207 24 24 23.226 24 22.272V1.727C24 .774 23.207 0 22.225 0z"/>
        </svg>
      </a>
    </div>
    <!-- Footer Text -->
    <div class="mt-8 md:order-1 md:mt-0">
      <p class="text-center text-xs leading-5 text-gray-500">&copy; 2026 Graeme Mullins.</p>
    </div>
  </div>
</footer>        </div>
    </div>
</body>
</html>