Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>GameMetrics Guru | Product Analyst</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| </head> | |
| <body> | |
| <custom-navbar> | |
| <div slot="theme-toggle" class="theme-toggle"> | |
| <button id="themeToggle" class="p-2 rounded-full bg-gray-200 dark:bg-gray-700"> | |
| <i data-feather="moon" class="hidden dark:block"></i> | |
| <i data-feather="sun" class="dark:hidden"></i> | |
| </button> | |
| </div> | |
| </custom-navbar> | |
| <div id="particles-js"></div> | |
| <main class="container mx-auto px-4 py-12"> | |
| <!-- Hero Section --> | |
| <section class="text-center mb-20"> | |
| <div class="max-w-4xl mx-auto"> | |
| <h1 class="text-5xl font-bold text-gray-800 mb-6">Turning Game Data Into Winning Strategies</h1> | |
| <p class="text-xl text-gray-600 mb-8">I analyze player behavior to optimize game economies and maximize engagement in free-to-play titles.</p> | |
| <div class="flex justify-center space-x-4"> | |
| <a href="#contact" class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Get In Touch</a> | |
| <a href="#work" class="border border-indigo-600 text-indigo-600 hover:bg-indigo-50 px-6 py-3 rounded-lg font-medium transition duration-300">See My Work</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Stats Section --> | |
| <section class="mb-20"> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="trending-up" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">+15% Retention</h3> | |
| <p class="text-gray-600">Improved player retention through targeted feature optimization</p> | |
| </div> | |
| <div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="dollar-sign" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">+30% Revenue</h3> | |
| <p class="text-gray-600">Redesigned monetization funnels that increased conversion</p> | |
| </div> | |
| <div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100"> | |
| <div class="text-indigo-600 mb-4"> | |
| <i data-feather="users" class="w-10 h-10"></i> | |
| </div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">5M+ Players</h3> | |
| <p class="text-gray-600">Analyzed behavior patterns across large player bases</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Work Section --> | |
| <section id="work" class="mb-20"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-8 text-center">Featured Projects</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <div class="bg-white rounded-xl overflow-hidden shadow-sm border border-gray-100"> | |
| <img src="http://static.photos/gaming/1024x576/1" alt="Game Analytics Dashboard" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Player Segmentation Model</h3> | |
| <p class="text-gray-600 mb-4">Developed clustering algorithms to identify distinct player archetypes and tailor experiences accordingly.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Python</span> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">SQL</span> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Tableau</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-xl overflow-hidden shadow-sm border border-gray-100"> | |
| <img src="http://static.photos/technology/1024x576/2" alt="Economy Optimization" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-2">Virtual Economy Balancing</h3> | |
| <p class="text-gray-600 mb-4">Redesigned in-game currency flows and pricing strategies that increased monetization without harming retention.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Econometrics</span> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">A/B Testing</span> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Game Design</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section class="mb-20"> | |
| <div class="flex flex-col md:flex-row items-center gap-12"> | |
| <div class="md:w-1/3"> | |
| <img src="http://static.photos/people/640x360/3" alt="Profile" class="rounded-xl shadow-sm w-full"> | |
| </div> | |
| <div class="md:w-2/3"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-6">About Me</h2> | |
| <p class="text-gray-600 mb-4">With 5+ years in free-to-play game analytics, I specialize in transforming raw data into actionable insights that drive player engagement and revenue growth.</p> | |
| <p class="text-gray-600 mb-6">My approach combines technical data skills with deep understanding of game design principles and player psychology.</p> | |
| <div class="flex flex-wrap gap-4"> | |
| <a href="#" class="flex items-center text-indigo-600 hover:text-indigo-800"> | |
| <i data-feather="linkedin" class="mr-2"></i> LinkedIn | |
| </a> | |
| <a href="#" class="flex items-center text-indigo-600 hover:text-indigo-800"> | |
| <i data-feather="github" class="mr-2"></i> GitHub | |
| </a> | |
| <a href="#" class="flex items-center text-indigo-600 hover:text-indigo-800"> | |
| <i data-feather="file-text" class="mr-2"></i> Resume | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="mb-20"> | |
| <div class="max-w-2xl mx-auto bg-white p-8 rounded-xl shadow-sm border border-gray-100"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-6 text-center">Let's Connect</h2> | |
| <form class="space-y-6"> | |
| <div> | |
| <label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-indigo-500 focus:border-indigo-500"> | |
| </div> | |
| <div> | |
| <label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-indigo-500 focus:border-indigo-500"> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label> | |
| <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-indigo-500 focus:border-indigo-500"></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Send Message</button> | |
| </form> | |
| </div> | |
| </section> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| <script src="script.js"></script> | |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> | |
| </body> | |
| </html> |