It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://889993314.xyz

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T132017.830_DRyK75Q_R8B6JFN_lATJbJ9.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Lifestyle Blog | Latest Trends &amp; Reviews</title>
  17.    <meta name="description" content="Explore expert articles on technology, digital lifestyle tips, and in-depth reviews of the latest gadgets and software. Stay updated with trends and practical advice.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://889993314.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7b2cbf;
  42.        --bs-primary-rgb: 7b2cbf;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7b2cbf;
  53.        --theme-primary-color-s2: #7b2cbf;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f3e8ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 12px;
  83.        --link-color: #7b2cbf;
  84.        --link-hover: #6a1b9a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(123, 44, 191, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_56">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406.  
  407.            
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414. <header class="header-v2 mb-4">
  415.    <div class="main-header-v2">
  416.        <div class="container-fluid fluid-container">
  417.            <div class="row align-items-center">
  418.                <div class="col-lg-3 col-md-4 col-6">
  419.                   <div class="logo-area-v2">
  420.                        <a class="navbar-brand" href="/">
  421.                            
  422.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d72c0338-1a7e-4d30-b272-31cb964bffc2_logo.png" alt="Digital Pulse">
  423.                            
  424.                        </a>
  425.                    </div>
  426.                </div>
  427.  
  428.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  429.                    <div class="search-area-v2">
  430.                        <form class="search-wrapper-v2" action="#" method="get">
  431.                            <input type="search" class="search-field-v2"
  432.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  433.                            <!-- <button type="submit" class="search-button-v2">
  434.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  435.                                    stroke-width="2">
  436.                                    <circle cx="11" cy="11" r="8"></circle>
  437.                                    <path d="m21 21-4.35-4.35"></path>
  438.                                </svg>
  439.                                <span>Search</span>
  440.                            </button> -->
  441.                            <!-- The search results will be displayed here -->
  442.                        </form>
  443.                        <div id="search-results1" class="search-results-container search-v1"></div>
  444.                    </div>
  445.                </div>
  446.            </div>
  447.  
  448.            <!-- Mobile Search -->
  449.            <div class="row d-md-none">
  450.                <div class="col-12">
  451.                    <div class="search-area-v2">
  452.                        <form class="search-wrapper-v2" action="#" method="get">
  453.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  454.                            <!-- <button type="submit" class="search-button-v2">
  455.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  456.                                    stroke-width="2">
  457.                                    <circle cx="11" cy="11" r="8"></circle>
  458.                                    <path d="m21 21-4.35-4.35"></path>
  459.                                </svg>
  460.                                <span>Search</span>
  461.                            </button> -->
  462.                        <!-- The search results will be displayed here -->
  463.                    </form>
  464.                    <div id="search-results12" class="search-results-container search-v1"></div>
  465.                    </div>
  466.                </div>
  467.            </div>
  468.        </div>
  469.    </div>
  470.  
  471.    <!-- Navigation Bar -->
  472.    <nav class="nav-bar-v2">
  473.        <div class="container-fluid fluid-container">
  474.            <div class="nav-container-v2 py-2">
  475.  
  476.                <!-- Mobile Menu Toggle -->
  477.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  478.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  479.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  480.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  481.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  482.                    </svg>
  483.                    Menu
  484.                </button>
  485.  
  486.                <!-- Navigation Menu -->
  487.                <ul class="nav-menu-v2" id="navMenu">
  488.  
  489.                    
  490.                    <li class="nav-item-v2">
  491.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  492.                    </li>
  493.  
  494.                    
  495.                    
  496.                     <li class="nav-item-v2">
  497.                        <a href="/category/all-posts/" class="nav-link-v2">
  498.                            All Posts
  499.                        </a>
  500.                        </li>
  501.  
  502.                        
  503.  
  504.                                
  505.                                
  506.                        
  507.                     <li class="nav-item-v2">
  508.                        <a href="/category/business/" class="nav-link-v2">
  509.                            Business
  510.                        </a>
  511.                        </li>
  512.  
  513.                        
  514.  
  515.                                
  516.                                
  517.                        
  518.                     <li class="nav-item-v2">
  519.                        <a href="/category/esports/" class="nav-link-v2">
  520.                            Esports
  521.                        </a>
  522.                        </li>
  523.  
  524.                        
  525.  
  526.                                
  527.                                
  528.                        
  529.                     <li class="nav-item-v2">
  530.                        <a href="/category/fashion/" class="nav-link-v2">
  531.                            Fashion
  532.                        </a>
  533.                        </li>
  534.  
  535.                        
  536.  
  537.                                
  538.                                
  539.                        
  540.                     <li class="nav-item-v2">
  541.                        <a href="/category/featured/" class="nav-link-v2">
  542.                            Featured
  543.                        </a>
  544.                        </li>
  545.  
  546.                        
  547.  
  548.                                
  549.                                
  550.                        
  551.                    
  552.                        
  553.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  554.                            <a href="#" class="nav-link-v2">
  555.                                More
  556.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  557.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  558.                                    <path d="m6 9 6 6 6-6"></path>
  559.                                </svg>
  560.                            </a>
  561.                            <div class="dropdown-v2">
  562.                                <a href="/category/gaming/" class="dropdown-link-v2">
  563.                                    Gaming
  564.                                </a>
  565.                                
  566.  
  567.                                
  568.                                
  569.                        
  570.                    
  571.                                <a href="/category/health/" class="dropdown-link-v2">
  572.                                    Health
  573.                                </a>
  574.                                
  575.  
  576.                                
  577.                                
  578.                        
  579.                    
  580.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  581.                                    Life &amp; Fitness
  582.                                </a>
  583.                                
  584.  
  585.                                
  586.                                
  587.                        
  588.                    
  589.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  590.                                    Lifestyle
  591.                                </a>
  592.                                
  593.  
  594.                                
  595.                                
  596.                        
  597.                    
  598.                                <a href="/category/news/" class="dropdown-link-v2">
  599.                                    News
  600.                                </a>
  601.                                
  602.  
  603.                                
  604.                                
  605.                        
  606.                    
  607.                                <a href="/category/others/" class="dropdown-link-v2">
  608.                                    Others
  609.                                </a>
  610.                                
  611.  
  612.                                
  613.                                
  614.                        
  615.                    
  616.                                <a href="/category/politics/" class="dropdown-link-v2">
  617.                                    Politics
  618.                                </a>
  619.                                
  620.  
  621.                                
  622.                                
  623.                        
  624.                    
  625.                                <a href="/category/sports/" class="dropdown-link-v2">
  626.                                    Sports
  627.                                </a>
  628.                                
  629.  
  630.                                
  631.                                
  632.                        
  633.                    
  634.                                <a href="/category/tech/" class="dropdown-link-v2">
  635.                                    Tech
  636.                                </a>
  637.                                
  638.  
  639.                                
  640.                                
  641.                        
  642.                    
  643.                                <a href="/category/travel/" class="dropdown-link-v2">
  644.                                    Travel
  645.                                </a>
  646.                                
  647.  
  648.                                
  649.                                
  650.                            </div>
  651.                        </li>
  652.                        
  653.                        
  654. <li>
  655.                  <a href="/page/contact-us/">
  656.                     Contact Us
  657.                  </a>
  658.              </li>
  659.                </ul>
  660.  
  661.            </div>
  662.        </div>
  663.    </nav>
  664. </header>
  665.  
  666. <script>
  667.    function toggleMobileMenu() {
  668.        const navMenu = document.getElementById('navMenu');
  669.        navMenu.classList.toggle('show');
  670.    }
  671.  
  672.    function toggleDropdown(element, event) {
  673.        // Only handle dropdown toggle on mobile
  674.        if (window.innerWidth < 992) {
  675.            event.preventDefault();
  676.            element.classList.toggle('dropdown-open');
  677.        }
  678.    }
  679.  
  680.    // Close mobile menu when clicking outside
  681.    document.addEventListener('click', function (event) {
  682.        const navMenu = document.getElementById('navMenu');
  683.        const mobileToggle = document.querySelector('.mobile-toggle');
  684.  
  685.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  686.            navMenu.classList.remove('show');
  687.        }
  688.    });
  689.  
  690.    // Handle window resize
  691.    window.addEventListener('resize', function () {
  692.        const navMenu = document.getElementById('navMenu');
  693.        if (window.innerWidth >= 992) {
  694.            navMenu.classList.remove('show');
  695.            // Remove all dropdown-open classes
  696.            document.querySelectorAll('.dropdown-open').forEach(item => {
  697.                item.classList.remove('dropdown-open');
  698.            });
  699.        }
  700.    });
  701. </script>
  702.  
  703. <script>
  704.  document.addEventListener("DOMContentLoaded", function () {
  705.    console.log("loaded");
  706.  
  707.    //const searchInput = document.getElementById("search-input1");
  708.     const searchInput = window.innerWidth <= 991
  709.      ? document.getElementById("search-input")
  710.      : document.getElementById("search-input1");
  711.    const searchResults = window.innerWidth <= 991
  712.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  713.  
  714.    if (!searchInput || !searchResults) {
  715.      console.error("Search input/results not found");
  716.      return;
  717.    }
  718.  
  719.    // Prevent form submission
  720.    if (searchInput.form) {
  721.      searchInput.form.addEventListener("submit", function (e) {
  722.        e.preventDefault();
  723.      });
  724.    }
  725.  
  726.    // Add event listener for keyup
  727.    searchInput.addEventListener("keyup", function (e) {
  728.      console.log("Key pressed:", e.key);
  729.      e.preventDefault();
  730.  
  731.      const query = searchInput.value.trim();
  732.      console.log("User is typing: " + query);
  733.  
  734.      // If empty → clear and hide
  735.      if (query === "") {
  736.        searchResults.innerHTML = "";
  737.        searchResults.style.display = "none";
  738.        return;
  739.      }
  740.  
  741.      // Show results
  742.      searchResults.style.display = "block";
  743.  
  744.      // Fetch search results
  745.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  746.        method: "GET",
  747.        headers: { "X-Requested-With": "XMLHttpRequest" },
  748.      })
  749.        .then(response => {
  750.          console.log("Response Status:", response.status);
  751.          return response.json();
  752.        })
  753.        .then(data => {
  754.          console.log("Data received:", data);
  755.          if (data.html) {
  756.            searchResults.innerHTML = data.html;
  757.          } else {
  758.            searchResults.innerHTML = "<p>No results found.</p>";
  759.          }
  760.        })
  761.        .catch(error => {
  762.          console.error("Error fetching search results:", error);
  763.        });
  764.    });
  765.  
  766.    // Close results when clicking outside
  767.    document.addEventListener("click", function (e) {
  768.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  769.        searchResults.style.display = "none";
  770.      }
  771.    });
  772.  
  773.    // Close results on ESC key
  774.    document.addEventListener("keydown", function (e) {
  775.      if (e.key === "Escape") {
  776.        searchResults.style.display = "none";
  777.      }
  778.    });
  779.  });
  780. </script>
  781.  
  782. <style>
  783.        /* search field */
  784.  .search-results-container {
  785.  position: absolute;
  786.  top: 100%; /* Position it below the input field */
  787.  left: 10px;
  788.  right: 10px;
  789.  background-color: white;
  790.  border: 1px solid #ddd;
  791.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  792.  max-height: 300px;
  793.  overflow-y: auto;
  794.  z-index: 1000;
  795.  display: none; /* Initially hidden */
  796. }
  797.  
  798. .search-results-container p {
  799.  margin: 0;
  800. }
  801.  
  802. .search-results-container .result-item {
  803.  padding: 10px;
  804.  cursor: pointer;
  805. }
  806.  
  807. .search-results-container .result-item:hover {
  808.  background-color: #f0f0f0;
  809. }
  810. </style>
  811.  
  812.        </header>
  813.        <!-- end of header -->
  814.        <!-- start of wpo-blog-hero -->
  815.        
  816.  
  817.  
  818.  
  819.  <!-- Django Template for Clean Blog Cards -->
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.        <!-- end of wpo-blog-hero -->
  827.  
  828.        <!-- start of wpo-breacking-news -->
  829.        
  830.        <!-- end of wpo-breacking-news -->
  831.        
  832.        <!-- start wpo-blog-highlights-section -->
  833.        
  834.  
  835.  
  836.  
  837.    
  838.  
  839.  
  840. <style>
  841.  
  842.    .blog-highlights-section {
  843.        padding: 30px 0;
  844.    }
  845.  
  846.    .blog-cards-grid {
  847.        display: grid;
  848.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  849.        gap: 30px;
  850.    }
  851.  
  852.    .blog-card {
  853.        background: var(--card-bg);
  854.        border: 1px solid var(--card-border);
  855.        border-radius: var(--border-radius);
  856.        overflow: hidden;
  857.        transition: all 0.3s ease;
  858.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  859.    }
  860.  
  861.    .blog-card:hover {
  862.        transform: translateY(-8px);
  863.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  864.        border-color: var(--theme-primary-color);
  865.    }
  866.  
  867.    .blog-card-image {
  868.        position: relative;
  869.        height: 220px;
  870.        overflow: hidden;
  871.    }
  872.  
  873.    .blog-card-image img {
  874.        width: 100%;
  875.        height: 100%;
  876.        object-fit: cover;
  877.        transition: transform 0.3s ease;
  878.    }
  879.  
  880.    .blog-card:hover .blog-card-image img {
  881.        transform: scale(1.05);
  882.    }
  883.  
  884.    .blog-category {
  885.        position: absolute;
  886.        top: 15px;
  887.        right: 15px;
  888.        color: white;
  889.        padding: 6px 12px;
  890.        border-radius: 20px;
  891.        font-size: 12px;
  892.        font-weight: 600;
  893.        text-transform: uppercase;
  894.        letter-spacing: 0.5px;
  895.    }
  896.  
  897.    .blog-card-content {
  898.        padding: 25px;
  899.    }
  900.  
  901.    .blog-card-title {
  902.        font-family: var(--heading-font);
  903.        font-size: 1.3rem;
  904.        font-weight: var(--heading-weight);
  905.        color: var(--top-color);
  906.        margin-bottom: 15px;
  907.        line-height: 1.4;
  908.    }
  909.  
  910.    .blog-card-title a {
  911.        color: inherit !important;
  912.        text-decoration: none;
  913.        transition: color 0.3s ease;
  914.    }
  915.  
  916.    .blog-card-title a:hover {
  917.        color: var(--theme-primary-color);
  918.    }
  919.  
  920.    .blog-card-meta {
  921.        display: flex;
  922.        align-items: center;
  923.        gap: 15px;
  924.        margin-bottom: 15px;
  925.        font-size: 14px;
  926.        color: var(--text-light-color);
  927.    }
  928.  
  929.    .blog-author-img {
  930.        width: 30px;
  931.        height: 30px;
  932.        border-radius: 50%;
  933.        object-fit: cover;
  934.    }
  935.  
  936.    .blog-card-excerpt {
  937.        color: var(--body-color);
  938.        font-size: 15px;
  939.        line-height: 1.6;
  940.        margin-bottom: 20px;
  941.        display: -webkit-box;
  942.        -webkit-line-clamp: 3;
  943.        -webkit-box-orient: vertical;
  944.        overflow: hidden;
  945.    }
  946.  
  947.    .blog-card-footer {
  948.        display: flex;
  949.        justify-content: space-between;
  950.        align-items: center;
  951.        padding-top: 15px;
  952.        border-top: 1px solid var(--border-color-s2);
  953.    }
  954.  
  955.    .blog-read-time {
  956.        font-size: 13px;
  957.        color: var(--light);
  958.    }
  959.  
  960.    .blog-read-more {
  961.        color: var(--top-color) !important;
  962.        text-decoration: none;
  963.        font-weight: 600;
  964.        font-size: 14px;
  965.        transition: all 0.3s ease;
  966.    }
  967.  
  968.    .blog-read-more:hover {
  969.        color: var(--theme-primary-color-s2);
  970.        text-decoration: underline;
  971.    }
  972.  
  973.    .section-title {
  974.        font-family: var(--heading-font);
  975.        font-size: 2.5rem;
  976.        font-weight: var(--heading-weight);
  977.        color: var(--heading-color);
  978.        text-align: center;
  979.        margin-bottom: 20px;
  980.    }
  981.  
  982.    .section-subtitle {
  983.        text-align: center;
  984.        color: var(--text-light-color);
  985.        font-size: 1.1rem;
  986.        max-width: 600px;
  987.        margin: 0 auto;
  988.    }
  989.  
  990.    @media (max-width: 768px) {
  991.        .blog-cards-grid {
  992.            grid-template-columns: 1fr;
  993.            gap: 20px;
  994.        }
  995.        
  996.        .section-title {
  997.            font-size: 2rem;
  998.        }
  999.        
  1000.        .blog-highlights-section {
  1001.            padding: 60px 0;
  1002.        }
  1003.    }
  1004. </style>
  1005.  
  1006. <section class="blog-highlights-section">
  1007.     <div class="container-fluid fluid-container">
  1008.      
  1009.            <div class="section-title">
  1010.                <h2>
  1011.                Today's Top Highlights
  1012.                   </h2>
  1013.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1014.    </div>
  1015.        
  1016.        <div class="row">
  1017.            <div class="col-lg-8 col-12">
  1018.                <div class="blog-cards-grid">
  1019.                    
  1020.                    
  1021.  
  1022.                </div>
  1023.            </div>
  1024.            
  1025.              <div class="col col-lg-4 col-12">
  1026.                
  1027.  
  1028.  
  1029.  
  1030.    
  1031.  
  1032.  
  1033. <!-- Blog Sidebar V2 - Focused Design -->
  1034.  <div class="sidebar mb-3">
  1035.    <!-- Recent Posts Section -->
  1036.    <div class="sidebar-widget mb-4">
  1037.      <div class="widget-title-wrapper mb-3">
  1038.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1039.          <i class="ti-time me-2"></i>Recent Posts
  1040.          <span class="title-arrow-primary"></span>
  1041.        </h4>
  1042.      </div>
  1043.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  1044.        <div class="recent-post-list">
  1045.          
  1046.  
  1047.        </div>
  1048.  
  1049.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1050.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1051.        </div> -->
  1052.      </div>
  1053.    </div>
  1054.    
  1055.    
  1056.  </div>
  1057.  
  1058. <!-- Sidebar V2 Styles -->
  1059. <style>
  1060.  .sidebar-widget {
  1061.    position: relative;
  1062.  }
  1063.  
  1064.  .widget-title {
  1065.    font-size: 1.1rem;
  1066.    font-weight: 700;
  1067.    display: inline-block;
  1068.    position: relative;
  1069.    z-index: 2;
  1070.    border-radius: 0;
  1071.  }
  1072.  
  1073.  /* Green arrow for August Blog Roll */
  1074.  .title-arrow::after {
  1075.    content: '';
  1076.    position: absolute;
  1077.    top: 0;
  1078.    right: -22px;
  1079.    width: 0;
  1080.    height: 0;
  1081.    border-left: 22px solid var(--bs-primary);
  1082.    border-top: 22px solid transparent;
  1083.    border-bottom: 22px solid transparent;
  1084.    z-index: 1;
  1085.  }
  1086.  
  1087.  /* Blue arrow for Recent Posts */
  1088.  .title-arrow-primary::after {
  1089.    content: '';
  1090.    position: absolute;
  1091.    top: 0;
  1092.    right: -22px;
  1093.    width: 0;
  1094.    height: 0;
  1095.    border-left: 22px solid var(--bs-primary);
  1096.    border-top: 22px solid transparent;
  1097.    border-bottom: 22px solid transparent;
  1098.    z-index: 1;
  1099.  }
  1100.  
  1101.  .widget-content {
  1102.    margin-top: -1px;
  1103.    position: relative;
  1104.    z-index: 1;
  1105.     background-color: var(--card-bg);
  1106.  }
  1107.  
  1108.  /* Blog Roll Items Hover Effects */
  1109.  .blog-roll-item:hover .post-title {
  1110.    color: #198754 !important;
  1111.    transform: translateX(5px);
  1112.    transition: all 0.3s ease;
  1113.  }
  1114.  
  1115.  /* Recent Post Items Hover Effects */
  1116.  .recent-post-item:hover .post-title a {
  1117.    color: #0d6efd !important;
  1118.    transition: color 0.3s ease;
  1119.  }
  1120.  
  1121.  .recent-post-item:hover .post-image img {
  1122.    transform: scale(1.05);
  1123.    transition: transform 0.3s ease;
  1124.  }
  1125.  
  1126.  /* Button Hover Effects */
  1127.  .btn:hover {
  1128.    transform: translateY(-2px);
  1129.    transition: all 0.3s ease;
  1130.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1131.  }
  1132.  
  1133.  /* Badge Hover Effects */
  1134.  .badge:hover {
  1135.    transform: scale(1.05);
  1136.    transition: transform 0.3s ease;
  1137.  }
  1138.  
  1139.  @media (max-width: 991px) {
  1140.    .sidebar {
  1141.      margin-top: 3rem;
  1142.    }
  1143.  }
  1144.  
  1145.  @media (max-width: 576px) {
  1146.    .widget-title {
  1147.      font-size: 1rem;
  1148.      padding: 0.75rem 1rem !important;
  1149.    }
  1150.  
  1151.    .title-arrow::after,
  1152.    .title-arrow-primary::after {
  1153.      right: -18px;
  1154.      border-left-width: 18px;
  1155.      border-top-width: 18px;
  1156.      border-bottom-width: 18px;
  1157.    }
  1158.  
  1159.    .post-image {
  1160.      width: 70px !important;
  1161.      height: 55px !important;
  1162.    }
  1163.  
  1164.    .blog-meta {
  1165.      flex-direction: column !important;
  1166.      align-items: flex-start !important;
  1167.      gap: 0.5rem;
  1168.    }
  1169.  }
  1170. </style>
  1171.  
  1172.    
  1173.            </div>
  1174.        </div>
  1175.    </div>
  1176. </section>
  1177.  
  1178. <script>
  1179. document.addEventListener('DOMContentLoaded', function() {
  1180.    // Simple scroll animation
  1181.    const cards = document.querySelectorAll('.blog-card');
  1182.    
  1183.    const observer = new IntersectionObserver(function(entries) {
  1184.        entries.forEach(entry => {
  1185.            if (entry.isIntersecting) {
  1186.                entry.target.style.opacity = '1';
  1187.                entry.target.style.transform = 'translateY(0)';
  1188.            }
  1189.        });
  1190.    }, {
  1191.        threshold: 0.1
  1192.    });
  1193.  
  1194.    cards.forEach((card, index) => {
  1195.        card.style.opacity = '0';
  1196.        card.style.transform = 'translateY(30px)';
  1197.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  1198.        observer.observe(card);
  1199.    });
  1200. });
  1201. </script>
  1202.  
  1203.    
  1204.        
  1205.        <!-- end wpo-blog-highlights-section -->
  1206.        <!-- start wpo-blog-sponsored-section -->
  1207.        
  1208.  
  1209.  
  1210.  
  1211.    
  1212.  
  1213.  
  1214.    
  1215.        <!-- end wpo-blog-sponsored-section -->
  1216.        <!-- start wpo-subscribe-section -->
  1217.        
  1218.        <!-- end subscribe-section -->
  1219.        <!-- start of wpo-site-footer-section -->
  1220.        
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  1227.  <!-- Main Footer Content -->
  1228.  <div class="footer-main-content">
  1229.    <div class="container-fluid fluid-container">
  1230.      <!-- Top Section - Centered Logo & Tagline -->
  1231.      <div class="footer-top-section text-center">
  1232.        <div class="brand-logo">
  1233.          
  1234.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d72c0338-1a7e-4d30-b272-31cb964bffc2_logo.png" alt="Digital Pulse" width="auto" height="70px" class="footer-logo" />
  1235.          
  1236.        </div>
  1237.      </div>
  1238.  
  1239.      <!-- Content Grid -->
  1240.      <div class="footer-content-grid">
  1241.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  1242.          <!-- Column 1: Navigation & Categories (Merged) -->
  1243.          <div class="">
  1244.            <div class="footer-column">
  1245.              <h5 class="column-title">Quick Links</h5>
  1246.              <ul class="footer-menu">
  1247.                
  1248.              </ul>
  1249.            </div>
  1250.          </div>
  1251.  
  1252.          <!-- Column 2: Resources -->
  1253.          <div class="">
  1254.            <div class="footer-column">
  1255.              <h5 class="column-title">Blog Rolls</h5>
  1256.              <ul class="footer-menu" id="blogRollLinks">
  1257.                
  1258.                
  1259.  
  1260.                
  1261.                
  1262.                  
  1263.                
  1264.              </ul>
  1265.            </div>
  1266.          </div>
  1267.  
  1268.          <!-- Column 2: Resources -->
  1269.          <div class="">
  1270.            <div class="footer-column">
  1271.              <h5 class="column-title">Categories</h5>
  1272.              <ul class="footer-menu">
  1273.                
  1274.                  <li>
  1275.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  1276.                  </li>
  1277.                
  1278.                  <li>
  1279.                    <a class="menu-link" href="/category/business/">Business</a>
  1280.                  </li>
  1281.                
  1282.                  <li>
  1283.                    <a class="menu-link" href="/category/esports/">Esports</a>
  1284.                  </li>
  1285.                
  1286.                  <li>
  1287.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  1288.                  </li>
  1289.                
  1290.                  <li>
  1291.                    <a class="menu-link" href="/category/featured/">Featured</a>
  1292.                  </li>
  1293.                
  1294.              </ul>
  1295.            </div>
  1296.          </div>
  1297.        </div>
  1298.      </div>
  1299.    </div>
  1300.  </div>
  1301.  
  1302.  <!-- Footer Bottom -->
  1303.  <div class="footer-bottom">
  1304.    <div class="container-fluid fluid-container">
  1305.      <div class="bottom-content text-center">
  1306.        <!-- Copyright -->
  1307.        <div class="copyright-info">
  1308.          <p>
  1309.            &copy; 2026 <strong>Digital Pulse</strong>. All rights reserved.
  1310.          </p>
  1311.        </div>
  1312.  
  1313.        <!-- Footer Links -->
  1314.        <div class="utility-links">
  1315.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  1316.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  1317.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  1318.        </div>
  1319.      </div>
  1320.    </div>
  1321.  </div>
  1322. </footer>
  1323.  
  1324. <style>
  1325.    .wpo-site-footer-v6{
  1326.        border-radius: 60px 60px 0px 0px !important;
  1327.    }
  1328.  
  1329. .footer-main-content {
  1330.    padding: 60px 0 40px;
  1331. }
  1332.  
  1333. /* Top Section */
  1334. .footer-top-section {
  1335.    margin-bottom: 40px;
  1336.    padding-bottom: 30px;
  1337.    border-bottom: 1px solid #dee2e6;
  1338. }
  1339.  
  1340. .brand-logo {
  1341.    display: flex;
  1342.    align-items: center;
  1343.    justify-content: center;
  1344.    gap: 15px;
  1345. }
  1346.  
  1347.  
  1348. .brand-title {
  1349.    font-size: 26px;
  1350.    font-weight: 700;
  1351.    margin: 0;
  1352. }
  1353.  
  1354. .brand-tagline {
  1355.    font-size: 15px;
  1356.    color: var(--footer-color) !important;
  1357.    margin: 0;
  1358. }
  1359.  
  1360. /* Content Grid */
  1361. .footer-column {
  1362.    margin-bottom: 30px;
  1363. }
  1364.  
  1365. .column-title {
  1366.    font-size: 17px;
  1367.    font-weight: 600;
  1368.    color: var(--footer-color) !important;
  1369.    margin-bottom: 20px;
  1370. }
  1371.  
  1372. /* Footer Menu */
  1373. .footer-menu {
  1374.    list-style: none;
  1375.    padding: 0;
  1376.    margin: 0;
  1377.    color: var(--footer-color) !important;
  1378. }
  1379.  
  1380. .footer-menu li {
  1381.    margin-bottom: 10px;
  1382.  
  1383. }
  1384.  
  1385. .menu-link {
  1386.    color: var(--footer-color) !important;
  1387.    text-decoration: none;
  1388.    font-size: 15px;
  1389.    transition: color 0.3s ease;
  1390. }
  1391.  
  1392. .menu-link:hover {
  1393.    color: #007bff;
  1394. }
  1395.  
  1396. /* Footer Bottom */
  1397. .footer-bottom {
  1398.    border-top: 1px solid var(--border-color);
  1399.    padding: 20px 0;
  1400. }
  1401.  
  1402. .copyright-info p {
  1403.    margin: 0 0 10px;
  1404.    color: var(--footer-color) !important;
  1405. }
  1406.  
  1407. .utility-links {
  1408.    display: flex;
  1409.    justify-content: center;
  1410.    gap: 15px;
  1411. }
  1412.  
  1413. .utility-link {
  1414.    color: #666;
  1415.    text-decoration: none;
  1416.    transition: color 0.3s ease;
  1417. }
  1418.  
  1419. .utility-link:hover {
  1420.    color: #007bff;
  1421. }
  1422.  
  1423. /* Responsive Design */
  1424. @media (max-width: 992px) {
  1425.    .footer-column {
  1426.        text-align: start;
  1427.    }
  1428.    
  1429.    .social-buttons {
  1430.        justify-content: start;
  1431.    }
  1432. }
  1433.  
  1434. @media (max-width: 768px) {
  1435.    .footer-top-section {
  1436.        margin-bottom: 30px;
  1437.    }
  1438.    
  1439.    .brand-logo {
  1440.        flex-direction: column;
  1441.    }
  1442.    
  1443.    .footer-bottom .bottom-content {
  1444.        padding: 0 15px;
  1445.    }
  1446. }
  1447.  
  1448. @media (max-width: 576px) {
  1449.    .column-title {
  1450.        font-size: 16px;
  1451.    }
  1452.    
  1453.    .menu-link {
  1454.        font-size: 14px;
  1455.    }
  1456. }
  1457. </style>
  1458.  
  1459. <script>
  1460. // Newsletter Form Enhancement
  1461. document.addEventListener('DOMContentLoaded', function() {
  1462.    const newsletterForm = document.querySelector('.newsletter-form');
  1463.    if (newsletterForm) {
  1464.        newsletterForm.addEventListener('submit', function(e) {
  1465.            const submitBtn = this.querySelector('.newsletter-submit');
  1466.            const originalHTML = submitBtn.innerHTML;
  1467.            
  1468.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  1469.            submitBtn.disabled = true;
  1470.            
  1471.            // Re-enable after form processing (simulate for now)
  1472.            setTimeout(() => {
  1473.                submitBtn.innerHTML = originalHTML;
  1474.                submitBtn.disabled = false;
  1475.            }, 2000);
  1476.        });
  1477.    }
  1478.  
  1479.    // Add prevent default to placeholder links
  1480.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  1481.        anchor.addEventListener('click', function (e) {
  1482.            e.preventDefault();
  1483.        });
  1484.    });
  1485. });
  1486. document.addEventListener('DOMContentLoaded', function () {
  1487.    var btn = document.getElementById('toggleBlogRollLinks');
  1488.    if (!btn) return; // No extra items, no button
  1489.  
  1490.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  1491.  
  1492.    btn.addEventListener('click', function () {
  1493.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  1494.            return li.classList.contains('d-none');
  1495.        });
  1496.  
  1497.        extras.forEach(function (li) {
  1498.            if (anyHidden) {
  1499.                li.classList.remove('d-none');
  1500.                li.classList.add('show');
  1501.            } else {
  1502.                li.classList.add('d-none');
  1503.                li.classList.remove('show');
  1504.            }
  1505.        });
  1506.  
  1507.        btn.textContent = anyHidden ? 'View less' : 'View more';
  1508.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  1509.    });
  1510. });
  1511.  
  1512. </script>
  1513.  
  1514.        <!-- end of wpo-site-footer-section -->
  1515.    </div>
  1516.    <!-- end of page-wrapper -->
  1517.  
  1518.    <!-- All JavaScript files
  1519.    ================================================== -->
  1520.    
  1521.  
  1522. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  1523. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  1524. <!-- Plugins for this template -->
  1525. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  1526. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  1527. <!-- Custom script for this template -->
  1528. <script src="/static/blogapp/assets/js/script.js"></script>
  1529.  
  1530. <script>
  1531. (function () {
  1532. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  1533. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  1534.  
  1535. function applyFallback(img) {
  1536. if (!img || img.dataset.fallbackApplied === "1") {
  1537. return;
  1538. }
  1539. var failedSrc = img.currentSrc || img.src || "";
  1540. img.dataset.fallbackApplied = "1";
  1541. img.onerror = null;
  1542. img.src = fallbackImageSrc;
  1543. console.warn("[ImageFallback] Replaced broken image:", {
  1544. failedSrc: failedSrc,
  1545. fallbackSrc: fallbackImageSrc,
  1546. alt: img.alt || "",
  1547. });
  1548. }
  1549.  
  1550. document.querySelectorAll("img").forEach(function (img) {
  1551. if (img.complete && img.naturalWidth === 0) {
  1552. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  1553. failedSrc: img.currentSrc || img.src || "",
  1554. alt: img.alt || "",
  1555. });
  1556. applyFallback(img);
  1557. }
  1558. });
  1559.  
  1560. document.addEventListener(
  1561. "error",
  1562. function (event) {
  1563. var target = event.target;
  1564. if (target && target.tagName === "IMG") {
  1565. applyFallback(target);
  1566. }
  1567. },
  1568. true
  1569. );
  1570. })();
  1571. </script>
  1572.  
  1573. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  1574.  
  1575.  
  1576.  
  1577. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"5aec60fbba814f74be3c95bbd5ecddd9","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  1578. </body>
  1579.  
  1580. </html>
  1581.  
  1582.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda