-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhire-devops-engineer.html
More file actions
406 lines (326 loc) · 24.6 KB
/
hire-devops-engineer.html
File metadata and controls
406 lines (326 loc) · 24.6 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hire DevOps Engineer India | CI/CD, AWS, Docker - Shahe Alam</title>
<meta name="description" content="Hire a freelance DevOps engineer from India for CI/CD pipelines, AWS deployment, Docker containerization & Linux automation. Transparent pricing, fast delivery." />
<link rel="canonical" href="https://shahealamit.github.io/hire-devops-engineer.html" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=JetBrains+Mono:wght@400;500&display=swap');
body { font-family: 'Inter', sans-serif; }
.font-mono { font-family: 'JetBrains Mono', monospace; }
/* Custom Glow Effects */
.glow-text {
text-shadow: 0 0 20px rgba(45, 212, 191, 0.5);
}
.glass-panel {
background: rgba(15, 23, 42, 0.6);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.08);
}
.grid-bg {
background-image: linear-gradient(to right, #1e293b 1px, transparent 1px),
linear-gradient(to bottom, #1e293b 1px, transparent 1px);
background-size: 40px 40px;
mask-image: radial-gradient(circle at center, black, transparent 80%);
}
</style>
</head>
<body class="bg-slate-950 text-slate-200 selection:bg-teal-500 selection:text-white overflow-x-hidden">
<section class="relative py-24 lg:py-32 overflow-hidden">
<div class="absolute inset-0 grid-bg opacity-20 pointer-events-none"></div>
<div class="absolute top-0 left-1/2 -translate-x-1/2 w-[600px] h-[600px] bg-teal-500/10 rounded-full blur-[120px] pointer-events-none"></div>
<div class="max-w-7xl mx-auto px-6 grid lg:grid-cols-2 gap-12 items-center relative z-10">
<div class="text-center lg:text-left">
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-teal-500/10 border border-teal-500/20 text-teal-400 text-xs font-bold uppercase tracking-wide mb-6">
<span class="relative flex h-2 w-2">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-teal-400 opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-teal-500"></span>
</span>
Available for Projects
</div>
<h1 class="text-5xl md:text-6xl font-bold text-white leading-tight mb-6">
Hire a <span class="text-transparent bg-clip-text bg-gradient-to-r from-teal-400 to-blue-500 glow-text">DevOps Engineer</span> <br> from India
</h1>
<p class="text-lg text-slate-400 max-w-2xl mx-auto lg:mx-0 leading-relaxed mb-8">
Stop struggling with servers. I build <strong>CI/CD pipelines</strong>, manage <strong>AWS infrastructure</strong>, and Dockerize apps with enterprise reliability and freelance flexibility.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center lg:justify-start">
<a href="https://shahealamit.github.io/"
target="_blank"
class="px-8 py-4 rounded-full bg-teal-500 text-slate-900 font-bold
hover:bg-teal-400 transition hover:scale-105
shadow-[0_0_20px_rgba(20,184,166,0.3)]">
View My Portfolio
</a>
<a href="https://github.com/shahealamit" class="px-8 py-4 rounded-full bg-slate-900 border border-slate-700 hover:border-teal-500 text-white font-semibold transition flex items-center gap-2 justify-center group">
<i class="ph ph-github-logo text-xl"></i> View GitHub
</a>
</div>
<p class="mt-6 text-sm text-slate-500 flex items-center justify-center lg:justify-start gap-2">
<i class="ph ph-globe"></i> Remote Worldwide • Fast Turnaround
</p>
</div>
<div class="relative hidden lg:block perspective-1000">
<div class="absolute -inset-1 bg-gradient-to-r from-teal-500 to-blue-600 rounded-xl blur opacity-20"></div>
<div class="relative bg-slate-900 rounded-xl border border-slate-800 p-6 shadow-2xl font-mono text-sm leading-relaxed">
<div class="flex gap-2 mb-4 border-b border-slate-800 pb-4">
<div class="w-3 h-3 rounded-full bg-red-500"></div>
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
<div class="w-3 h-3 rounded-full bg-green-500"></div>
<div class="ml-auto text-xs text-slate-600">deploy.sh</div>
</div>
<div class="space-y-2">
<p class="text-slate-500"># Initializing DevOps Environment...</p>
<p class="text-white"><span class="text-teal-400">➜</span> git clone project-repo</p>
<p class="text-white"><span class="text-teal-400">➜</span> docker-compose up -d --build</p>
<p class="text-slate-400">Building containers... <span class="text-green-400">Done (2.4s)</span></p>
<p class="text-white"><span class="text-teal-400">➜</span> aws deploy --region ap-south-1</p>
<p class="text-slate-400">Deploying to EC2 Instance...</p>
<p class="text-green-400 font-bold mt-2">✔ Deployment Successful!</p>
<p class="animate-pulse text-teal-400 mt-2">_</p>
</div>
</div>
</div>
</div>
</section>
<section class="py-24 relative bg-slate-950 overflow-hidden">
<div class="absolute inset-0 opacity-[0.03]" style="background-image: radial-gradient(#2dd4bf 1px, transparent 1px); background-size: 32px 32px;"></div>
<div class="max-w-6xl mx-auto px-6 relative z-10">
<div class="text-center mb-16">
<span class="text-teal-500 font-mono text-xs uppercase tracking-widest bg-teal-500/10 px-3 py-1 rounded border border-teal-500/20">
// Services_Map
</span>
<h2 class="text-3xl md:text-5xl font-bold text-white mt-4 mb-4">
DevOps <span class="text-transparent bg-clip-text bg-gradient-to-r from-teal-400 to-blue-500">Solutions</span>
</h2>
<p class="text-slate-400 max-w-2xl mx-auto">
I architect and automate your infrastructure so you can ship code faster.
</p>
</div>
<div class="grid md:grid-cols-2 gap-6">
<div class="group relative bg-slate-900/60 backdrop-blur-sm border border-slate-800 rounded-2xl p-8 hover:border-teal-500/40 hover:bg-slate-900 transition-all duration-300 hover:-translate-y-1 overflow-hidden">
<div class="absolute -right-10 -top-10 w-32 h-32 bg-teal-500/10 rounded-full blur-3xl group-hover:bg-teal-500/20 transition-all"></div>
<div class="flex justify-between items-start mb-6">
<div class="w-14 h-14 bg-slate-800 border border-slate-700 rounded-xl flex items-center justify-center text-teal-400 shadow-lg shadow-teal-500/10 group-hover:scale-105 transition-transform">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M248,128a56,56,0,0,1-95.6,39.6l-.33-.35L92.12,99.55a40,40,0,1,0,0,56.9l8.52-9.62a8,8,0,1,1,12,10.61l-8.69,9.81-.33.35a56,56,0,1,1,0-79.2l.33.35,59.95,67.8a40,40,0,1,0,0-56.9l-8.52,9.62a8,8,0,1,1-12-10.61l8.69-9.81.33-.35A56,56,0,0,1,248,128Z"></path></svg>
</div>
<span class="text-5xl font-bold text-slate-800 group-hover:text-teal-500/10 transition-colors font-mono">01</span>
</div>
<h3 class="text-xl font-bold text-white mb-3">CI/CD Pipelines</h3>
<p class="text-slate-400 text-sm mb-6 leading-relaxed">
Zero-touch delivery. I build pipelines that automatically test, build, and deploy your code securely.
</p>
<div class="flex flex-wrap gap-2">
<span class="px-2 py-1 text-xs font-medium text-teal-300 bg-teal-500/10 rounded border border-teal-500/20">Jenkins</span>
<span class="px-2 py-1 text-xs font-medium text-teal-300 bg-teal-500/10 rounded border border-teal-500/20">GitHub Actions</span>
</div>
</div>
<div class="group relative bg-slate-900/60 backdrop-blur-sm border border-slate-800 rounded-2xl p-8 hover:border-blue-500/40 hover:bg-slate-900 transition-all duration-300 hover:-translate-y-1 overflow-hidden">
<div class="absolute -right-10 -top-10 w-32 h-32 bg-blue-500/10 rounded-full blur-3xl group-hover:bg-blue-500/20 transition-all"></div>
<div class="flex justify-between items-start mb-6">
<div class="w-14 h-14 bg-slate-800 border border-slate-700 rounded-xl flex items-center justify-center text-blue-400 shadow-lg shadow-blue-500/10 group-hover:scale-105 transition-transform">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M160,224H72a56,56,0,0,1-8-111.4A80.06,80.06,0,0,1,152.93,40.58a7.84,7.84,0,0,1,1.73,0,80.06,80.06,0,0,1,72.76,82.08c.17,1.77.26,3.56.26,5.34a56.06,56.06,0,0,1-56,56h-8a8,8,0,0,1,0-16h8a40,40,0,0,0,0-80,63.74,63.74,0,0,0-9.61.73,8,8,0,0,1-8.52-4.14,64,64,0,0,0-112.92,30.82,8,8,0,0,1-6,7.82A40,40,0,0,0,72,208h88a8,8,0,0,1,0,16Z"></path></svg>
</div>
<span class="text-5xl font-bold text-slate-800 group-hover:text-blue-500/10 transition-colors font-mono">02</span>
</div>
<h3 class="text-xl font-bold text-white mb-3">AWS Cloud Infra</h3>
<p class="text-slate-400 text-sm mb-6 leading-relaxed">
Secure and scalable cloud architecture. From simple EC2 hosting to complex VPC networking.
</p>
<div class="flex flex-wrap gap-2">
<span class="px-2 py-1 text-xs font-medium text-blue-300 bg-blue-500/10 rounded border border-blue-500/20">EC2 & S3</span>
<span class="px-2 py-1 text-xs font-medium text-blue-300 bg-blue-500/10 rounded border border-blue-500/20">VPC</span>
</div>
</div>
<div class="group relative bg-slate-900/60 backdrop-blur-sm border border-slate-800 rounded-2xl p-8 hover:border-purple-500/40 hover:bg-slate-900 transition-all duration-300 hover:-translate-y-1 overflow-hidden">
<div class="absolute -right-10 -top-10 w-32 h-32 bg-purple-500/10 rounded-full blur-3xl group-hover:bg-purple-500/20 transition-all"></div>
<div class="flex justify-between items-start mb-6">
<div class="w-14 h-14 bg-slate-800 border border-slate-700 rounded-xl flex items-center justify-center text-purple-400 shadow-lg shadow-purple-500/10 group-hover:scale-105 transition-transform">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M223.68,66.15,135.68,18a15.88,15.88,0,0,0-15.36,0l-88,48.17a16,16,0,0,0-8.32,14v95.64a16,16,0,0,0,8.32,14l88,48.17a15.88,15.88,0,0,0,15.36,0l88-48.17a16,16,0,0,0,8.32-14V80.18A16,16,0,0,0,223.68,66.15Zm-15.36,99.4L128,209.52l-80.32-44V85.23L128,129.2l80.32-44ZM128,111l-72.16-39.5L128,32.06l72.16,39.5Z"></path></svg>
</div>
<span class="text-5xl font-bold text-slate-800 group-hover:text-purple-500/10 transition-colors font-mono">03</span>
</div>
<h3 class="text-xl font-bold text-white mb-3">Docker & Containers</h3>
<p class="text-slate-400 text-sm mb-6 leading-relaxed">
Eliminate "it works on my machine" issues. I containerize your apps for consistent deployment.
</p>
<div class="flex flex-wrap gap-2">
<span class="px-2 py-1 text-xs font-medium text-purple-300 bg-purple-500/10 rounded border border-purple-500/20">Docker</span>
<span class="px-2 py-1 text-xs font-medium text-purple-300 bg-purple-500/10 rounded border border-purple-500/20">Compose</span>
</div>
</div>
<div class="group relative bg-slate-900/60 backdrop-blur-sm border border-slate-800 rounded-2xl p-8 hover:border-yellow-500/40 hover:bg-slate-900 transition-all duration-300 hover:-translate-y-1 overflow-hidden">
<div class="absolute -right-10 -top-10 w-32 h-32 bg-yellow-500/10 rounded-full blur-3xl group-hover:bg-yellow-500/20 transition-all"></div>
<div class="flex justify-between items-start mb-6">
<div class="w-14 h-14 bg-slate-800 border border-slate-700 rounded-xl flex items-center justify-center text-yellow-400 shadow-lg shadow-yellow-500/10 group-hover:scale-105 transition-transform">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H40V56H216V200ZM72,96a8,8,0,0,1,11.36-2.64l40,24a8,8,0,0,1,0,13.28l-40,24A8,8,0,0,1,72.64,141.36L103.41,124,72.64,106.64A8,8,0,0,1,72,96Zm88,56h48a8,8,0,0,1,0,16H160a8,8,0,0,1,0-16Z"></path></svg>
</div>
<span class="text-5xl font-bold text-slate-800 group-hover:text-yellow-500/10 transition-colors font-mono">04</span>
</div>
<h3 class="text-xl font-bold text-white mb-3">Linux Automation</h3>
<p class="text-slate-400 text-sm mb-6 leading-relaxed">
Automating server tasks, cron jobs, and security hardening using advanced Shell scripting.
</p>
<div class="flex flex-wrap gap-2">
<span class="px-2 py-1 text-xs font-medium text-yellow-300 bg-yellow-500/10 rounded border border-yellow-500/20">Bash</span>
<span class="px-2 py-1 text-xs font-medium text-yellow-300 bg-yellow-500/10 rounded border border-yellow-500/20">Security</span>
</div>
</div>
</div>
</div>
</section>
<section class="py-24 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-b from-slate-950 via-slate-900 to-slate-950 opacity-80 z-0"></div>
<div class="max-w-6xl mx-auto px-6 relative z-10">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-12 text-center">
Transparent <span class="text-teal-400">Freelance Pricing (India)</span>
</h2>
<div class="grid md:grid-cols-3 gap-8 items-start">
<!-- Starter -->
<div class="p-8 bg-slate-900 border border-slate-800 rounded-2xl text-center hover:border-slate-700 transition">
<h3 class="text-lg font-semibold text-slate-300 mb-4 uppercase tracking-wider">
Starter
</h3>
<div class="text-4xl font-bold text-white mb-2">₹2,000</div>
<p class="text-slate-500 text-sm mb-6">Quick fixes & small DevOps tasks</p>
<ul class="text-sm text-slate-400 space-y-3 mb-8 text-left pl-4">
<li class="flex gap-2">✔ Single CI Pipeline Setup</li>
<li class="flex gap-2">✔ Basic Dockerfile</li>
<li class="flex gap-2">✔ 1 Revision</li>
</ul>
<a href="https://wa.me/919939210737?text=Hi%20Shahe,%20I%20am%20interested%20in%20your%20Starter%20DevOps%20package.%20Please%20share%20details."
target="_blank"
class="block w-full py-3 border border-slate-700 text-white rounded-xl hover:bg-slate-800 transition font-semibold">
Get Started
</a>
</div>
<!-- Pro -->
<div class="p-8 bg-slate-800/80 border-2 border-teal-500 rounded-2xl text-center transform md:-translate-y-4 shadow-2xl shadow-teal-500/10 relative">
<div class="absolute top-0 left-1/2 -translate-x-1/2 -translate-y-1/2 bg-teal-500 text-slate-900 text-xs font-bold px-3 py-1 rounded-full uppercase">
Most Popular
</div>
<h3 class="text-lg font-semibold text-teal-400 mb-4 uppercase tracking-wider">
Pro Bundle
</h3>
<div class="text-5xl font-bold text-white mb-2">₹4,000</div>
<p class="text-slate-400 text-sm mb-6">Complete Deployment Setup</p>
<ul class="text-sm text-slate-300 space-y-3 mb-8 text-left pl-4">
<li class="flex gap-2">✔ Complete CI/CD Pipeline</li>
<li class="flex gap-2">✔ AWS EC2 Deployment</li>
<li class="flex gap-2">✔ Docker Compose Setup</li>
<li class="flex gap-2">✔ Deployment Documentation</li>
</ul>
<a href="https://wa.me/919939210737?text=Hi%20Shahe,%20I%20want%20to%20hire%20you%20for%20the%20Pro%20DevOps%20package.%20Please%20connect."
target="_blank"
class="block w-full py-3 bg-teal-500 text-slate-900 rounded-xl hover:bg-teal-400 transition font-bold shadow-lg">
Hire Now
</a>
</div>
<!-- Enterprise -->
<div class="p-8 bg-slate-900 border border-slate-800 rounded-2xl text-center hover:border-slate-700 transition">
<h3 class="text-lg font-semibold text-slate-300 mb-4 uppercase tracking-wider">
Enterprise
</h3>
<div class="text-4xl font-bold text-white mb-2">Custom</div>
<p class="text-slate-500 text-sm mb-6">Long-term & complex DevOps work</p>
<ul class="text-sm text-slate-400 space-y-3 mb-8 text-left pl-4">
<li class="flex gap-2">✔ Custom Cloud Architecture</li>
<li class="flex gap-2">✔ Kubernetes / Cluster Setup</li>
<li class="flex gap-2">✔ Ongoing Support & Maintenance</li>
</ul>
<a href="https://wa.me/919939210737?text=Hi%20Shahe,%20I%20have%20a%20custom%20DevOps%20requirement.%20Let%E2%80%99s%20discuss."
target="_blank"
class="block w-full py-3 border border-slate-700 text-white rounded-xl hover:bg-slate-800 transition font-semibold">
Contact Me
</a>
</div>
</div>
<p class="text-center text-slate-500 text-sm mt-10">
Prices shown for Indian clients. International pricing may vary
</p>
</div>
</section>
<section class="py-24 relative bg-slate-950 border-t border-slate-900 overflow-hidden">
<div class="absolute top-0 left-1/2 -translate-x-1/2 w-[600px] h-[300px] bg-teal-500/5 blur-[100px] pointer-events-none"></div>
<div class="max-w-6xl mx-auto px-6 relative z-10">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Why Hire Me?</h2>
<p class="text-slate-400">Numbers that speak for my code quality.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="group relative bg-slate-900/50 border border-slate-800 p-8 rounded-2xl hover:border-teal-500/50 transition-all duration-300 hover:-translate-y-2 overflow-hidden">
<svg class="absolute -right-4 -bottom-4 w-32 h-32 text-teal-500/5 group-hover:text-teal-500/10 transition-colors pointer-events-none" fill="currentColor" viewBox="0 0 256 256"><path d="M244.8,150.4a8,8,0,0,1-11.2-1.6l-56-72-48,48a8,8,0,0,1-11.2,0l-48-48L29.6,116.8A8,8,0,0,1,18.4,105.6l48-48a8,8,0,0,1,11.2,0l48,48,48-48a8,8,0,0,1,11.2,0l64,82.4A8,8,0,0,1,244.8,150.4Z"></path></svg>
<div class="relative z-10">
<div class="text-5xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-teal-400 to-teal-200 mb-2">
1.5+
</div>
<div class="text-white font-semibold text-lg mb-2">Years Experience</div>
<p class="text-slate-500 text-sm leading-relaxed">
Focused specifically on DevOps & QA automation, handling real-world production environments.
</p>
</div>
</div>
<div class="group relative bg-slate-900/50 border border-slate-800 p-8 rounded-2xl hover:border-blue-500/50 transition-all duration-300 hover:-translate-y-2 overflow-hidden">
<svg class="absolute -right-4 -bottom-4 w-32 h-32 text-blue-500/5 group-hover:text-blue-500/10 transition-colors pointer-events-none" fill="currentColor" viewBox="0 0 256 256"><path d="M208,40H48A16,16,0,0,0,32,56v58.78c0,89.61,75.82,119.34,91,124.39a15.53,15.53,0,0,0,10,0c15.2-5.05,91-34.78,91-124.39V56A16,16,0,0,0,208,40Zm-35.15,76.51-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L111.17,156l50.34-50.34a8,8,0,0,1,11.32,11.32Z"></path></svg>
<div class="relative z-10">
<div class="text-5xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-blue-200 mb-2">
100%
</div>
<div class="text-white font-semibold text-lg mb-2">Deployment Success</div>
<p class="text-slate-500 text-sm leading-relaxed">
Zero downtime strategy. I test pipelines rigorously before they touch your live servers.
</p>
</div>
</div>
<div class="group relative bg-slate-900/50 border border-slate-800 p-8 rounded-2xl hover:border-purple-500/50 transition-all duration-300 hover:-translate-y-2 overflow-hidden">
<svg class="absolute -right-4 -bottom-4 w-32 h-32 text-purple-500/5 group-hover:text-purple-500/10 transition-colors pointer-events-none" fill="currentColor" viewBox="0 0 256 256"><path d="M239.18,94.23l-88-72A8,8,0,0,0,138.57,26L102.34,96H24a8,8,0,0,0-7.06,12.3l88,136A8,8,0,0,0,111.43,248l45-80h75.61a8,8,0,0,0,6.17-13.23ZM137.64,152H87.16L53.75,100.28,143,38.86l-21,68.73a8,8,0,0,0,7.65,10.41h53.73l30.85,49.26Z"></path></svg>
<div class="relative z-10">
<div class="text-5xl font-bold text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-purple-200 mb-2">
24h
</div>
<div class="text-white font-semibold text-lg mb-2">Fast Turnaround</div>
<p class="text-slate-500 text-sm leading-relaxed">
For standard tasks like CI setup or bug fixes, I deliver within 24 hours.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="py-24 relative overflow-hidden bg-slate-950">
<div class="absolute inset-0 bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:24px_24px] opacity-20"></div>
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[500px] h-[500px] bg-teal-500/10 rounded-full blur-[100px] pointer-events-none"></div>
<div class="max-w-4xl mx-auto px-6 relative z-10">
<div class="bg-slate-900/50 border border-slate-800 backdrop-blur-md rounded-3xl p-10 md:p-16 text-center shadow-2xl">
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-teal-500/10 border border-teal-500/20 text-teal-400 text-xs font-bold uppercase tracking-wide mb-6">
<span class="relative flex h-2 w-2">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-teal-400 opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-teal-500"></span>
</span>
Available for Projects
</div>
<h2 class="text-3xl md:text-5xl font-bold text-white mb-6">
Ready to Automate Your <br>
<span class="text-transparent bg-clip-text bg-gradient-to-r from-teal-400 to-blue-500">Infrastructure?</span>
</h2>
<p class="text-slate-400 mb-10 text-lg max-w-xl mx-auto">
Message me directly to discuss your CI/CD, AWS, or Docker requirements.
</p>
<a href="https://wa.me/917545838682?text=Hi%20Shahe,%20I%20saw%20your%20portfolio%20and%20want%20to%20discuss%20a%20DevOps%20project."
target="_blank"
class="inline-block px-12 py-4 bg-teal-500 text-slate-900 rounded-full font-bold text-lg hover:bg-teal-400 hover:scale-105 transition shadow-[0_0_30px_-5px_rgba(20,184,166,0.4)]">
Hire Me
</a>
</div>
</div>
</section>
<footer class="py-8 border-t border-slate-900 text-center text-slate-600 text-sm bg-slate-950">
<p>© 2026 Md Shahe Alam. Freelance DevOps Engineer.</p>
</footer>
</body>
</html>