-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (71 loc) · 3.22 KB
/
index.html
File metadata and controls
79 lines (71 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Radjesh Ramautar | IT Support & Delivery Leader</title>
<link rel="stylesheet" href="style.css" />
<script defer data-domain="radjeshr.github.io" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<header>
<img src="profile-photo.png" alt="Radjesh Ramautar" class="profile-pic" />
<h1>Radjesh Ramautar</h1>
<p>Support & Delivery Manager | Technical Account Leader | ITIL Expert</p>
</header>
<main>
<section>
<h2>About Me</h2>
<p>I'm a people-first leader with a proven track record of building and managing high-performing teams across support, service delivery, and customer success. With my ITIL certifications and years of hands-on experience, I bridge technical depth with strategic leadership.</p>
</section>
<section>
<h2>Areas of Expertise</h2>
<p>ITIL Expert · Support Management · Service Delivery · Customer Success · Team Building</p>
</section>
<section>
<h2>📜 Certifications</h2>
<ul>
<li><strong>ITIL® Expert Certificate in IT Service Management (v3)</strong><br>Credential ID: GR75007277012CB</li>
<li><strong>EXIN ISFS – Information Security Foundation (ISO/IEC 27001:2022)</strong><br>Credential ID: 6640382.20897299</li>
</ul>
<p>📄 <a href="https://www.linkedin.com/in/radjeshramautar/details/certifications/" target="_blank">View full list of certifications on LinkedIn →</a></p>
</section>
<section>
<h2>Featured Project</h2>
<h3>Team Lead Playbook</h3>
<p>A practical toolkit for <strong>Support Managers</strong>, <strong>Delivery Leads</strong>, and <strong>Customer Success teams</strong>, including:</p>
<ul>
<li>✅ Onboarding Checklists</li>
<li>🚨 Escalation Workflows</li>
<li>📦 Delivery Framework</li>
<li>🔁 Team Rituals</li>
<li>💬 Retrospective Management</li>
<li>🧑💼 Stakeholder Management</li>
<li>📩 Communication Templates</li>
<li>📊 Team Health Metrics</li>
<li>🛠️ Incident Response Framework</li>
<li>📘 ITIL-Inspired Practices</li>
<li>🔄 PDCA Methodology</li>
<li>📈 Continual Service Improvement (CSI)</li>
</ul>
<a href="https://github.com/radjeshr/team-lead-playbook" class="button">📘 View the Playbook</a>
</section>
<section>
<h2>What I'm Looking For</h2>
<ul>
<li>✔ Technical Account Management</li>
<li>✔ Support & Service Delivery</li>
<li>✔ Customer Success Strategy</li>
</ul>
</section>
<section>
<h2>Let’s Connect</h2>
<p>I'm currently exploring new opportunities where I can lead support, delivery, or customer success teams to drive impactful outcomes. If you're building a team or looking for someone who brings clarity, structure, and energy to operations — I’d love to have your call.</p>
<a href="https://www.linkedin.com/in/radjeshramautar" class="button">🔗 Connect on LinkedIn</a>
</section>
</main>
<footer>
<p>© 2025 Radjesh Ramautar</p>
</footer>
</body>
</html>