<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AyTee | Right Things Done Right</title>
<meta name="description" content="AyTee - Interim Management, Project & Program Management, Cybersecurity for the Energy Sector. Warsaw | EU">
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
color: #111;
background-color: #fff;
line-height: 1.6;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 60px 20px;
}
h1, h2, h3 {
font-weight: 600;
margin-bottom: 20px;
}
h1 {
font-size: 40px;
margin-bottom: 10px;
}
h2 {
font-size: 26px;
margin-top: 60px;
}
p {
margin-bottom: 20px;
color: #333;
}
.hero {
padding: 100px 20px;
text-align: center;
border-bottom: 1px solid #eee;
}
.hero p {
font-size: 18px;
color: #555;
}
.button {
display: inline-block;
margin-top: 30px;
padding: 12px 28px;
text-decoration: none;
border: 1px solid #111;
color: #111;
transition: all 0.2s ease;
}
.button:hover {
background: #111;
color: #fff;
}
.services {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 40px;
}
.service {
border-top: 1px solid #eee;
padding-top: 20px;
}
.footer {
border-top: 1px solid #eee;
text-align: center;
padding: 40px 20px;
font-size: 14px;
color: #666;
}
</style>
</head>
<body>
<section class="hero">
<h1>AyTee</h1>
<p><strong>Right Things Done Right</strong></p>
<p>Interim Management • Project & Program Management • Cybersecurity<br>
Energy Sector | Warsaw | European Union</p>
<a href="mailto:info@aytee.pl" class="button">Contact Us</a>
</section>
<section class="container">
<h2>About</h2>
<p>
AyTee provides expert management and advisory services in IT and cybersecurity
for the energy sector. We combine operational experience with strategic execution
to deliver measurable results in complex and regulated environments.
</p>
<p>
We operate at the intersection of technology, business and governance,
supporting organizations across Poland and the European Union.
</p>
<h2>Core Services</h2>
<div class="services">
<div class="service">
<h3>Interim Management</h3>
<p>
Executive-level support in IT, cybersecurity and transformation.
Stable leadership during change and critical transition periods.
</p>
</div>
<div class="service">
<h3>Project & Program Management</h3>
<p>
End-to-end management of IT initiatives, ensuring delivery,
budget control and effective risk management.
</p>
</div>
<div class="service">
<h3>Cybersecurity Management</h3>
<p>
Development of cybersecurity strategy, governance frameworks,
regulatory compliance and incident management capabilities.
</p>
</div>
</div>
<h2>Why AyTee</h2>
<p>
• Energy sector expertise<br>
• Practical, execution-driven approach<br>
• Understanding of regulated environments<br>
• Strong change management capabilities<br>
• Focus on measurable outcomes
</p>
</section>
<section class="footer">
AyTee | Warsaw, EU<br>
<a href="mailto:info@aytee.pl">info@aytee.pl</a>
</section>
</body>
</html>