-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathindex.html
More file actions
857 lines (798 loc) · 31.9 KB
/
index.html
File metadata and controls
857 lines (798 loc) · 31.9 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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shubham Londhe • TrainWithShubham</title>
<meta name="description" content="Developer Advocate • DevOps • AWS • Kubernetes • Agentic AI. Building TrainWithShubham." />
<meta name="theme-color" content="#0b0f19" />
<style>
/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
color: rgba(255,255,255,0.88);
background: radial-gradient(1200px 800px at 10% 10%, rgba(255,120,0,.20), transparent 60%),
radial-gradient(1000px 700px at 90% 20%, rgba(70,160,255,.20), transparent 55%),
radial-gradient(900px 700px at 60% 95%, rgba(160,70,255,.18), transparent 55%),
linear-gradient(180deg, #060914 0%, #070a16 35%, #070a12 100%);
overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, 92vw); margin: 0 auto; }
/* ---------- Fancy Background Orbs ---------- */
.orb {
position: absolute; inset: auto; border-radius: 999px;
filter: blur(50px); opacity: .55; pointer-events: none;
transform: translate3d(0,0,0);
animation: float 10s ease-in-out infinite;
mix-blend-mode: screen;
}
.orb.one { width: 420px; height: 420px; left: -140px; top: 120px; background: rgba(255,125,0,.38); }
.orb.two { width: 380px; height: 380px; right: -120px; top: 180px; background: rgba(90,170,255,.32); animation-delay: -3s; }
.orb.three { width: 460px; height: 460px; left: 45%; bottom: -220px; background: rgba(170,90,255,.28); animation-delay: -6s; }
@keyframes float {
0%, 100% { transform: translateY(0) translateX(0) scale(1); }
50% { transform: translateY(-18px) translateX(10px) scale(1.03); }
}
/* ---------- Glass UI Tokens ---------- */
:root{
--glass: rgba(255,255,255,.08);
--glass-2: rgba(255,255,255,.06);
--stroke: rgba(255,255,255,.14);
--stroke-2: rgba(255,255,255,.10);
--shadow: 0 18px 60px rgba(0,0,0,.35);
--shadow-soft: 0 12px 30px rgba(0,0,0,.28);
--orange: #ff7a18;
--blue: #4aa3ff;
--purple: #b56bff;
--text: rgba(255,255,255,.88);
--muted: rgba(255,255,255,.68);
}
/* ---------- Subtle Grain ---------- */
.grain{
position: fixed; inset: 0; pointer-events: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.10'/%3E%3C/svg%3E");
opacity: .18;
mix-blend-mode: overlay;
}
/* ---------- Navbar ---------- */
.nav-wrap{
position: sticky; top: 0; z-index: 50;
backdrop-filter: blur(14px);
background: linear-gradient(180deg, rgba(7,10,18,.75), rgba(7,10,18,.20));
border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav{
display:flex; align-items:center; justify-content:space-between;
padding: 14px 0;
}
.brand{
display:flex; align-items:center; gap: 10px;
letter-spacing: .2px;
}
.logo{
width: 36px; height: 36px; border-radius: 12px;
background: radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.55), transparent 55%),
linear-gradient(135deg, rgba(255,122,24,.9), rgba(181,107,255,.75));
box-shadow: 0 14px 30px rgba(0,0,0,.35);
border: 1px solid rgba(255,255,255,.20);
position: relative;
overflow: hidden;
}
.logo::after{
content:""; position:absolute; inset:-40%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
transform: rotate(25deg) translateX(-40%);
animation: shine 4.8s ease-in-out infinite;
opacity: .7;
}
@keyframes shine{
0%, 30% { transform: rotate(25deg) translateX(-60%); }
55% { transform: rotate(25deg) translateX(60%); }
100% { transform: rotate(25deg) translateX(60%); }
}
.brand h1{ margin:0; font-size: 14.5px; font-weight: 750; }
.brand p{ margin:0; font-size: 12px; color: var(--muted); }
.links{ display:flex; gap: 14px; align-items:center; }
.links a{
padding: 9px 12px;
border-radius: 12px;
color: rgba(255,255,255,.76);
border: 1px solid transparent;
transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
.links a:hover{
transform: translateY(-2px);
background: rgba(255,255,255,.06);
border-color: rgba(255,255,255,.12);
color: rgba(255,255,255,.92);
}
.cta{
display:flex; gap: 10px; align-items:center;
}
.btn{
padding: 10px 14px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,.16);
background: rgba(255,255,255,.06);
box-shadow: var(--shadow-soft);
transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
display:inline-flex; align-items:center; gap: 10px;
font-weight: 650;
font-size: 13px;
white-space: nowrap;
}
.btn:hover{
transform: translateY(-2px);
border-color: rgba(255,255,255,.22);
background: rgba(255,255,255,.08);
box-shadow: 0 18px 46px rgba(0,0,0,.38);
}
.btn.primary{
border-color: rgba(255,122,24,.45);
background: linear-gradient(135deg, rgba(255,122,24,.22), rgba(181,107,255,.14));
position: relative;
overflow:hidden;
}
.btn.primary::after{
content:""; position:absolute; inset:-40%;
background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), transparent 55%);
transform: translateX(-15%) translateY(-10%);
transition: transform .35s ease;
}
.btn.primary:hover::after{ transform: translateX(10%) translateY(0%); }
.pill{
font-size: 12px;
padding: 5px 9px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.16);
background: rgba(255,255,255,.06);
color: rgba(255,255,255,.78);
}
/* ---------- Sections ---------- */
section{ padding: 64px 0; position: relative; }
.grid{
display:grid;
grid-template-columns: repeat(12, 1fr);
gap: 18px;
}
.card{
border-radius: 22px;
background: linear-gradient(180deg, var(--glass), var(--glass-2));
border: 1px solid var(--stroke);
box-shadow: var(--shadow);
backdrop-filter: blur(14px);
overflow:hidden;
position: relative;
}
.card::before{
content:""; position:absolute; inset: -1px;
background: radial-gradient(420px 220px at 20% 0%, rgba(255,122,24,.18), transparent 60%),
radial-gradient(420px 220px at 90% 10%, rgba(74,163,255,.14), transparent 60%),
radial-gradient(420px 260px at 60% 100%, rgba(181,107,255,.12), transparent 60%);
opacity: .8;
pointer-events:none;
}
.card > *{ position: relative; z-index: 1; }
.pad{ padding: 22px; }
.kicker{
display:flex; gap: 10px; align-items:center; flex-wrap:wrap;
margin-bottom: 10px;
}
.dot{
width: 9px; height: 9px; border-radius: 999px;
background: var(--orange);
box-shadow: 0 0 0 6px rgba(255,122,24,.10);
}
.title{
margin: 8px 0 10px;
font-size: clamp(28px, 3.6vw, 46px);
line-height: 1.05;
letter-spacing: -0.6px;
font-weight: 850;
}
.subtitle{
margin: 0;
color: var(--muted);
font-size: 15.5px;
line-height: 1.65;
}
/* ---------- Hero ---------- */
.hero{ padding-top: 36px; }
.hero-left{ grid-column: 1 / span 7; }
.hero-right{ grid-column: 8 / span 5; }
.hero-stats{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-top: 18px;
}
.stat{
padding: 14px 14px;
border-radius: 18px;
border: 1px solid var(--stroke-2);
background: rgba(255,255,255,.04);
transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.stat:hover{
transform: translateY(-2px);
border-color: rgba(255,255,255,.18);
background: rgba(255,255,255,.06);
}
.stat b{ display:block; font-size: 18px; letter-spacing: -.2px; }
.stat span{ font-size: 12.5px; color: var(--muted); }
.hero-actions{
display:flex; gap: 12px; align-items:center; flex-wrap:wrap;
margin-top: 18px;
}
.profile{
display:flex; gap: 14px; align-items:center;
padding: 18px;
border-bottom: 1px solid rgba(255,255,255,.08);
}
.avatar{
width: 52px; height: 52px; border-radius: 18px;
border: 1px solid rgba(255,255,255,.18);
background:
radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,.45), transparent 55%),
linear-gradient(135deg, rgba(74,163,255,.45), rgba(255,122,24,.35));
box-shadow: 0 18px 36px rgba(0,0,0,.35);
}
.profile h3{ margin:0; font-size: 14.5px; font-weight: 800; }
.profile p{ margin:2px 0 0; color: var(--muted); font-size: 12.5px; }
.mini{
padding: 18px;
display:grid;
gap: 12px;
}
.mini .row{
display:flex; justify-content:space-between; gap: 12px;
padding: 12px 12px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(255,255,255,.04);
transition: transform .2s ease, border-color .2s ease;
}
.mini .row:hover{ transform: translateY(-2px); border-color: rgba(255,255,255,.18); }
.mini .row span{ color: var(--muted); font-size: 12.5px; }
.mini .row b{ font-size: 12.8px; }
/* ---------- Section Headings ---------- */
.section-head{
display:flex; align-items:flex-end; justify-content:space-between;
gap: 14px; margin-bottom: 18px;
}
.section-head h2{
margin:0;
font-size: 22px;
font-weight: 850;
letter-spacing: -0.3px;
}
.section-head p{ margin:0; color: var(--muted); font-size: 13.5px; }
/* ---------- Skills Chips ---------- */
.chips{
display:flex; flex-wrap:wrap; gap: 10px;
}
.chip{
padding: 10px 12px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.14);
background: rgba(255,255,255,.05);
font-size: 13px;
color: rgba(255,255,255,.80);
transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.chip:hover{
transform: translateY(-2px);
background: rgba(255,255,255,.07);
border-color: rgba(255,122,24,.30);
}
/* ---------- Project Cards ---------- */
.projects .card{ transition: transform .22s ease, border-color .22s ease; }
.projects .card:hover{ transform: translateY(-4px); border-color: rgba(255,255,255,.20); }
.proj{
display:flex; flex-direction:column; gap: 12px;
}
.tagrow{ display:flex; gap: 8px; flex-wrap:wrap; }
.tag{
font-size: 12px;
padding: 6px 10px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.14);
background: rgba(255,255,255,.04);
color: rgba(255,255,255,.76);
}
.proj h3{ margin:0; font-size: 16px; font-weight: 850; letter-spacing:-.15px; }
.proj p{ margin:0; color: var(--muted); font-size: 13.5px; line-height: 1.6; }
.proj .footer{
display:flex; justify-content:space-between; align-items:center; gap: 12px;
margin-top: 6px;
}
.arrow{
width: 38px; height: 38px; border-radius: 14px;
border: 1px solid rgba(255,255,255,.14);
background: rgba(255,255,255,.05);
display:grid; place-items:center;
transition: transform .2s ease, border-color .2s ease;
}
.projects .card:hover .arrow{ transform: translateX(3px); border-color: rgba(255,122,24,.35); }
/* ---------- Timeline ---------- */
.timeline{
display:grid; gap: 12px;
}
.step{
padding: 14px 14px;
border-radius: 18px;
border: 1px solid rgba(255,255,255,.10);
background: rgba(255,255,255,.04);
display:flex; gap: 12px;
transition: transform .2s ease, border-color .2s ease;
}
.step:hover{ transform: translateY(-2px); border-color: rgba(255,255,255,.18); }
.step .num{
width: 34px; height: 34px; border-radius: 14px;
border: 1px solid rgba(255,255,255,.16);
display:grid; place-items:center;
background: linear-gradient(135deg, rgba(255,122,24,.20), rgba(74,163,255,.10));
font-weight: 850;
color: rgba(255,255,255,.86);
flex: 0 0 auto;
}
.step b{ display:block; font-size: 13.5px; }
.step span{ color: var(--muted); font-size: 12.8px; line-height: 1.55; }
/* ---------- Footer / Contact ---------- */
.contact{
display:grid; grid-template-columns: 1.2fr .8fr; gap: 14px;
}
.field{
width:100%;
padding: 12px 14px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,.14);
background: rgba(255,255,255,.05);
color: rgba(255,255,255,.90);
outline: none;
transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.field:focus{
border-color: rgba(255,122,24,.35);
background: rgba(255,255,255,.06);
transform: translateY(-1px);
}
textarea.field{ min-height: 120px; resize: vertical; }
.foot{
padding: 26px 0 36px;
color: rgba(255,255,255,.60);
font-size: 12.5px;
}
/* ---------- Responsive ---------- */
@media (max-width: 980px){
.hero-left{ grid-column: 1 / -1; }
.hero-right{ grid-column: 1 / -1; }
.hero-stats{ grid-template-columns: repeat(3, 1fr); }
.contact{ grid-template-columns: 1fr; }
.links{ display:none; }
}
@media (max-width: 520px){
.hero-stats{ grid-template-columns: 1fr; }
.btn{ width: 100%; justify-content:center; }
}
</style>
</head>
<body>
<div class="orb one"></div>
<div class="orb two"></div>
<div class="orb three"></div>
<div class="grain"></div>
<!-- NAV -->
<div class="nav-wrap">
<div class="container nav">
<a class="brand" href="#top" aria-label="Home">
<div class="logo" aria-hidden="true"></div>
<div>
<h1>Shubham Londhe</h1>
<p>TrainWithShubham • DevOps • AWS • Agentic AI</p>
</div>
</a>
<div class="links" aria-label="Navigation links">
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#talks">Talks</a>
<a href="#content">Content</a>
<a href="#contact">Contact</a>
</div>
<div class="cta">
<span class="pill">Open to: Talks • Collabs • Workshops</span>
<a class="btn primary" href="#contact">
<span>Let’s build</span>
<span aria-hidden="true">↗</span>
</a>
</div>
</div>
</div>
<!-- HERO -->
<main id="top" class="container hero">
<section class="grid" style="padding-bottom: 0;">
<div class="hero-left">
<div class="kicker">
<span class="dot" aria-hidden="true"></span>
<span class="pill">Developer Advocate • Educator • Founder</span>
<span class="pill">AWS • Kubernetes • Platform Engineering</span>
</div>
<h2 class="title">
I help engineers go from <span style="color: rgba(255,122,24,.95);">Zero</span> to
<span style="color: rgba(74,163,255,.95);">Hero</span> in DevOps — with JOSH - real projects, real systems.
</h2>
<p class="subtitle">
Building <b>TrainWithShubham</b> — a community-first learning brand for DevOps, Cloud, and modern delivery.
I speak, teach, and ship production-ready workflows: CI/CD, Kubernetes, security gates, and agentic automation.
</p>
<div class="hero-actions">
<a class="btn primary" href="#projects">View projects <span aria-hidden="true">→</span></a>
<a class="btn" href="#content">Watch content <span aria-hidden="true">▶</span></a>
<a class="btn" href="#contact">Invite for a talk <span aria-hidden="true">🎤</span></a>
</div>
<div class="hero-stats" aria-label="Highlights">
<div class="stat">
<b>130K+ YouTube</b>
<span>TrainWithShubham learners</span>
</div>
<div class="stat">
<b>85K+ LinkedIn</b>
<span>Tech community network</span>
</div>
<div class="stat">
<b>10+ Batches</b>
<span>Mentorship + paid cohorts</span>
</div>
</div>
</div>
<div class="hero-right">
<div class="card">
<div class="profile">
<div class="avatar" aria-hidden="true"></div>
<div>
<h3>Shubham Londhe</h3>
<p>Founder, TrainWithShubham • DevRel • DevOps & Cloud</p>
</div>
</div>
<div class="mini">
<div class="row">
<span>Signature series</span>
<b>DevOps – Zero To Hero</b>
</div>
<div class="row">
<span>Current obsession</span>
<b>Production Kubernetes + Observability</b>
</div>
<div class="row">
<span>Next frontier</span>
<b>Agentic AI for DevOps workflows</b>
</div>
<div class="row">
<span>Style</span>
<b>Simple, hands-on, no fluff</b>
</div>
<div class="hero-actions" style="margin-top: 2px;">
<a class="btn" href="#contact">Work with me <span aria-hidden="true">🤝</span></a>
<a class="btn" href="#about">Read bio <span aria-hidden="true">↓</span></a>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section id="about">
<div class="section-head">
<div>
<h2>About</h2>
<p>Short story. Big mission. Long-term mindset.</p>
</div>
<span class="pill">Based in India • Global audience</span>
</div>
<div class="grid">
<div class="card pad" style="grid-column: 1 / span 7;">
<p class="subtitle" style="margin-top:0;">
I’m a DevOps educator & DevRel professional, known for making complex topics feel easy — without dumbing them down.
My focus is building engineers who can ship: <b>CI/CD</b>, <b>Kubernetes</b>, <b>AWS</b>, security gates, and real observability.
</p>
<p class="subtitle">
I’ve helped thousands of learners (freshers + experienced) improve resumes, crack interviews, and build portfolio-grade projects.
My north-star is simple: <b>turn learning into leverage</b> — in career, confidence, and income.
</p>
<div class="chips" style="margin-top:14px;">
<span class="chip">Community-first teaching</span>
<span class="chip">Hands-on projects</span>
<span class="chip">Career clarity</span>
<span class="chip">Modern DevOps mindset</span>
<span class="chip">Builder energy</span>
</div>
</div>
<div class="card pad" style="grid-column: 8 / span 5;">
<div class="section-head" style="margin-bottom: 10px;">
<h2 style="font-size:18px;">What I bring</h2>
<p>For teams & audiences</p>
</div>
<div class="timeline">
<div class="step">
<div class="num">1</div>
<div>
<b>Clarity-first engineering</b>
<span>Break messy systems into shippable steps.</span>
</div>
</div>
<div class="step">
<div class="num">2</div>
<div>
<b>Production patterns</b>
<span>CI/CD, GitOps, security gates, and reliability basics.</span>
</div>
</div>
<div class="step">
<div class="num">3</div>
<div>
<b>Developer experience</b>
<span>Make tools lovable. Reduce friction. Increase output.</span>
</div>
</div>
<div class="step">
<div class="num">4</div>
<div>
<b>Storytelling that converts</b>
<span>Talks, workshops, content — built for outcomes.</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SKILLS -->
<section id="skills">
<div class="section-head">
<div>
<h2>Skills</h2>
<p>Tech I use to build and teach production reality.</p>
</div>
<span class="pill">DevOps • Cloud • Platform • AI</span>
</div>
<div class="grid">
<div class="card pad" style="grid-column: 1 / span 6;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">Cloud & Kubernetes</h3>
<div class="chips">
<span class="chip">AWS (EKS, IAM, VPC, S3)</span>
<span class="chip">Kubernetes</span>
<span class="chip">Helm</span>
<span class="chip">Argo CD (GitOps)</span>
<span class="chip">Terraform</span>
</div>
</div>
<div class="card pad" style="grid-column: 7 / span 6;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">CI/CD & Security</h3>
<div class="chips">
<span class="chip">GitHub Actions</span>
<span class="chip">Jenkins</span>
<span class="chip">Docker</span>
<span class="chip">Trivy</span>
<span class="chip">OWASP Dependency Check</span>
<span class="chip">SonarQube Quality Gates</span>
</div>
</div>
<div class="card pad" style="grid-column: 1 / span 12;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">Observability & Agentic Automation</h3>
<div class="chips">
<span class="chip">Prometheus</span>
<span class="chip">Grafana</span>
<span class="chip">Logging/Tracing basics</span>
<span class="chip">Agentic AI for DevOps (tools + workflows)</span>
<span class="chip">Automation mindset</span>
</div>
</div>
</div>
</section>
<!-- PROJECTS -->
<section id="projects" class="projects">
<div class="section-head">
<div>
<h2>Featured Projects</h2>
<p>Portfolio-worthy systems with real DevOps depth.</p>
</div>
<span class="pill">Swap these with your real links</span>
</div>
<div class="grid">
<a class="card pad" href="#" style="grid-column: 1 / span 4;">
<div class="proj">
<div class="tagrow">
<span class="tag">EKS</span><span class="tag">GitOps</span><span class="tag">Observability</span>
</div>
<h3>Kubernetes → Production Blueprint</h3>
<p>Terraform + EKS setup, Helm add-ons, GitOps CD, and monitoring — designed like a real platform.</p>
<div class="footer">
<span class="pill">Case study</span>
<span class="arrow" aria-hidden="true">↗</span>
</div>
</div>
</a>
<a class="card pad" href="#" style="grid-column: 5 / span 4;">
<div class="proj">
<div class="tagrow">
<span class="tag">CI/CD</span><span class="tag">Security</span><span class="tag">Quality Gates</span>
</div>
<h3>Secure CI Pipeline System</h3>
<p>Build → scan → gate → publish → deploy flow with Trivy + OWASP + SonarQube quality gates.</p>
<div class="footer">
<span class="pill">Repo</span>
<span class="arrow" aria-hidden="true">↗</span>
</div>
</div>
</a>
<a class="card pad" href="#" style="grid-column: 9 / span 4;">
<div class="proj">
<div class="tagrow">
<span class="tag">Agentic AI</span><span class="tag">DevOps</span><span class="tag">Automation</span>
</div>
<h3>AI DevOps Helper</h3>
<p>Automate routine DevOps tasks with tool-using agents: triage, docs, and runbook generation.</p>
<div class="footer">
<span class="pill">Demo</span>
<span class="arrow" aria-hidden="true">↗</span>
</div>
</div>
</a>
</div>
</section>
<!-- TALKS -->
<section id="talks">
<div class="section-head">
<div>
<h2>Talks & Workshops</h2>
<p>High-energy sessions that move people from theory to shipping.</p>
</div>
<span class="pill">Invite me • Keynotes • Colleges • Communities</span>
</div>
<div class="grid">
<div class="card pad" style="grid-column: 1 / span 6;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">Popular session themes</h3>
<div class="timeline">
<div class="step"><div class="num">A</div><div><b>DevOps Roadmap 2026</b><span>What to learn, what to build, how to stand out.</span></div></div>
<div class="step"><div class="num">B</div><div><b>Kubernetes for Real Teams</b><span>From pods to production patterns.</span></div></div>
<div class="step"><div class="num">C</div><div><b>Modern CI/CD + DevSecOps</b><span>Quality gates, vulnerability scanning, GitOps.</span></div></div>
</div>
</div>
<div class="card pad" style="grid-column: 7 / span 6;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">Why audiences love it</h3>
<div class="chips">
<span class="chip">Hands-on, not slides-only</span>
<span class="chip">Beginner-friendly clarity</span>
<span class="chip">Production examples</span>
<span class="chip">Actionable takeaways</span>
<span class="chip">Career angle included</span>
</div>
<p class="subtitle" style="margin-top:12px;">
Want a session tailored to your audience (college / fresher / team / leadership)? Ping me.
</p>
<div class="hero-actions" style="margin-top:12px;">
<a class="btn primary" href="#contact">Request a session <span aria-hidden="true">→</span></a>
<a class="btn" href="#projects">See builds <span aria-hidden="true">🧩</span></a>
</div>
</div>
</div>
</section>
<!-- CONTENT -->
<section id="content">
<div class="section-head">
<div>
<h2>Content Engine</h2>
<p>YouTube + LinkedIn + Community — consistent value.</p>
</div>
<span class="pill">TrainWithShubham</span>
</div>
<div class="grid">
<div class="card pad" style="grid-column: 1 / span 4;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">YouTube</h3>
<p class="subtitle">Long-form tutorials, one-shots, and project builds for DevOps & Cloud.</p>
<div class="chips" style="margin-top:12px;">
<span class="chip">DevOps One Shot</span>
<span class="chip">Kubernetes</span>
<span class="chip">AWS</span>
</div>
</div>
<div class="card pad" style="grid-column: 5 / span 4;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">LinkedIn</h3>
<p class="subtitle">Storytelling + practical posts that convert attention into action.</p>
<div class="chips" style="margin-top:12px;">
<span class="chip">Career growth</span>
<span class="chip">DevOps tips</span>
<span class="chip">Build-in-public</span>
</div>
</div>
<div class="card pad" style="grid-column: 9 / span 4;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">Community</h3>
<p class="subtitle">Weekly engagement, builder rewards, and project-driven learning.</p>
<div class="chips" style="margin-top:12px;">
<span class="chip">Challenges</span>
<span class="chip">Mentorship</span>
<span class="chip">Review culture</span>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact">
<div class="section-head">
<div>
<h2>Contact</h2>
<p>Let’s collaborate — workshops, consulting, product dev, or community partnerships.</p>
</div>
<span class="pill">Fast replies • Clear outcomes</span>
</div>
<div class="grid">
<div class="card pad" style="grid-column: 1 / span 7;">
<form onsubmit="event.preventDefault(); alert('Form demo only. Connect this to your backend or a form service.');">
<div class="contact">
<input class="field" placeholder="Your name" required />
<input class="field" placeholder="Email" type="email" required />
</div>
<div style="height:12px;"></div>
<input class="field" placeholder="What do you want to build together?" required />
<div style="height:12px;"></div>
<textarea class="field" placeholder="Tell me the context: audience / goal / timeline / budget..."></textarea>
<div style="height:12px;"></div>
<button class="btn primary" type="submit">Send message <span aria-hidden="true">→</span></button>
<span style="display:inline-block; margin-left:10px; color: var(--muted); font-size: 12.5px;">
Tip: Replace this with Formspree / Google Form / your API.
</span>
</form>
</div>
<div class="card pad" style="grid-column: 8 / span 5;">
<h3 style="margin:0 0 10px; font-size:16px; font-weight:850;">Quick links</h3>
<div class="timeline">
<a class="step" href="#">
<div class="num">Y</div>
<div><b>YouTube</b><span>TrainWithShubham channel</span></div>
</a>
<a class="step" href="#">
<div class="num">L</div>
<div><b>LinkedIn</b><span>Posts, newsletters, updates</span></div>
</a>
<a class="step" href="#">
<div class="num">G</div>
<div><b>GitHub</b><span>Projects and learning repos</span></div>
</a>
<a class="step" href="#">
<div class="num">W</div>
<div><b>Workshops</b><span>Corporate / college sessions</span></div>
</a>
</div>
<div class="hero-actions" style="margin-top: 14px;">
<a class="btn" href="#top">Back to top <span aria-hidden="true">↑</span></a>
<a class="btn primary" href="#projects">See my work <span aria-hidden="true">↗</span></a>
</div>
</div>
</div>
</section>
<div class="foot container">
© <span id="year"></span> Shubham Londhe • Built with glassmorphism + clean motion • <span style="color:rgba(255,122,24,.85)">TrainWithShubham</span>
</div>
</main>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
// tiny "magnetic hover" for buttons (feels premium)
const magnets = document.querySelectorAll(".btn");
magnets.forEach(btn => {
btn.addEventListener("mousemove", (e) => {
const r = btn.getBoundingClientRect();
const x = e.clientX - r.left - r.width / 2;
const y = e.clientY - r.top - r.height / 2;
btn.style.transform = `translateY(-2px) translate(${x * 0.04}px, ${y * 0.08}px)`;
});
btn.addEventListener("mouseleave", () => {
btn.style.transform = "";
});
});
</script>
</body>
</html>