cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:310c::ac42:2c68:80 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Length: 0
Connection: close
Location: https://jetkloud.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PFHaPv0Mj51gT9jm6nQhNDQejq1HL1EyS3w%2BE%2Fja01gnUaqluMDFwwwQSZhVOT6yL%2BvIQC21apXnSo10A3iDHwzSz6BdRr8eIozuU5l%2BINWw1%2B00qPhEAStUmYUOAQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e297e22aded-EWR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2f98:8443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=glwSftW3ebJ2yKZOnudktHuhIRuib4HvEuYLzP2Fs%2B5BApW0vjCpYlkXHV4RW4czuR3KNq%2F5QdBdwHuo6uaM0F6x0hnPflUkQifPylN3mrSq2nhyIwlOL86dW6C7BA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e29fedac0f6-YYZ
alt-svc: h3=":8443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 172.66.44.104:80 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 08:00:02 GMT
Content-Length: 0
Connection: close
Location: https://jetkloud.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=V3B00RnmX9Q8MLUYExqzbXlo%2F4O9jG52sjXAk5ynNvIoSqRPfo%2B8p5GBtrkUuwY2keoF3h5k1E%2BVtf0HxdwNpvfRvjKuw0A%2Bg00yZDCva6V5tA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e2dae5fc1c9-BLR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2c68:443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vEtf4v4YnUap%2BT0QsKGS41QRrBcPS%2FcZaK92EB9ABIQXrfdi062YZINcTrPRzm5nUdz7A7okQ%2BDYKa%2FM4QC7hrjAAnlFEMyPpq4rHK%2B8dvE6H0pBR3bX%2FdfdkDcIWg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e292dc249fc-SJC
alt-svc: h3=":443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 2606:4700:310c::ac42:2c68:8443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NlW%2BJUU2zCYGMcXYrEW8QB7sX6CezZTszW9sBGnNg%2F4b3PVKewL41Am5a0k%2FxLtIbLeuEAEmbx4iHInPx1H9uqhnk1yL%2FNaBsicdJ6OUG0ijZBQryYfcc559yJA%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e294ced0cc6-EWR
alt-svc: h3=":8443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 2606:4700:310c::ac42:2f98:443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qcjVxoBba%2FWo1msToKMmvuoJYg0cjaD6FuIz2uITu1L%2FauAeQmQgPNfySs%2BqqNy%2FAA0tYB578VrsNw5jikFy2p%2BSeOE0iCWSFI6sJ%2F7b0YZxKCvjhKKmFcaH0YWGuw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e28a9ac8f2f-FRA
alt-svc: h3=":443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 2606:4700:310c::ac42:2f98:80 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Length: 0
Connection: close
Location: https://jetkloud.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MxCbZxqQMg4zKKIfe1gn5hYlwdpj7vyRRwXyW6lxfUxUwpVEshBRq22RLFPm%2FddKPNmvYfAheGhgibXobkAAzoXXSRpwZ80EtsugtM6fFH2pqzc9%2BovkjkndOh2aeQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e281919eded-FRA
alt-svc: h3=":443"; ma=86400
Open service 172.66.44.104:443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lghOdy38CXud68FKyVIMHARVDCIvPYHS2hEMYWYSIB0L1eiRd93RXbb%2FZDg2NPrfSxQOjrmtFJrK12WfPpAA%2F6dKsRDEP%2BPRJ4csne%2BF7MVu5A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e283deddb9f-FRA
alt-svc: h3=":443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 172.66.47.152:443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=d0K0Vkd%2FwXxVtVQiTyjkEMILe2AQd6%2B7coKnL%2B4oDyOMxsatbK0tbzp46dlXaFFcSV%2FHLvmSJkJYXfNSBvL4X9YJ04seRpUwdpEKxsrmYvv9vQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e284b08dca1-FRA
alt-svc: h3=":443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 172.66.47.152:8443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4jNWthAvaO9TXZ3zLjzd8%2FpNSfnQFz1bPI9RWHwRgO%2FRLXOlOZAjzqnR33gcN2tOpr9klgqWUN%2FTWTwLACCfN0ZdfW2K3GOpy%2BiBamks4EP3dA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e284a618f34-FRA
alt-svc: h3=":8443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 172.66.44.104:8443 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 200 OK
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11477
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "778da1dafc6528e9ab268de098140333"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QqfJoHbZ7C6s3xw6eK0V0ZBkhSSsfzEc6W1%2BYp9tTqlNlPeDWMsx9DMNx5vzBnOHl3ZDEMx1zYyd8hgBSf9mj8RkTVbh2KqlFl9tC97K6vUG0A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e2828536512-FRA
alt-svc: h3=":8443"; ma=86400
Page title: JetKloud - Cloud Consultancy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JetKloud - Cloud Consultancy</title>
<link rel="icon" type="image/jpeg" href="JetKloud02.jpg" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
html { scroll-behavior: smooth; }
/* In light mode, override all gray text to black */
.light-mode .text-gray-300,
.light-mode .text-gray-100 {
color: #1f2937 !important;
}
/* Service item titles stay white in light mode */
.light-mode .service-item h3 {
color: #ffffff !important;
}
/* Expanded service panel remains dark in light mode */
.light-mode #expanded-service {
background-color: #1f2937 !important;
color: #ffffff !important;
}
/* General list items black */
.light-mode ul li {
color: #1f2937 !important;
}
/* Expanded bullets white */
.light-mode #expanded-bullets li {
color: #ffffff !important;
}
/* Expanded description white */
.light-mode #expanded-description {
color: #ffffff !important;
}
</style>
</head>
<body id="body" class="font-sans bg-gray-900 text-gray-100 dark-mode">
<!-- Navigation -->
<header class="bg-gray-800 text-white shadow sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<!--<img src="https://via.placeholder.com/32" alt="JetKloud Logo" class="w-8 h-8 rounded-full">-->
<img src="JetKloud02.jpg" alt="JetKloud Logo" class="w-10 h-10 rounded-full" />
<div class="flex items-baseline">
<span class="text-xl font-bold">JetKloud</span>
<span class="ml-3 text-sm italic slogan-text">Elevate Your Cloud</span>
</div>
</div>
<nav class="space-x-6 flex items-center">
<a href="#about" class="hover:text-blue-400">About</a>
<a href="#services" class="hover:text-blue-400">Services</a>
<a href="#contact" class="hover:text-blue-400">Contact</a>
<button onclick="toggleTheme()" class="ml-4 p-2 rounded bg-gray-700 hover:bg-gray-600">
<span id="theme-icon">馃寵</span>
</button>
</nav>
</div>
</header>
<main class="p-6 max-w-6xl mx-auto space-y-16">
<!-- About -->
<section id="about">
<h1 class="text-3xl font-bold mb-2">About Us</h1>
<p class="text-gray-300">
JetKloud is a specialized cloud consultancy firm helping organizations navigate their digital transformation using Microsoft Azure, AWS, and other platforms.
</p>
</section>
<!-- Services -->
<section id="services">
<h2 class="text-2xl font-semibold mb-6">Our Services</h2>
<div id="services-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(0)">
<h3 class="text-lg font-semibold">Education & Training</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(1)">
<h3 class="text-lg font-semibold">Project Planning</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(2)">
<h3 class="text-lg font-semibold">Technical Project Support</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(3)">
<h3 class="text-lg font-semibold">Cloud Architecture Design</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(4)">
<h3 class="text-lg font-semibold">Sizing & Cost Management</h3>
</div>
<div class="service-item bg-blue-800 hover:bg-blue-700 p-4 rounded shadow" onclick="expandService(5)">
<h3 class="text-lg font-s
Open service 172.66.47.152:80 路 jetkloud.pages.dev
2026-01-12 07:59
HTTP/1.1 301 Moved Permanently
Date: Mon, 12 Jan 2026 08:00:01 GMT
Content-Length: 0
Connection: close
Location: https://jetkloud.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=U9RNSZXqW7TeaCQ%2FiCaHk672bnII%2Fe7GUhUeJ8TU9bzHcJdsAL9l5kzrFZTmcRdYDoEXfmQYPqi6gnOqpr139kHA29EBGyB%2Fp7gs1Y6YP5Vysw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bcb1e27fa55d2a5-FRA
alt-svc: h3=":443"; ma=86400