robotranks-vbeta1-01 / index.html
privateuserh's picture
Update index.html
f622b52 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iHeadline RobotRanks 2025 | Rankings & Live Updates</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}
.live-pulse {
animation: pulse 2s infinite;
}
.bot-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.news-ticker {
animation: ticker 30s linear infinite;
}
@keyframes ticker {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
.damage-high {
background-color: #f87171;
}
.damage-medium {
background-color: #fbbf24;
}
.damage-low {
background-color: #34d399;
}
</style>
</head>
<body class="bg-gray-900 text-white">
<!-- Header with Navigation -->
<header class="bg-black py-4 border-b-4 border-red-600 sticky top-0 z-50">
<div class="container mx-auto px-4 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-robot text-red-500 text-3xl"></i>
<h1 class="text-2xl font-bold bg-gradient-to-r from-red-500 to-yellow-500 bg-clip-text text-transparent">RobotRanks 2025</h1>
</div>
<nav class="hidden md:flex space-x-6">
<a href="#" class="hover:text-red-400 font-medium">RANKINGS</a>
<a href="#" class="hover:text-red-400 font-medium">SCHEDULE</a>
<a href="#" class="hover:text-red-400 font-medium">TEAMS</a>
<a href="#" class="hover:text-red-400 font-medium">HISTORY</a>
<a href="#" class="hover:text-red-400 font-medium">SHOP</a>
</nav>
<div class="flex items-center space-x-4">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-md font-bold">
<i class="fas fa-ticket-alt mr-2"></i>Subscribe
</button>
<button class="md:hidden text-2xl">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</header>
<!-- Live News Ticker -->
<div class="bg-red-600 py-2 overflow-hidden">
<div class="container mx-auto px-4 relative">
<div class="absolute left-0 top-0 bottom-0 flex items-center bg-black px-4 z-10">
<span class="font-bold uppercase text-sm flex items-center">
<span class="live-pulse h-2 w-2 bg-white rounded-full mr-2"></span>
Breaking
</span>
</div>
<div class="news-ticker whitespace-nowrap pl-24">
<span class="mr-8">⚑ Tombstone suffers first KO loss in 3 years to newcomer Malice 2.0</span>
<span class="mr-8">πŸ”₯ BattleBots announces 2025 World Championship in Las Vegas with $1M prize</span>
<span class="mr-8">πŸ’₯ Hydra's flipper sets new power record at 28ft vertical flip</span>
<span class="mr-8">πŸ”§ Witch Doctor reveals radical new anti-horizontal configuration</span>
</div>
</div>
</div>
<!-- Hero Section -->
<section class="relative h-96 bg-gradient-to-b from-gray-800 to-gray-900 overflow-hidden">
<div class="absolute inset-0 bg-[url('https://battlebots.com/wp-content/uploads/2021/11/BB7_Website_Header_1920x1080.jpg')] bg-cover bg-center opacity-30"></div>
<div class="container mx-auto px-4 h-full flex flex-col justify-center relative z-10">
<h2 class="text-4xl md:text-6xl font-bold mb-4">2025 iHeadline RobotRanks WORLD RANKINGS</h2>
<p class="text-xl md:text-2xl max-w-2xl mb-8">The ultimate robot combat competition featuring the most destructive machines on Earth</p>
<div class="flex space-x-4">
<button class="bg-red-600 hover:bg-red-700 px-6 py-3 rounded-md font-bold text-lg">
WATCH LIVE <i class="fas fa-play ml-2"></i>
</button>
<button class="bg-transparent border-2 border-white hover:bg-white hover:text-black px-6 py-3 rounded-md font-bold text-lg">
LEARN MORE
</button>
</div>
</div>
</section>
<!-- Main Content -->
<main class="container mx-auto px-4 py-8">
<!-- Rankings Section -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-3xl font-bold border-l-4 border-red-500 pl-4">TOP 10 BATTLEBOTS</h2>
<div class="flex items-center">
<span class="mr-2">Last updated: <span id="update-time" class="font-bold">Just now</span></span>
<button id="refresh-btn" class="bg-gray-700 hover:bg-gray-600 p-2 rounded-full">
<i class="fas fa-sync-alt"></i>
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
<!-- Rank 1 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Tombstone_Website_Header_1920x1080.jpg" alt="Tombstone" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-yellow-500 text-black font-bold px-3 py-1 rounded-full flex items-center">
<i class="fas fa-trophy mr-1"></i> #1
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Tombstone</h3>
<span class="bg-red-500 text-xs px-2 py-1 rounded-full">CHAMPION</span>
</div>
<p class="text-gray-300 text-sm mb-3">Ray Billings | Horizontal Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">12-1</span> Record
</div>
<div>
<span class="font-bold">9</span> KOs
</div>
<div>
<span class="font-bold">98%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-high h-2 rounded-full" style="width: 95%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>95/100</span>
</div>
</div>
</div>
<!-- Rank 2 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/WitchDoctor_Website_Header_1920x1080.jpg" alt="Witch Doctor" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-300 text-black font-bold px-3 py-1 rounded-full flex items-center">
<i class="fas fa-medal mr-1"></i> #2
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Witch Doctor</h3>
<span class="bg-purple-500 text-xs px-2 py-1 rounded-full">FINALIST</span>
</div>
<p class="text-gray-300 text-sm mb-3">Andrea Suarez | Vertical Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">11-2</span> Record
</div>
<div>
<span class="font-bold">7</span> KOs
</div>
<div>
<span class="font-bold">92%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-high h-2 rounded-full" style="width: 88%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>88/100</span>
</div>
</div>
</div>
<!-- Rank 3 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Hydra_Website_Header_1920x1080.jpg" alt="Hydra" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-amber-600 text-black font-bold px-3 py-1 rounded-full flex items-center">
<i class="fas fa-award mr-1"></i> #3
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Hydra</h3>
<span class="bg-blue-500 text-xs px-2 py-1 rounded-full">SEMI-FINALIST</span>
</div>
<p class="text-gray-300 text-sm mb-3">Jake Ewert | Flipper</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">10-3</span> Record
</div>
<div>
<span class="font-bold">6</span> KOs
</div>
<div>
<span class="font-bold">90%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-medium h-2 rounded-full" style="width: 75%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>75/100</span>
</div>
</div>
</div>
<!-- Rank 4 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/SawBlaze_Website_Header_1920x1080.jpg" alt="SawBlaze" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-400 text-black font-bold px-3 py-1 rounded-full">
#4
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">SawBlaze</h3>
<span class="bg-blue-500 text-xs px-2 py-1 rounded-full">SEMI-FINALIST</span>
</div>
<p class="text-gray-300 text-sm mb-3">Jamison Go | Hammer Saw</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">9-3</span> Record
</div>
<div>
<span class="font-bold">5</span> KOs
</div>
<div>
<span class="font-bold">85%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-medium h-2 rounded-full" style="width: 82%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>82/100</span>
</div>
</div>
</div>
<!-- Rank 5 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/EndGame_Website_Header_1920x1080.jpg" alt="End Game" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-400 text-black font-bold px-3 py-1 rounded-full">
#5
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">End Game</h3>
<span class="bg-green-500 text-xs px-2 py-1 rounded-full">QUARTER-FINALIST</span>
</div>
<p class="text-gray-300 text-sm mb-3">Jack Barker | Vertical Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">8-3</span> Record
</div>
<div>
<span class="font-bold">6</span> KOs
</div>
<div>
<span class="font-bold">80%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-high h-2 rounded-full" style="width: 90%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>90/100</span>
</div>
</div>
</div>
<!-- Rank 6 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Minotaur_Website_Header_1920x1080.jpg" alt="Minotaur" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-400 text-black font-bold px-3 py-1 rounded-full">
#6
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Minotaur</h3>
<span class="bg-green-500 text-xs px-2 py-1 rounded-full">QUARTER-FINALIST</span>
</div>
<p class="text-gray-300 text-sm mb-3">Daniel Freitas | Drum Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">8-4</span> Record
</div>
<div>
<span class="font-bold">5</span> KOs
</div>
<div>
<span class="font-bold">78%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-high h-2 rounded-full" style="width: 87%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>87/100</span>
</div>
</div>
</div>
<!-- Rank 7 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Whiplash_Website_Header_1920x1080.jpg" alt="Whiplash" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-400 text-black font-bold px-3 py-1 rounded-full">
#7
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Whiplash</h3>
<span class="bg-green-500 text-xs px-2 py-1 rounded-full">QUARTER-FINALIST</span>
</div>
<p class="text-gray-300 text-sm mb-3">Matthew Vasquez | Lifter/Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">7-4</span> Record
</div>
<div>
<span class="font-bold">4</span> KOs
</div>
<div>
<span class="font-bold">75%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-medium h-2 rounded-full" style="width: 70%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>70/100</span>
</div>
</div>
</div>
<!-- Rank 8 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/BlackDragon_Website_Header_1920x1080.jpg" alt="Black Dragon" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-400 text-black font-bold px-3 py-1 rounded-full">
#8
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Black Dragon</h3>
<span class="bg-yellow-500 text-xs px-2 py-1 rounded-full">ROUND OF 16</span>
</div>
<p class="text-gray-300 text-sm mb-3">Team Black Dragon | Vertical Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">7-5</span> Record
</div>
<div>
<span class="font-bold">5</span> KOs
</div>
<div>
<span class="font-bold">72%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-medium h-2 rounded-full" style="width: 78%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>78/100</span>
</div>
</div>
</div>
<!-- Rank 9 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Rotator_Website_Header_1920x1080.jpg" alt="Rotator" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-400 text-black font-bold px-3 py-1 rounded-full">
#9
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Rotator</h3>
<span class="bg-yellow-500 text-xs px-2 py-1 rounded-full">ROUND OF 16</span>
</div>
<p class="text-gray-300 text-sm mb-3">Victor Soto | Dual Horizontal Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">6-5</span> Record
</div>
<div>
<span class="font-bold">4</span> KOs
</div>
<div>
<span class="font-bold">70%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-medium h-2 rounded-full" style="width: 80%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>80/100</span>
</div>
</div>
</div>
<!-- Rank 10 -->
<div class="bot-card bg-gray-800 rounded-lg overflow-hidden transition-all duration-300 shadow-lg">
<div class="relative">
<img src="https://battlebots.com/wp-content/uploads/2021/11/LockJaw_Website_Header_1920x1080.jpg" alt="Lock-Jaw" class="w-full h-48 object-cover">
<div class="absolute top-2 left-2 bg-gray-400 text-black font-bold px-3 py-1 rounded-full">
#10
</div>
</div>
<div class="p-4">
<div class="flex justify-between items-start mb-2">
<h3 class="text-xl font-bold">Lock-Jaw</h3>
<span class="bg-yellow-500 text-xs px-2 py-1 rounded-full">ROUND OF 16</span>
</div>
<p class="text-gray-300 text-sm mb-3">Donald Hutson | Vertical Spinner</p>
<div class="flex justify-between text-sm mb-3">
<div>
<span class="font-bold">6-6</span> Record
</div>
<div>
<span class="font-bold">3</span> KOs
</div>
<div>
<span class="font-bold">68%</span> Win Rate
</div>
</div>
<div class="w-full bg-gray-700 rounded-full h-2 mb-3">
<div class="damage-low h-2 rounded-full" style="width: 65%"></div>
</div>
<div class="flex justify-between text-xs">
<span>Destruction Rating</span>
<span>65/100</span>
</div>
</div>
</div>
</div>
<div class="mt-8 text-center">
<button class="bg-gray-700 hover:bg-gray-600 px-6 py-3 rounded-md font-bold">
VIEW FULL RANKINGS <i class="fas fa-chevron-down ml-2"></i>
</button>
</div>
</section>
<!-- Upcoming Matches -->
<section class="mb-12">
<h2 class="text-3xl font-bold border-l-4 border-red-500 pl-4 mb-6">UPCOMING MATCHES</h2>
<div class="bg-gray-800 rounded-lg overflow-hidden">
<div class="grid grid-cols-12 bg-gray-700 text-sm font-bold py-2 px-4">
<div class="col-span-3">DATE & TIME</div>
<div class="col-span-3">RED CORNER</div>
<div class="col-span-1 text-center">VS</div>
<div class="col-span-3">BLUE CORNER</div>
<div class="col-span-2 text-right">LOCATION</div>
</div>
<!-- Match 1 -->
<div class="grid grid-cols-12 border-b border-gray-700 hover:bg-gray-750 py-3 px-4 items-center">
<div class="col-span-3">
<div class="font-bold">June 15, 2025</div>
<div class="text-sm text-gray-300">7:00 PM PST</div>
</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Tombstone_Website_Header_1920x1080.jpg" alt="Tombstone" class="w-10 h-10 rounded-full mr-2">
<span>Tombstone</span>
</div>
<div class="col-span-1 text-center text-red-500 font-bold">VS</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Minotaur_Website_Header_1920x1080.jpg" alt="Minotaur" class="w-10 h-10 rounded-full mr-2">
<span>Minotaur</span>
</div>
<div class="col-span-2 text-right">
<span class="bg-red-500 text-xs px-2 py-1 rounded-full">LIVE ON ESPN</span>
</div>
</div>
<!-- Match 2 -->
<div class="grid grid-cols-12 border-b border-gray-700 hover:bg-gray-750 py-3 px-4 items-center">
<div class="col-span-3">
<div class="font-bold">June 22, 2025</div>
<div class="text-sm text-gray-300">5:00 PM PST</div>
</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/WitchDoctor_Website_Header_1920x1080.jpg" alt="Witch Doctor" class="w-10 h-10 rounded-full mr-2">
<span>Witch Doctor</span>
</div>
<div class="col-span-1 text-center text-red-500 font-bold">VS</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Hydra_Website_Header_1920x1080.jpg" alt="Hydra" class="w-10 h-10 rounded-full mr-2">
<span>Hydra</span>
</div>
<div class="col-span-2 text-right">
<span class="bg-yellow-500 text-black text-xs px-2 py-1 rounded-full">PAY-PER-VIEW</span>
</div>
</div>
<!-- Match 3 -->
<div class="grid grid-cols-12 border-b border-gray-700 hover:bg-gray-750 py-3 px-4 items-center">
<div class="col-span-3">
<div class="font-bold">June 29, 2025</div>
<div class="text-sm text-gray-300">6:30 PM PST</div>
</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/SawBlaze_Website_Header_1920x1080.jpg" alt="SawBlaze" class="w-10 h-10 rounded-full mr-2">
<span>SawBlaze</span>
</div>
<div class="col-span-1 text-center text-red-500 font-bold">VS</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/EndGame_Website_Header_1920x1080.jpg" alt="End Game" class="w-10 h-10 rounded-full mr-2">
<span>End Game</span>
</div>
<div class="col-span-2 text-right">
<span class="bg-blue-500 text-xs px-2 py-1 rounded-full">DISCOVERY+</span>
</div>
</div>
<!-- Match 4 -->
<div class="grid grid-cols-12 hover:bg-gray-750 py-3 px-4 items-center">
<div class="col-span-3">
<div class="font-bold">July 6, 2025</div>
<div class="text-sm text-gray-300">8:00 PM PST</div>
</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Whiplash_Website_Header_1920x1080.jpg" alt="Whiplash" class="w-10 h-10 rounded-full mr-2">
<span>Whiplash</span>
</div>
<div class="col-span-1 text-center text-red-500 font-bold">VS</div>
<div class="col-span-3 flex items-center">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Rotator_Website_Header_1920x1080.jpg" alt="Rotator" class="w-10 h-10 rounded-full mr-2">
<span>Rotator</span>
</div>
<div class="col-span-2 text-right">
<span class="bg-red-500 text-xs px-2 py-1 rounded-full">LIVE ON ESPN</span>
</div>
</div>
</div>
</section>
<!-- Latest News -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-3xl font-bold border-l-4 border-red-500 pl-4">LATEST NEWS</h2>
<a href="#" class="text-red-400 hover:text-red-300 font-medium">VIEW ALL NEWS <i class="fas fa-chevron-right ml-1"></i></a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- News 1 -->
<div class="bg-gray-800 rounded-lg overflow-hidden hover:shadow-xl transition-all duration-300">
<img src="https://battlebots.com/wp-content/uploads/2023/05/BattleBots-Champions-II-Announcement-Header.jpg" alt="News" class="w-full h-48 object-cover">
<div class="p-4">
<div class="flex justify-between items-center mb-2">
<span class="text-xs text-gray-400">June 10, 2025</span>
<span class="text-xs bg-red-500 px-2 py-1 rounded-full">BREAKING</span>
</div>
<h3 class="text-xl font-bold mb-2">BattleBots Announces $1M World Championship in Las Vegas</h3>
<p class="text-gray-300 text-sm mb-3">The biggest robot combat event in history will take place at the T-Mobile Arena in December 2025 with the largest prize pool ever.</p>
<a href="#" class="text-red-400 hover:text-red-300 text-sm font-medium">READ MORE <i class="fas fa-chevron-right ml-1"></i></a>
</div>
</div>
<!-- News 2 -->
<div class="bg-gray-800 rounded-lg overflow-hidden hover:shadow-xl transition-all duration-300">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Tombstone_Website_Header_1920x1080.jpg" alt="News" class="w-full h-48 object-cover">
<div class="p-4">
<div class="flex justify-between items-center mb-2">
<span class="text-xs text-gray-400">June 8, 2025</span>
<span class="text-xs bg-blue-500 px-2 py-1 rounded-full">ANALYSIS</span>
</div>
<h3 class="text-xl font-bold mb-2">Tombstone's 3-Year Undefeated Streak Ends in Shocking KO</h3>
<p class="text-gray-300 text-sm mb-3">Ray Billings' legendary bot was defeated by newcomer Malice 2.0 in a match that lasted just 42 seconds. Experts analyze what went wrong.</p>
<a href="#" class="text-red-400 hover:text-red-300 text-sm font-medium">READ MORE <i class="fas fa-chevron-right ml-1"></i></a>
</div>
</div>
<!-- News 3 -->
<div class="bg-gray-800 rounded-lg overflow-hidden hover:shadow-xl transition-all duration-300">
<img src="https://battlebots.com/wp-content/uploads/2021/11/Hydra_Website_Header_1920x1080.jpg" alt="News" class="w-full h-48 object-cover">
<div class="p-4">
<div class="flex justify-between items-center mb-2">
<span class="text-xs text-gray-400">June 5, 2025</span>
<span class="text-xs bg-green-500 px-2 py-1 rounded-full">TECH</span>
</div>
<h3 class="text-xl font-bold mb-2">Hydra's Flipper Sets New Power Record at 28ft Vertical Flip</h3>
<p class="text-gray-300 text-sm mb-3">Jake Ewert's flipper bot has broken its own record with a new pneumatic system that launches opponents nearly 30 feet into the air.</p>
<a href="#" class="text-red-400 hover:text-red-300 text-sm font-medium">READ MORE <i class="fas fa-chevron-right ml-1"></i></a>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section>
<h2 class="text-3xl font-bold border-l-4 border-red-500 pl-4 mb-6">2025 SEASON STATS</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<!-- Stat 1 -->
<div class="bg-gray-800 rounded-lg p-6 text-center">
<div class="text-5xl font-bold text-red-500 mb-2">42</div>
<div class="text-gray-300 uppercase text-sm">Total Fights</div>
</div>
<!-- Stat 2 -->
<div class="bg-gray-800 rounded-lg p-6 text-center">
<div class="text-5xl font-bold text-red-500 mb-2">31</div>
<div class="text-gray-300 uppercase text-sm">KO Victories</div>
</div>
<!-- Stat 3 -->
<div class="bg-gray-800 rounded-lg p-6 text-center">
<div class="text-5xl font-bold text-red-500 mb-2">11</div>
<div class="text-gray-300 uppercase text-sm">Judges Decisions</div>
</div>
<!-- Stat 4 -->
<div class="bg-gray-800 rounded-lg p-6 text-center">
<div class="text-5xl font-bold text-red-500 mb-2">9.2</div>
<div class="text-gray-300 uppercase text-sm">Avg Fight Duration (min)</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-black py-8 mt-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">BATTLEBOTS</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">About</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">History</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Rules</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">FAQ</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">COMPETITION</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Rankings</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Schedule</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Teams</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Arena</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">MEDIA</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">News</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Photos</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Videos</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Podcast</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">CONNECT</h3>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-white text-2xl"><i class="fab fa-facebook"></i></a>
<a href="#" class="text-gray-400 hover:text-white text-2xl"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white text-2xl"><i class="fab fa-instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white text-2xl"><i class="fab fa-youtube"></i></a>
</div>
<p class="text-gray-400 text-sm">Subscribe to our newsletter for updates:</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="bg-gray-700 text-white px-3 py-2 rounded-l-md focus:outline-none focus:ring-2 focus:ring-red-500 w-full">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-r-md">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500 text-sm">
<p>Β© 2025 iHeadline RobotRanks. All rights reserved. | <a href="#" class="hover:text-white">Privacy Policy</a> | <a href="#" class="hover:text-white">Terms of Service</a></p>
</div>
</div>
</footer>
<!-- Live Update Script -->
<script>
// Refresh button functionality
document.getElementById('refresh-btn').addEventListener('click', function() {
this.classList.add('animate-spin');
setTimeout(() => {
this.classList.remove('animate-spin');
// Update the time
const now = new Date();
document.getElementById('update-time').textContent = now.toLocaleTimeString();
// Simulate a small ranking change
const rankElements = document.querySelectorAll('.bot-card:nth-child(3) .bg-amber-600');
rankElements.forEach(el => {
el.classList.remove('bg-amber-600');
el.classList.add('bg-gray-300');
el.innerHTML = '<i class="fas fa-medal mr-1"></i> #4';
});
// Show notification
const newsTicker = document.querySelector('.news-ticker');
const newItem = document.createElement('span');
newItem.className = 'mr-8';
newItem.innerHTML = 'πŸ”„ Rankings updated - Hydra drops to #4 after controversial judges decision';
newsTicker.appendChild(newItem);
}, 1000);
});
// Simulate live updates every 30 seconds
setInterval(() => {
const newsItems = [
'⚑ New fight announced: SawBlaze vs End Game for July 6th main event',
'πŸ”₯ Team Whyachi reveals new 360Β° spinning weapon for Fusion 3.0',
'πŸ’₯ BattleBots partners with NASA for special "Space Robots" exhibition match',
'πŸ”§ Rusty returns with all-new titanium armor and upgraded weapon system'
];
const randomNews = newsItems[Math.floor(Math.random() * newsItems.length)];
const newsTicker = document.querySelector('.news-ticker');
const newItem = document.createElement('span');
newItem.className = 'mr-8';
newItem.innerHTML = randomNews;
newsTicker.appendChild(newItem);
// Update time
const now = new Date();
document.getElementById('update-time').textContent = now.toLocaleTimeString();
}, 30000);
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=privateuserh/robotranks-vbeta1-01" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>