| Server IP : 69.72.244.102 / Your IP : 216.73.216.164 Web Server : LiteSpeed System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : konzalta ( 1271) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/konzalta/murinya.konzaltant.com/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="./support.js"></script>
</head>
<body>
<x-dc>
<helmet>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<style>
a { text-decoration: none; }
a:hover { color: #1f6fd6; }
</style>
</helmet>
<header style="display:flex; align-items:center; justify-content:space-between; gap:24px; padding:18px 32px; max-width:1440px; margin:0 auto; font-family:'Inter',sans-serif;">
<a href="./Murinya Pool Maintenance.dc.html" style="display:flex; align-items:center; gap:10px; flex-shrink:0; white-space:nowrap;">
<svg width="38" height="38" viewBox="0 0 38 38" fill="none">
<path d="M19 3C19 3 8 15 8 23C8 29.075 12.925 34 19 34C25.075 34 30 29.075 30 23C30 15 19 3 19 3Z" fill="#1f6fd6"></path>
<path d="M6 27C9 29 13 29 16 27" stroke="#1f6fd6" stroke-width="2" stroke-linecap="round"></path>
<path d="M22 30C25 32 29 32 32 30" stroke="#1f6fd6" stroke-width="2" stroke-linecap="round"></path>
</svg>
<div style="line-height:1.1;">
<div style="font-family:'Poppins',sans-serif; font-weight:800; font-size:22px; letter-spacing:0.5px; color:#0b2545;">MURINYA</div>
<div style="font-family:'Poppins',sans-serif; font-weight:600; font-size:11px; letter-spacing:2px; color:#1f6fd6;">POOL MAINTENANCE</div>
</div>
</a>
<nav style="display:flex; gap:22px; flex-shrink:0;">
<a href="./index.html" style="font-weight:600; font-size:13px; white-space:nowrap; color:{{ homeColor }};">HOME</a>
<a href="./Services.dc.html" style="font-weight:600; font-size:13px; white-space:nowrap; color:{{ servicesColor }};">SERVICES</a>
<a href="./About.dc.html" style="font-weight:600; font-size:13px; white-space:nowrap; color:{{ aboutColor }};">ABOUT</a>
<a href="./WhyUs.dc.html" style="font-weight:600; font-size:13px; white-space:nowrap; color:{{ whyUsColor }};">WHY US</a>
<a href="./Testimonials.dc.html" style="font-weight:600; font-size:13px; white-space:nowrap; color:{{ testimonialsColor }};">TESTIMONIALS</a>
<a href="./Contact.dc.html" style="font-weight:600; font-size:13px; white-space:nowrap; color:{{ contactColor }};">CONTACT</a>
</nav>
<a href="./Contact.dc.html" style="background:#0b2c52; color:#fff; font-weight:600; font-size:13px; letter-spacing:0.5px; padding:14px 20px; border-radius:8px; white-space:nowrap; flex-shrink:0;">GET A QUOTE</a>
</header>
</x-dc>
<script type="text/x-dc" data-dc-script data-props="{"activePage":{"editor":"enum","default":"home","options":["home","services","about","why-us","testimonials","contact"],"tsType":"string"}}">
class Component extends DCLogic {
renderVals() {
const active = this.props.activePage || 'home';
const c = (key) => (active === key ? '#1f6fd6' : '#0b2545');
return {
homeColor: c('home'),
servicesColor: c('services'),
aboutColor: c('about'),
whyUsColor: c('why-us'),
testimonialsColor: c('testimonials'),
contactColor: c('contact'),
};
}
}
</script>
</body>
</html>