-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
839 lines (805 loc) · 50 KB
/
Copy pathindex.html
File metadata and controls
839 lines (805 loc) · 50 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>whoami | Stefan - Linux Sysadmin Trainer</title>
<meta name="description" content="Professional Linux system administration training by Stefan. Master the command line, shell scripting, and terminal tools.">
<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=Fira+Code:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🐧</text></svg>">
</head>
<body>
<!-- Navigation -->
<nav class="nav" id="nav">
<div class="nav-container">
<a href="#" class="nav-logo">
<span class="logo-prompt">$</span>
<span class="logo-text">whoami</span>
<span class="cursor">_</span>
</a>
<ul class="nav-menu" id="navMenu">
<li><a href="#about" class="nav-link">whoami</a></li>
<li><a href="#projects" class="nav-link">projects</a></li>
<li><a href="#services" class="nav-link">services</a></li>
<li><a href="blog.html" class="nav-link">blog</a></li>
<li><a href="#booking" class="nav-link">book</a></li>
<li><a href="#reviews" class="nav-link">reviews</a></li>
<li><a href="#contact" class="nav-link">contact</a></li>
</ul>
<button class="nav-toggle" id="navToggle" aria-label="Toggle Menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-bg">
<div class="grid-lines"></div>
<div class="glow-effect"></div>
</div>
<div class="container">
<div class="hero-content">
<div class="hero-badge">
<span class="badge-dot"></span>
<span>Available for training sessions</span>
</div>
<h1 class="hero-title">
<span class="typing-wrapper">
<span class="typing-prefix">$ echo</span>
<span class="typing-text" data-text="Linux mastery through practical training"></span>
<span class="cursor-line">|</span>
</span>
</h1>
<p class="hero-subtitle">
Professional Linux system administration training by <strong>Stefan</strong> —
UK-based trainer specializing in Bash, terminal tools, and command-line mastery.
</p>
<div class="hero-cta">
<a href="#booking" class="btn btn-primary">
<span class="btn-icon">▶</span>
Book Training Session
</a>
<a href="#projects" class="btn btn-secondary">
<span class="btn-icon">📂</span>
View Projects
</a>
</div>
<div class="hero-stats">
<div class="stat">
<span class="stat-value">10+</span>
<span class="stat-label">Open Source Tools</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-value">5+</span>
<span class="stat-label">Years Experience</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-value">⭐57</span>
<span class="stat-label">GitHub Stars</span>
</div>
</div>
</div>
</div>
<div class="scroll-indicator">
<span>scroll down</span>
<div class="scroll-arrow"></div>
</div>
</section>
<!-- About Section -->
<section class="section about" id="about">
<div class="container">
<div class="section-header">
<span class="section-tag">~/about</span>
<h2 class="section-title">whoami</h2>
<p class="section-subtitle">Linux enthusiast, Bash aficionado, and terminal tool creator</p>
</div>
<div class="about-grid">
<div class="about-card about-intro">
<div class="card-header">
<span class="card-icon">👤</span>
<h3>About Me</h3>
</div>
<div class="about-avatar">
<img src="https://avatars.githubusercontent.com/u/132866702?v=4" alt="Stefan - Linux Trainer" class="profile-image">
<div class="avatar-glow"></div>
</div>
<p>Hi, I'm Stefan from the UK. I'm a passionate Linux user with a deep love for all things Bash and terminal-based. I believe the command line is the most powerful tool in a developer's arsenal.</p>
<p>Founded <strong>cmdRed Ltd</strong> in October 2025, I focus on building practical tools and training the next generation of Linux system administrators.</p>
<div class="about-links">
<a href="https://github.com/stefan-hacks" target="_blank" rel="noopener" class="social-link">
<svg class="icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
GitHub
</a>
<a href="https://www.linkedin.com/in/stefan-r-ba6411102/" target="_blank" rel="noopener" class="social-link">
<svg class="icon" viewBox="0 0 24 24" fill="currentColor"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
LinkedIn
</a>
<a href="blog.html" class="social-link">
<svg class="icon" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1 16h-3v-3h3v3zm0-4h-3v-8h3v8zm5 4h-3v-3h3v3zm0-4h-3v-8h3v8z"/></svg>
Blog
</a>
</div>
</div>
<div class="about-card about-expertise">
<div class="card-header">
<span class="card-icon">⚡</span>
<h3>Expertise</h3>
</div>
<div class="expertise-list">
<div class="expertise-item">
<span class="expertise-name">IT Trainer</span>
<div class="expertise-bar"><div class="expertise-fill" style="--width: 95%"></div></div>
</div>
<div class="expertise-item">
<span class="expertise-name">Linux System Administration</span>
<div class="expertise-bar"><div class="expertise-fill" style="--width: 92%"></div></div>
</div>
<div class="expertise-item">
<span class="expertise-name">Bash Scripting</span>
<div class="expertise-bar"><div class="expertise-fill" style="--width: 90%"></div></div>
</div>
<div class="expertise-item">
<span class="expertise-name">Automation & DevOps</span>
<div class="expertise-bar"><div class="expertise-fill" style="--width: 85%"></div></div>
</div>
<div class="expertise-item">
<span class="expertise-name">Debian & Ubuntu</span>
<div class="expertise-bar"><div class="expertise-fill" style="--width: 88%"></div></div>
</div>
<div class="expertise-item">
<span class="expertise-name">RHEL Systems</span>
<div class="expertise-bar"><div class="expertise-fill" style="--width: 82%"></div></div>
</div>
<div class="expertise-item">
<span class="expertise-name">Mac OS</span>
<div class="expertise-bar"><div class="expertise-fill" style="--width: 75%"></div></div>
</div>
</div>
</div>
<div class="about-card about-terminal">
<div class="terminal-window">
<div class="terminal-header">
<div class="terminal-buttons">
<span class="terminal-btn close"></span>
<span class="terminal-btn minimize"></span>
<span class="terminal-btn maximize"></span>
</div>
<span class="terminal-title">stefan@workstation:~</span>
</div>
<div class="terminal-body">
<div class="terminal-line">
<span class="prompt">stefan@linux:~$</span>
<span class="command">whoami</span>
</div>
<div class="terminal-output">
Stefan — Linux Sysadmin Trainer & Tool Builder<br>
Founder @ cmdRed Ltd<br>
UK-based 🌍
</div>
<div class="terminal-line">
<span class="prompt">stefan@linux:~$</span>
<span class="command">cat interests.txt</span>
</div>
<div class="terminal-output">
• Bash scripting & shell automation<br>
• Terminal emulator customization<br>
• Open source tooling<br>
• Linux training & education
</div>
<div class="terminal-line">
<span class="prompt">stefan@linux:~$</span>
<span class="cursor-blink">_</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="section projects" id="projects">
<div class="container">
<div class="section-header">
<span class="section-tag">~/projects</span>
<h2 class="section-title">Featured Projects</h2>
<p class="section-subtitle">Open source tools I've built for the Linux community</p>
</div>
<div class="projects-grid">
<div class="project-card featured">
<div class="project-header">
<span class="project-icon">🐱</span>
<div class="project-stats">
<span class="project-stars">⭐ 31</span>
</div>
</div>
<h3 class="project-title">ikitty</h3>
<p class="project-desc">A highly optimized Kitty terminal configuration with advanced window management, beautiful theming, and powerful productivity features.</p>
<div class="project-tags">
<span class="tag">terminal</span>
<span class="tag">config</span>
<span class="tag">productivity</span>
</div>
<a href="https://github.com/stefan-hacks/ikitty" target="_blank" rel="noopener" class="project-link">
View on GitHub →
</a>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">📦</span>
<div class="project-stats">
<span class="project-stars">⭐ 10</span>
</div>
</div>
<h3 class="project-title">pdrx</h3>
<p class="project-desc">Imperatively install/remove packages while automatically updating a declarative config. Restore your exact setup on any major Linux distribution.</p>
<div class="project-tags">
<span class="tag">package-manager</span>
<span class="tag">shell</span>
<span class="tag">portable</span>
</div>
<a href="https://github.com/stefan-hacks/pdrx" target="_blank" rel="noopener" class="project-link">
View on GitHub →
</a>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">🔍</span>
<div class="project-stats">
<span class="project-stars">⭐ 3</span>
</div>
</div>
<h3 class="project-title">fza</h3>
<p class="project-desc">Lightning-fast package search with fuzzy finding. Find and install packages across multiple distributions with ease.</p>
<div class="project-tags">
<span class="tag">fzf</span>
<span class="tag">search</span>
<span class="tag">packages</span>
</div>
<a href="https://github.com/stefan-hacks/fza" target="_blank" rel="noopener" class="project-link">
View on GitHub →
</a>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">📖</span>
<div class="project-stats">
<span class="project-stars">⭐ 1</span>
</div>
</div>
<h3 class="project-title">fzm</h3>
<p class="project-desc">Beautiful interactive terminal manpage viewer with fuzzy finding. Enhanced browsing with intuitive search and rich previews.</p>
<div class="project-tags">
<span class="tag">manpages</span>
<span class="tag">documentation</span>
<span class="tag">fzf</span>
</div>
<a href="https://github.com/stefan-hacks/fzm" target="_blank" rel="noopener" class="project-link">
View on GitHub →
</a>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">👥</span>
<div class="project-stats">
<span class="project-stars">⭐ 1</span>
</div>
</div>
<h3 class="project-title">lsgroups</h3>
<p class="project-desc">Professional group listing tool with beautiful formatting and security insights for system administrators.</p>
<div class="project-tags">
<span class="tag">sysadmin</span>
<span class="tag">security</span>
<span class="tag">groups</span>
</div>
<a href="https://github.com/stefan-hacks/lsgroups" target="_blank" rel="noopener" class="project-link">
View on GitHub →
</a>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">🎭</span>
<div class="project-stats">
<span class="project-stars">⭐ 0</span>
</div>
</div>
<h3 class="project-title">uma</h3>
<p class="project-desc">Professional Umask Permission Visualizer — analyze and understand umask values with beautiful terminal output.</p>
<div class="project-tags">
<span class="tag">permissions</span>
<span class="tag">security</span>
<span class="tag">sysadmin</span>
</div>
<a href="https://github.com/stefan-hacks/uma" target="_blank" rel="noopener" class="project-link">
View on GitHub →
</a>
</div>
</div>
<div class="projects-cta">
<a href="https://github.com/stefan-hacks" target="_blank" rel="noopener" class="btn btn-primary">
View All Projects on GitHub
</a>
</div>
</div>
</section>
<!-- Services Section -->
<section class="section services" id="services">
<div class="container">
<div class="section-header">
<span class="section-tag">~/services</span>
<h2 class="section-title">Training Services</h2>
<p class="section-subtitle">Learn Linux from a command-line enthusiast</p>
</div>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4 17l6-6-6-6m8 14h8"/></svg>
</div>
<h3>Linux Fundamentals</h3>
<p>Master the basics of Linux — file system navigation, permissions, user management, and essential commands. Perfect for beginners.</p>
<ul class="service-features">
<li>Command line basics</li>
<li>File & directory operations</li>
<li>Package management</li>
<li>User & group management</li>
</ul>
<span class="service-duration">4-6 sessions</span>
</div>
<div class="service-card featured">
<div class="service-badge">Popular</div>
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4"/></svg>
</div>
<h3>System Administration</h3>
<p>Comprehensive Linux administration training — networking, services, security hardening, and troubleshooting techniques.</p>
<ul class="service-features">
<li>Network configuration</li>
<li>Service management (systemd)</li>
<li>Security & hardening</li>
<li>Log analysis & monitoring</li>
</ul>
<span class="service-duration">8-10 sessions</span>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"/></svg>
</div>
<h3>Bash Scripting Mastery</h3>
<p>Automate your workflow with Bash. Learn scripting patterns, functions, error handling, and best practices for production scripts.</p>
<ul class="service-features">
<li>Script structure & syntax</li>
<li>Variables & control flow</li>
<li>Functions & error handling</li>
<li>Real-world automation projects</li>
</ul>
<span class="service-duration">6-8 sessions</span>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>
</div>
<h3>Mac OS for Switchers</h3>
<p>Master macOS from a Linux user's perspective. Learn the Unix underpinnings, Homebrew package management, and terminal workflows.</p>
<ul class="service-features">
<li>Unix command line on macOS</li>
<li>Homebrew package management</li>
<li>zsh configuration & scripting</li>
<li>Linux-to-Mac transition guide</li>
</ul>
<span class="service-duration">4-6 sessions</span>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"/></svg>
</div>
<h3>Terminal Environment</h3>
<p>Build a powerful terminal setup. Learn TMux, modern terminals (Kitty/Alacritty), dotfiles management, and workflow optimization.</p>
<ul class="service-features">
<li>Terminal emulator setup</li>
<li>TMux configuration</li>
<li>Dotfiles management</li>
<li>Custom tooling & aliases</li>
</ul>
<span class="service-duration">4 sessions</span>
</div>
</div>
</div>
</section>
<!-- Booking Section -->
<section class="section booking" id="booking">
<div class="container">
<div class="section-header">
<span class="section-tag">~/booking</span>
<h2 class="section-title">Book a Session</h2>
<p class="section-subtitle">Schedule your Linux training consultation</p>
</div>
<div class="booking-container">
<div class="booking-info">
<h3>How It Works</h3>
<div class="booking-steps">
<div class="booking-step">
<span class="step-number">1</span>
<div class="step-content">
<h4>Choose Your Service</h4>
<p>Select the training that fits your needs</p>
</div>
</div>
<div class="booking-step">
<span class="step-number">2</span>
<div class="step-content">
<h4>Pick a Time Slot</h4>
<p>Find a convenient time in my calendar</p>
</div>
</div>
<div class="booking-step">
<span class="step-number">3</span>
<div class="step-content">
<h4>Confirm & Pay</h4>
<p>Secure your slot with payment</p>
</div>
</div>
</div>
<div class="booking-pricing">
<h4>Session Rates (Flat Fees)</h4>
<div class="pricing-item">
<span class="pricing-name">Consultation (30 min)</span>
<span class="pricing-value">FREE</span>
</div>
<div class="pricing-item">
<span class="pricing-name">1 Week Training (5 consecutive days)</span>
<span class="pricing-value">£2,500</span>
</div>
<div class="pricing-item">
<span class="pricing-name">Bespoke Training Content</span>
<span class="pricing-value">Custom</span>
</div>
<p class="pricing-note" style="margin-top: 1rem; font-size: 0.85rem; color: var(--text-muted);">* Bespoke training duration, detail, and length confirmed based on flat rate fees</p>
</div>
</div>
<div class="booking-calendar-wrapper">
<div class="calendly-container">
<div class="calendar-header">
<h3>Ready to Start Training?</h3>
<p>Book your free consultation or training session below</p>
</div>
<div class="booking-buttons-grid">
<!-- Free Consultation - Primary -->
<div class="booking-card">
<div class="booking-card-icon">💬</div>
<h4>Free Consultation</h4>
<p>30 minute call to discuss your training needs</p>
<!-- Google Calendar Appointment Scheduling begin -->
<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
<div id="gcal-consultation"></div>
<script>
(function() {
var target = document.getElementById('gcal-consultation');
window.addEventListener('load', function() {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ1V5B-jhOZelK8AefWKcMFVjWmdM2eEG3Dh0ivSudUtCq1VNrr9ghmIJ6wVqIyjhzLMsu9cJgAj?gv=true',
color: '#ff4d4d',
label: 'Book FREE Consultation',
target,
});
});
})();
</script>
<!-- end Google Calendar Appointment Scheduling -->
</div>
<!-- 1 Week Training -->
<div class="booking-card">
<div class="booking-card-icon">📅</div>
<h4>1 Week Training</h4>
<p>5 consecutive days of comprehensive training</p>
<div class="booking-price">£2,500</div>
<a href="mailto:cmdredltd@gmail.com?subject=1 Week Training Inquiry" class="booking-btn-custom">Enquire Now</a>
</div>
<!-- Bespoke Training -->
<div class="booking-card">
<div class="booking-card-icon">✨</div>
<h4>Bespoke Content</h4>
<p>Custom training material tailored to your needs</p>
<div class="booking-price">Custom</div>
<a href="mailto:cmdredltd@gmail.com?subject=Bespoke Training Inquiry" class="booking-btn-custom">Discuss Requirements</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Reviews Section -->
<section class="section reviews" id="reviews">
<div class="container">
<div class="section-header">
<span class="section-tag">~/reviews</span>
<h2 class="section-title">What Students Say</h2>
<p class="section-subtitle">Feedback from LinkedIn and training sessions</p>
</div>
<div class="reviews-carousel">
<button class="carousel-arrow prev" aria-label="Previous review"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M15 18l-6-6 6-6"/></svg></button>
<div class="reviews-track">
<!-- LinkedIn Recommendation: Inders Lyall -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan was my go to guy for all things Apple Mac during my time at Global - using a Mac was alien to me, and Stefan gave very insightful and meticulous training to help me understand how to get the best out of my device - everything from basic settings, to putting together presentation decks in Keynote. I've never looked back, and I would 100% recommend Stefan for all things Apple and Mac."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #ef4444, #f97316);">IL</div>
<div class="review-info">
<span class="review-name">Inders Lyall</span>
<span class="review-title">Group Sales Manager at ITP Media Group</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Nancy Florence -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan has been our Linux System Administrator for the past 2.5 years. His professionalism and competence are second to none. He has become an invaluable member of our team and I couldn't recommend him highly enough!"
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #8b5cf6, #ec4899);">NF</div>
<div class="review-info">
<span class="review-name">Nancy Florence</span>
<span class="review-title">Private Coach to Global Icons and Industry Leaders</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Francesca Spencer -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan was great to work with, insanely knowledgeable and always so helpful. Literally any issue myself or my team had Stefan was the person to go to to troubleshoot any problems and help us, he was great to work with!"
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #059669, #10b981);">FS</div>
<div class="review-info">
<span class="review-name">Francesca Spencer</span>
<span class="review-title">Group Ops Manager - Branded Entertainment</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Zoe Guerrier -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"The definition of a people person. When I was a consultant for Global, Stefan was a constant help. I was used to a PC previously. Not Apple. He would help me regularly to navigate through apps and programs. I don't know what I would've done without him."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #d946ef, #8b5cf6);">ZG</div>
<div class="review-info">
<span class="review-name">Zoe Guerrier</span>
<span class="review-title">Consultant</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Andy Wood -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan helped me many times in solving technology challenges, but mainly in thinking through ideas for change projects or project management improvements. Always with a smile and always with solutions."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #2563eb, #06b6d4);">AW</div>
<div class="review-info">
<span class="review-name">Andy Wood</span>
<span class="review-title">Branded Content Operations Director</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Geraldine Anyanwu -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan was an invaluable asset whilst we worked together and I would recommend him at any company. Patient and understanding who took the time to fully investigate your IT needs and come up with a solution that matched. He has a thorough understanding of processes across Apple and many other software systems and has the ability to deliver large chunks of technical data in bite size informal chunks."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #f59e0b, #d97706);">GA</div>
<div class="review-info">
<span class="review-name">Geraldine Anyanwu</span>
<span class="review-title">Client Development Director - Global</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Kevin Molloy -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan was always available to help with training and troubleshooting for me and my team whilst at Global, including one larger project, helping us to establish best practice in cloud sharing of documents across the team when moving to a new supplier. Calm, friendly and approachable, he made onboarding team members into new solutions easy."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #10b981, #059669);">KM</div>
<div class="review-info">
<span class="review-name">Kevin Molloy</span>
<span class="review-title">End-to-end Media Expert</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Romi Mattu -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan has been a tremendous help to me and my wider London sales teams over the years, from assisting with software updates, to trouble shooting my mac queries, he has assisted and guided me through, calmly, consistently, effectively and always managed to solve the issues I've faced. I would recommend him a 1000 times to anyone that needs reassurance and help in these situations."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #dc2626, #ef4444);">RM</div>
<div class="review-info">
<span class="review-name">Romi Mattu</span>
<span class="review-title">Senior Account Manager @ Global</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Jane Ellis -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"Stefan has a world of knowledge and that rare gift of the ability to impart his knowledge to others. He is patient, learned and inspiring."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #7c3aed, #a855f7);">JE</div>
<div class="review-info">
<span class="review-name">Jane Ellis</span>
<span class="review-title">Media Professional</span>
</div>
</div>
</div>
<!-- LinkedIn Recommendation: Michael Gizo -->
<div class="review-card">
<div class="review-stars">★★★★★</div>
<blockquote class="review-text">
"I worked with Stefan at Global and couldn't keep track of the number of times he supported with tech problems, training of new starters and best practice guidelines for getting the most out of some the tools at our disposal. Stefan is very solutions oriented which helps in a busy environment. To add to that he's an all round great personality to work with."
</blockquote>
<div class="review-author">
<div class="review-avatar" style="background: linear-gradient(135deg, #ea580c, #fb923c);">MG</div>
<div class="review-info">
<span class="review-name">Michael Gizo</span>
<span class="review-title">Sales Director, Retail Media</span>
</div>
</div>
</div>
</div>
<button class="carousel-arrow next" aria-label="Next review"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 18l6-6-6-6"/></svg></button>
</div>
<div class="reviews-cta">
<p>Have feedback from our sessions?</p>
<a href="#contact" class="btn btn-secondary">Submit Your Review</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="section contact" id="contact">
<div class="container">
<div class="section-header">
<span class="section-tag">~/contact</span>
<h2 class="section-title">Get In Touch</h2>
<p class="section-subtitle">Ready to level up your Linux skills?</p>
</div>
<div class="contact-grid">
<div class="contact-info">
<h3>Let's Connect</h3>
<p>Whether you're looking for individual training, corporate workshops, or just have questions about Linux — I'm here to help.</p>
<div class="contact-methods">
<div class="contact-method">
<span class="method-icon">📧</span>
<div class="method-content">
<span class="method-label">Email</span>
<a href="mailto:cmdredltd@gmail.com" class="method-value">cmdredltd@gmail.com</a>
</div>
</div>
<div class="contact-method">
<span class="method-icon">💼</span>
<div class="method-content">
<span class="method-label">Company</span>
<span class="method-value">cmdRed Ltd</span>
</div>
</div>
<div class="contact-method">
<span class="method-icon">📍</span>
<div class="method-content">
<span class="method-label">Location</span>
<span class="method-value">United Kingdom</span>
</div>
</div>
</div>
<div class="social-links">
<a href="https://github.com/stefan-hacks" target="_blank" rel="noopener" aria-label="GitHub">
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
<a href="https://www.linkedin.com/in/stefan-r-ba6411102/" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</a>
<a href="blog.html" aria-label="Blog">
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1 16h-3v-3h3v3zm0-4h-3v-8h3v8zm5 4h-3v-3h3v3zm0-4h-3v-8h3v8z"/></svg>
</a>
</div>
</div>
<div class="contact-form-wrapper">
<form class="contact-form" id="contactForm">
<div class="form-group">
<label for="name">Name <span class="required">*</span></label>
<input type="text" id="name" name="name" required placeholder="John Doe">
</div>
<div class="form-group">
<label for="email">Email <span class="required">*</span></label>
<input type="email" id="email" name="email" required placeholder="john@example.com">
</div>
<div class="form-group">
<label for="subject">Subject</label>
<select id="subject" name="subject">
<option value="training">Training Inquiry</option>
<option value="consultation">Free Consultation</option>
<option value="corporate">Corporate Workshop</option>
<option value="review">Submit Review</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="message">Message <span class="required">*</span></label>
<textarea id="message" name="message" rows="5" required placeholder="Tell me about your Linux learning goals..."></textarea>
</div>
<button type="submit" class="btn btn-primary btn-full">
<span class="btn-text">Send Message</span>
<span class="btn-loading" hidden>
<svg class="spinner" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4" fill="none" stroke-dasharray="60" stroke-dashoffset="20"/></svg>
Sending...
</span>
</button>
<div class="form-message" id="formMessage"></div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<span class="footer-logo">$ whoami</span>
<p>Linux training by Stefan — empowering users through command-line mastery.</p>
</div>
<div class="footer-links">
<div class="footer-col">
<h4>Navigation</h4>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#services">Services</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Connect</h4>
<ul>
<li><a href="#booking">Book Session</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Links</h4>
<ul>
<li><a href="https://github.com/stefan-hacks" target="_blank">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/stefan-r-ba6411102/" target="_blank">LinkedIn</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="year"></span> Stefan / cmdRed Ltd. All rights reserved.</p>
<p class="footer-tagline">Made with <span class="heart">♥</span> and Bash</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>