-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmitanshu.html
More file actions
353 lines (320 loc) · 18.1 KB
/
Copy pathmitanshu.html
File metadata and controls
353 lines (320 loc) · 18.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mitanshu Bhasin | IPEC Team Member</title>
<meta name="description"
content="Meet Mitanshu Bhasin, Junior Intern & Tech Associate at IPEC. Specializing in Python development and cybersecurity protocols to drive innovation and secure practices.">
<meta name="keywords"
content="Mitanshu Bhasin, IPEC, Junior Intern, Tech Associate, Python Developer, Cybersecurity, Team Member, IPEC Consulting">
<meta name="author" content="Mitanshu Bhasin">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://i.fouralpha.org/mitanshu.html">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/cropped-ipec-logo-32x32.png">
<link rel="apple-touch-icon" href="assets/images/ipec.jpg">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="profile">
<meta property="og:title" content="Mitanshu Bhasin | IPEC Team Member">
<meta property="og:description"
content="Junior Intern & Tech Associate at IPEC. Specializing in Python development and cybersecurity protocols.">
<meta property="og:url" content="https://i.fouralpha.org/mitanshu.html">
<meta property="og:image" content="https://mitanshubhasin.netlify.app/mitanshu.jpg">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Mitanshu Bhasin | IPEC Team Member">
<meta name="twitter:description"
content="Junior Intern & Tech Associate at IPEC. Specializing in Python development and cybersecurity protocols.">
<meta name="twitter:image" content="https://mitanshubhasin.netlify.app/mitanshu.jpg">
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Mitanshu Bhasin",
"givenName": "Mitanshu",
"familyName": "Bhasin",
"jobTitle": "Junior Intern & Tech Associate",
"worksFor": {
"@type": "Organization",
"name": "International Process Excellence Council",
"alternateName": "IPEC"
},
"url": "https://i.fouralpha.org/mitanshu.html",
"image": "https://mitanshubhasin.netlify.app/mitanshu.jpg",
"sameAs": [
"https://mitanshubhasin.netlify.app"
],
"description": "Junior Intern & Tech Associate at IPEC, specializing in Python development and cybersecurity protocols."
}
</script>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
background-color: #f8fafc;
}
/* Custom Gradients based on IPEC Logo */
.ipec-gradient-text {
background: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.ipec-gradient-bg {
background: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%);
}
.ipec-gradient-border {
border-image: linear-gradient(135deg, #FF8C00 0%, #FFD700 100%) 1;
}
.ipec-green {
color: #003366;
/* Deep Professional Blue */
}
.ipec-bg-green {
background-color: #003366;
}
.ipec-border-gradient {
background: linear-gradient(white, white) padding-box,
linear-gradient(45deg, #008000, #FF0000, #FF8C00) border-box;
border: 4px solid transparent;
border-radius: 50%;
}
</style>
</head>
<body class="bg-slate-50 text-slate-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex-shrink-0 flex items-center">
<!-- Logo / Brand Name -->
<span class="text-2xl font-bold ipec-green">MB<span class="text-orange-500">.</span></span>
<span
class="ml-2 text-xs uppercase tracking-widest text-gray-500 border-l pl-2 border-gray-300">Team
Profile</span>
</div>
<!-- Links redirecting to main site as requested -->
<div class="hidden md:flex space-x-8">
<a href="https://mitanshubhasin.netlify.app" target="_blank"
class="text-gray-600 hover:text-orange-500 px-3 py-2 rounded-md text-sm font-medium transition flex items-center gap-1">
About <i class="fas fa-external-link-alt text-xs"></i>
</a>
<a href="https://mitanshubhasin.netlify.app" target="_blank"
class="text-gray-600 hover:text-orange-500 px-3 py-2 rounded-md text-sm font-medium transition flex items-center gap-1">
Experience <i class="fas fa-external-link-alt text-xs"></i>
</a>
<a href="https://mitanshubhasin.netlify.app" target="_blank"
class="text-gray-600 hover:text-orange-500 px-3 py-2 rounded-md text-sm font-medium transition flex items-center gap-1">
Skills <i class="fas fa-external-link-alt text-xs"></i>
</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="relative bg-white overflow-hidden">
<div class="max-w-6xl mx-auto">
<div class="relative z-10 pb-8 bg-white sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
<svg class="hidden lg:block absolute right-0 inset-y-0 h-full w-48 text-white transform translate-x-1/2"
fill="currentColor" viewBox="0 0 100 100" preserveAspectRatio="none" aria-hidden="true">
<polygon points="50,0 100,0 50,100 0,100" />
</svg>
<main class="mt-10 mx-auto max-w-6xl px-4 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 lg:px-8 xl:mt-28">
<div class="sm:text-center lg:text-left">
<span
class="inline-block py-1 px-3 rounded-full bg-green-50 text-green-800 text-xs font-semibold tracking-wide uppercase mb-2 border border-green-200">
Team Member Spotlight
</span>
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block xl:inline">Mitanshu Bhasin</span>
<span class="block ipec-gradient-text text-3xl sm:text-4xl mt-2">Junior Intern & Tech
Associate</span>
</h1>
<p
class="mt-4 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
A dynamic member of the IPEC technical team, specializing in Python development and
cybersecurity protocols. Mitanshu brings a fresh perspective to problem-solving, combining
academic rigor with practical application in digital safety and software architecture.
</p>
<div class="mt-6 border-l-4 border-orange-400 pl-4 italic text-gray-600">
"Driving innovation through disciplined coding and secure practices."
</div>
<div class="mt-8 sm:mt-10 sm:flex sm:justify-center lg:justify-start gap-4">
<div class="rounded-md shadow">
<a href="#contact"
class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white ipec-gradient-bg hover:opacity-90 md:py-4 md:text-lg md:px-10 transition shadow-lg shadow-orange-200">
Contact Details
</a>
</div>
<div class="mt-3 sm:mt-0 sm:ml-3">
<a href="https://mitanshubhasin.netlify.app" target="_blank"
class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-green-700 bg-green-100 hover:bg-green-200 md:py-4 md:text-lg md:px-10 transition">
View Full Profile
</a>
</div>
</div>
</div>
</main>
</div>
</div>
<!-- Image Section -->
<div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2 flex items-center justify-center bg-slate-50">
<div class="relative w-64 h-64 md:w-80 md:h-80 lg:w-96 lg:h-96">
<!-- Decorative elements matching IPEC logo colors -->
<div
class="absolute -top-6 -left-6 w-24 h-24 border-t-8 border-l-8 border-green-600 rounded-tl-3xl z-0 opacity-80">
</div>
<div
class="absolute -bottom-6 -right-6 w-24 h-24 border-b-8 border-r-8 border-red-600 rounded-br-3xl z-0 opacity-80">
</div>
<!-- Profile Image -->
<div class="w-full h-full ipec-border-gradient overflow-hidden shadow-2xl relative z-10 bg-white group">
<img class="w-full h-full object-cover transition transform group-hover:scale-105 duration-500"
src="https://mitanshubhasin.netlify.app/mitanshu.jpg" alt="Mitanshu Bhasin"
onerror="this.onerror=null; this.parentElement.innerHTML='<div class=\'flex items-center justify-center h-full bg-gray-200 text-gray-500 text-4xl font-bold\'>MB</div>'">
</div>
<!-- Floating Badge -->
<div
class="absolute bottom-4 -left-4 z-20 bg-white px-4 py-2 rounded-lg shadow-lg border-l-4 border-green-600">
<p class="text-xs font-bold text-gray-500 uppercase">Status</p>
<p class="text-sm font-bold text-green-600 flex items-center gap-1">
<span class="w-2 h-2 bg-green-500 rounded-full animate-pulse"></span> Active Team Member
</p>
</div>
</div>
</div>
</div>
<!-- Detailed Bio Section -->
<div class="bg-white py-16">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-start">
<div>
<h2 class="text-3xl font-extrabold text-gray-900 mb-6">About the Team Member</h2>
<p class="text-lg text-gray-600 mb-6">
Mitanshu serves as a critical asset within the junior development wing of IPEC. His role bridges
the gap between theoretical computer science concepts and real-world deployment.
</p>
<p class="text-lg text-gray-600 mb-6">
Currently preparing for advanced engineering entrance examinations (JEE), Mitanshu applies his
rigorous analytical training in Physics and Mathematics directly to algorithm optimization and
logical structuring in Python.
</p>
<h3 class="text-xl font-bold ipec-green mb-4">Core Responsibilities</h3>
<ul class="space-y-3">
<li class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
<span class="text-gray-700">Assisting in the development of automated Python scripts for
data handling.</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
<span class="text-gray-700">Maintaining cyber hygiene standards across internal team
communications.</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
<span class="text-gray-700">Researching emerging technologies in the STEM field for team
integration.</span>
</li>
</ul>
</div>
<!-- Reference Card -->
<div class="mt-10 lg:mt-0 bg-slate-50 p-8 rounded-2xl border border-gray-100 shadow-sm relative">
<i class="fas fa-quote-right absolute top-6 right-6 text-4xl text-gray-200"></i>
<div class="flex items-center mb-6">
<div
class="h-14 w-14 rounded-full bg-gradient-to-br from-green-900 to-green-700 flex items-center justify-center text-white font-bold text-xl shadow-md">
SM</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-gray-900">Sangeet Malhotra</h4>
<p class="text-sm text-green-600 font-medium">Chief Operating Officer (COO)</p>
</div>
</div>
<p class="text-gray-600 italic leading-relaxed">
"Mitanshu demonstrates exceptional dedication and technical aptitude for his age. His work ethic
aligns perfectly with professional standards. He approaches every task with the maturity of a
seasoned professional."
</p>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="bg-slate-900 text-white py-16">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-extrabold tracking-tight sm:text-4xl mb-8">
<span class="block text-gray-400 text-lg uppercase tracking-wide font-semibold mb-2">Get in Touch</span>
Contact Information
</h2>
<div class="bg-slate-800 rounded-2xl p-8 shadow-2xl border border-slate-700">
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
<!-- Phone -->
<div
class="flex flex-col items-center p-6 bg-slate-700/50 rounded-xl hover:bg-slate-700 transition">
<div class="h-12 w-12 rounded-full bg-green-500/20 flex items-center justify-center mb-4">
<i class="fas fa-phone-alt text-green-400 text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-200">Direct Line</h3>
<a href="tel:+918076108584"
class="mt-2 text-2xl font-bold text-white hover:text-orange-400 transition">
+91 8076 108 584
</a>
<p class="text-sm text-gray-400 mt-2">Available during business hours</p>
</div>
<!-- Digital Profile -->
<div
class="flex flex-col items-center p-6 bg-slate-700/50 rounded-xl hover:bg-slate-700 transition">
<div class="h-12 w-12 rounded-full bg-green-500/20 flex items-center justify-center mb-4">
<i class="fas fa-globe text-green-400 text-xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-200">Digital Portfolio</h3>
<a href="https://mitanshubhasin.netlify.app" target="_blank"
class="mt-2 text-xl font-bold text-white hover:text-orange-400 transition underline decoration-orange-500/50 underline-offset-4">
mitanshubhasin.netlify.app
</a>
<p class="text-sm text-gray-400 mt-2">View complete projects & resume</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-slate-950 text-white border-t border-slate-800">
<div class="max-w-6xl mx-auto py-8 px-4 sm:px-6 lg:px-8">
<div class="md:flex md:items-center md:justify-between">
<div class="flex justify-center space-x-6 md:order-2">
<span class="text-gray-500 text-sm">Professional Team Member Profile</span>
</div>
<div class="mt-8 md:mt-0 md:order-1">
<p class="text-center text-sm text-gray-400">
© 2026 Mitanshu Bhasin. All rights reserved. <br>
<span class="text-xs text-gray-600">Designed with IPEC Brand Identity Guidelines.</span>
</p>
</div>
</div>
</div>
</footer>
<!-- AI Chatbot Initialization -->
<script type="module">
import { AISupport } from './js/ai-support.js';
const initChatAfterDelay = () => {
setTimeout(() => {
new AISupport({
name: 'Visitor',
role: 'Guest',
email: 'guest@ipec.org',
department: 'Team Profile'
});
}, 5000);
};
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', initChatAfterDelay);
} else {
initChatAfterDelay();
}
</script>
</body>
</html>