-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
437 lines (404 loc) · 27.2 KB
/
index.html
File metadata and controls
437 lines (404 loc) · 27.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pratik Padiya - Solutions Engineer & AI Automation Builder</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/chatbot.css">
<link rel="stylesheet" href="style.css">
<!-- Google Fonts -->
<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=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9R1TCBR2DJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9R1TCBR2DJ');
</script>
</head>
<body>
<!-- Skip to content for keyboard/screen reader users -->
<a class="skip-link" href="#main-content">Skip to main content</a>
<!-- Header & Navigation -->
<header class="site-header">
<div class="container header-container">
<div class="logo">Pratik Padiya</div>
<!-- Navigation Links -->
<nav class="main-nav" id="main-navigation">
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#achievements">Achievements</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="news-events/index.html">Retail Intel</a></li>
<li class="nav-dropdown">
<a href="javascript:void(0)" class="nav-dropdown-toggle" aria-expanded="false">More tools <i class="fas fa-chevron-down" aria-hidden="true"></i></a>
<ul class="dropdown-menu">
<li><a href="games/index.html">Games</a></li>
<li><a href="ai-tools/index.html">AI Tools</a></li>
<li><a href="https://omniboardinsightdeck.netlify.app/" target="_blank" rel="noopener">Stock Intel.</a></li>
</ul>
</li>
</ul>
</nav>
<!-- Hamburger Menu Toggle Button -->
<button class="menu-toggle" aria-label="Toggle navigation" aria-controls="main-navigation" aria-expanded="false">
<i class="fas fa-bars"></i>
</button>
</div>
</header>
<main id="main-content">
<!-- Hero Section -->
<section id="hero" class="hero-section">
<div class="container hero-content animate-on-scroll fade-in-up">
<h1>Pratik Padiya</h1>
<h2>Solutions Engineer & AI Automation Builder</h2>
<p class="tagline">I work at the intersection of enterprise SaaS and LLM automation — selling loyalty platforms to enterprise retailers by day, building AI-powered workflows and agents by night.</p>
<div class="hero-cta">
<a href="#portfolio" class="btn btn-primary">View My Work</a>
<a href="#contact" class="btn btn-secondary">Get In Touch</a>
</div>
</div>
<div class="scroll-down-indicator">
<a href="#about" aria-label="Scroll down">
<i class="fas fa-chevron-down"></i>
</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="about-section content-section">
<div class="container about-container animate-on-scroll fade-in">
<div class="about-image">
<img src="placeholder-profile.jpg" alt="Pratik Padiya" loading="lazy">
<div class="about-social">
<a href="https://www.linkedin.com/in/pratikpadiya/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn (opens in new tab)"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/ppadiya?tab=repositories" target="_blank" rel="noopener noreferrer" aria-label="GitHub (opens in new tab)"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="about-text">
<h2>About Me</h2>
<p>I'm a Solutions Engineer (pre-sales) with 10+ years of experience across Fintech, Payments, and SaaS — currently helping enterprise retail clients in APAC evaluate and adopt loyalty platforms.</p>
<p>What makes my profile unusual: I also build AI automation systems as a practitioner. My personal projects include n8n-based LLM workflows, automated news aggregation tools for the retail and loyalty industry, and AI agents with Supabase backends. I build these because I find the gap between 'what AI can do' and 'what actually holds up in production' genuinely fascinating — and it makes me a better SE.</p>
<p>Previously at Mastercard, I led product management across APAC, launching global payment card benefit products and driving digital transformation initiatives.</p>
<div class="about-highlights">
<div class="highlight">
<i class="fas fa-handshake"></i>
<h3>Pre-sales SE</h3>
<p>Translating technical complexity into business value for enterprise buyers</p>
</div>
<div class="highlight">
<i class="fas fa-robot"></i>
<h3>AI Automation Builder</h3>
<p>Shipping real LLM workflows: n8n, Supabase, Python, Telegram</p>
</div>
<div class="highlight">
<i class="fas fa-credit-card"></i>
<h3>Fintech & Payments</h3>
<p>10+ years across Mastercard APAC, loyalty platforms, and SaaS</p>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio-section content-section">
<div class="container">
<h2 class="section-title animate-on-scroll fade-in">Featured Projects</h2>
<div class="portfolio-grid">
<!-- APAC Retail & Loyalty Intelligence Feed -->
<div class="portfolio-item animate-on-scroll fade-in-up">
<div class="portfolio-image-container">
<div class="portfolio-image portfolio-banner" style="background: linear-gradient(135deg, #1a3a5c 0%, #0d6efd 50%, #198754 100%); display:flex; align-items:center; justify-content:center; min-height:200px;">
<div style="text-align:center; color:#fff; padding:1.5rem;">
<i class="fas fa-newspaper" style="font-size:3rem; margin-bottom:0.75rem; display:block;"></i>
<span style="font-size:1.1rem; font-weight:600;">APAC Retail & Loyalty Intelligence</span>
</div>
</div>
<div class="portfolio-overlay">
<div class="portfolio-overlay-content">
<a href="news-events/index.html" class="portfolio-link" aria-label="View APAC Retail Intelligence Feed"><i class="fas fa-eye"></i></a>
</div>
</div>
</div>
<div class="portfolio-info">
<h3>APAC Retail & Loyalty Intelligence Feed</h3>
<p>A live news and events aggregation tool I built for my own use as an SE. It pulls retail and loyalty industry news via an n8n workflow, filters and categorises it automatically, and surfaces APAC retail events in a separate tab. Built because manually tracking industry news across Asia was taking too much time.</p>
<p class="tech-stack"><strong>Tech:</strong> n8n, LLM filtering, REST APIs, JavaScript</p>
<div class="portfolio-links">
<a href="news-events/index.html" class="btn btn-small">View Live Tool</a>
</div>
</div>
</div>
<!-- Credit Card Rewards Program UI -->
<div class="portfolio-item animate-on-scroll fade-in-up">
<div class="portfolio-image-container">
<div class="portfolio-image portfolio-banner" style="background: linear-gradient(135deg, #4a1a6b 0%, #9b2fae 50%, #d4a017 100%); display:flex; align-items:center; justify-content:center; min-height:200px;">
<div style="text-align:center; color:#fff; padding:1.5rem;">
<i class="fas fa-credit-card" style="font-size:3rem; margin-bottom:0.75rem; display:block;"></i>
<span style="font-size:1.1rem; font-weight:600;">Credit Card Rewards Program</span>
</div>
</div>
<div class="portfolio-overlay">
<div class="portfolio-overlay-content">
<a href="loyalty-ui/index.html" class="portfolio-link" aria-label="View Credit Card Rewards Program demo"><i class="fas fa-eye"></i></a>
</div>
</div>
</div>
<div class="portfolio-info">
<h3>Credit Card Rewards Program</h3>
<p>A modern and responsive interface for managing credit card rewards and points, designed to enhance user engagement and simplify redemption processes.</p>
<p class="tech-stack"><strong>Tech:</strong> HTML5, CSS3, JavaScript</p>
<div class="portfolio-links">
<a href="loyalty-ui/index.html" class="btn btn-small">View Demo</a>
<a href="https://www.securitybank.com/betterbanking-rewards/" target="_blank" rel="noopener noreferrer" class="btn btn-small">View Security Bank Program</a>
</div>
</div>
</div> <!-- API Ecosystem Development -->
<div class="portfolio-item animate-on-scroll fade-in-up">
<div class="portfolio-image-container">
<div class="portfolio-image portfolio-banner" style="background: linear-gradient(135deg, #0a2744 0%, #0066cc 50%, #00b4d8 100%); display:flex; align-items:center; justify-content:center; min-height:200px;">
<div style="text-align:center; color:#fff; padding:1.5rem;">
<i class="fas fa-plug" style="font-size:3rem; margin-bottom:0.75rem; display:block;"></i>
<span style="font-size:1.1rem; font-weight:600;">API Ecosystem Development</span>
</div>
</div>
</div>
<div class="portfolio-info">
<h3>API Ecosystem Development</h3>
<p>Architected a unified API gateway for Mastercard's payment card benefits, reducing third-party integration costs by 30% and enabling 50% faster integration.</p>
<p class="tech-stack"><strong>Tech:</strong> RESTful APIs, API Gateway, OAuth 1.0, Swagger</p>
<div class="portfolio-links">
</div>
</div>
</div> <!-- APAC Market Expansion -->
<div class="portfolio-item animate-on-scroll fade-in-up">
<div class="portfolio-image-container">
<div class="portfolio-image portfolio-banner" style="background: linear-gradient(135deg, #7b1a1a 0%, #c0392b 50%, #e67e22 100%); display:flex; align-items:center; justify-content:center; min-height:200px;">
<div style="text-align:center; color:#fff; padding:1.5rem;">
<i class="fas fa-globe-asia" style="font-size:3rem; margin-bottom:0.75rem; display:block;"></i>
<span style="font-size:1.1rem; font-weight:600;">APAC Market Expansion</span>
</div>
</div>
<div class="portfolio-overlay">
<div class="portfolio-overlay-content">
<a href="PM+Framework/index.html" class="portfolio-link" aria-label="View APAC Market Expansion details"><i class="fas fa-eye"></i></a>
</div>
</div>
</div>
<div class="portfolio-info">
<h3>APAC Market Expansion</h3>
<p>Led the expansion of Mastercard products across APAC markets, driving $10M+ revenue by launching localized products with multi-currency/multi-language support.</p>
<p class="tech-stack"><strong>Tech:</strong> Market Analysis Tools, Localization Frameworks, CRM Systems</p>
<div class="portfolio-links">
<a href="PM+Framework/index.html" class="btn btn-small">View Details</a>
</div>
</div>
</div> <!-- Performance Management Platform -->
<div class="portfolio-item animate-on-scroll fade-in-up">
<div class="portfolio-image-container">
<div class="portfolio-image portfolio-banner" style="background: linear-gradient(135deg, #1a3a2a 0%, #1a7a4a 50%, #2ecc71 100%); display:flex; align-items:center; justify-content:center; min-height:200px;">
<div style="text-align:center; color:#fff; padding:1.5rem;">
<i class="fas fa-chart-bar" style="font-size:3rem; margin-bottom:0.75rem; display:block;"></i>
<span style="font-size:1.1rem; font-weight:600;">Performance Management Platform</span>
</div>
</div>
</div>
<div class="portfolio-info">
<h3>Performance Management Platform</h3>
<p>Built a comprehensive performance management platform for Nisa Group that automated 80% of manual workflows, saving thousands of hours annually.</p>
<p class="tech-stack"><strong>Tech:</strong> Business Intelligence, Excel, SQL, Tableau</p>
<div class="portfolio-links">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills-section content-section">
<div class="container animate-on-scroll fade-in">
<h2 class="section-title">Skills & Expertise</h2>
<div class="skills-grid">
<div class="skill-category">
<h3>AI & Automation</h3>
<ul class="skill-list">
<li><span class="skill-tag">LLM Workflow Design</span></li>
<li><span class="skill-tag">n8n Orchestration</span></li>
<li><span class="skill-tag">Prompt Engineering</span></li>
<li><span class="skill-tag">API & Webhook Integration</span></li>
<li><span class="skill-tag">Supabase (PostgreSQL)</span></li>
<li><span class="skill-tag">Telegram Bot Automation</span></li>
</ul>
</div>
<div class="skill-category">
<h3>Product Management</h3>
<ul class="skill-list">
<li><span class="skill-tag">Product Strategy & Roadmapping</span></li>
<li><span class="skill-tag">Product Lifecycle Management</span></li>
<li><span class="skill-tag">Market Research & Analysis</span></li>
<li><span class="skill-tag">User Experience Design</span></li>
<li><span class="skill-tag">Go-to-Market Strategy</span></li>
<li><span class="skill-tag">Product Localization</span></li>
</ul>
</div>
<div class="skill-category">
<h3>Solutions Architecture</h3>
<ul class="skill-list">
<li><span class="skill-tag">Solutions Engineering</span></li>
<li><span class="skill-tag">API Development</span></li>
<li><span class="skill-tag">System Integration</span></li>
<li><span class="skill-tag">Technical Documentation</span></li>
<li><span class="skill-tag">Solution Assessment</span></li>
<li><span class="skill-tag">Pre-sales Support</span></li>
</ul>
</div>
<div class="skill-category">
<h3>Leadership & Business</h3>
<ul class="skill-list">
<li><span class="skill-tag">Cross-functional Team Leadership</span></li>
<li><span class="skill-tag">Stakeholder Management</span></li>
<li><span class="skill-tag">Strategic Planning</span></li>
<li><span class="skill-tag">Business Development</span></li>
<li><span class="skill-tag">Digital Transformation</span></li>
<li><span class="skill-tag">Performance Monitoring</span></li>
</ul>
</div>
<div class="skill-category">
<h3>Technical Skills</h3>
<ul class="skill-list">
<li><span class="skill-tag">Python</span></li>
<li><span class="skill-tag">HTML/CSS</span></li>
<li><span class="skill-tag">SQL</span></li>
<li><span class="skill-tag">Tableau</span></li>
<li><span class="skill-tag">GitHub</span></li>
<li><span class="skill-tag">Figma</span></li>
<li><span class="skill-tag">Docker</span></li>
<li><span class="skill-tag">Business Intelligence</span></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Achievements Section -->
<section id="achievements" class="achievements-section content-section">
<div class="container animate-on-scroll fade-in">
<h2 class="section-title">Key Achievements</h2>
<ul class="achievements-list">
<li class="animate-on-scroll fade-in-up">
<i class="fas fa-trophy achievement-icon"></i>
<div class="achievement-details">
<h3>Award-Winning Project Leadership</h3>
<p>Led award-winning projects, such as the Security Bank BetterBanking Rewards Program that won Retail Banker International Asia Trailblazer Award for Best Advance in Loyalty/Rewards Programme. <a href="https://www.securitybank.com/news/security-banks-credit-cards-rewards-program-triumphs-at-the-rbi-asia-trailblazer-awards-2025/" target="_blank" rel="noopener noreferrer" class="achievement-link">View Award</a></p>
</div>
</li>
<li class="animate-on-scroll fade-in-up">
<i class="fas fa-globe achievement-icon"></i>
<div class="achievement-details">
<h3>APAC Market Expansion @ Mastercard</h3>
<p>Drove $10M+ revenue by launching localized products across different countries, integrating multi-currency/multi-language support and region-specific compliance frameworks.</p>
</div>
</li>
<li class="animate-on-scroll fade-in-up">
<i class="fas fa-code achievement-icon"></i>
<div class="achievement-details">
<h3>API Ecosystem Development</h3>
<p>Architected a unified API gateway, reducing third-party integration costs by 30% and enabling 50% faster and seamless integration for Mastercard's payment card benefits.</p>
</div>
</li>
<li class="animate-on-scroll fade-in-up">
<i class="fas fa-chart-line achievement-icon"></i>
<div class="achievement-details">
<h3>Operational Digitization @ Nisa Group</h3>
<p>Built a performance management platform that automated 80% of manual workflows, saving thousands of hours annually and creating a unified system across the organization.</p>
</div>
</li>
<li class="animate-on-scroll fade-in-up">
<i class="fas fa-users achievement-icon"></i>
<div class="achievement-details">
<h3>Cross-functional Leadership</h3>
<p>Successfully led diverse teams across product, engineering, marketing, and sales to deliver complex projects on time and within budget, consistently exceeding organizational targets.</p>
</div>
</li>
</ul>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section content-section">
<div class="container animate-on-scroll fade-in">
<h2 class="section-title">Get In Touch</h2>
<p class="contact-intro">Let's connect — whether you're curious about loyalty tech, AI automation in enterprise sales, or building LLM workflows as a non-developer practitioner.</p>
<div class="contact-methods">
<div class="contact-method">
<i class="fas fa-envelope"></i>
<a href="mailto:pratik.padiya@gmail.com">pratik.padiya@gmail.com</a>
</div>
<div class="contact-method">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/pratikpadiya/" target="_blank" rel="noopener noreferrer">LinkedIn Profile</a>
</div>
<div class="contact-method">
<i class="fab fa-github"></i>
<a href="https://github.com/ppadiya?tab=repositories" target="_blank" rel="noopener noreferrer">GitHub Profile</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<p>© <span id="current-year"></span> Pratik Padiya. All rights reserved.</p>
<div class="footer-social">
<a href="https://www.linkedin.com/in/pratikpadiya/" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn (opens in new tab)"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/ppadiya?tab=repositories" target="_blank" rel="noopener noreferrer" aria-label="GitHub (opens in new tab)"><i class="fab fa-github"></i></a>
</div>
</div>
</footer>
<!-- Scroll to top -->
<button id="scroll-top-btn" aria-label="Scroll to top">
<i class="fas fa-chevron-up"></i>
</button>
<!-- Chatbot Widget -->
<button id="chatbot-toggle" aria-label="Open chat" aria-expanded="false">
<svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 -960 960 960" width="26" fill="currentColor"><path d="M240-400h320v-80H240v80Zm0-120h480v-80H240v80Zm0-120h480v-80H240v80ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"/></svg>
</button>
<div id="chatbot-window" role="dialog" aria-label="Portfolio assistant">
<div class="chatbot-header">
<div class="chatbot-header-title">
<div class="chatbot-avatar" aria-hidden="true">🤖</div>
<div>
<h3>Portfolio Assistant</h3>
<p>● Online</p>
</div>
</div>
<button id="chatbot-close" aria-label="Close chat">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20" fill="currentColor"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
</button>
</div>
<div id="chatbot-messages" aria-live="polite"></div>
<form id="chatbot-form" autocomplete="off">
<label for="chatbot-input" class="visually-hidden">Ask a question</label>
<input id="chatbot-input" type="text" placeholder="Ask about skills, experience…" maxlength="300" />
<button id="chatbot-send" type="submit" aria-label="Send">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20" fill="currentColor"><path d="M120-160v-640l760 320-760 320Zm80-120 474-200-474-200v140l240 60-240 60v140Zm0 0v-400 400Z"/></svg>
</button>
</form>
</div>
<!-- RSS News Ticker -->
<div class="news-ticker-container">
<div class="news-ticker-label">Latest News:</div>
<div class="news-ticker" id="newsTicker">
<ul id="tickerList"></ul>
</div>
</div>
<script type="module" src="script.js"></script>
</body>
</html>