Files
openclaw-backups/employment_transfer_letter.html

148 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Notice of Transfer of Employment</title>
<style>
@page {
size: A4;
margin: 1.5cm;
}
body {
font-family: "Times New Roman", Times, serif;
font-size: 11pt;
line-height: 1.4;
color: #000;
}
.letterhead {
text-align: center;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #003764;
}
.company-name {
font-size: 16pt;
font-weight: bold;
color: #003764;
margin-bottom: 3px;
}
.date {
text-align: right;
margin-bottom: 15px;
font-size: 10.5pt;
}
.recipient {
margin-bottom: 15px;
}
.subject {
font-weight: bold;
margin-bottom: 12px;
font-size: 11pt;
}
.salutation {
margin-bottom: 10px;
}
.content {
text-align: justify;
margin-bottom: 10px;
}
.key-info {
margin: 12px 0;
padding: 10px;
background-color: #f5f5f5;
border-left: 3px solid #4982c0;
}
.key-info strong {
font-size: 10.5pt;
}
.key-info ul {
margin: 6px 0;
padding-left: 18px;
}
.key-info li {
margin-bottom: 4px;
font-size: 10.5pt;
}
.closing {
margin-top: 20px;
}
.signature {
margin-top: 30px;
}
.signature-name {
font-weight: bold;
margin-top: 5px;
font-size: 10.5pt;
}
.signature-title {
font-style: italic;
color: #555;
font-size: 10pt;
}
.footer {
margin-top: 20px;
font-size: 8pt;
color: #666;
border-top: 1px solid #ccc;
padding-top: 8px;
}
</style>
</head>
<body>
<div class="letterhead">
<div class="company-name">PACIFIC ENERGY</div>
</div>
<div class="date">
Wednesday, 4 March 2026
</div>
<div class="recipient">
<strong>Anthony Martin</strong><br>
Via Email: anthony.martin@pacificenergy.com.au
</div>
<div class="subject">
RE: Notice of Transfer of Employment to an Associated Entity
</div>
<div class="salutation">
Dear Anthony,
</div>
<div class="content">
We are writing to inform you that, as part of our internal restructure and the OnePacific initiative, your employment will be transferred from <strong>Pacific Energy Group Holdings Ltd</strong> (ABN: 22 009 191 744) to <strong>Pacific Energy Pty Ltd</strong> (ABN: 48 081 538 258), an associated entity within our corporate group, effective from <strong>Monday, 2 March 2026</strong>. Your new employee number is <strong>100583</strong>.
</div>
<div class="key-info">
<strong>Key Information:</strong>
<ul>
<li><strong>Continuity of Service:</strong> Your period of service with Pacific Energy Group Holdings Ltd will be recognised by Pacific Energy Pty Ltd. There will be no break in your continuity of service.</li>
<li><strong>Terms and Conditions:</strong> Your current terms and conditions of employment, including your role, remuneration, and accrued entitlements, will remain unchanged.</li>
<li><strong>No Action Required:</strong> You are not required to sign a new contract unless otherwise advised. This letter serves as formal notice of the transfer.</li>
</ul>
</div>
<div class="content">
If you have any questions or would like further clarification, please feel free to contact HR Services at <a href="mailto:hrservices@pacificenergy.com.au">hrservices@pacificenergy.com.au</a>.
</div>
<div class="content">
We appreciate your continued contribution and look forward to your ongoing success with Pacific Energy.
</div>
<div class="closing">
Yours sincerely,
</div>
<div class="signature">
<div class="signature-name">Kaye Butler</div>
<div class="signature-title">Chief People, Culture & Sustainability Officer</div>
<div style="font-size: 10pt;">Pacific Energy Pty Ltd</div>
</div>
<div class="footer">
<strong>Document Reference:</strong> Transfer Notice | Employee: Anthony Martin | New Employee Number: 100583 | Effective Date: 2 March 2026
</div>
</body>
</html>