Rakesh commited on
Commit
fa61c6b
·
verified ·
1 Parent(s): 0f2c86f

Upload 5 files

Browse files
Files changed (6) hide show
  1. .gitattributes +1 -0
  2. images/profile.jpg +3 -0
  3. images/profile.svg +6 -0
  4. index.html +287 -19
  5. script.js +69 -0
  6. styles.css +91 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ images/profile.jpg filter=lfs diff=lfs merge=lfs -text
images/profile.jpg ADDED

Git LFS Details

  • SHA256: 43632736f4237926f6cf5fea8b4b81b71e3e165c744c716a4ee762b09d0a01f0
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
images/profile.svg ADDED
index.html CHANGED
@@ -1,19 +1,287 @@
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" />
6
+ <title>Rakesh Kumar — Product Manager Portfolio</title>
7
+ <meta name="description" content="Rakesh Kumar | AI Product Manager & AI Lead with 7+ years experience in AI, healthcare, and e-commerce. Portfolio, case studies, and achievements." />
8
+ <meta property="og:title" content="Rakesh Kumar — Product Manager Portfolio" />
9
+ <meta property="og:description" content="AI Product Manager & AI Lead | Building AI agents, RAG platforms, data products. Explore case studies and achievements." />
10
+ <meta name="theme-color" content="#0ea5e9" />
11
+ <link rel="preconnect" href="https://fonts.googleapis.com">
12
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
14
+ <link rel="stylesheet" href="styles.css" />
15
+ </head>
16
+ <body>
17
+ <header class="site-header">
18
+ <nav class="container nav">
19
+ <a class="brand" href="#top" aria-label="Rakesh Kumar Home">
20
+ <!-- Accessible SVG monogram instead of photo -->
21
+ <svg class="logo" viewBox="0 0 64 64" role="img" aria-label="RK logo" xmlns="http://www.w3.org/2000/svg">
22
+ <defs>
23
+ <linearGradient id="g" x1="0" x2="1">
24
+ <stop offset="0%" stop-color="#0ea5e9"/>
25
+ <stop offset="100%" stop-color="#22c55e"/>
26
+ </linearGradient>
27
+ </defs>
28
+ <circle cx="32" cy="32" r="30" fill="url(#g)"/>
29
+ <text x="50%" y="54%" text-anchor="middle" font-size="28" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial" font-weight="800" fill="#ffffff">RK</text>
30
+ </svg>
31
+ <span>Rakesh Kumar</span>
32
+ </a>
33
+ <button class="nav-toggle" id="navToggle" aria-label="Toggle navigation">☰</button>
34
+ <ul class="nav-links" id="navLinks">
35
+ <li><a href="#about">About</a></li>
36
+ <li><a href="#metrics">Impact</a></li>
37
+ <li><a href="#experience">Experience</a></li>
38
+ <li><a href="#cases">Case Studies</a></li>
39
+ <li><a href="#skills">Skills</a></li>
40
+ <li><a href="#contact">Contact</a></li>
41
+ <li><button id="themeToggle" class="ghost">🌙</button></li>
42
+ </ul>
43
+ </nav>
44
+ </header>
45
+
46
+ <main id="top">
47
+ <!-- Hero -->
48
+ <section class="hero container" id="about">
49
+ <div class="hero-text">
50
+ <img class="profile-photo" src="images/profile.svg" alt="Rakesh Kumar">
51
+ <h1>AI Product Manager & AI Lead</h1>
52
+ <p class="subtitle">7+ years building agentic AI, RAG platforms, data products, and high-impact customer experiences across healthcare, e-commerce, and IT.</p>
53
+ <div class="cta">
54
+ <a class="btn primary" href="#cases">View Case Studies</a>
55
+ <button class="btn" id="printBtn" aria-label="Save portfolio as PDF">Download PDF</button>
56
+ <a class="btn ghost" href="https://www.linkedin.com/in/rakesh--kumar-2a308b50" target="_blank" rel="noopener">LinkedIn</a>
57
+ </div>
58
+ <ul class="quick-facts">
59
+ <li>Location: India</li>
60
+ <li>Email: <a href="mailto:p18rakeshk@iima.ac.in">p18rakeshk@iima.ac.in</a></li>
61
+ <li>Phone: <a href="tel:+919004260456">+91-9004260456</a> / <a href="tel:+916359017259">6359017259</a></li>
62
+ </ul>
63
+ </div>
64
+ </section>
65
+
66
+ <!-- Impact Metrics -->
67
+ <section class="section container" id="metrics">
68
+ <h2>Product Impact</h2>
69
+ <div class="cards">
70
+ <article class="card kpi"><h3>70%+</h3><p>Manual tasks reduced using agentic AI workflows</p></article>
71
+ <article class="card kpi"><h3>80%</h3><p>Faster insight generation with BI dashboards</p></article>
72
+ <article class="card kpi"><h3>10×</h3><p>Clinical research turnaround acceleration</p></article>
73
+ <article class="card kpi"><h3>85%</h3><p>ML + LLM diet engine accuracy</p></article>
74
+ <article class="card kpi"><h3>20k+</h3><p>Users onboarded in 90 days (coach-driven wellness)</p></article>
75
+ <article class="card kpi"><h3>$50k+/mo</h3><p>Incremental revenue via recommendations</p></article>
76
+ <article class="card kpi"><h3>3×</h3><p>Experimentation velocity (AI playground)</p></article>
77
+ <article class="card kpi"><h3>1M INR</h3><p>GMV leakage prevented per month</p></article>
78
+ </div>
79
+ </section>
80
+
81
+ <!-- Experience Timeline -->
82
+ <section class="section container" id="experience">
83
+ <h2>Professional Experience</h2>
84
+ <ol class="timeline">
85
+ <li>
86
+ <div class="time">Feb 2023 – Present</div>
87
+ <div class="content">
88
+ <svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z" fill="url(#g)"/></svg>
89
+ <h3>AI Product Manager & AI Lead — Dr. Reddy’s (Svaas Wellness)</h3>
90
+ <ul>
91
+ <li>Built agentic AI framework to automate workflows and fine-tune LLMs; reduced manual tasks by 70%.</li>
92
+ <li>Architected RAG pipeline for clinical intelligence with customized data cleaning and ingestion; 5% better retrieval score than Azure managed services.</li>
93
+ <li>Designed Deep Research Agent for clinical studies; cut research turnaround time by 10×.</li>
94
+ <li>Architected GenAI voice agent for clinical support with <4s latency enabling real-time interactions.</li>
95
+ <li>Developed internal AI Playground for rapid product and design teams; 3× faster prototyping and AI experimentation.</li>
96
+ <li>Engineered ML + LLM-based diet engine achieving 85% accuracy.</li>
97
+ <li>Integrated RAG agent into BI dashboards; 80% faster insight generation and self-serve analytics.</li>
98
+ <li>Implemented symptom analyzer and health risk assessment tool impacting 5k+ users in 4 months.</li>
99
+ </ul>
100
+ </div>
101
+ </li>
102
+ <li>
103
+ <div class="time">Dec 2021 – Jan 2023</div>
104
+ <div class="content">
105
+ <svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z" fill="url(#g)"/></svg>
106
+ <h3>Product Manager (Customer Success, New Initiatives, Platform) — MediBuddy</h3>
107
+ <ul>
108
+ <li>Built tool generating valuable customer feedback; improved adoption and messaging.</li>
109
+ <li>Scaled B2B CS support and automated systems; raised CSAT from 2.8 to 4 and first contact resolution by 10%.</li>
110
+ <li>Launched social media automation; boosted organic reach.</li>
111
+ <li>Accelerated refunds with all payment sources; automated claims with third parties and insurers.</li>
112
+ </ul>
113
+ </div>
114
+ </li>
115
+ <li>
116
+ <div class="time">Jul 2020 – Dec 2021</div>
117
+ <div class="content">
118
+ <svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z" fill="url(#g)"/></svg>
119
+ <h3>Data Product Manager — eShakti</h3>
120
+ <ul>
121
+ <li>Improved conversion by 7% for new users via enhanced product discovery funnel.</li>
122
+ <li>Increased customization usage by 9% with $30,000+ per month CLV uplift.</li>
123
+ <li>Improved onsite search and sorting; 5% overall sales increase and $15,000/month reduction in overstock.</li>
124
+ <li>Built recommendation engine yielding $50,000+/month incremental revenue and 8% retention improvement.</li>
125
+ </ul>
126
+ </div>
127
+ </li>
128
+ <li>
129
+ <div class="time">Jul 2015 – Apr 2018</div>
130
+ <div class="content">
131
+ <svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z" fill="url(#g)"/></svg>
132
+ <h3>Software Engineer — Capgemini India Pvt. Ltd.</h3>
133
+ <ul>
134
+ <li>Resolved 10+ post-production issues; stabilized a web application.</li>
135
+ <li>30% reduction in waiting time with 15+ new features enhancing UX.</li>
136
+ <li>Cut lead time of an upload service by 60% and reduced report generation time by 50%.</li>
137
+ <li>Developed and trained ML models using RNN, NN, and CNN for training programs.</li>
138
+ </ul>
139
+ </div>
140
+ </li>
141
+ </ol>
142
+ </section>
143
+
144
+ <!-- Case Studies -->
145
+ <section class="section container" id="cases">
146
+ <h2>Selected Case Studies</h2>
147
+ <div class="cases">
148
+ <details class="case">
149
+ <summary>
150
+ <h3>Agentic AI Platform — Healthcare</h3>
151
+ <p class="tags"><span>AI Agents</span> <span>LLM</span> <span>Automation</span></p>
152
+ </summary>
153
+ <div class="case-details">
154
+ <h4>Problem</h4>
155
+ <p>Manual processes and slow iteration for AI features across teams.</p>
156
+ <h4>Action</h4>
157
+ <p>Built a reusable agentic AI framework, custom data pipelines, and evaluation harness; integrated into BI stack.</p>
158
+ <h4>Impact</h4>
159
+ <p>70% reduction in manual tasks; 3× faster prototyping; 80% quicker insight generation.</p>
160
+ <h4>Business Case</h4>
161
+ <p>Addressed inefficiencies in healthcare workflows by leveraging AI to automate repetitive tasks, enabling faster decision-making and resource allocation for clinical teams.</p>
162
+ <h4>PRD Highlights</h4>
163
+ <ul>
164
+ <li>Core Features: Agentic workflows, LLM fine-tuning, RAG integration for BI dashboards.</li>
165
+ <li>Success Metrics: Task reduction >70%, insight generation time <20% of original.</li>
166
+ <li>Tech Stack: Python, LangChain, custom RAG pipelines.</li>
167
+ <li>Stakeholders: Product, Design, Clinical teams.</li>
168
+ </ul>
169
+ </div>
170
+ </details>
171
+ <details class="case">
172
+ <summary>
173
+ <h3>Deep Research Agent — Clinical Studies</h3>
174
+ <p class="tags"><span>RAG</span> <span>Search</span> <span>Healthcare</span></p>
175
+ </summary>
176
+ <div class="case-details">
177
+ <h4>Problem</h4>
178
+ <p>Clinicians needed rapid, reliable summaries from large corpora.</p>
179
+ <h4>Action</h4>
180
+ <p>Architected custom retrieval with domain-specific cleaning, chunking, and evaluation.</p>
181
+ <h4>Impact</h4>
182
+ <p>10× faster research turnaround with improved retrieval scores.</p>
183
+ <h4>Business Case</h4>
184
+ <p>Accelerated clinical research processes to bring insights to market faster, reducing time-to-decision in drug development and patient care.</p>
185
+ <h4>PRD Highlights</h4>
186
+ <ul>
187
+ <li>Core Features: Advanced RAG with custom data ingestion, low-latency querying.</li>
188
+ <li>Success Metrics: Turnaround time reduction to 10%, retrieval accuracy >95%.</li>
189
+ <li>Tech Stack: Vector DB, custom embeddings, evaluation harness.</li>
190
+ <li>Stakeholders: Clinicians, Researchers.</li>
191
+ </ul>
192
+ </div>
193
+ </details>
194
+ <details class="case">
195
+ <summary>
196
+ <h3>Recommendations at Scale — eCommerce</h3>
197
+ <p class="tags"><span>Recommender Systems</span> <span>Data Platform</span> <span>Experimentation</span></p>
198
+ </summary>
199
+ <div class="case-details">
200
+ <h4>Problem</h4>
201
+ <p>Low discovery and high overstock.</p>
202
+ <h4>Action</h4>
203
+ <p>Built hybrid recommendation engine and improved onsite search & sorting.</p>
204
+ <h4>Impact</h4>
205
+ <p>+$50k/month incremental revenue, +7% new-user conversion, −$15k/month overstock.</p>
206
+ <h4>Business Case</h4>
207
+ <p>Enhanced product discovery to drive sales and reduce inventory costs in fashion e-commerce, improving customer satisfaction and retention.</p>
208
+ <h4>PRD Highlights</h4>
209
+ <ul>
210
+ <li>Core Features: Hybrid recs (content+collaborative), A/B testing framework.</li>
211
+ <li>Success Metrics: Conversion uplift >5%, revenue increment >$50k/mo.</li>
212
+ <li>Tech Stack: ML models, data pipelines, experimentation tools.</li>
213
+ <li>Stakeholders: Marketing, Sales, Data teams.</li>
214
+ </ul>
215
+ </div>
216
+ </details>
217
+ </div>
218
+ </section>
219
+
220
+ <!-- Other Projects -->
221
+ <section class="section container" id="projects">
222
+ <h2>Other Projects</h2>
223
+ <div class="cards">
224
+ <article class="card project">
225
+ <h3>GenAI Voice Agent</h3>
226
+ <p>Architected low-latency voice agent for real-time clinical support interactions.</p>
227
+ <p class="tags"><span>GenAI</span> <span>Voice</span> <span>Healthcare</span></p>
228
+ <p><strong>Impact:</strong> Enabled seamless support with <4s latency.</p>
229
+ </article>
230
+ <article class="card project">
231
+ <h3>ML + LLM Diet Engine</h3>
232
+ <p>Engineered hybrid engine for personalized diet recommendations with 85% accuracy.</p>
233
+ <p class="tags"><span>ML</span> <span>LLM</span> <span>Wellness</span></p>
234
+ <p><strong>Impact:</strong> Improved user health outcomes in wellness platform.</p>
235
+ </article>
236
+ <article class="card project">
237
+ <h3>Symptom Analyzer & Risk Assessment</h3>
238
+ <p>Implemented AI tool for health risk evaluation, reaching 5k+ users in 4 months.</p>
239
+ <p class="tags"><span>AI</span> <span>Health Tech</span></p>
240
+ <p><strong>Impact:</strong> Enhanced early detection and user engagement.</p>
241
+ </article>
242
+ <article class="card project">
243
+ <h3>Internal AI Playground</h3>
244
+ <p>Developed platform for rapid AI prototyping, accelerating experimentation by 3×.</p>
245
+ <p class="tags"><span>AI Tools</span> <span>Prototyping</span></p>
246
+ <p><strong>Impact:</strong> Faster iteration for product and design teams.</p>
247
+ </article>
248
+ </div>
249
+ </section>
250
+
251
+ <!-- Skills -->
252
+ <section class="section container" id="skills">
253
+ <h2>Skills</h2>
254
+ <ul class="chips">
255
+ <li>Product Strategy</li><li>Roadmapping</li><li>AI/ML</li><li>LLM & RAG</li><li>GenAI Voice</li><li>Experimentation</li>
256
+ <li>Metrics & Analytics</li><li>UX Research</li><li>SQL</li><li>Python</li><li>Data Platforms</li>
257
+ <li>CRM</li><li>Health Tech</li><li>E-commerce</li><li>Project Management</li>
258
+ </ul>
259
+ <h3 class="sub">Education</h3>
260
+ <ul class="edu">
261
+ <li><strong>Indian Institute of Management Ahmedabad (IIMA)</strong> — MBA (2018–2020)</li>
262
+ <li><strong>Indian Institute of Technology Ropar (IIT Ropar)</strong> — B.Tech, Mechanical Engineering (2011–2015)</li>
263
+ </ul>
264
+ <h3 class="sub">Certifications</h3>
265
+ <p>IBM AI Product Manager, IBM AI Developer, Google Digital Marketing, Six Sigma Green Belt, LLM Courses.</p>
266
+ </section>
267
+
268
+ <!-- Contact -->
269
+ <section class="section container" id="contact">
270
+ <h2>Contact</h2>
271
+ <div class="contact">
272
+ <a class="btn primary" href="mailto:p18rakeshk@iima.ac.in">Email Me</a>
273
+ <a class="btn" target="_blank" rel="noopener" href="https://www.linkedin.com/in/rakesh--kumar-2a308b50">LinkedIn</a>
274
+ <a class="btn ghost" href="#top">Back to top ↑</a>
275
+ </div>
276
+ </section>
277
+ </main>
278
+
279
+ <footer class="site-footer">
280
+ <div class="container">
281
+ <small>© <span id="year"></span> Rakesh Kumar — Product Manager. Built as a lightweight static site for Hugging Face Spaces.</small>
282
+ </div>
283
+ </footer>
284
+
285
+ <script src="script.js"></script>
286
+ </body>
287
+ </html>
script.js ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Basic interactivity for portfolio
2
+ (function(){
3
+ const html = document.documentElement;
4
+ const themeToggle = document.getElementById('themeToggle');
5
+ const navToggle = document.getElementById('navToggle');
6
+ const navLinks = document.getElementById('navLinks');
7
+ const yearEl = document.getElementById('year');
8
+ const printBtn = document.getElementById('printBtn');
9
+
10
+ // Initialize year
11
+ if(yearEl){ yearEl.textContent = new Date().getFullYear(); }
12
+
13
+ // Theme persistence
14
+ const saved = localStorage.getItem('theme');
15
+ if(saved === 'light') html.classList.add('light');
16
+
17
+ function toggleTheme(){
18
+ html.classList.toggle('light');
19
+ localStorage.setItem('theme', html.classList.contains('light') ? 'light' : 'dark');
20
+ themeToggle.textContent = html.classList.contains('light') ? '🌞' : '🌙';
21
+ }
22
+
23
+ if(themeToggle){
24
+ themeToggle.addEventListener('click', toggleTheme);
25
+ themeToggle.textContent = html.classList.contains('light') ? '🌞' : '🌙';
26
+ }
27
+
28
+ // Mobile nav
29
+ if(navToggle){
30
+ navToggle.addEventListener('click', ()=>{
31
+ navLinks.classList.toggle('show');
32
+ });
33
+ }
34
+ if(navLinks){
35
+ navLinks.querySelectorAll('a').forEach(a=>{
36
+ a.addEventListener('click', ()=> navLinks.classList.remove('show'));
37
+ });
38
+ }
39
+
40
+ // Smooth scroll
41
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
42
+ anchor.addEventListener('click', function (e) {
43
+ const id = this.getAttribute('href');
44
+ if(id.length > 1){
45
+ e.preventDefault();
46
+ document.querySelector(id)?.scrollIntoView({behavior:'smooth'});
47
+ }
48
+ });
49
+ });
50
+
51
+ // Print to PDF
52
+ if(printBtn){
53
+ printBtn.addEventListener('click', ()=> window.print());
54
+ }
55
+
56
+ // Fade-in sections on scroll
57
+ const sections = document.querySelectorAll('.section');
58
+ const observer = new IntersectionObserver((entries) => {
59
+ entries.forEach(entry => {
60
+ if (entry.isIntersecting) {
61
+ entry.target.classList.add('visible');
62
+ }
63
+ });
64
+ }, { threshold: 0.1 });
65
+
66
+ sections.forEach(section => {
67
+ observer.observe(section);
68
+ });
69
+ })();
styles.css ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Base styles */
2
+ :root{--bg:#0b1220;--card:#0f172a;--text:#e2e8f0;--muted:#94a3b8;--brand:#0ea5e9;--brand2:#22c55e;--ring:rgba(14,165,233,.35);--shadow:0 10px 30px rgba(2,6,23,.5)}
3
+ :root.light{--bg:#f8fafc;--card:#ffffff;--text:#0f172a;--muted:#475569;--ring:rgba(14,165,233,.25);--shadow:0 8px 24px rgba(2,6,23,.08)}
4
+ *{box-sizing:border-box}
5
+ html,body{height:100%}
6
+ body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,var(--bg),#030712 80%);color:var(--text);line-height:1.6}
7
+ .container{max-width:1100px;margin:0 auto;padding:0 20px}
8
+
9
+ /* Header */
10
+ .site-header{position:sticky;top:0;z-index:50;background:rgba(2,6,23,.6);backdrop-filter:blur(8px);border-bottom:1px solid rgba(148,163,184,.15)}
11
+ .nav{display:flex;align-items:center;justify-content:space-between;min-height:64px}
12
+ .brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:var(--text);font-weight:700}
13
+ .logo{width:36px;height:36px;border-radius:50%;box-shadow:0 0 0 3px rgba(255,255,255,.08)}
14
+ .nav-links{display:flex;gap:14px;align-items:center;list-style:none;margin:0;padding:0}
15
+ .nav-links a{color:var(--text);text-decoration:none;padding:8px 10px;border-radius:8px}
16
+ .nav-links a:hover{background:rgba(148,163,184,.12)}
17
+ .nav-toggle{display:none;font-size:22px;background:none;border:none;color:var(--text)}
18
+ .ghost{background:transparent;border:1px solid rgba(148,163,184,.3);padding:8px 12px;border-radius:10px;color:var(--text)}
19
+
20
+ /* Hero */
21
+ .profile-photo { width: 128px; height: 128px; border-radius: 50%; margin: 0 auto 16px; display: block; box-shadow: var(--shadow); object-fit: cover; }
22
+ .hero{display:grid;grid-template-columns:1fr;gap:16px;padding:72px 0 24px}
23
+ .hero h1{font-size:40px;line-height:1.1;margin:0 0 8px}
24
+ .subtitle{color:var(--muted);max-width:780px}
25
+ .cta{display:flex;gap:12px;margin:18px 0 8px;flex-wrap:wrap}
26
+ .btn{background:#1f2937;border:none;color:var(--text);padding:12px 16px;border-radius:12px;cursor:pointer;box-shadow:var(--shadow)}
27
+ .btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff}
28
+ .quick-facts{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted);padding:0;margin:10px 0 0;list-style:none}
29
+
30
+ /* Sections */
31
+ .section{padding:48px 0;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}
32
+ .section.visible{opacity:1;transform:translateY(0)}
33
+ .section h2{font-size:28px;margin:0 0 16px}
34
+ .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
35
+ .card{background:var(--card);border:1px solid rgba(148,163,184,.15);border-radius:14px;padding:16px;box-shadow:var(--shadow)}
36
+ .card.kpi h3{font-size:32px;margin:0;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand2));-webkit-background-clip:text;background-clip:text;color:transparent}
37
+
38
+ /* Timeline */
39
+ .timeline{list-style:none;padding:0;margin:0;border-left:2px dashed rgba(148,163,184,.25)}
40
+ .timeline > li{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:24px 0 24px 24px;position:relative}
41
+ .timeline > li:before{content:'';position:absolute;left:-12px;top:32px;width:20px;height:20px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px var(--bg)}
42
+ .timeline > li .time{color:var(--muted);font-weight:500;align-self:start;padding-top:8px}
43
+ .timeline .content{background:var(--card);border:1px solid rgba(148,163,184,.15);border-radius:14px;padding:20px;transition:transform .2s,box-shadow .2s}
44
+ .timeline .content:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(2,6,23,.6)}
45
+ .timeline .content h3{display:flex;align-items:center;margin:0 0 12px}
46
+ .timeline .icon{width:24px;height:24px;margin-right:12px;fill:var(--text)}
47
+ .timeline ul{margin:12px 0 0;list-style:none;padding-left:0;}
48
+ .timeline ul li{margin-bottom:12px; position: relative; padding-left: 20px;}
49
+ .timeline ul li:before{content: '•'; position: absolute; left: 0; top: 0; display: block; color: var(--brand);}
50
+
51
+ /* Cases */
52
+ .cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}
53
+ .case{background:var(--card);border:1px solid rgba(148,163,184,.15);border-radius:14px;padding:16px;cursor:pointer;transition:box-shadow .2s}
54
+ .case[open]{box-shadow:0 4px 12px rgba(2,6,23,.3)}
55
+ .case summary{display:flex;flex-direction:column;gap:4px;outline:none}
56
+ .case summary::-webkit-details-marker{display:none}
57
+ .case summary:after{content:'▼';font-size:12px;align-self:flex-end;color:var(--muted);transition:transform .2s}
58
+ .case[open] summary:after{transform:rotate(180deg)}
59
+ .case-details{padding-top:16px;border-top:1px solid rgba(148,163,184,.15);margin-top:12px}
60
+ .case-details h4{margin:16px 0 4px;font-size:16px}
61
+ .case-details ul{list-style:disc;padding-left:20px;margin:8px 0}
62
+ .tags span{display:inline-block;margin:0 6px 6px 0;padding:4px 8px;border-radius:999px;background:rgba(14,165,233,.15);color:#7dd3fc;border:1px solid rgba(14,165,233,.35)}
63
+
64
+ /* Skills */
65
+ .chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}
66
+ .chips li{padding:8px 12px;border-radius:999px;background:rgba(148,163,184,.12);border:1px solid rgba(148,163,184,.25)}
67
+ .edu{color:var(--muted)}
68
+ .sub{margin:18px 0 6px}
69
+
70
+ /* Contact */
71
+ .contact{display:flex;gap:12px;flex-wrap:wrap}
72
+
73
+ /* Footer */
74
+ .site-footer{border-top:1px solid rgba(148,163,184,.15);padding:20px 0;color:var(--muted);background:rgba(2,6,23,.5)}
75
+
76
+ /* Responsive */
77
+ @media (max-width:860px){
78
+ .timeline li{grid-template-columns:1fr}
79
+ }
80
+ @media (max-width:720px){
81
+ .nav-toggle{display:block}
82
+ .nav-links{display:none;position:absolute;top:64px;right:14px;background:var(--card);padding:12px;border-radius:12px;border:1px solid rgba(148,163,184,.2);box-shadow:var(--shadow)}
83
+ .nav-links.show{display:flex;flex-direction:column;align-items:stretch}
84
+ }
85
+
86
+ /* Print */
87
+ @media print{
88
+ body{background:#fff;color:#000}
89
+ .site-header,.site-footer,.nav,.cta,#themeToggle{display:none!important}
90
+ .card,.timeline .content,.case{box-shadow:none;border:1px solid #e5e7eb}
91
+ }