cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.21.61.37:80 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Length: 0
Connection: close
Location: https://techiboyllc.com/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eaY3rh%2B6tKpjU8E4%2BYfOGSqopGu6uPuIabuJuKbQ7L4Q8fG%2B%2F4RGCQ9GiIVw0c1XP9SrLx%2F%2BDSMLAkso7JeNfPYCR%2Fi8uyqwUJl3LeTBYA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=21,cfOrigin;dur=9
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d055d1c41fa-BOM
alt-svc: h3=":443"; ma=86400
Open service 104.21.61.37:8443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=pcvW2Cw0llyFB2RhVaAhpuZo9oxpry82He75e5vHOTZDl2mJcQDKltwod5WJzH22NLVStrKA53Zhrw9bkINpNgPQX7bKTeVRCmyfmNZB%2Bg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d05195cdc84-FRA
alt-svc: h3=":8443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn
Open service 2606:4700:3032::6815:3d25:443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=6XLjyCjCNVARbqZF4yLdrUmddraLzoA%2FxgNTbo2TTTqS22EA6JP43cGW1K5oqSKTTAqj0kYbIKHVcaNMXyh6PlgvjTMsLMsTzOfdbXNaeWidB4x0mJRZ5MV1GQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=63
CF-RAY: 9bc44d05d949abd0-YYZ
alt-svc: h3=":443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn
Open service 2606:4700:3032::6815:3d25:8443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=FfllE9MUequCFN2P4tbzYDSwekruGaVCDZcflXfQe1ctYGRcmWMve8ZfRCbByw8xgEkcpHlHMPNIaXuHekzQZnPp9AOs%2FsW4wNAi7WiWSpOU%2Fpxco8ODBXL3oA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d04cdfd6652-AMS
alt-svc: h3=":8443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn
Open service 2606:4700:3032::6815:3d25:80 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Length: 0
Connection: close
Location: https://techiboyllc.com/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cPzZ9v65QXaoO8Qx%2BXHAx52yTA%2B0iawYwjUQHm6BGANbEqVU6K3dusXcY9rLBJEI9Rw0r7VjvkuLPqgsJ80HQUfyM3V%2ByB1gDqlVEga173qcoLSMLfFdl2PAAA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=14,cfOrigin;dur=7
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d047d2718ad-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.67.205.200:80 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Length: 0
Connection: close
Location: https://techiboyllc.com/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6AGZuNO6rbpTM%2BujB2%2F05Km1L%2FykBsGd9hZoiZCX%2BiZS%2FW8IhOT%2FNxYmUeZtsUr2JZdBa63X55E67OEJpHJs0ycxrMYb4zqGNrYjmwjngA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=18,cfOrigin;dur=9
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d047ebf4356-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.67.205.200:443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=JjMgZmpKZWGzPSbjDwYSaBjCfOs7HU4R%2BOOC9qZo7RARNy8s2PTxgOt2IB%2BBrobXrdIkzuoLrjGTPrZkrjKtzfAOSOSdh5sWb6yD5%2B8Piw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=43
CF-RAY: 9bc44d04b9ad80d4-EWR
alt-svc: h3=":443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn
Open service 2606:4700:3037::ac43:cdc8:443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
cf-cache-status: DYNAMIC
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=G5DrQmhx2u9p%2BjzHw4ERS531XQtIAhhOjzcHn8qVJrx3YC9osbRuNv5B089oORwNXoAjysxmy%2FEqB%2FjiEHY1boldKo5eLxW4UCKwKFcNZby2D8DcPmVWOrU%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=35
CF-RAY: 9bc44d04ccb974b5-EWR
alt-svc: h3=":443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn
Open service 172.67.205.200:8443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=fUr6XRKPUOgO9VqDL57VnIQbaHqZPKztp7yBnv4Yfvy5Ut98lWDyKN8qKlWJ%2FwtjBKnvvspvj7GubEqg3yRtLTXICC3nHasrLiCyKFpa9g%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d04883a5c39-AMS
alt-svc: h3=":8443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn
Open service 104.21.61.37:443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=VNoGzkLN%2F1g%2FAQJhc4NEvETBO3Q55gyw1GeAHhKuuB3f0e6tp6dzLcUmVdM1BwEMvkp13sZy%2BPaJZssjOnbTpuXu2bkPbHt0AeA410QTRA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d049a2bdcd1-FRA
alt-svc: h3=":443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn
Open service 2606:4700:3037::ac43:cdc8:80 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Length: 0
Connection: close
Location: https://techiboyllc.com/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vht4QO6nnCilrdAx0Z6GZ8FVqttovVgwBq3I5ogMmue02FatgrEPNl9xUqmDaEKTbeQkU3fRZd9plDdRXe57YSS8unkswohMp4z1esMvD0t6KEGfoO1%2BInat7Q%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d044f910408-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::ac43:cdc8:8443 · techiboyllc.com
2026-01-11 12:08
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 12:08:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
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=CPxqeRr%2F%2BoUVZy49ijPJWgg8mOWmb0E%2F0LawDfCh8sE5LBCLIK3r%2FXYSyEYkOBk89o9S%2FzeJ%2Fuqr59uR2C3Ymm%2B71gzuHxZWg30yriXEwZGPMGldIVIFkYYSFw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
cf-cache-status: DYNAMIC
CF-RAY: 9bc44d04c8d8fc96-AMS
alt-svc: h3=":8443"; ma=86400
Page title: TECHIBOY LLC
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TECHIBOY LLC</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
body {
background: linear-gradient(135deg, #0a0a0f, #150b2e, #0f0f1a);
color: #f1f1f1;
overflow-x: hidden;
}
/* Floating Logos */
.floating-logo {
position: absolute;
width: 60px;
height: 60px;
opacity: 0.12;
animation: float 15s infinite linear, pulseGlow 6s infinite ease-in-out;
}
@keyframes float {
from { transform: translateY(100vh) rotate(0deg); }
to { transform: translateY(-100vh) rotate(360deg); }
}
@keyframes pulseGlow {
0%, 100% { filter: drop-shadow(0 0 0px rgba(168,85,247,0.3)); opacity: 0.12; }
50% { filter: drop-shadow(0 0 12px rgba(168,85,247,0.5)); opacity: 0.25; }
}
/* Glow Card */
.glow-card {
background: rgba(20, 20, 35, 0.9);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.glow-card:hover {
transform: translateY(-8px);
box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
}
/* Donation Button */
.donate-btn {
padding: 12px 24px;
border-radius: 12px;
font-size: 1.1rem;
font-weight: bold;
transition: all 0.3s;
}
.donate-btn.heart {
background: #e11d48;
box-shadow: 0 0 20px #e11d48;
}
.donate-btn.heart:hover {
background: #be123c;
box-shadow: 0 0 30px #e11d48;
}
/* Icon Animation */
.icon-animate {
transition: transform 0.3s, filter 0.3s;
animation: pulse 3s infinite ease-in-out;
}
.icon-animate:hover {
transform: scale(1.2) translateY(-5px);
filter: drop-shadow(0 0 15px currentColor);
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.9; }
50% { transform: scale(1.08); opacity: 1; }
}
/* Hero Image Animation */
.hero-animated {
animation: floatImage 8s ease-in-out infinite;
filter: drop-shadow(0 0 25px rgba(168, 85, 247, 0.5));
transition: transform 0.2s ease-out;
}
@keyframes floatImage {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans relative">
<!-- Navbar -->
<nav class="flex justify-between items-center px-8 py-4 bg-black bg-opacity-50 fixed w-full top-0 z-50 shadow-lg">
<h1 class="text-2xl font-bold text-purple-400">TECHIBOY LLC</h1>
<ul class="hidden md:flex space-x-6 text-lg">
<li><a href="#home" class="hover:text-purple-400">Home</a></li>
<li><a href="#skills" class="hover:text-purple-400">Skills</a></li>
<li><a href="#logos" class="hover:text-purple-400">Logos</a></li>
<li><a href="#pricing" class="hover:text-purple-400">Plans</a></li>
<li><a href="#contact" class="hover:text-purple-400">Contact</a></li>
</ul>
<button id="menu-btn" class="md:hidden text-purple-400">
<i data-lucide="menu" class="w-8 h-8"></i>
</button>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed top-16 right-4 bg-black bg-opacity-90 rounded-lg p-4 space-y-3 shadow-lg">
<a href="#home" class="block hover:text-purple-400">Home</a>
<a href="#skills" class="block hover:text-purple-400">Skills</a>
<a href="#logos" class="block hover:text-purple-400">Logos</a>
<a href="#pricing" class="block hover:text-purple-400">Plans</a>
<a href="#contact" class="block hover:text-purple-400">Contact</a>
</div>
<!-- Floating Background Logos -->
<img src="assets/img/logo1.png" class="floating-logo" style="left:5%; animation-duration:18s;">
<img src="assets/img/logo2.png" class="floating-logo" style="left:20%; animation-duration:22s;">
<img src="assets/img/logo3.png" class="floating-logo" style="left:40%; animation-duration:25s;">
<img src="assets/img/logo4.pn