<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CODY1</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
        }
        /* Simple fade-in animation for the cards */
        .link-card {
            animation: fadeIn 0.5s ease-in-out forwards;
            opacity: 0;
            animation-fill-mode: both;
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
    </style>
</head>
<body class="bg-slate-900 text-white p-4 sm:p-6 lg:p-8">

    <div class="w-full max-w-5xl mx-auto">
        <!-- Header -->
        <header class="text-center mb-8 sm:mb-12">
            <h1 class="text-4xl sm:text-5xl font-bold text-slate-100 tracking-wider">CODY1</h1>
            <p class="text-slate-400 mt-2">My personal corner of the web.</p>
        </header>

        <!-- Links Grid -->
        <main class="space-y-10">

            <!-- Entertainment -->
            <div>
                <h3 class="text-xl font-semibold text-slate-300 mb-4 px-2">Entertainment</h3>
                <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 sm:gap-6">
                    <a href="https://www.imdb.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-yellow-500 hover:scale-105" style="animation-delay: 0.1s;">
                        <img src="https://m.media-amazon.com/images/G/01/imdb/images-ANDW73HA/favicon_desktop_32x32._CB1582158068_.png" alt="IMDb" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">IMDb</h2>
                    </a>
                    <a href="https://open.spotify.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-green-500 hover:scale-105" style="animation-delay: 0.2s;">
                        <img src="https://storage.googleapis.com/pr-newsroom-wp/1/2018/11/Spotify_Logo_RGB_White.png" alt="Spotify" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Spotify</h2>
                    </a>
                </div>
            </div>

            <!-- Projects -->
            <div>
                <h3 class="text-xl font-semibold text-slate-300 mb-4 px-2">Projects</h3>
                <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 sm:gap-6">
                    <a href="https://nanome.org/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-cyan-400 hover:scale-105" style="animation-delay: 0.3s;">
                        <div class="w-10 h-10 mb-3 bg-cyan-500 rounded flex items-center justify-center">
                            <span class="text-white font-bold text-xs">n</span>
                        </div>
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">nanome</h2>
                    </a>
                    <a href="https://spellr.cody1.co.uk" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-blue-500 hover:scale-105" style="animation-delay: 0.4s;">
                        <div class="w-10 h-10 mb-3 bg-blue-500 rounded-lg flex items-center justify-center">
                            <span class="text-white font-bold text-xs">Spellr</span>
                        </div>
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Spellr</h2>
                    </a>
                </div>
            </div>

            <!-- Shopping -->
            <div>
                <h3 class="text-xl font-semibold text-slate-300 mb-4 px-2">Shopping</h3>
                <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 sm:gap-6">
                    <a href="https://www.amazon.co.uk/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-yellow-400 hover:scale-105" style="animation-delay: 0.5s;">
                        <img src="https://www.amazon.co.uk/favicon.ico" alt="Amazon" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Amazon</h2>
                    </a>
                    <a href="https://www.autotrader.co.uk/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-blue-500 hover:scale-105" style="animation-delay: 0.6s;">
                        <img src="https://www.autotrader.co.uk/favicon.ico" alt="AutoTrader" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">AutoTrader</h2>
                    </a>
                    <a href="https://www.ebay.co.uk/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-red-500 hover:scale-105" style="animation-delay: 0.7s;">
                        <img src="https://www.ebay.co.uk/favicon.ico" alt="eBay" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">eBay</h2>
                    </a>
                    <a href="https://www.rightmove.co.uk/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-green-500 hover:scale-105" style="animation-delay: 0.8s;">
                        <img src="https://www.rightmove.co.uk/favicon.ico" alt="Rightmove" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Rightmove</h2>
                    </a>
                </div>
            </div>

            <!-- Social & News -->
            <div>
                <h3 class="text-xl font-semibold text-slate-300 mb-4 px-2">Social & News</h3>
                <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 sm:gap-6">
                    <a href="https://www.bbc.co.uk/news" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-red-600 hover:scale-105" style="animation-delay: 0.1s;">
                        <div class="w-10 h-10 mb-3 bg-red-600 rounded flex items-center justify-center">
                            <span class="text-white font-bold text-xs">BBC</span>
                        </div>
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">BBC News</h2>
                    </a>
                    <a href="https://www.bbc.co.uk/sport" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-yellow-400 hover:scale-105" style="animation-delay: 0.2s;">
                        <div class="w-10 h-10 mb-3 bg-red-600 rounded flex items-center justify-center">
                            <span class="text-white font-bold text-xs">BBC</span>
                        </div>
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">BBC Sport</h2>
                    </a>
                    <a href="https://flipboard.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-red-500 hover:scale-105" style="animation-delay: 0.3s;">
                        <img src="https://flipboard.com/favicon.ico" alt="Flipboard" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Flipboard</h2>
                    </a>
                    <a href="https://www.linkedin.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-sky-500 hover:scale-105" style="animation-delay: 0.4s;">
                        <div class="w-10 h-10 mb-3 bg-blue-600 rounded flex items-center justify-center">
                            <span class="text-white font-bold text-xs">in</span>
                        </div>
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">LinkedIn</h2>
                    </a>
                    <a href="https://www.reddit.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-orange-500 hover:scale-105" style="animation-delay: 0.5s;">
                        <img src="https://www.redditstatic.com/desktop2x/img/favicon/android-icon-192x192.png" alt="Reddit" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Reddit</h2>
                    </a>
                </div>
            </div>

            <!-- Travel -->
            <div>
                <h3 class="text-xl font-semibold text-slate-300 mb-4 px-2">Travel</h3>
                <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 sm:gap-6">
                    <a href="https://www.google.com/maps" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-green-500 hover:scale-105" style="animation-delay: 0.1s;">
                        <div class="w-10 h-10 mb-3 bg-white rounded-lg relative overflow-hidden">
                            <div class="absolute inset-0">
                                <div class="absolute top-0 left-0 w-6 h-6 bg-green-500"></div>
                                <div class="absolute bottom-0 right-0 w-6 h-6 bg-blue-500"></div>
                                <div class="absolute bottom-0 left-0 w-6 h-6 bg-yellow-400 transform rotate-45 origin-bottom-left"></div>
                                <div class="absolute top-0 left-0 w-6 h-6 flex items-center justify-center">
                                    <span class="text-white font-bold text-xs">G</span>
                                </div>
                            </div>
                            <div class="absolute top-1 right-1 w-3 h-4 bg-red-500 rounded-t-full transform -rotate-12"></div>
                        </div>
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Google Maps</h2>
                    </a>
                    <a href="https://www.skyscanner.net/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-sky-400 hover:scale-105" style="animation-delay: 0.2s;">
                        <img src="https://www.skyscanner.net/favicon.ico" alt="Skyscanner" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Skyscanner</h2>
                    </a>
                    <a href="https://www.thetrainline.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-teal-400 hover:scale-105" style="animation-delay: 0.3s;">
                        <div class="w-10 h-10 mb-3 bg-teal-500 rounded flex items-center justify-center">
                            <span class="text-white font-bold text-xs">T</span>
                        </div>
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Trainline</h2>
                    </a>
                </div>
            </div>

            <!-- Work & Dev -->
            <div>
                <h3 class="text-xl font-semibold text-slate-300 mb-4 px-2">Work & Dev</h3>
                <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-4 sm:gap-6">
                    <a href="https://dash.cloudflare.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-orange-500 hover:scale-105" style="animation-delay: 0.1s;">
                        <img src="https://www.cloudflare.com/img/logo-cloudflare-dark.svg" alt="Cloudflare" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Cloudflare</h2>
                    </a>
                    <a href="https://cursor.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-purple-500 hover:scale-105" style="animation-delay: 0.2s;">
                        <img src="https://cursor.com/favicon.ico" alt="Cursor" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Cursor</h2>
                    </a>
                    <a href="https://mail.google.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-red-500 hover:scale-105" style="animation-delay: 0.3s;">
                        <img src="https://ssl.gstatic.com/ui/v1/icons/mail/rfr/logo_gmail_lockup_default_1x_r2.png" alt="Gmail" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Gmail</h2>
                    </a>
                    <a href="https://github.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-gray-400 hover:scale-105" style="animation-delay: 0.4s;">
                        <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">GitHub</h2>
                    </a>
                    <a href="https://office.com/" target="_blank" rel="noopener noreferrer" class="link-card group bg-slate-800/50 backdrop-blur-sm border border-slate-700 rounded-xl p-5 flex flex-col items-center justify-center text-center transition-all duration-300 hover:bg-slate-700 hover:border-blue-600 hover:scale-105" style="animation-delay: 0.5s;">
                        <img src="https://img.icons8.com/color/96/000000/microsoft-office-2019.png" alt="Office" class="w-10 h-10 mb-3 object-contain">
                        <h2 class="font-semibold text-slate-200 group-hover:text-white transition-colors duration-300">Office</h2>
                    </a>
                </div>
            </div>

        </main>
    </div>

</body>
</html>
