Spaces:
Running
Running
the background seems too plain or ordinary for someone working in gaming
Browse files
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title: Pixel Prophet Pro
|
| 3 |
-
|
| 4 |
-
colorFrom: purple
|
| 5 |
colorTo: red
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Pixel Prophet Pro 🎮
|
| 3 |
+
colorFrom: red
|
|
|
|
| 4 |
colorTo: red
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://huggingface.co/deepsite).
|
index.html
CHANGED
|
@@ -1,19 +1,144 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>GameMetrics Guru | Product Analyst</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
+
<script src="components/navbar.js"></script>
|
| 12 |
+
<script src="components/footer.js"></script>
|
| 13 |
+
</head>
|
| 14 |
+
<body>
|
| 15 |
+
<custom-navbar></custom-navbar>
|
| 16 |
+
|
| 17 |
+
<main class="container mx-auto px-4 py-12">
|
| 18 |
+
<!-- Hero Section -->
|
| 19 |
+
<section class="text-center mb-20">
|
| 20 |
+
<div class="max-w-4xl mx-auto">
|
| 21 |
+
<h1 class="text-5xl font-bold text-gray-800 mb-6">Turning Game Data Into Winning Strategies</h1>
|
| 22 |
+
<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>
|
| 23 |
+
<div class="flex justify-center space-x-4">
|
| 24 |
+
<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>
|
| 25 |
+
<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>
|
| 26 |
+
</div>
|
| 27 |
+
</div>
|
| 28 |
+
</section>
|
| 29 |
+
|
| 30 |
+
<!-- Stats Section -->
|
| 31 |
+
<section class="mb-20">
|
| 32 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 33 |
+
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100">
|
| 34 |
+
<div class="text-indigo-600 mb-4">
|
| 35 |
+
<i data-feather="trending-up" class="w-10 h-10"></i>
|
| 36 |
+
</div>
|
| 37 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">+15% Retention</h3>
|
| 38 |
+
<p class="text-gray-600">Improved player retention through targeted feature optimization</p>
|
| 39 |
+
</div>
|
| 40 |
+
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100">
|
| 41 |
+
<div class="text-indigo-600 mb-4">
|
| 42 |
+
<i data-feather="dollar-sign" class="w-10 h-10"></i>
|
| 43 |
+
</div>
|
| 44 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">+30% Revenue</h3>
|
| 45 |
+
<p class="text-gray-600">Redesigned monetization funnels that increased conversion</p>
|
| 46 |
+
</div>
|
| 47 |
+
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100">
|
| 48 |
+
<div class="text-indigo-600 mb-4">
|
| 49 |
+
<i data-feather="users" class="w-10 h-10"></i>
|
| 50 |
+
</div>
|
| 51 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">5M+ Players</h3>
|
| 52 |
+
<p class="text-gray-600">Analyzed behavior patterns across large player bases</p>
|
| 53 |
+
</div>
|
| 54 |
+
</div>
|
| 55 |
+
</section>
|
| 56 |
+
|
| 57 |
+
<!-- Work Section -->
|
| 58 |
+
<section id="work" class="mb-20">
|
| 59 |
+
<h2 class="text-3xl font-bold text-gray-800 mb-8 text-center">Featured Projects</h2>
|
| 60 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 61 |
+
<div class="bg-white rounded-xl overflow-hidden shadow-sm border border-gray-100">
|
| 62 |
+
<img src="http://static.photos/gaming/1024x576/1" alt="Game Analytics Dashboard" class="w-full h-48 object-cover">
|
| 63 |
+
<div class="p-6">
|
| 64 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Player Segmentation Model</h3>
|
| 65 |
+
<p class="text-gray-600 mb-4">Developed clustering algorithms to identify distinct player archetypes and tailor experiences accordingly.</p>
|
| 66 |
+
<div class="flex flex-wrap gap-2">
|
| 67 |
+
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Python</span>
|
| 68 |
+
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">SQL</span>
|
| 69 |
+
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Tableau</span>
|
| 70 |
+
</div>
|
| 71 |
+
</div>
|
| 72 |
+
</div>
|
| 73 |
+
<div class="bg-white rounded-xl overflow-hidden shadow-sm border border-gray-100">
|
| 74 |
+
<img src="http://static.photos/technology/1024x576/2" alt="Economy Optimization" class="w-full h-48 object-cover">
|
| 75 |
+
<div class="p-6">
|
| 76 |
+
<h3 class="text-xl font-semibold text-gray-800 mb-2">Virtual Economy Balancing</h3>
|
| 77 |
+
<p class="text-gray-600 mb-4">Redesigned in-game currency flows and pricing strategies that increased monetization without harming retention.</p>
|
| 78 |
+
<div class="flex flex-wrap gap-2">
|
| 79 |
+
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Econometrics</span>
|
| 80 |
+
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">A/B Testing</span>
|
| 81 |
+
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Game Design</span>
|
| 82 |
+
</div>
|
| 83 |
+
</div>
|
| 84 |
+
</div>
|
| 85 |
+
</div>
|
| 86 |
+
</section>
|
| 87 |
+
|
| 88 |
+
<!-- About Section -->
|
| 89 |
+
<section class="mb-20">
|
| 90 |
+
<div class="flex flex-col md:flex-row items-center gap-12">
|
| 91 |
+
<div class="md:w-1/3">
|
| 92 |
+
<img src="http://static.photos/people/640x360/3" alt="Profile" class="rounded-xl shadow-sm w-full">
|
| 93 |
+
</div>
|
| 94 |
+
<div class="md:w-2/3">
|
| 95 |
+
<h2 class="text-3xl font-bold text-gray-800 mb-6">About Me</h2>
|
| 96 |
+
<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>
|
| 97 |
+
<p class="text-gray-600 mb-6">My approach combines technical data skills with deep understanding of game design principles and player psychology.</p>
|
| 98 |
+
<div class="flex flex-wrap gap-4">
|
| 99 |
+
<a href="#" class="flex items-center text-indigo-600 hover:text-indigo-800">
|
| 100 |
+
<i data-feather="linkedin" class="mr-2"></i> LinkedIn
|
| 101 |
+
</a>
|
| 102 |
+
<a href="#" class="flex items-center text-indigo-600 hover:text-indigo-800">
|
| 103 |
+
<i data-feather="github" class="mr-2"></i> GitHub
|
| 104 |
+
</a>
|
| 105 |
+
<a href="#" class="flex items-center text-indigo-600 hover:text-indigo-800">
|
| 106 |
+
<i data-feather="file-text" class="mr-2"></i> Resume
|
| 107 |
+
</a>
|
| 108 |
+
</div>
|
| 109 |
+
</div>
|
| 110 |
+
</div>
|
| 111 |
+
</section>
|
| 112 |
+
|
| 113 |
+
<!-- Contact Section -->
|
| 114 |
+
<section id="contact" class="mb-20">
|
| 115 |
+
<div class="max-w-2xl mx-auto bg-white p-8 rounded-xl shadow-sm border border-gray-100">
|
| 116 |
+
<h2 class="text-3xl font-bold text-gray-800 mb-6 text-center">Let's Connect</h2>
|
| 117 |
+
<form class="space-y-6">
|
| 118 |
+
<div>
|
| 119 |
+
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
|
| 120 |
+
<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">
|
| 121 |
+
</div>
|
| 122 |
+
<div>
|
| 123 |
+
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
|
| 124 |
+
<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">
|
| 125 |
+
</div>
|
| 126 |
+
<div>
|
| 127 |
+
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
|
| 128 |
+
<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>
|
| 129 |
+
</div>
|
| 130 |
+
<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>
|
| 131 |
+
</form>
|
| 132 |
+
</div>
|
| 133 |
+
</section>
|
| 134 |
+
</main>
|
| 135 |
+
|
| 136 |
+
<custom-footer></custom-footer>
|
| 137 |
+
|
| 138 |
+
<script>
|
| 139 |
+
feather.replace();
|
| 140 |
+
</script>
|
| 141 |
+
<script src="script.js"></script>
|
| 142 |
+
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
|
| 143 |
+
</body>
|
| 144 |
+
</html>
|
script.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// Smooth scrolling for anchor links
|
| 2 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
| 3 |
+
anchor.addEventListener('click', function (e) {
|
| 4 |
+
e.preventDefault();
|
| 5 |
+
|
| 6 |
+
document.querySelector(this.getAttribute('href')).scrollIntoView({
|
| 7 |
+
behavior: 'smooth'
|
| 8 |
+
});
|
| 9 |
+
});
|
| 10 |
+
});
|
| 11 |
+
|
| 12 |
+
// Form submission handling
|
| 13 |
+
const contactForm = document.querySelector('form');
|
| 14 |
+
if (contactForm) {
|
| 15 |
+
contactForm.addEventListener('submit', function(e) {
|
style.css
CHANGED
|
@@ -1,28 +1,98 @@
|
|
|
|
|
|
|
|
| 1 |
body {
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
}
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
}
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
margin-top: 5px;
|
| 16 |
}
|
| 17 |
|
| 18 |
-
.
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
}
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 28 |
}
|
|
|
|
| 1 |
+
/* Custom styles that extend Tailwind */
|
| 2 |
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 3 |
body {
|
| 4 |
+
font-family: 'Inter', sans-serif;
|
| 5 |
+
line-height: 1.6;
|
| 6 |
+
background:
|
| 7 |
+
radial-gradient(circle at 10% 20%, rgba(103, 58, 183, 0.1) 0%, transparent 20%),
|
| 8 |
+
radial-gradient(circle at 90% 80%, rgba(255, 152, 0, 0.1) 0%, transparent 20%),
|
| 9 |
+
linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
|
| 10 |
+
color: #e2e8f0;
|
| 11 |
+
min-height: 100vh;
|
| 12 |
+
}
|
| 13 |
+
/* Smooth scrolling */
|
| 14 |
+
html {
|
| 15 |
+
scroll-behavior: smooth;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
/* Custom animation for stats cards */
|
| 19 |
+
.stats-card:hover {
|
| 20 |
+
transform: translateY(-5px);
|
| 21 |
+
transition: transform 0.3s ease;
|
| 22 |
+
}
|
| 23 |
+
/* Project card hover effect */
|
| 24 |
+
.project-card {
|
| 25 |
+
transition: all 0.3s ease;
|
| 26 |
+
background: rgba(26, 32, 44, 0.7);
|
| 27 |
+
backdrop-filter: blur(10px);
|
| 28 |
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
.project-card:hover {
|
| 32 |
+
transform: translateY(-5px);
|
| 33 |
+
box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.3);
|
| 34 |
+
border-color: rgba(99, 102, 241, 0.5);
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
/* Stats cards */
|
| 38 |
+
.bg-white {
|
| 39 |
+
background: rgba(26, 32, 44, 0.7) !important;
|
| 40 |
+
backdrop-filter: blur(10px);
|
| 41 |
+
border: 1px solid rgba(255, 255, 255, 0.1) !important;
|
| 42 |
+
color: #e2e8f0 !important;
|
| 43 |
+
}
|
| 44 |
+
|
| 45 |
+
.text-gray-800 {
|
| 46 |
+
color: #e2e8f0 !important;
|
| 47 |
}
|
| 48 |
|
| 49 |
+
.text-gray-600 {
|
| 50 |
+
color: #a0aec0 !important;
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
.border-gray-100 {
|
| 54 |
+
border-color: rgba(255, 255, 255, 0.1) !important;
|
| 55 |
+
}
|
| 56 |
+
/* Custom underline for section headings */
|
| 57 |
+
.section-heading {
|
| 58 |
+
position: relative;
|
| 59 |
+
display: inline-block;
|
| 60 |
+
}
|
| 61 |
+
.section-heading:after {
|
| 62 |
+
content: '';
|
| 63 |
+
position: absolute;
|
| 64 |
+
width: 50%;
|
| 65 |
+
height: 4px;
|
| 66 |
+
bottom: -8px;
|
| 67 |
+
left: 0;
|
| 68 |
+
background: linear-gradient(90deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
|
| 69 |
+
border-radius: 2px;
|
| 70 |
}
|
| 71 |
|
| 72 |
+
/* Glowing button effect */
|
| 73 |
+
.bg-indigo-600 {
|
| 74 |
+
position: relative;
|
| 75 |
+
overflow: hidden;
|
|
|
|
| 76 |
}
|
| 77 |
|
| 78 |
+
.bg-indigo-600::before {
|
| 79 |
+
content: '';
|
| 80 |
+
position: absolute;
|
| 81 |
+
top: -50%;
|
| 82 |
+
left: -50%;
|
| 83 |
+
width: 200%;
|
| 84 |
+
height: 200%;
|
| 85 |
+
background: linear-gradient(
|
| 86 |
+
to bottom right,
|
| 87 |
+
rgba(99, 102, 241, 0),
|
| 88 |
+
rgba(168, 85, 247, 0.3),
|
| 89 |
+
rgba(99, 102, 241, 0)
|
| 90 |
+
);
|
| 91 |
+
transform: rotate(30deg);
|
| 92 |
+
animation: shine 3s infinite;
|
| 93 |
}
|
| 94 |
|
| 95 |
+
@keyframes shine {
|
| 96 |
+
0% { transform: rotate(30deg) translate(-30%, -30%); }
|
| 97 |
+
100% { transform: rotate(30deg) translate(30%, 30%); }
|
| 98 |
}
|