gaara09 commited on
Commit
6f90ecc
·
verified ·
1 Parent(s): 8b755f1

the background seems too plain or ordinary for someone working in gaming

Browse files
Files changed (4) hide show
  1. README.md +7 -4
  2. index.html +144 -19
  3. script.js +15 -0
  4. style.css +88 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Pixel Prophet Pro
3
- emoji: 🦀
4
- colorFrom: purple
5
  colorTo: red
 
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
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
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
5
 
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
10
 
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
  }
17
 
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
 
 
 
 
 
 
 
 
 
24
  }
25
 
26
- .card p:last-child {
27
- margin-bottom: 0;
 
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
  }