Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Rummy Bums | Fabulous Gay Icon</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"> | |
| <link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Playfair+Display:wght@700&family=Montserrat:wght@400;700&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| background: linear-gradient(45deg, #ff00cc, #ff0066, #ff00ff, #cc00ff, #9900ff); | |
| background-size: 400% 400%; | |
| animation: rainbow 15s ease infinite; | |
| font-family: 'Montserrat', sans-serif; | |
| color: white; | |
| overflow-x: hidden; | |
| } | |
| @keyframes rainbow { | |
| 0% {background-position: 0% 50%} | |
| 50% {background-position: 100% 50%} | |
| 100% {background-position: 0% 50%} | |
| } | |
| .glitter { | |
| position: fixed; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| pointer-events: none; | |
| z-index: 0; | |
| } | |
| .glitter-particle { | |
| position: absolute; | |
| width: 10px; | |
| height: 10px; | |
| background: white; | |
| border-radius: 50%; | |
| opacity: 0.8; | |
| animation: glitter-fall linear infinite; | |
| } | |
| @keyframes glitter-fall { | |
| 0% {transform: translateY(-100px) rotate(0deg); opacity: 0;} | |
| 10% {opacity: 1;} | |
| 100% {transform: translateY(100vh) rotate(360deg); opacity: 0;} | |
| } | |
| .drag-queen-text { | |
| font-family: 'Playfair Display', serif; | |
| text-shadow: 3px 3px 0px rgba(0,0,0,0.2); | |
| } | |
| .handwriting { | |
| font-family: 'Pacifico', cursive; | |
| } | |
| .disco-ball { | |
| animation: spin 10s linear infinite; | |
| } | |
| @keyframes spin { | |
| 0% {transform: rotate(0deg);} | |
| 100% {transform: rotate(360deg);} | |
| } | |
| .rainbow-border { | |
| border: 5px solid; | |
| border-image: linear-gradient(45deg, #ff0000, #ff9900, #ffff00, #33cc33, #3399ff, #cc66ff) 1; | |
| animation: border-pulse 3s ease infinite; | |
| } | |
| @keyframes border-pulse { | |
| 0% {border-image-slice: 1;} | |
| 50% {border-image-slice: 2;} | |
| 100% {border-image-slice: 1;} | |
| } | |
| .fabulous-card { | |
| backdrop-filter: blur(10px); | |
| background: rgba(255,255,255,0.2); | |
| transition: all 0.3s ease; | |
| } | |
| .fabulous-card:hover { | |
| transform: scale(1.05) rotate(2deg); | |
| box-shadow: 0 10px 30px rgba(255,255,255,0.3); | |
| } | |
| .pride-flag { | |
| height: 10px; | |
| background: linear-gradient(to right, | |
| #e40303, #ff8c00, #ffed00, #008026, #004dff, #750787); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <!-- Glitter particles --> | |
| <div class="glitter" id="glitter"></div> | |
| <!-- Main content --> | |
| <div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> | |
| <!-- Header --> | |
| <header class="flex flex-col md:flex-row justify-between items-center mb-16"> | |
| <div class="mb-8 md:mb-0 text-center md:text-left"> | |
| <h1 class="text-5xl sm:text-6xl md:text-7xl font-bold drag-queen-text mb-2"> | |
| <span class="text-white">RUMMY</span> <span class="text-yellow-300">BUMS</span> | |
| </h1> | |
| <div class="flex items-center justify-center md:justify-start space-x-4"> | |
| <p class="text-2xl font-medium text-pink-300 handwriting">Robert McFarland</p> | |
| <div class="h-2 w-16 bg-gradient-to-r from-pink-400 via-purple-400 to-blue-400 rounded-full"></div> | |
| </div> | |
| </div> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="px-6 py-3 bg-white text-pink-600 font-bold rounded-full hover:bg-pink-100 transition-all duration-300 flex items-center"> | |
| <i class="fas fa-cocktail mr-2"></i> MIX ME | |
| </a> | |
| <a href="#" class="px-6 py-3 bg-gradient-to-r from-purple-500 to-pink-500 text-white font-bold rounded-full hover:opacity-90 transition-all duration-300 flex items-center"> | |
| <i class="fas fa-heart mr-2"></i> DATE ME | |
| </a> | |
| </div> | |
| </header> | |
| <!-- Pride flag divider --> | |
| <div class="pride-flag w-full my-12 rounded-full"></div> | |
| <!-- Hero Section --> | |
| <section class="mb-24"> | |
| <div class="rainbow-border rounded-3xl overflow-hidden relative"> | |
| <div class="p-8 md:p-12 bg-white bg-opacity-20"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-8 md:mb-0"> | |
| <h2 class="text-3xl md:text-5xl font-bold drag-queen-text mb-6"> | |
| <span class="text-yellow-300">STYLISH EMPATH</span> <span class="text-white">&</span> <span class="text-pink-300">PARTY ANIMAL</span> | |
| </h2> | |
| <div class="text-lg md:text-xl font-medium mb-8 text-white"> | |
| <p class="mb-4">✨ Professional gay icon since birth</p> | |
| <p class="mb-4">🌈 Collector of fine homosexual experiences</p> | |
| <p class="mb-4">🍸 Mixologist of questionable decisions</p> | |
| <p>💃🏻 Dancing through life one glitter bomb at a time</p> | |
| </div> | |
| <div class="flex flex-wrap gap-4"> | |
| <div class="px-4 py-2 bg-white bg-opacity-30 rounded-full"> | |
| <p class="text-xs text-white">CURRENT MOOD</p> | |
| <p class="text-yellow-300 font-bold">EXTRA AF</p> | |
| </div> | |
| <div class="px-4 py-2 bg-white bg-opacity-30 rounded-full"> | |
| <p class="text-xs text-white">GAY AGENDA</p> | |
| <p class="text-pink-300 font-bold">WORLD DOMINATION</p> | |
| </div> | |
| <div class="px-4 py-2 bg-white bg-opacity-30 rounded-full"> | |
| <p class="text-xs text-white">DRINK OF CHOICE</p> | |
| <p class="text-purple-300 font-bold">COSMOPOLITAN</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center"> | |
| <div class="relative"> | |
| <img src="https://i.imgur.com/JZJZJZJ.png" alt="Disco ball" class="disco-ball w-48 h-48 md:w-64 md:h-64"> | |
| <div class="absolute inset-0 flex items-center justify-center"> | |
| <span class="text-4xl font-bold drag-queen-text text-white">GAY<br>ICON</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Stats Section --> | |
| <section class="mb-24"> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-6"> | |
| <div class="fabulous-card rounded-3xl p-6 transition-all duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-pink-500 bg-opacity-20 flex items-center justify-center mr-4"> | |
| <i class="fas fa-wine-glass-alt text-pink-500 text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold drag-queen-text">PARTY METER</h3> | |
| </div> | |
| <p class="text-white mb-4">From brunch mimosas to 4am dance floor revelations.</p> | |
| <div class="h-2 w-full bg-white bg-opacity-30 rounded-full mb-2"> | |
| <div class="h-2 bg-gradient-to-r from-yellow-400 to-pink-500 rounded-full" style="width: 110%;"></div> | |
| </div> | |
| <p class="text-xs text-white">CURRENT LEVEL: "WHO BROUGHT THE TEQUILA?"</p> | |
| </div> | |
| <div class="fabulous-card rounded-3xl p-6 transition-all duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-purple-500 bg-opacity-20 flex items-center justify-center mr-4"> | |
| <i class="fas fa-tshirt text-purple-500 text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold drag-queen-text">FASHION SENSE</h3> | |
| </div> | |
| <p class="text-white mb-4">If it doesn't sparkle, is it even fashion?</p> | |
| <div class="h-2 w-full bg-white bg-opacity-30 rounded-full mb-2"> | |
| <div class="h-2 bg-gradient-to-r from-blue-400 to-purple-600 rounded-full" style="width: 98%;"></div> | |
| </div> | |
| <p class="text-xs text-white">STYLE RATING: "GAY ICON"</p> | |
| </div> | |
| <div class="fabulous-card rounded-3xl p-6 transition-all duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 rounded-full bg-blue-500 bg-opacity-20 flex items-center justify-center mr-4"> | |
| <i class="fas fa-heart text-blue-500 text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold drag-queen-text">EMPATH LEVEL</h3> | |
| </div> | |
| <p class="text-white mb-4">I feel your energy before you walk in the room.</p> | |
| <div class="h-2 w-full bg-white bg-opacity-30 rounded-full mb-2"> | |
| <div class="h-2 bg-gradient-to-r from-green-400 to-blue-500 rounded-full" style="width: 90%;"></div> | |
| </div> | |
| <p class="text-xs text-white">INTUITION: "PSYCHIC REALNESS"</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Timeline Section --> | |
| <section class="mb-24"> | |
| <h2 class="text-3xl font-bold drag-queen-text mb-8 text-center"> | |
| <span class="text-white">RUMMY'S</span> <span class="text-yellow-300">GAY TIMELINE</span> | |
| </h2> | |
| <div class="relative"> | |
| <!-- Timeline line --> | |
| <div class="absolute left-1/2 h-full w-1 bg-gradient-to-b from-pink-500 via-purple-500 to-blue-500 transform -translate-x-1/2 rounded-full"></div> | |
| <!-- Timeline items --> | |
| <div class="space-y-12"> | |
| <!-- Item 1 --> | |
| <div class="relative pl-8 md:pl-0"> | |
| <div class="md:flex justify-center"> | |
| <div class="md:w-5/12 md:pr-12 text-right"> | |
| <p class="text-sm text-pink-200">BIRTH</p> | |
| <h3 class="text-xl font-bold drag-queen-text text-pink-400">BORN FABULOUS</h3> | |
| <p class="text-white">Entered the world with perfect hair and a sense of style</p> | |
| </div> | |
| <div class="hidden md:block md:w-2/12 flex justify-center"> | |
| <div class="w-6 h-6 rounded-full bg-pink-500 border-4 border-white"></div> | |
| </div> | |
| <div class="md:w-5/12"></div> | |
| </div> | |
| </div> | |
| <!-- Item 2 --> | |
| <div class="relative pl-8 md:pl-0"> | |
| <div class="md:flex justify-center flex-row-reverse"> | |
| <div class="md:w-5/12 md:pl-12"> | |
| <p class="text-sm text-purple-200">TEEN YEARS</p> | |
| <h3 class="text-xl font-bold drag-queen-text text-purple-400">GAY AWAKENING</h3> | |
| <p class="text-white">Discovered Cher, disco, and the power of eyeliner</p> | |
| </div> | |
| <div class="hidden md:block md:w-2/12 flex justify-center"> | |
| <div class="w-6 h-6 rounded-full bg-purple-500 border-4 border-white"></div> | |
| </div> | |
| <div class="md:w-5/12"></div> | |
| </div> | |
| </div> | |
| <!-- Item 3 --> | |
| <div class="relative pl-8 md:pl-0"> | |
| <div class="md:flex justify-center"> | |
| <div class="md:w-5/12 md:pr-12 text-right"> | |
| <p class="text-sm text-blue-200">EARLY 20s</p> | |
| <h3 class="text-xl font-bold drag-queen-text text-blue-400">RUMMY BUMS ERA</h3> | |
| <p class="text-white">Nickname earned through legendary party antics</p> | |
| </div> | |
| <div class="hidden md:block md:w-2/12 flex justify-center"> | |
| <div class="w-6 h-6 rounded-full bg-blue-500 border-4 border-white"></div> | |
| </div> | |
| <div class="md:w-5/12"></div> | |
| </div> | |
| </div> | |
| <!-- Item 4 --> | |
| <div class="relative pl-8 md:pl-0"> | |
| <div class="md:flex justify-center flex-row-reverse"> | |
| <div class="md:w-5/12 md:pl-12"> | |
| <p class="text-sm text-yellow-200">PRESENT</p> | |
| <h3 class="text-xl font-bold drag-queen-text text-yellow-400">GAY ELDER STATUS</h3> | |
| <p class="text-white">Now mentoring baby gays in the ways of fabulousness</p> | |
| </div> | |
| <div class="hidden md:block md:w-2/12 flex justify-center"> | |
| <div class="w-6 h-6 rounded-full bg-yellow-400 border-4 border-white"></div> | |
| </div> | |
| <div class="md:w-5/12"></div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Gay Skills Section --> | |
| <section class="mb-24"> | |
| <h2 class="text-3xl font-bold drag-queen-text mb-8 text-center"> | |
| <span class="text-pink-400">GAY</span> <span class="text-white">SUPERPOWERS</span> | |
| </h2> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-4"> | |
| <div class="fabulous-card p-6 rounded-3xl transition-all duration-300 flex flex-col items-center"> | |
| <div class="w-16 h-16 bg-pink-500 bg-opacity-20 rounded-full flex items-center justify-center mb-4"> | |
| <i class="fas fa-microphone-alt text-pink-500 text-2xl"></i> | |
| </div> | |
| <h3 class="font-bold drag-queen-text text-center">DIVA LIPSYNCS</h3> | |
| <p class="text-xs text-white text-center">CHER TO BE SPECIFIC</p> | |
| </div> | |
| <div class="fabulous-card p-6 rounded-3xl transition-all duration-300 flex flex-col items-center"> | |
| <div class="w-16 h-16 bg-purple-500 bg-opacity-20 rounded-full flex items-center justify-center mb-4"> | |
| <i class="fas fa-cocktail text-purple-500 text-2xl"></i> | |
| </div> | |
| <h3 class="font-bold drag-queen-text text-center">MIXOLOGY</h3> | |
| <p class="text-xs text-white text-center">STRONG & SASSY</p> | |
| </div> | |
| <div class="fabulous-card p-6 rounded-3xl transition-all duration-300 flex flex-col items-center"> | |
| <div class="w-16 h-16 bg-blue-500 bg-opacity-20 rounded-full flex items-center justify-center mb-4"> | |
| <i class="fas fa-heart text-blue-500 text-2xl"></i> | |
| </div> | |
| <h3 class="font-bold drag-queen-text text-center">GAYDAR</h3> | |
| <p class="text-xs text-white text-center">100% ACCURATE</p> | |
| </div> | |
| <div class="fabulous-card p-6 rounded-3xl transition-all duration-300 flex flex-col items-center"> | |
| <div class="w-16 h-16 bg-yellow-400 bg-opacity-20 rounded-full flex items-center justify-center mb-4"> | |
| <i class="fas fa-theater-masks text-yellow-400 text-2xl"></i> | |
| </div> | |
| <h3 class="font-bold drag-queen-text text-center">DRAMA</h3> | |
| <p class="text-xs text-white text-center">OSCAR WORTHY</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Manifesto Section --> | |
| <section class="mb-24"> | |
| <div class="rainbow-border rounded-3xl overflow-hidden"> | |
| <div class="p-8 md:p-12 bg-white bg-opacity-20"> | |
| <h2 class="text-3xl font-bold drag-queen-text mb-6 text-center"> | |
| <span class="text-white">RUMMY'S</span> <span class="text-pink-400">GAY MANIFESTO</span> | |
| </h2> | |
| <div class="max-w-3xl mx-auto"> | |
| <div class="mb-8"> | |
| <p class="text-white mb-4 text-lg"> | |
| <span class="text-pink-400 font-bold">1.</span> Life is too short for bad hair days and weak cocktails. | |
| </p> | |
| <p class="text-white mb-4 text-lg"> | |
| <span class="text-purple-400 font-bold">2.</span> If you're not living your truth, you're just existing. | |
| </p> | |
| <p class="text-white mb-4 text-lg"> | |
| <span class="text-blue-400 font-bold">3.</span> Empathy is my superpower - I feel your joy and your pain. | |
| </p> | |
| <p class="text-white mb-4 text-lg"> | |
| <span class="text-yellow-300 font-bold">4.</span> The dance floor is my church, and disco is my religion. | |
| </p> | |
| <p class="text-white text-lg"> | |
| <span class="text-green-400 font-bold">5.</span> Being extra is not a choice - it's who I am. | |
| </p> | |
| </div> | |
| <div class="text-center"> | |
| <a href="#" class="inline-block px-8 py-3 bg-gradient-to-r from-pink-500 to-purple-500 text-white font-bold rounded-full hover:opacity-90 transition-all duration-300 text-lg drag-queen-text"> | |
| JOIN MY GAY AGENDA | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="pt-12"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-6 md:mb-0 text-center md:text-left"> | |
| <h3 class="text-2xl font-bold drag-queen-text mb-2"> | |
| <span class="text-white">RUMMY</span> <span class="text-yellow-300">BUMS</span> | |
| </h3> | |
| <p class="text-white">PROFESSIONAL GAY ICON & STYLISH EMPATH</p> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-white hover:text-pink-300 transition-colors duration-300 text-2xl"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="text-white hover:text-pink-300 transition-colors duration-300 text-2xl"> | |
| <i class="fab fa-tiktok"></i> | |
| </a> | |
| <a href="#" class="text-white hover:text-pink-300 transition-colors duration-300 text-2xl"> | |
| <i class="fab fa-grindr"></i> | |
| </a> | |
| <a href="#" class="text-white hover:text-pink-300 transition-colors duration-300 text-2xl"> | |
| <i class="fas fa-martini-glass"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="mt-12 text-center text-white text-sm"> | |
| <p>© 2023 RUMMY BUMS ENTERPRISES. ALL RIGHTS RESERVED.</p> | |
| <p class="mt-1">LEGAL DISCLAIMER: TOO FABULOUS TO FUNCTION.</p> | |
| </div> | |
| </footer> | |
| </div> | |
| <script> | |
| // Create glitter particles | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const glitterContainer = document.getElementById('glitter'); | |
| const colors = ['#ff0000', '#ff9900', '#ffff00', '#33cc33', '#3399ff', '#cc66ff', '#ffffff']; | |
| function createGlitter() { | |
| for (let i = 0; i < 100; i++) { | |
| const glitter = document.createElement('div'); | |
| glitter.className = 'glitter-particle'; | |
| // Random properties | |
| const size = Math.random() * 10 + 5; | |
| const left = Math.random() * 100; | |
| const animationDuration = Math.random() * 10 + 5; | |
| const delay = Math.random() * 10; | |
| const color = colors[Math.floor(Math.random() * colors.length)]; | |
| glitter.style.width = `${size}px`; | |
| glitter.style.height = `${size}px`; | |
| glitter.style.left = `${left}%`; | |
| glitter.style.animationDuration = `${animationDuration}s`; | |
| glitter.style.animationDelay = `${delay}s`; | |
| glitter.style.backgroundColor = color; | |
| glitterContainer.appendChild(glitter); | |
| } | |
| } | |
| createGlitter(); | |
| // Add hover effects to fabulous cards | |
| const fabulousCards = document.querySelectorAll('.fabulous-card'); | |
| fabulousCards.forEach(card => { | |
| card.addEventListener('mouseenter', function() { | |
| const randomColor = colors[Math.floor(Math.random() * colors.length)]; | |
| this.style.boxShadow = `0 0 20px ${randomColor}`; | |
| }); | |
| card.addEventListener('mouseleave', function() { | |
| this.style.boxShadow = 'none'; | |
| }); | |
| }); | |
| // Make disco ball spin on click | |
| const discoBall = document.querySelector('.disco-ball'); | |
| if (discoBall) { | |
| discoBall.addEventListener('click', function() { | |
| this.style.animationDuration = '3s'; | |
| setTimeout(() => { | |
| this.style.animationDuration = '10s'; | |
| }, 3000); | |
| }); | |
| } | |
| }); | |
| </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=canboi99/grady-2-0" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |