-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (117 loc) · 4.08 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Radjesh Ramautar | Support & Delivery Leader</title>
<link href="style.css" rel="stylesheet"/>
<link href="favicons/book.ico" rel="icon" type="image/x-icon"/>
<style>
.project-preview {
max-width: 50%;
height: auto;
border: 2px solid #ccc;
border-radius: 8px;
display: block;
margin: 0 auto;
}
.button {
background-color: #007acc;
color: white;
padding: 0.7rem 1.2rem;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
display: inline-block;
margin-top: 1rem;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #005a99;
}
section {
padding: 2rem 1.5rem;
max-width: 800px;
margin: 2rem auto;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-top: 4px solid #004b8d;
}
</style>
</head>
<body>
<header>
<img alt="Radjesh Ramautar" class="profile-pic" src="profile-photo.png"/>
<h1>Radjesh Ramautar</h1>
<p>Support & Delivery Manager | Technical Account Leader | ITIL® Expert</p>
</header>
<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 full ITIL® certification and years of hands-on experience, I bridge technical depth with strategic leadership.
</p>
</section>
<section>
<h2>Areas of Expertise</h2>
<ul class="badges">
<li>ITIL® Expert</li>
<li>Support Management</li>
<li>Service Delivery</li>
<li>Customer Success</li>
<li>Team Building</li>
</ul>
</section>
<section>
<h2>Certifications</h2>
<p>
<strong>ITIL® Expert Certificate in IT Service Management</strong><br/>
Credential ID: 9980070074711228<br/>
<a href="https://www.linkedin.com/in/radjeshramautar/details/certifications/" target="_blank">View on LinkedIn</a>
</p>
</section>
<section>
<h2>Featured Project</h2>
<p>
<strong>Team Lead Playbook</strong><br/>
A practical toolkit for <b>Support Managers</b>, <b>Delivery Leads</b>, and <b>Customer Success teams</b>, including onboarding flows, escalation templates, stakeholder communications, and more.
</p>
<div style="text-align: left;">
<img alt="Team Lead Playbook preview" class="project-preview" src="team-lead-playbook-preview.png" style="max-width: 30%; height: auto; border: 1px solid #ccc; border-radius: 8px;"/>
</div>
<div style="text-align: left;"></div><a class="button" href="https://github.com/radjeshr/team-lead-playbook" target="_blank">📘 View the Playbook</a></div>
</section>
<section>
<h2>What I'm Looking For</h2>
<p>
I'm currently exploring new leadership opportunities in:<br>
• Technical Account Management<br/>
• Support & Service Delivery<br/>
• Customer Success Strategy
</br></p>
</section>
<section>
<h2>Contact Me</h2>
<form action="https://formspree.io/f/xnnpoyak" method="POST">
<label for="name">Name:</label><br/>
<input id="name" name="name" required="" type="text"/><br/>
<label for="email">Email:</label><br/>
<input id="email" name="email" required="" type="email"/><br/>
<label for="message">Message:</label><br/>
<textarea id="message" name="message" required="" rows="5"></textarea><br/>
<button type="submit">Send Message</button>
</form>
</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. <br/>
If you're building a team or looking for someone who brings clarity, structure, and energy to operations — I’d love to hear from you.
</p>
<a class="button" href="https://www.linkedin.com/in/radjeshramautar/" target="_blank">📬 Connect on LinkedIn</a>
</section>
<footer>
<p>📫 <a href="https://www.linkedin.com/in/radjeshramautar/" target="_blank">Connect on LinkedIn</a></p>
</footer>
</body>
</html>