{"id":8,"date":"2026-07-15T20:03:47","date_gmt":"2026-07-15T20:03:47","guid":{"rendered":"https:\/\/thebullfrog.fun\/?page_id=8"},"modified":"2026-07-15T20:25:39","modified_gmt":"2026-07-15T20:25:39","slug":"elementor-8","status":"publish","type":"page","link":"https:\/\/thebullfrog.fun\/","title":{"rendered":"Elementor #8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d2dbf0 e-con-full e-flex e-con e-parent\" data-id=\"3d2dbf0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a43d8b4 elementor-widget elementor-widget-html\" data-id=\"a43d8b4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- THE BULL FROG - PREMIUM MINIMALIST CRT THEME (NO TEXT GLOW) -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  \/* Base Reset & Variables for Elementor Isolation *\/\r\n  #bf-app {\r\n    --frog-green: #00ff66;\r\n    --frog-green-glow: rgba(0, 255, 102, 0.6);\r\n    --frog-green-dim: rgba(0, 255, 102, 0.15);\r\n    \r\n    background-color: #000;\r\n    color: #e0e0e0;\r\n    font-family: 'Space Grotesk', sans-serif;\r\n    margin: 0;\r\n    padding: 0;\r\n    overflow-x: hidden;\r\n    position: relative;\r\n    line-height: 1.5;\r\n  }\r\n  \r\n  #bf-app * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  \/* Premium CRT Minimalist Effects *\/\r\n  #bf-app::before {\r\n    content: \" \";\r\n    display: block;\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    bottom: 0;\r\n    right: 0;\r\n    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 102, 0.04), rgba(0, 0, 255, 0.06));\r\n    z-index: 2;\r\n    background-size: 100% 2px, 3px 100%;\r\n    pointer-events: none;\r\n    opacity: 0.35;\r\n  }\r\n\r\n  \/* Reverted to clean white CRT glow for text *\/\r\n  .bf-crt-glow {\r\n    color: #fff;\r\n    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);\r\n  }\r\n\r\n  \/* Typography (Controlled sizes) *\/\r\n  #bf-app h1, #bf-app h2, #bf-app h3 {\r\n    color: #fff;\r\n    margin-top: 0;\r\n    text-transform: uppercase;\r\n    letter-spacing: -0.02em;\r\n  }\r\n  #bf-app h1 { font-size: 3.5rem; margin-bottom: 0.5rem; line-height: 1.1; font-weight: 700; }\r\n  #bf-app h2 { font-size: 2.2rem; margin-bottom: 1rem; line-height: 1.2; font-weight: 600; }\r\n  #bf-app p { font-size: 15px; margin-bottom: 1.5rem; color: #a0a0a0; font-weight: 300; }\r\n  \r\n  \/* Green text color only, no glow *\/\r\n  .bf-highlight { \r\n    color: var(--frog-green); \r\n    font-weight: 600; \r\n  }\r\n\r\n  \/* Buttons - Kept Green Accents *\/\r\n  .bf-btn {\r\n    display: inline-block;\r\n    padding: 10px 20px;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n    text-decoration: none;\r\n    color: #000;\r\n    background-color: var(--frog-green);\r\n    border: 1px solid var(--frog-green);\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    transition: all 0.3s ease;\r\n    font-family: inherit;\r\n    letter-spacing: 0.05em;\r\n    box-shadow: 0 0 10px var(--frog-green-dim);\r\n  }\r\n  .bf-btn:hover {\r\n    background-color: #000;\r\n    color: var(--frog-green);\r\n    box-shadow: 0 0 20px var(--frog-green-glow);\r\n  }\r\n  .bf-btn-outline {\r\n    background-color: transparent;\r\n    color: var(--frog-green);\r\n    border-color: var(--frog-green);\r\n    box-shadow: none;\r\n  }\r\n  .bf-btn-outline:hover {\r\n    background-color: var(--frog-green);\r\n    color: #000;\r\n    box-shadow: 0 0 15px var(--frog-green-glow);\r\n  }\r\n\r\n  \/* Navbar *\/\r\n  .bf-navbar {\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    padding: 20px 5%;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    z-index: 100;\r\n    background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);\r\n  }\r\n  .bf-logo { font-size: 18px; font-weight: 700; color: #fff; text-decoration: none; letter-spacing: 0.1em;}\r\n  .bf-nav-links { display: flex; gap: 15px; }\r\n\r\n  \/* Hero Section *\/\r\n  .bf-hero {\r\n    position: relative;\r\n    min-height: 100vh;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: flex-end;\r\n    align-items: center;\r\n    padding-bottom: 15vh;\r\n    text-align: center;\r\n    z-index: 1;\r\n  }\r\n  .bf-bg-video {\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    z-index: -2;\r\n  }\r\n  .bf-hero-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(180deg, rgba(0,255,102,0.05) 0%, rgba(0,0,0,0.8) 70%, #000 100%);\r\n    z-index: -1;\r\n  }\r\n  .bf-hero-content {\r\n    max-width: 800px;\r\n    padding: 0 20px;\r\n  }\r\n  \r\n  \/* CA Button Customization *\/\r\n  .bf-ca-container {\r\n    margin-top: 2rem;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 10px;\r\n  }\r\n  .bf-ca-box {\r\n    background: rgba(0, 255, 102, 0.05);\r\n    border: 1px solid rgba(0, 255, 102, 0.3);\r\n    padding: 12px 24px;\r\n    border-radius: 4px;\r\n    font-family: monospace;\r\n    font-size: 14px;\r\n    color: #fff;\r\n    cursor: pointer;\r\n    transition: all 0.3s ease;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n  }\r\n  .bf-ca-box:hover {\r\n    background: rgba(0, 255, 102, 0.15);\r\n    border-color: var(--frog-green);\r\n    box-shadow: 0 0 15px var(--frog-green-dim);\r\n  }\r\n  .bf-ca-box svg {\r\n    color: var(--frog-green);\r\n  }\r\n\r\n  \/* Section Layouts *\/\r\n  .bf-section {\r\n    padding: 100px 5%;\r\n    position: relative;\r\n    z-index: 5;\r\n  }\r\n  .bf-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 60px;\r\n    align-items: center;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n  }\r\n  .bf-asset-video { width: 100%; border-radius: 4px; border: 1px solid #222; box-shadow: 0 0 30px rgba(0,255,102,0.05); }\r\n  .bf-asset-img { width: 100%; max-width: 500px; display: block; margin: 0 auto; }\r\n\r\n  \/* Tokenomics Cards - Kept Green Accents *\/\r\n  .bf-cards {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 15px;\r\n    margin: 30px 0;\r\n  }\r\n  .bf-card {\r\n    border: 1px solid #222;\r\n    padding: 20px;\r\n    background: rgba(10,10,10,0.8);\r\n    border-left: 3px solid var(--frog-green);\r\n    transition: all 0.3s;\r\n  }\r\n  .bf-card:hover { \r\n    border-color: rgba(0,255,102,0.5); \r\n    background: rgba(0,255,102,0.03);\r\n    transform: translateX(5px);\r\n  }\r\n  .bf-card h3 { font-size: 14px; margin-bottom: 5px; color: #666; letter-spacing: 0.1em; }\r\n  .bf-card p { font-size: 18px; color: #fff; margin: 0; font-weight: 600; }\r\n  .bf-action-group { display: flex; gap: 15px; flex-wrap: wrap; }\r\n\r\n  \/* Join Community Section *\/\r\n  .bf-community {\r\n    background-image: url('https:\/\/thebullfrog.fun\/wp-content\/uploads\/2026\/07\/Asset-4.png');\r\n    background-size: cover;\r\n    background-position: top center;\r\n    background-repeat: no-repeat;\r\n    text-align: center;\r\n    padding: 150px 5%;\r\n  }\r\n  .bf-community-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(0deg, #000 0%, rgba(0,15,5,0.7) 50%, #000 100%);\r\n    z-index: -1;\r\n  }\r\n  .bf-community-content {\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Marquee *\/\r\n  .bf-marquee-container {\r\n    width: 100%;\r\n    overflow: hidden;\r\n    background: #0a0a0a;\r\n    border-top: 1px solid rgba(0,255,102,0.2);\r\n    border-bottom: 1px solid rgba(0,255,102,0.2);\r\n    padding: 15px 0;\r\n    white-space: nowrap;\r\n    display: flex;\r\n    position: relative;\r\n    z-index: 5;\r\n  }\r\n  .bf-marquee-content {\r\n    display: inline-block;\r\n    animation: bf-marquee 20s linear infinite;\r\n    font-size: 14px;\r\n    font-weight: 600;\r\n    letter-spacing: 0.1em;\r\n    color: #666;\r\n  }\r\n  .bf-marquee-content span { margin: 0 40px; }\r\n  .bf-marquee-content span strong { color: var(--frog-green); font-weight: 600;}\r\n  @keyframes bf-marquee {\r\n    0% { transform: translateX(0); }\r\n    100% { transform: translateX(-50%); }\r\n  }\r\n\r\n  \/* Footer *\/\r\n  .bf-footer {\r\n    text-align: center;\r\n    padding: 40px 5%;\r\n    border-top: 1px solid #222;\r\n    font-size: 13px;\r\n    color: #555;\r\n    background: #000;\r\n    position: relative;\r\n    z-index: 5;\r\n  }\r\n  .bf-footer span {\r\n    color: var(--frog-green);\r\n    opacity: 0.7;\r\n  }\r\n\r\n  \/* Toast \/ Popups *\/\r\n  #bf-toast-container {\r\n    position: fixed;\r\n    bottom: 30px;\r\n    right: 30px;\r\n    z-index: 9999;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 15px;\r\n    pointer-events: none;\r\n  }\r\n  .bf-toast {\r\n    background: rgba(10, 15, 12, 0.95);\r\n    border: 1px solid rgba(0,255,102,0.3);\r\n    color: #fff;\r\n    padding: 15px 25px;\r\n    font-size: 13px;\r\n    font-weight: 400;\r\n    border-radius: 4px;\r\n    box-shadow: 0 5px 20px rgba(0,0,0,0.9);\r\n    transform: translateY(20px);\r\n    opacity: 0;\r\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n    max-width: 300px;\r\n    border-left: 3px solid var(--frog-green);\r\n  }\r\n  .bf-toast.show {\r\n    transform: translateY(0);\r\n    opacity: 1;\r\n  }\r\n\r\n  \/* Responsive Mobile *\/\r\n  @media (max-width: 768px) {\r\n    .bf-grid { grid-template-columns: 1fr; gap: 40px; }\r\n    #bf-app h1 { font-size: 2.5rem; }\r\n    #bf-app h2 { font-size: 1.8rem; }\r\n    #bf-toast-container { bottom: 20px; right: 20px; left: 20px; align-items: center; }\r\n    .bf-toast { max-width: 100%; text-align: center; }\r\n    .bf-hero-content { padding-bottom: 50px; }\r\n  }\r\n<\/style>\r\n\r\n<div id=\"bf-app\">\r\n  \r\n  <!-- Navbar -->\r\n  <nav class=\"bf-navbar\">\r\n    <a href=\"#\" class=\"bf-logo bf-crt-glow\">THE BULL FROG<\/a>\r\n    <div class=\"bf-nav-links\">\r\n      <a href=\"#\" class=\"bf-btn bf-btn-outline\" style=\"padding: 6px 12px; font-size: 12px;\">X \/ TWITTER<\/a>\r\n      <a href=\"#\" class=\"bf-btn bf-btn-outline\" style=\"padding: 6px 12px; font-size: 12px;\">TELEGRAM<\/a>\r\n    <\/div>\r\n  <\/nav>\r\n\r\n  <!-- Hero Section -->\r\n  <section class=\"bf-hero\">\r\n    <video autoplay loop muted playsinline class=\"bf-bg-video\">\r\n      <source src=\"https:\/\/thebullfrog.fun\/wp-content\/uploads\/2026\/07\/bullfrog-bg1.mp4\" type=\"video\/mp4\">\r\n    <\/video>\r\n    <div class=\"bf-hero-overlay\"><\/div>\r\n    \r\n    <div class=\"bf-hero-content\">\r\n      <h1 class=\"bf-crt-glow\">The Bull Frog<\/h1>\r\n      <p style=\"color: #fff; font-size: 18px; max-width: 600px; margin: 0 auto;\">Small frog. Giant horns. Unlimited confidence. Join the funniest, most bullish meme community in crypto.<\/p>\r\n      \r\n      <div class=\"bf-ca-container\">\r\n        <div class=\"bf-ca-box\" id=\"bf-ca-btn\" onclick=\"copyCA()\">\r\n          <span style=\"color: #888;\">CA:<\/span> \r\n          <span id=\"bf-ca-text\">0xBullFrog...InsertContractAddressHere<\/span>\r\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"><\/path><\/svg>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- About Section -->\r\n  <section class=\"bf-section\" id=\"about\">\r\n    <div class=\"bf-grid\">\r\n      <div>\r\n        <video autoplay loop muted playsinline class=\"bf-asset-video\">\r\n          <source src=\"https:\/\/thebullfrog.fun\/wp-content\/uploads\/2026\/07\/BULLFROG-ASSET1.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n      <\/div>\r\n      <div>\r\n        <h2 class=\"bf-crt-glow\">The Legend of<br>The Bull Frog<\/h2>\r\n        <p>While everyone else was busy chasing serious projects with complicated utility, one small frog decided to put on a giant bull helmet.<\/p>\r\n        <p>They laughed. They doubted. They asked, <span class=\"bf-highlight\">\"Why does a frog need bull horns?\"<\/span><\/p>\r\n        <p>Nobody knew. Not even Pepe. But one thing was absolutely certain: The frog was bullish, the bull was highly confused, and somehow... the market followed.<\/p>\r\n        <p>There are no impossible promises here. Just a legendary frog, a ridiculous helmet, and a community that believes the funniest meme wins.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Marquee 1 -->\r\n  <div class=\"bf-marquee-container\">\r\n    <div class=\"bf-marquee-content\">\r\n      <span>THE BULL RUNS. <strong>THE FROG JUMPS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>THE BULL RUNS. <strong>THE FROG JUMPS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>THE BULL RUNS. <strong>THE FROG JUMPS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>THE BULL RUNS. <strong>THE FROG JUMPS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>THE BULL RUNS. <strong>THE FROG JUMPS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>THE BULL RUNS. <strong>THE FROG JUMPS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Tokenomics Section -->\r\n  <section class=\"bf-section\" id=\"tokenomics\">\r\n    <div class=\"bf-grid\">\r\n      <div>\r\n        <h2 class=\"bf-crt-glow\">Frog-O-Nomics<br><span style=\"font-size:16px; color:var(--frog-green); font-weight:400;\">(No Math Required)<\/span><\/h2>\r\n        <p>No roadmap. No complicated utility. No stress. Just pure, unadulterated bullish energy.<\/p>\r\n        \r\n        <div class=\"bf-cards\">\r\n          <div class=\"bf-card\">\r\n            <h3>TICKER<\/h3>\r\n            <p>$BULLFROG<\/p>\r\n          <\/div>\r\n          <div class=\"bf-card\">\r\n            <h3>TAXES<\/h3>\r\n            <p>0% BUY \/ 0% SELL<\/p>\r\n          <\/div>\r\n          <div class=\"bf-card\">\r\n            <h3>LIQUIDITY<\/h3>\r\n            <p>BURNED \ud83d\udd25<\/p>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bf-action-group\">\r\n          <a href=\"#\" class=\"bf-btn bf-btn-outline\">Live Chart<\/a>\r\n          <a href=\"#\" class=\"bf-btn\">Buy $BULLFROG<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div>\r\n        <img decoding=\"async\" src=\"https:\/\/thebullfrog.fun\/wp-content\/uploads\/2026\/07\/Asset-6.png\" alt=\"BullFrog Assets\" class=\"bf-asset-img\">\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Join Community Section -->\r\n  <section class=\"bf-section bf-community\" id=\"community\">\r\n    <div class=\"bf-community-overlay\"><\/div>\r\n    <div class=\"bf-community-content\">\r\n      <h2 class=\"bf-crt-glow\">Hop Into The<br>Bullish Pond<\/h2>\r\n      <p style=\"color:#fff;\">The bull runs. The frog jumps. Are you ready to join the dumbest frog with the biggest horns? Stop overthinking it, grab your helmet, and jump into the pond with us. The herd is waiting.<\/p>\r\n      <br>\r\n      <div class=\"bf-action-group\" style=\"justify-content: center;\">\r\n        <a href=\"#\" class=\"bf-btn\">Join Telegram<\/a>\r\n        <a href=\"#\" class=\"bf-btn bf-btn-outline\">Follow X<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Marquee 2 -->\r\n  <div class=\"bf-marquee-container\">\r\n    <div class=\"bf-marquee-content\" style=\"animation-direction: reverse;\">\r\n      <span>SMALL FROG. <strong>BIG HORNS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>SMALL FROG. <strong>BIG HORNS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>SMALL FROG. <strong>BIG HORNS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>SMALL FROG. <strong>BIG HORNS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>SMALL FROG. <strong>BIG HORNS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n      <span>SMALL FROG. <strong>BIG HORNS.<\/strong> \ud83d\udc38\ud83d\udc02<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Footer -->\r\n  <footer class=\"bf-footer\">\r\n    <p>\u00a9 2026 The Bull Frog. All rights reserved. <br><span style=\"font-size: 11px;\">Not financial advice. Just a frog with confidence.<\/span><\/p>\r\n  <\/footer>\r\n\r\n  <!-- Toast Container for popups -->\r\n  <div id=\"bf-toast-container\"><\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\n  \/\/ Copy Contract Address Function\r\n  function copyCA() {\r\n    const caText = \"0x00000000000000BullFrog00000000000000\"; \/\/ Replace with actual CA\r\n    navigator.clipboard.writeText(caText).then(() => {\r\n      const btn = document.getElementById(\"bf-ca-btn\");\r\n      const originalHTML = btn.innerHTML;\r\n      btn.innerHTML = `<span style=\"color:#00ff66; font-weight:600;\">COPIED TO CLIPBOARD!<\/span>`;\r\n      btn.style.borderColor = \"#00ff66\";\r\n      btn.style.background = \"rgba(0,255,102,0.1)\";\r\n      setTimeout(() => {\r\n        btn.innerHTML = originalHTML;\r\n        btn.style.borderColor = \"\";\r\n        btn.style.background = \"\";\r\n      }, 2000);\r\n    });\r\n  }\r\n\r\n  \/\/ Random Funny Popups Logic\r\n  const popups = [\r\n    \"The bull was too heavy. The frog carried it anyway. \ud83d\udc38\",\r\n    \"Bro bought a helmet before buying the dip. \ud83d\udc38\",\r\n    \"Not financial advice. Just a frog with confidence. \ud83d\udc38\",\r\n    \"The chart went down. Pepe said ribbit. \ud83d\udc38\",\r\n    \"He doesn't know what's happening. Neither do we. \ud83d\udc38\",\r\n    \"Small frog. Big horns. Bigger dreams. \ud83d\udc38\",\r\n    \"The bull market needed a frog. Nobody knows why. \ud83d\udc38\",\r\n    \"Pepe has entered his bullish era. \ud83d\udc38\"\r\n  ];\r\n\r\n  function showRandomPopup() {\r\n    const container = document.getElementById(\"bf-toast-container\");\r\n    if (!container) return;\r\n\r\n    \/\/ Create toast element\r\n    const toast = document.createElement(\"div\");\r\n    toast.className = \"bf-toast\";\r\n    \r\n    \/\/ Pick random text\r\n    const randomText = popups[Math.floor(Math.random() * popups.length)];\r\n    toast.innerHTML = randomText.replace(\"\ud83d\udc38\", \"<span style='color: #00ff66;'>\ud83d\udc38<\/span>\");\r\n\r\n    \/\/ Append and animate\r\n    container.appendChild(toast);\r\n    \r\n    \/\/ Trigger fade in\r\n    setTimeout(() => { toast.classList.add(\"show\"); }, 100);\r\n\r\n    \/\/ Remove after 4 seconds\r\n    setTimeout(() => {\r\n      toast.classList.remove(\"show\");\r\n      setTimeout(() => { toast.remove(); }, 400); \/\/ wait for fade out transition\r\n    }, 4000);\r\n  }\r\n\r\n  \/\/ Initial delay, then trigger randomly between 8 to 15 seconds\r\n  setTimeout(() => {\r\n    showRandomPopup();\r\n    setInterval(showRandomPopup, Math.random() * 7000 + 8000);\r\n  }, 5000);\r\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>THE BULL FROG X \/ TWITTER TELEGRAM The Bull Frog Small frog. Giant horns. Unlimited confidence. Join the funniest, most bullish meme community in crypto. CA: 0xBullFrog&#8230;InsertContractAddressHere The Legend ofThe Bull Frog While everyone else was busy chasing serious projects with complicated utility, one small frog decided to put on a giant bull helmet. They [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":7,"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":24,"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/24"}],"wp:attachment":[{"href":"https:\/\/thebullfrog.fun\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}