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://889993083.xyz

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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/KEITHSTON_-_2025-04-28T153935.631_FHHJCPM_uNbMjzv_7WotYPy.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Trends Blog | Latest Tech News</title>
  17.    <meta name="description" content="Explore the latest in technology, digital trends, and insightful articles on innovation. Stay updated with expert analysis and practical tech tips.">
  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://889993083.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #06d6a0;
  42.        --bs-primary-rgb: 06d6a0;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #14532d;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #06d6a0;
  53.        --theme-primary-color-s2: #06d6a0;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #14532d;
  57.        --text-light-color: #676767;
  58.        --heading-color: #14532d;
  59.        --border-color: #a7f3d0;
  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: #d1fae5;
  75.        --navbar-color: #14532d;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #14532d;
  78.        --footer-bg: #14532d;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #a7f3d0;
  82.        --card-radius: 10px;
  83.        --link-color: #06d6a0;
  84.        --link-hover: #059669;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(6, 214, 160, 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_22">
  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-v6 mb-4 nav-bg position-relative">
  415.    <div class="main-header-v6">
  416.        <div class="container-fluid fluid-container">
  417.            <div class="row align-items-center justify-content-between">
  418.                <!-- Left Navigation -->
  419.                <div class="col-lg-5 col-md-3">
  420.                    <nav class="left-nav-v6">
  421.                        <ul class="nav-list-v6">
  422.                            
  423.                            <li class="nav-item-v6">
  424.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  425.                            </li>
  426.  
  427.                            
  428.                            
  429.                            <li class="nav-item-v6">
  430.                                <a href="/category/all-posts/" class="nav-link-v6">
  431.                                    All Posts
  432.                                </a>
  433.                            </li>
  434.                            
  435.                            <li class="nav-item-v6">
  436.                                <a href="/category/business/" class="nav-link-v6">
  437.                                    Business
  438.                                </a>
  439.                            </li>
  440.                            
  441.                            <li class="nav-item-v6">
  442.                                <a href="/category/esports/" class="nav-link-v6">
  443.                                    Esports
  444.                                </a>
  445.                            </li>
  446.                            
  447.                        </ul>
  448.                    </nav>
  449.                </div>
  450.  
  451.                <!-- Center Logo -->
  452.               <div class="col-lg-2 col-md-6 text-center">
  453.                    <div class="logo-center-v6">
  454.                        <a class="brand-link-v6" href="/">
  455.                            
  456.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/97755321-ad92-4d24-bc95-6627d174363f_logo.png" alt="TechSphere Blog" class="logo-img-v6" />
  457.                            
  458.                        </a>
  459.                    </div>
  460.                </div>
  461.  
  462.                <!-- Right Navigation -->
  463.                <div class="col-lg-5 col-md-3">
  464.                    <nav class="right-nav-v6">
  465.                        <ul class="nav-list-v6 justify-content-end">
  466.  
  467.                            
  468.                            
  469.                            <li class="nav-item-v6">
  470.                                <a href="/category/fashion/" class="nav-link-v6">
  471.                                    Fashion
  472.                                </a>
  473.                            </li>
  474.                            
  475.                            <li class="nav-item-v6">
  476.                                <a href="/category/featured/" class="nav-link-v6">
  477.                                    Featured
  478.                                </a>
  479.                            </li>
  480.                            
  481.  
  482.                            
  483.                            
  484.                            
  485.                            <li class="nav-item-v6 dropdown-container-v6">
  486.                                <a href="#" class="nav-link-v6">More</a>
  487.                                <div class="mega-dropdown-v6">
  488.                                    <div class="dropdown-grid-v6">
  489.                                        <div class="dropdown-column-v6">
  490.                                            
  491.                                            <a href="/category/gaming/"
  492.                                                class="dropdown-link-v6">
  493.                                                Gaming
  494.                                            </a>
  495.                                            
  496.                                            <a href="/category/health/"
  497.                                                class="dropdown-link-v6">
  498.                                                Health
  499.                                            </a>
  500.                                            
  501.                                            <a href="/category/life-fitness/"
  502.                                                class="dropdown-link-v6">
  503.                                                Life &amp; Fitness
  504.                                            </a>
  505.                                            
  506.                                            <a href="/category/lifestyle/"
  507.                                                class="dropdown-link-v6">
  508.                                                Lifestyle
  509.                                            </a>
  510.                                            
  511.                                            <a href="/category/news/"
  512.                                                class="dropdown-link-v6">
  513.                                                News
  514.                                            </a>
  515.                                            
  516.                                            <a href="/category/others/"
  517.                                                class="dropdown-link-v6">
  518.                                                Others
  519.                                            </a>
  520.                                            
  521.                                            <a href="/category/politics/"
  522.                                                class="dropdown-link-v6">
  523.                                                Politics
  524.                                            </a>
  525.                                            
  526.                                            <a href="/category/sports/"
  527.                                                class="dropdown-link-v6">
  528.                                                Sports
  529.                                            </a>
  530.                                            
  531.                                            <a href="/category/tech/"
  532.                                                class="dropdown-link-v6">
  533.                                                Tech
  534.                                            </a>
  535.                                            
  536.                                            <a href="/category/travel/"
  537.                                                class="dropdown-link-v6">
  538.                                                Travel
  539.                                            </a>
  540.                                            
  541.                                        </div>
  542.                                    </div>
  543.                                </div>
  544.                            </li>
  545.                            
  546.                            
  547.                             <li>
  548.                  <a href="/page/contact-us/">
  549.                     Contact Us
  550.                  </a>
  551.              </li>
  552.                        </ul>
  553.                    </nav>
  554.                </div>
  555.            </div>
  556.  
  557.  
  558.            <!-- Search Bar Row -->
  559.            <div class="row mt-md-4 ">
  560.                <div class="col-12">
  561.                    <div class="search-container-v6">
  562.                        <form class="search-form-v6" action="#" method="get">
  563.                            <div class="search-wrapper-v6">
  564.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  565.                                    stroke="currentColor" stroke-width="2">
  566.                                    <circle cx="11" cy="11" r="8"></circle>
  567.                                    <path d="m21 21-4.35-4.35"></path>
  568.                                </svg>
  569.                                <input id="search-input" type="search" class="search-input-v6"
  570.                                    placeholder="What are you looking for today?" name="q">
  571.                                <button type="submit" class="search-submit-v6">Search</button>
  572.                            </div>
  573.                        </form>
  574.                         <div id="search-results" class="search-results-container search-v1"></div>
  575.                    </div>
  576.                </div>
  577.            </div>
  578.        </div>
  579.    </div>
  580.  
  581.    <!-- Mobile Menu Button -->
  582.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  583.        <span class="hamburger-line-v6 text-link "></span>
  584.        <span class="hamburger-line-v6 text-link "></span>
  585.        <span class="hamburger-line-v6 text-link "></span>
  586.    </button>
  587.  
  588.    <!-- Mobile Menu -->
  589. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  590.    <div class="mobile-menu-content-v6">
  591.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  592.            onclick="toggleMenuV6()">
  593.            X
  594.        </button>
  595.        <ul class="mobile-nav-list-v6">
  596.  
  597.            <!-- Static Home -->
  598.            <li class="mobile-nav-item-v6">
  599.                <a href="/"
  600.                   class="mobile-nav-link-v6 active-v6">
  601.                    Home
  602.                </a>
  603.            </li>
  604.  
  605.            <!-- Dynamic categories -->
  606.            
  607.            <li class="mobile-nav-item-v6">
  608.                <a href="/category/all-posts/"
  609.                   class="mobile-nav-link-v6 ">
  610.                    All Posts
  611.                </a>
  612.            </li>
  613.            
  614.            <li class="mobile-nav-item-v6">
  615.                <a href="/category/business/"
  616.                   class="mobile-nav-link-v6 ">
  617.                    Business
  618.                </a>
  619.            </li>
  620.            
  621.            <li class="mobile-nav-item-v6">
  622.                <a href="/category/esports/"
  623.                   class="mobile-nav-link-v6 ">
  624.                    Esports
  625.                </a>
  626.            </li>
  627.            
  628.            <li class="mobile-nav-item-v6">
  629.                <a href="/category/fashion/"
  630.                   class="mobile-nav-link-v6 ">
  631.                    Fashion
  632.                </a>
  633.            </li>
  634.            
  635.            <li class="mobile-nav-item-v6">
  636.                <a href="/category/featured/"
  637.                   class="mobile-nav-link-v6 ">
  638.                    Featured
  639.                </a>
  640.            </li>
  641.            
  642.            <li class="mobile-nav-item-v6">
  643.                <a href="/category/gaming/"
  644.                   class="mobile-nav-link-v6 ">
  645.                    Gaming
  646.                </a>
  647.            </li>
  648.            
  649.            <li class="mobile-nav-item-v6">
  650.                <a href="/category/health/"
  651.                   class="mobile-nav-link-v6 ">
  652.                    Health
  653.                </a>
  654.            </li>
  655.            
  656.            <li class="mobile-nav-item-v6">
  657.                <a href="/category/life-fitness/"
  658.                   class="mobile-nav-link-v6 ">
  659.                    Life &amp; Fitness
  660.                </a>
  661.            </li>
  662.            
  663.            <li class="mobile-nav-item-v6">
  664.                <a href="/category/lifestyle/"
  665.                   class="mobile-nav-link-v6 ">
  666.                    Lifestyle
  667.                </a>
  668.            </li>
  669.            
  670.            <li class="mobile-nav-item-v6">
  671.                <a href="/category/news/"
  672.                   class="mobile-nav-link-v6 ">
  673.                    News
  674.                </a>
  675.            </li>
  676.            
  677.            <li class="mobile-nav-item-v6">
  678.                <a href="/category/others/"
  679.                   class="mobile-nav-link-v6 ">
  680.                    Others
  681.                </a>
  682.            </li>
  683.            
  684.            <li class="mobile-nav-item-v6">
  685.                <a href="/category/politics/"
  686.                   class="mobile-nav-link-v6 ">
  687.                    Politics
  688.                </a>
  689.            </li>
  690.            
  691.            <li class="mobile-nav-item-v6">
  692.                <a href="/category/sports/"
  693.                   class="mobile-nav-link-v6 ">
  694.                    Sports
  695.                </a>
  696.            </li>
  697.            
  698.            <li class="mobile-nav-item-v6">
  699.                <a href="/category/tech/"
  700.                   class="mobile-nav-link-v6 ">
  701.                    Tech
  702.                </a>
  703.            </li>
  704.            
  705.            <li class="mobile-nav-item-v6">
  706.                <a href="/category/travel/"
  707.                   class="mobile-nav-link-v6 ">
  708.                    Travel
  709.                </a>
  710.            </li>
  711.            
  712.  
  713.            <!-- Static Contact -->
  714.            <li class="mobile-nav-item-v6">
  715.                <a href="/page/contact-us/"
  716.                   class="mobile-nav-link-v6 ">
  717.                    Contact Us
  718.                </a>
  719.            </li>
  720.        </ul>
  721.    </div>
  722. </div>
  723. <div class="sidebar-blur d-lg-none"></div>
  724. </header>
  725.  
  726. <style>
  727.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  728.  
  729.  
  730.    .main-header-v6 {
  731.        padding: 35px 0;
  732.    }
  733.  
  734.    /* Logo Styles */
  735.    .logo-center-v6 {
  736.        position: relative;
  737.    }
  738.  
  739.    .logo-img-v6 {
  740.        max-height: 100px;
  741.        transition: transform 0.3s ease;
  742.    }
  743.  
  744.    .logo-img-v6:hover {
  745.        transform: scale(1.05);
  746.    }
  747.  
  748.    /* Navigation Styles */
  749.    .nav-list-v6 {
  750.        list-style: none;
  751.        padding: 0;
  752.        margin: 0;
  753.        display: flex;
  754.        align-items: center;
  755.    }
  756.  
  757.    .nav-item-v6 {
  758.        position: relative;
  759.        margin: 0 20px;
  760.    }
  761.  
  762.    .nav-link-v6 {
  763.        color: var(--navbar-color) !important;
  764.        text-decoration: none;
  765.        font-weight: 500;
  766.        font-size: 15px;
  767.        padding: 12px 0;
  768.        position: relative;
  769.        transition: all 0.3s ease;
  770.    }
  771.  
  772.    .nav-link-v6::after {
  773.        content: '';
  774.        position: absolute;
  775.        bottom: 0;
  776.        left: 50%;
  777.        width: 0;
  778.        height: 2px;
  779.        transition: all 0.3s ease;
  780.        transform: translateX(-50%);
  781.    }
  782.  
  783.    .nav-link-v6:hover,
  784.    .nav-link-v6.active-v6 {
  785.        font-weight: 700;
  786.        opacity: 0.75;
  787.    }
  788.  
  789.    .nav-link-v6:hover::after,
  790.    .nav-link-v6.active-v6::after {
  791.        width: 100%;
  792.    }
  793.  
  794.    /* Mega Dropdown Styles */
  795.    .dropdown-container-v6 {
  796.        position: relative;
  797.    }
  798.  
  799.    .mega-dropdown-v6 {
  800.        position: absolute;
  801.        top: 100%;
  802.        left: 50%;
  803.        transform: translateX(-50%);
  804.        background: var(--navbar-bg);
  805.        border-radius: 12px;
  806.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  807.        opacity: 0;
  808.        visibility: hidden;
  809.        transition: all 0.3s ease;
  810.        padding: 25px;
  811.        min-width: 300px;
  812.        z-index: 1200;
  813.        margin-top: 15px;
  814.    }
  815.  
  816.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  817.        opacity: 1;
  818.        visibility: visible;
  819.        margin-top: 0;
  820.    }
  821.  
  822.    .dropdown-grid-v6 {
  823.        display: grid;
  824.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  825.        gap: 20px;
  826.    }
  827.  
  828.    .dropdown-title-v6 {
  829.        font-size: 13px;
  830.        font-weight: 600;
  831.        color: #4a5568;
  832.        margin-bottom: 10px;
  833.        text-transform: uppercase;
  834.        letter-spacing: 0.5px;
  835.    }
  836.  
  837.    .dropdown-link-v6 {
  838.        display: block;
  839.        color: #2d3748;
  840.        text-decoration: none;
  841.        font-size: 14px;
  842.        padding: 8px 0;
  843.        transition: all 0.3s ease;
  844.        position: relative;
  845.        padding-left: 15px;
  846.    }
  847.  
  848.    .dropdown-link-v6::before {
  849.        content: '';
  850.        position: absolute;
  851.        left: 0;
  852.        top: 50%;
  853.        width: 6px;
  854.        height: 6px;
  855.        background: #e2e8f0;
  856.        border-radius: 50%;
  857.        transform: translateY(-50%);
  858.        transition: all 0.3s ease;
  859.    }
  860.  
  861.    .dropdown-link-v6:hover {
  862.        color: #667eea;
  863.        padding-left: 20px;
  864.    }
  865.  
  866.    .dropdown-link-v6:hover::before {
  867.        background: #667eea;
  868.    }
  869.  
  870.    /* Search Styles */
  871.    .search-container-v6 {
  872.        max-width: 600px;
  873.        margin: 0 auto;
  874.    }
  875.  
  876.    .search-wrapper-v6 {
  877.        position: relative;
  878.        background: #f7fafc;
  879.        border-radius: 50px;
  880.        display: flex;
  881.        align-items: center;
  882.        transition: all 0.3s ease;
  883.        border: 2px solid transparent;
  884.    }
  885.  
  886.    .search-wrapper-v6:focus-within {
  887.        background: #ffffff;
  888.        border-color: #007bff;
  889.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  890.    }
  891.  
  892.    .search-icon-v6 {
  893.        color: #a0aec0;
  894.        margin: 0 15px;
  895.        transition: color 0.3s ease;
  896.    }
  897.  
  898.    .search-wrapper-v6:focus-within .search-icon-v6 {
  899.        color: #007bff;
  900.    }
  901.  
  902.    .search-input-v6 {
  903.        flex: 1;
  904.        border: none;
  905.        background: transparent;
  906.        font-size: 16px;
  907.        padding: 10px 0;
  908.        outline: none;
  909.        color: #2d3748;
  910.    }
  911.  
  912.    .search-input-v6::placeholder {
  913.        color: #a0aec0;
  914.    }
  915.  
  916.    .search-submit-v6 {
  917.        background-color: var(--bs-primary);
  918.        color: white;
  919.        border: none;
  920.        border-radius: 50px;
  921.        padding: 12px 25px;
  922.        font-weight: 500;
  923.        cursor: pointer;
  924.        transition: all 0.3s ease;
  925.    }
  926.  
  927.    .search-submit-v6:hover {
  928.        transform: translateY(-2px);
  929.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  930.    }
  931.  
  932.    /* Mobile Styles */
  933.    .mobile-toggle-v6 {
  934.        position: absolute;
  935.        top: 20px;
  936.        right: 20px;
  937.        background: none;
  938.        border: none;
  939.        cursor: pointer;
  940.        z-index: 999;
  941.        padding: 5px;
  942.    }
  943.  
  944.    .hamburger-line-v6 {
  945.        display: block;
  946.        width: 25px;
  947.        height: 3px;
  948.        background: var(--navbar-color);
  949.        margin: 5px 0;
  950.        transition: all 0.3s ease;
  951.        border-radius: 2px;
  952.    }
  953.  
  954.    .mobile-menu-v6 {
  955.        position: fixed;
  956.        top: 0;
  957.        right: -100%;
  958.        width: 300px;
  959.        height: 100vh;
  960.        background: var(--navbar-bg) !important;
  961.        z-index: 1000;
  962.        transition: right 0.3s ease;
  963.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  964.    }
  965.  
  966.    .mobile-menu-v6.show-v6 {
  967.        right: 0;
  968.    }
  969.  
  970.    .mobile-menu-content-v6 {
  971.        padding: 80px 30px 30px;
  972.        height: 100%;
  973.        overflow-y: auto;
  974.    }
  975.  
  976.    .mobile-nav-list-v6 {
  977.        list-style: none;
  978.        padding: 0;
  979.        margin: 0;
  980.    }
  981.  
  982.    .mobile-nav-item-v6 {
  983.        margin-bottom: 5px;
  984.    }
  985.  
  986.    .mobile-nav-link-v6 {
  987.        display: flex;
  988.        align-items: center;
  989.        justify-content: space-between;
  990.        color: var(--navbar-color) !important;
  991.        text-decoration: none;
  992.        font-size: 16px;
  993.        font-weight: 500;
  994.        padding: 15px 0;
  995.        border-bottom: 1px solid var(--border-color);
  996.        transition: color 0.3s ease;
  997.    }
  998.  
  999.    .mobile-nav-link-v6:hover,
  1000.    .mobile-nav-link-v6.active-v6 {
  1001.        color: #667eea;
  1002.    }
  1003.  
  1004.    .mobile-dropdown-v6 {
  1005.        list-style: none;
  1006.        padding: 0;
  1007.        margin: 0;
  1008.        max-height: 0;
  1009.        overflow: hidden;
  1010.        transition: max-height 0.3s ease;
  1011.        background: var(--navbar-bg);
  1012.        border-radius: 8px;
  1013.        margin-top: 5px;
  1014.    }
  1015.  
  1016.    .mobile-dropdown-v6.show-v6 {
  1017.        max-height: 300px;
  1018.        padding: 10px 0;
  1019.    }
  1020.  
  1021.    .mobile-dropdown-link-v6 {
  1022.        display: block;
  1023.        color: var(--navbar-color) !important;
  1024.        text-decoration: none;
  1025.        font-size: 14px;
  1026.        padding: 10px 20px;
  1027.        transition: all 0.3s ease;
  1028.    }
  1029.  
  1030.    .mobile-dropdown-link-v6:hover {
  1031.        color: #667eea;
  1032.        opacity: 0.6;
  1033.    }
  1034.  
  1035.    /* Responsive Design */
  1036.    @media (max-width: 991px) {
  1037.  
  1038.        .left-nav-v6,
  1039.        .right-nav-v6 {
  1040.            display: none;
  1041.        }
  1042.  
  1043.        .main-header-v6 {
  1044.            padding: 15px 0;
  1045.        }
  1046.  
  1047.        .search-container-v6 {
  1048.            margin-top: 20px;
  1049.        }
  1050.    }
  1051.  
  1052.    @media (max-width: 768px) {
  1053.        .search-wrapper-v6 {
  1054.            flex-direction: row;
  1055.        }
  1056.  
  1057.        .search-input-v6 {
  1058.            padding: 6px 0;
  1059.            text-align: center;
  1060.            display: flex;
  1061.        }
  1062.  
  1063.  
  1064.        .search-submit-v6 {
  1065.            width: 100%;
  1066.            margin-top: 10px;
  1067.            display: none;
  1068.        }
  1069.    }
  1070. </style>
  1071.  
  1072. <script>
  1073.    function toggleMenuV6() {
  1074.        const mobileMenu = document.getElementById('mobileMenuV6');
  1075.        mobileMenu.classList.toggle('show-v6');
  1076.    }
  1077.  
  1078.    function toggleMobileDropdown(dropdownId) {
  1079.        const dropdown = document.getElementById(dropdownId);
  1080.        dropdown.classList.toggle('show-v6');
  1081.    }
  1082.  
  1083.    // Close mobile menu when clicking outside
  1084.    document.addEventListener('click', function (event) {
  1085.        const mobileMenu = document.getElementById('mobileMenuV6');
  1086.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1087.  
  1088.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1089.            mobileMenu.classList.remove('show-v6');
  1090.        }
  1091.    });
  1092. </script>
  1093.  
  1094. <script>
  1095.  document.addEventListener("DOMContentLoaded", function () {
  1096.    console.log("loaded");
  1097.  
  1098.     const searchInput = document.getElementById("search-input")
  1099.    const searchResults = document.getElementById("search-results");
  1100.  
  1101.    if (!searchInput || !searchResults) {
  1102.      console.error("Search input/results not found");
  1103.      return;
  1104.    }
  1105.  
  1106.    // Prevent form submission
  1107.    if (searchInput.form) {
  1108.      searchInput.form.addEventListener("submit", function (e) {
  1109.        e.preventDefault();
  1110.      });
  1111.    }
  1112.  
  1113.    // Add event listener for keyup
  1114.    searchInput.addEventListener("keyup", function (e) {
  1115.      console.log("Key pressed:", e.key);
  1116.      e.preventDefault();
  1117.  
  1118.      const query = searchInput.value.trim();
  1119.      console.log("User is typing: " + query);
  1120.  
  1121.      // If empty → clear and hide
  1122.      if (query === "") {
  1123.        searchResults.innerHTML = "";
  1124.        searchResults.style.display = "none";
  1125.        return;
  1126.      }
  1127.  
  1128.      // Show results
  1129.      searchResults.style.display = "block";
  1130.  
  1131.      // Fetch search results
  1132.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1133.        method: "GET",
  1134.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1135.      })
  1136.        .then(response => {
  1137.          console.log("Response Status:", response.status);
  1138.          return response.json();
  1139.        })
  1140.        .then(data => {
  1141.          console.log("Data received:", data);
  1142.          if (data.html) {
  1143.            searchResults.innerHTML = data.html;
  1144.          } else {
  1145.            searchResults.innerHTML = "<p>No results found.</p>";
  1146.          }
  1147.        })
  1148.        .catch(error => {
  1149.          console.error("Error fetching search results:", error);
  1150.        });
  1151.    });
  1152.  
  1153.    // Close results when clicking outside
  1154.    document.addEventListener("click", function (e) {
  1155.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1156.        searchResults.style.display = "none";
  1157.      }
  1158.    });
  1159.  
  1160.    // Close results on ESC key
  1161.    document.addEventListener("keydown", function (e) {
  1162.      if (e.key === "Escape") {
  1163.        searchResults.style.display = "none";
  1164.      }
  1165.    });
  1166.  });
  1167. </script>
  1168.  
  1169. <style>
  1170.        /* search field */
  1171.  .search-results-container {
  1172.  position: absolute;
  1173.  top: 100%; /* Position it below the input field */
  1174.  left: 10px;
  1175.  right: 10px;
  1176.  background-color: white;
  1177.  border: 1px solid #ddd;
  1178.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1179.  max-height: 300px;
  1180.  overflow-y: auto;
  1181.  z-index: 1000;
  1182.  display: none; /* Initially hidden */
  1183. }
  1184.  
  1185. .search-results-container p {
  1186.  margin: 0;
  1187. }
  1188.  
  1189. .search-results-container .result-item {
  1190.  padding: 10px;
  1191.  cursor: pointer;
  1192. }
  1193.  
  1194. .search-results-container .result-item:hover {
  1195.  background-color: #f0f0f0;
  1196. }
  1197. </style>
  1198.  
  1199.        </header>
  1200.        <!-- end of header -->
  1201.        <!-- start of wpo-blog-hero -->
  1202.        
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.        <!-- end of wpo-blog-hero -->
  1213.  
  1214.        <!-- start of wpo-breacking-news -->
  1215.        
  1216.        <!-- end of wpo-breacking-news -->
  1217.        
  1218.        <!-- start wpo-blog-highlights-section -->
  1219.        
  1220.  
  1221.  
  1222.  
  1223.    
  1224.  
  1225.  
  1226.  
  1227. <style>
  1228.    .blog-highlights-v4 {
  1229.        padding: 30px 0;
  1230.        position: relative;
  1231.        min-height: 100vh;
  1232.        background: transparent; /* Solid background color */
  1233.    }
  1234.  
  1235.    /* Blog Container */
  1236.    .blog-container-v4 {
  1237.        position: relative;
  1238.        z-index: 10;
  1239.    }
  1240.  
  1241.    /* Card Design */
  1242.    .blog-card-v4 {
  1243.        border-radius: 25px;
  1244.        background: var(--card-bg);
  1245.        border: 1px solid var(--border-color);
  1246.        position: relative;
  1247.        overflow: hidden;
  1248.        transition: opacity 1.2s ease; /* Fade animation for card */
  1249.    }
  1250.  
  1251.    /* Image Container */
  1252.    .blog-image-container-v4 {
  1253.        height: 280px;
  1254.        border-radius: 20px 20px 0 0;
  1255.        overflow: hidden;
  1256.        position: relative;
  1257.        z-index: 2;
  1258.    }
  1259.  
  1260.    .blog-image-v4 {
  1261.        width: 100%;
  1262.        height: 100%;
  1263.        position: relative;
  1264.        overflow: hidden;
  1265.    }
  1266.  
  1267.    .blog-image-v4 img {
  1268.        width: 100%;
  1269.        height: 100%;
  1270.        object-fit: cover;
  1271.    }
  1272.  
  1273.    /* Category Badge */
  1274.    .blog-category-v4 {
  1275.        position: absolute;
  1276.        top: 20px;
  1277.        left: 20px;
  1278.        padding: 10px 18px;
  1279.        border-radius: 20px;
  1280.        font-size: 11px;
  1281.        font-weight: 700;
  1282.        text-transform: uppercase;
  1283.        letter-spacing: 1.2px;
  1284.        z-index: 5;
  1285.        border: 1px solid rgba(255, 255, 255, 0.3);
  1286.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1287.    }
  1288.  
  1289.    /* Content Area */
  1290.    .blog-content-v4 {
  1291.        padding: 20px 25px 25px;
  1292.        display: flex;
  1293.        flex-direction: column;
  1294.        justify-content: space-between;
  1295.        position: relative;
  1296.        z-index: 2;
  1297.    }
  1298.  
  1299.    /* Title */
  1300.    .blog-title-v4 {
  1301.        font-size: 20px;
  1302.        font-weight: 800;
  1303.        line-height: 1.3;
  1304.        margin-bottom: 8px;
  1305.    }
  1306.  
  1307.    .blog-title-v4 a {
  1308.        text-decoration: none;
  1309.    }
  1310.  
  1311.    /* Meta Information */
  1312.    .blog-meta-v4 {
  1313.        display: flex;
  1314.        align-items: center;
  1315.        gap: 12px;
  1316.        margin-bottom: 15px;
  1317.        font-size: 13px;
  1318.    }
  1319.  
  1320.    .blog-author-img-v4 {
  1321.        width: 35px;
  1322.        height: 35px;
  1323.        border-radius: 50%;
  1324.        border: 2px solid var(--border-color);
  1325.    }
  1326.  
  1327.    /* Excerpt */
  1328.    .blog-excerpt-v4 {
  1329.        font-size: 14px;
  1330.        line-height: 1.6;
  1331.        margin-bottom: 8px;
  1332.        display: -webkit-box;
  1333.        -webkit-line-clamp: 3;
  1334.        -webkit-box-orient: vertical;
  1335.        overflow: hidden;
  1336.    }
  1337.  
  1338.    /* Actions Area */
  1339.    .blog-actions-v4 {
  1340.        display: flex;
  1341.        justify-content: space-between;
  1342.        align-items: center;
  1343.    }
  1344.  
  1345.    .blog-stats-v4 {
  1346.        display: flex;
  1347.        gap: 20px;
  1348.        align-items: center;
  1349.    }
  1350.  
  1351.    .blog-stat-item-v4 {
  1352.        display: flex;
  1353.        align-items: center;
  1354.        gap: 6px;
  1355.        font-size: 12px;
  1356.    }
  1357.  
  1358.    /* Read More Button */
  1359.    .blog-read-more-v4 {
  1360.        width: 40px;
  1361.        height: 40px;
  1362.        border-radius: 50%;
  1363.        background: var(--border-color);
  1364.        border: 2px solid var(--border-color);
  1365.        display: flex;
  1366.        align-items: center;
  1367.        justify-content: center;
  1368.        text-decoration: none;
  1369.    }
  1370.  
  1371.    ..blog-read-more-v4:hover{
  1372.        background-color: #172133;
  1373.    }
  1374.    /* Section Header */
  1375.    .section-header-v4 {
  1376.        text-align: center;
  1377.        margin-bottom: 40px;
  1378.        position: relative;
  1379.        z-index: 15;
  1380.    }
  1381.  
  1382.    .section-title-v4 {
  1383.        font-size: 3.5rem;
  1384.        font-weight: 900;
  1385.        margin-bottom: .5rem;
  1386.    }
  1387.  
  1388.    .section-subtitle-v4 {
  1389.        font-size: 1.4rem;
  1390.        max-width: 700px;
  1391.        margin: 0 auto;
  1392.        line-height: 1.7;
  1393.        font-weight: 300;
  1394.    }
  1395.  
  1396.    /* Scroll Fade Animation */
  1397.    .scroll-trigger {
  1398.        opacity: 0;
  1399.        transition: opacity 1.2s ease;
  1400.    }
  1401.  
  1402.    .scroll-trigger.active {
  1403.        opacity: 1;
  1404.    }
  1405.  
  1406.    /* Responsive Design */
  1407.    @media (max-width: 768px) {
  1408.        .section-title-v4 {
  1409.            font-size: 3rem;
  1410.        }
  1411.        .blog-highlights-v4 {
  1412.            padding: 80px 0;
  1413.        }
  1414.        .blog-card-v4 {
  1415.            height: 450px;
  1416.        }
  1417.        .blog-content-v4 {
  1418.            padding: 15px 20px 20px;
  1419.        }
  1420.    }
  1421. </style>
  1422.  
  1423. <section class="blog-highlights-v4">
  1424.    <div class="container-fluid fluid-container blog-container-v4">
  1425.        <!-- Section Header -->
  1426.        <div class="row">
  1427.            <div class="col-12">
  1428.                <div class="section-header-v4">
  1429.                    <h2 class="section-title-v4">
  1430.                Today's Top Highlights
  1431.                   </h2>
  1432.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1433.                </div>
  1434.            </div>
  1435.        </div>
  1436.        
  1437.        <!-- Blog Grid -->
  1438.        <div class="row">
  1439.            <div class="col-lg-8">
  1440.                <div class="row g-4">
  1441.                    
  1442.                    
  1443.  
  1444.                </div>
  1445.            </div>
  1446.            
  1447.             <div class="col col-lg-4 col-12">
  1448.                
  1449.  
  1450.  
  1451.  
  1452.    
  1453.  
  1454.  
  1455. <!-- Blog Sidebar V2 - Focused Design -->
  1456.  <div class="sidebar mb-3">
  1457.    <!-- Recent Posts Section -->
  1458.    <div class="sidebar-widget mb-5">
  1459.      <div class="widget-title-wrapper mb-3">
  1460.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1461.          <i class="ti-time me-2"></i>Recent Posts
  1462.          <span class="title-arrow-primary"></span>
  1463.        </h4>
  1464.      </div>
  1465.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1466.        <div class="recent-post-list">
  1467.          
  1468.        </div>
  1469.  
  1470.        <div class="text-center mt-4 pt-3 border-top border-light">
  1471.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1472.        </div>
  1473.      </div>
  1474.    </div>
  1475.  
  1476.    
  1477.  </div>
  1478.  
  1479. <!-- Sidebar V2 Styles -->
  1480. <style>
  1481.  .sidebar-widget {
  1482.    position: relative;
  1483.  }
  1484.  
  1485.  .widget-title {
  1486.    font-size: 1.1rem;
  1487.    font-weight: 700;
  1488.    display: inline-block;
  1489.    position: relative;
  1490.    z-index: 2;
  1491.    border-radius: 0;
  1492.  }
  1493.  
  1494.  /* Green arrow for August Blog Roll */
  1495.  .title-arrow::after {
  1496.    content: '';
  1497.    position: absolute;
  1498.    top: 0;
  1499.    right: -22px;
  1500.    width: 0;
  1501.    height: 0;
  1502.    border-left: 22px solid var(--bs-primary);
  1503.    border-top: 22px solid transparent;
  1504.    border-bottom: 22px solid transparent;
  1505.    z-index: 1;
  1506.  }
  1507.  
  1508.  /* Blue arrow for Recent Posts */
  1509.  .title-arrow-primary::after {
  1510.    content: '';
  1511.    position: absolute;
  1512.    top: 0;
  1513.    right: -22px;
  1514.    width: 0;
  1515.    height: 0;
  1516.    border-left: 22px solid var(--bs-primary);
  1517.    border-top: 22px solid transparent;
  1518.    border-bottom: 22px solid transparent;
  1519.    z-index: 1;
  1520.  }
  1521.  
  1522.  .widget-content {
  1523.    margin-top: -1px;
  1524.    position: relative;
  1525.    z-index: 1;
  1526.     background-color: var(--card-bg);
  1527.  }
  1528.  
  1529.  /* Blog Roll Items Hover Effects */
  1530.  .blog-roll-item:hover .blog-title {
  1531.    color: #198754 !important;
  1532.    transform: translateX(5px);
  1533.    transition: all 0.3s ease;
  1534.  }
  1535.  
  1536.  /* Recent Post Items Hover Effects */
  1537.  .recent-post-item:hover .post-title a {
  1538.    color: #0d6efd !important;
  1539.    transition: color 0.3s ease;
  1540.  }
  1541.  
  1542.  .recent-post-item:hover .post-image img {
  1543.    transform: scale(1.05);
  1544.    transition: transform 0.3s ease;
  1545.  }
  1546.  
  1547.  /* Button Hover Effects */
  1548.  .btn:hover {
  1549.    transform: translateY(-2px);
  1550.    transition: all 0.3s ease;
  1551.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  1552.  }
  1553.  
  1554.  /* Badge Hover Effects */
  1555.  .badge:hover {
  1556.    transform: scale(1.05);
  1557.    transition: transform 0.3s ease;
  1558.  }
  1559.  
  1560.  @media (max-width: 991px) {
  1561.    .sidebar {
  1562.      margin-top: 3rem;
  1563.    }
  1564.  }
  1565.  
  1566.  @media (max-width: 576px) {
  1567.    .widget-title {
  1568.      font-size: 1rem;
  1569.      padding: 0.75rem 1rem !important;
  1570.    }
  1571.  
  1572.    .title-arrow::after,
  1573.    .title-arrow-primary::after {
  1574.      right: -18px;
  1575.      border-left-width: 18px;
  1576.      border-top-width: 18px;
  1577.      border-bottom-width: 18px;
  1578.    }
  1579.  
  1580.    .post-image {
  1581.      width: 70px !important;
  1582.      height: 55px !important;
  1583.    }
  1584.  
  1585.    .blog-meta {
  1586.      flex-direction: column !important;
  1587.      align-items: flex-start !important;
  1588.      gap: 0.5rem;
  1589.    }
  1590.  }
  1591. </style>
  1592.  
  1593.    
  1594.            </div>
  1595.        </div>
  1596.    </div>
  1597. </section>
  1598.  
  1599. <script>
  1600. document.addEventListener('DOMContentLoaded', function() {
  1601.    // Intersection Observer for Fade Animation on Scroll Up and Down
  1602.    const observerOptions = {
  1603.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  1604.        rootMargin: '0px 0px -100px 0px'
  1605.    };
  1606.  
  1607.    // Group cards into pairs (assuming two cards per row)
  1608.    const cards = document.querySelectorAll('.scroll-trigger');
  1609.    const cardPairs = [];
  1610.    for (let i = 0; i < cards.length; i += 2) {
  1611.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  1612.    }
  1613.  
  1614.    const observer = new IntersectionObserver(function(entries) {
  1615.        entries.forEach(entry => {
  1616.            const card = entry.target;
  1617.            // Find the pair index for the current card
  1618.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  1619.            const pair = cardPairs[pairIndex];
  1620.  
  1621.            if (entry.isIntersecting) {
  1622.                // Fade in the pair with a delay based on pair index
  1623.                pair.forEach((cardInPair, index) => {
  1624.                    setTimeout(() => {
  1625.                        cardInPair.classList.add('active');
  1626.                    }, pairIndex * 300); // 300ms delay between pairs
  1627.                });
  1628.            } else {
  1629.                // Fade out the pair when exiting viewport
  1630.                pair.forEach(cardInPair => {
  1631.                    cardInPair.classList.remove('active');
  1632.                });
  1633.            }
  1634.        });
  1635.    }, observerOptions);
  1636.  
  1637.    // Observe each card individually
  1638.    cards.forEach(card => {
  1639.        observer.observe(card);
  1640.    });
  1641. });
  1642. </script>
  1643.  
  1644.    
  1645.        
  1646.        <!-- end wpo-blog-highlights-section -->
  1647.        <!-- start wpo-blog-sponsored-section -->
  1648.        
  1649.  
  1650.  
  1651.  
  1652.    
  1653.  
  1654.  
  1655.    
  1656.        <!-- end wpo-blog-sponsored-section -->
  1657.        <!-- start wpo-subscribe-section -->
  1658.        
  1659.        <!-- end subscribe-section -->
  1660.        <!-- start of wpo-site-footer-section -->
  1661.        
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  1669. <footer class="footer-v5 bg-primary-gradient border-top">
  1670.    
  1671.    <!-- Main Footer Content -->
  1672.    <div class="container-fluid py-5">
  1673.        
  1674.        <!-- Top Section with Logo and Description -->
  1675.        <div class="row mb-5">
  1676.            <div class="col-12 text-center">
  1677.                <div class="footer-brand mb-4">
  1678.                    
  1679.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/97755321-ad92-4d24-bc95-6627d174363f_logo.png" alt="TechSphere Blog" class="footer-logo mb-3" height="60">
  1680.                    
  1681.                    <h4 class="fw-bold footer-color mb-2">TechSphere Blog</h4>
  1682.                    <p class="footer-color opacity-50">Explore the latest in technology, digital trends, and insightful articles on innovation. Stay updated with expert analysis and practical tech tips.</p>
  1683.                </div>
  1684.            </div>
  1685.        </div>
  1686.  
  1687.        <!-- Content Grid -->
  1688.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  1689.            
  1690.            <!-- Quick Links Column -->
  1691.            <div class="">
  1692.                <div class="footer-section">
  1693.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  1694.                        Quick Links
  1695.                    </h6>
  1696.                    <ul class="list-unstyled footer-links">
  1697.                        
  1698.                        <li class="">No featured posts available</li>
  1699.                        
  1700.                    </ul>
  1701.                </div>
  1702.            </div>
  1703.  
  1704.            <!-- Resources Column -->
  1705.            <div class="">
  1706.                <div class="footer-section">
  1707.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  1708.                        Resources
  1709.                    </h6>
  1710.                   <ul class="footer-links" id="footerLinks">
  1711.        
  1712.        
  1713.  
  1714.        
  1715.        
  1716.        
  1717.        
  1718.    </ul>
  1719.                </div>
  1720.            </div>
  1721.  
  1722.            <!-- Categories Column -->
  1723.            <div class="">
  1724.                <div class="footer-section">
  1725.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  1726.                        Categories
  1727.                    </h6>
  1728.                    <div class="category-tags">
  1729.                      
  1730.                                <li>
  1731.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  1732.                                        All Posts
  1733.                                    </a>
  1734.                                </li>
  1735.                                
  1736.                                <li>
  1737.                                    <a href="/category/business/" class="footer-link footer-color">
  1738.                                        Business
  1739.                                    </a>
  1740.                                </li>
  1741.                                
  1742.                                <li>
  1743.                                    <a href="/category/esports/" class="footer-link footer-color">
  1744.                                        Esports
  1745.                                    </a>
  1746.                                </li>
  1747.                                
  1748.                                <li>
  1749.                                    <a href="/category/fashion/" class="footer-link footer-color">
  1750.                                        Fashion
  1751.                                    </a>
  1752.                                </li>
  1753.                                
  1754.                                <li>
  1755.                                    <a href="/category/featured/" class="footer-link footer-color">
  1756.                                        Featured
  1757.                                    </a>
  1758.                                </li>
  1759.                                
  1760.                                <li>
  1761.                                    <a href="/category/gaming/" class="footer-link footer-color">
  1762.                                        Gaming
  1763.                                    </a>
  1764.                                </li>
  1765.                                
  1766.                    </div>
  1767.                </div>
  1768.            </div>
  1769.  
  1770.        </div>
  1771.  
  1772.    </div>
  1773.  
  1774.    <!-- Footer Bottom -->
  1775.    <div class="footer-bottom  border-top py-3">
  1776.        <div class="container-fluid fluid-container">
  1777.            <div class=" d-flex justify-content-between flex-wrap">
  1778.                <div class="">
  1779.                    <p class="mb-0 footer-color  ">
  1780.                        © 2026 <span class="fw-semibold footer-color">TechSphere Blog</span>. All rights reserved.
  1781.                    </p>
  1782.                </div>
  1783.                <div class="">
  1784.                    <div class="footer-nav">
  1785.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  1786.                            <i class="bi bi-file-text me-1"></i>Write For Us
  1787.                        </a>
  1788.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  1789.                            <i class="bi bi-file-text me-1"></i>Terms
  1790.                        </a>
  1791.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  1792.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  1793.                        </a>
  1794.                    </div>
  1795.                </div>
  1796.            </div>
  1797.        </div>
  1798.    </div>
  1799.  
  1800. </footer>
  1801.  
  1802. <style>
  1803. /* Footer V5 - Clean Minimalist Bootstrap Design */
  1804.  
  1805.  
  1806.  
  1807.  
  1808. .footer-logo {
  1809.    border-radius: 8px;
  1810. }
  1811.  
  1812. /* Footer Sections */
  1813. .footer-section {
  1814.    padding: 0 15px;
  1815. }
  1816.  
  1817. .footer-section h6 {
  1818.    position: relative;
  1819.    padding-bottom: 8px;
  1820. }
  1821.  
  1822. .footer-section h6::after {
  1823.    content: '';
  1824.    position: absolute;
  1825.    bottom: 0;
  1826.    left: 0;
  1827.    width: 30px;
  1828.    height: 2px;
  1829.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  1830.    border-radius: 1px;
  1831. }
  1832.  
  1833. /* Links Styling */
  1834. .footer-links a {
  1835.    transition: all 0.3s ease;
  1836.    padding: 4px 0;
  1837.    border-radius: 4px;
  1838. }
  1839.  
  1840. .footer-links a:hover {
  1841.    color: var(--bs-primary) !important;
  1842.    padding-left: 8px;
  1843. }
  1844.  
  1845. .footer-links a:hover i {
  1846.    transform: translateX(2px);
  1847. }
  1848.  
  1849. /* Category Tags */
  1850. .category-tag {
  1851.    transition: all 0.3s ease;
  1852.    padding: 6px 12px !important;
  1853.    font-size: 0.875rem;
  1854. }
  1855.  
  1856.  
  1857.  
  1858. /* Footer Bottom */
  1859. .footer-bottom {
  1860.    backdrop-filter: blur(10px);
  1861. }
  1862.  
  1863. /* Responsive Design */
  1864. @media (max-width: 768px) {
  1865.    .footer-v5 {
  1866.        margin-top: 60px;
  1867.    }
  1868.    
  1869.    .footer-section {
  1870.        text-align:start;
  1871.        margin-bottom: 40px;
  1872.    }
  1873.    
  1874.    .footer-links a,
  1875.    .category-tags {
  1876.        justify-content:start;
  1877.    }
  1878.    
  1879.    .social-links .d-flex {
  1880.        justify-content:start;
  1881.    }
  1882. }
  1883.  
  1884. @media (max-width: 576px) {
  1885.    .footer-brand h4 {
  1886.        font-size: 1.25rem;
  1887.    }
  1888.    
  1889.    .stats-item h5 {
  1890.        font-size: 1.1rem;
  1891.    }
  1892.    
  1893.    .newsletter-form .btn {
  1894.        padding: 8px 12px;
  1895.    }
  1896. }
  1897.  
  1898. /* Animation Classes */
  1899. .fade-in {
  1900.    animation: fadeIn 0.6s ease-in;
  1901. }
  1902.  
  1903. @keyframes fadeIn {
  1904.    from { opacity: 0; transform: translateY(20px); }
  1905.    to { opacity: 1; transform: translateY(0); }
  1906. }
  1907.  
  1908. /* Loading State */
  1909. .loading {
  1910.    pointer-events: none;
  1911.    opacity: 0.7;
  1912. }
  1913.  
  1914. .loading .btn {
  1915.    position: relative;
  1916. }
  1917.  
  1918. .loading .btn::after {
  1919.    content: '';
  1920.    position: absolute;
  1921.    top: 50%;
  1922.    left: 50%;
  1923.    width: 16px;
  1924.    height: 16px;
  1925.    margin: -8px 0 0 -8px;
  1926.    border: 2px solid transparent;
  1927.    border-top-color: currentColor;
  1928.    border-radius: 50%;
  1929.    animation: spin 1s linear infinite;
  1930. }
  1931.  
  1932. @keyframes spin {
  1933.    to { transform: rotate(360deg); }
  1934. }
  1935.  
  1936. /* Utility Classes */
  1937. .text-gradient {
  1938.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  1939.    -webkit-background-clip: text;
  1940.    -webkit-text-fill-color: transparent;
  1941.    background-clip: text;
  1942. }
  1943.  
  1944. .hover-lift {
  1945.    transition: transform 0.3s ease;
  1946. }
  1947.  
  1948. .hover-lift:hover {
  1949.    transform: translateY(-2px);
  1950. }
  1951. </style>
  1952.  
  1953.  
  1954. <script>
  1955. document.addEventListener('DOMContentLoaded', function() {
  1956.    
  1957.    // Initialize Bootstrap tooltips
  1958.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  1959.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  1960.        return new bootstrap.Tooltip(tooltipTriggerEl);
  1961.    });
  1962.  
  1963.    // Newsletter form handling
  1964.    const newsletterForm = document.querySelector('.newsletter-form');
  1965.    if (newsletterForm) {
  1966.        newsletterForm.addEventListener('submit', function(e) {
  1967.            e.preventDefault();
  1968.            
  1969.            const email = this.querySelector('input[name="email"]').value.trim();
  1970.            const submitBtn = this.querySelector('button[type="submit"]');
  1971.            const originalContent = submitBtn.innerHTML;
  1972.            
  1973.            // Validate email
  1974.            if (!email || !isValidEmail(email)) {
  1975.                showToast('Please enter a valid email address', 'error');
  1976.                return;
  1977.            }
  1978.            
  1979.            // Show loading state
  1980.            this.classList.add('loading');
  1981.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  1982.            submitBtn.disabled = true;
  1983.            
  1984.            // Simulate API call
  1985.            setTimeout(() => {
  1986.                // Success state
  1987.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  1988.                submitBtn.classList.remove('btn-primary');
  1989.                submitBtn.classList.add('btn-success');
  1990.                
  1991.                showToast('Successfully subscribed to newsletter!', 'success');
  1992.                
  1993.                // Reset form
  1994.                setTimeout(() => {
  1995.                    this.classList.remove('loading');
  1996.                    submitBtn.innerHTML = originalContent;
  1997.                    submitBtn.classList.remove('btn-success');
  1998.                    submitBtn.classList.add('btn-primary');
  1999.                    submitBtn.disabled = false;
  2000.                    this.reset();
  2001.                }, 2000);
  2002.                
  2003.            }, 1500);
  2004.        });
  2005.    }
  2006.    
  2007.    // Email validation function
  2008.    function isValidEmail(email) {
  2009.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  2010.        return emailRegex.test(email);
  2011.    }
  2012.    
  2013.    // Toast notification function
  2014.    function showToast(message, type = 'info') {
  2015.        // Remove existing toasts
  2016.        const existingToasts = document.querySelectorAll('.custom-toast');
  2017.        existingToasts.forEach(toast => toast.remove());
  2018.        
  2019.        // Create toast
  2020.        const toast = document.createElement('div');
  2021.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  2022.        toast.style.zIndex = '9999';
  2023.        toast.innerHTML = `
  2024.            <div class="d-flex align-items-center">
  2025.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  2026.                <span>${message}</span>
  2027.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  2028.            </div>
  2029.        `;
  2030.        
  2031.        document.body.appendChild(toast);
  2032.        
  2033.        // Auto remove after 4 seconds
  2034.        setTimeout(() => {
  2035.            if (toast && toast.parentNode) {
  2036.                toast.remove();
  2037.            }
  2038.        }, 4000);
  2039.    }
  2040.    
  2041.    // Smooth scroll for internal links
  2042.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  2043.        anchor.addEventListener('click', function(e) {
  2044.            e.preventDefault();
  2045.            const target = document.querySelector(this.getAttribute('href'));
  2046.            if (target) {
  2047.                target.scrollIntoView({
  2048.                    behavior: 'smooth',
  2049.                    block: 'start'
  2050.                });
  2051.            }
  2052.        });
  2053.    });
  2054.    
  2055.    // Add fade-in animation to footer sections on scroll
  2056.    const observerOptions = {
  2057.        threshold: 0.1,
  2058.        rootMargin: '0px 0px -50px 0px'
  2059.    };
  2060.    
  2061.    const sectionObserver = new IntersectionObserver((entries) => {
  2062.        entries.forEach(entry => {
  2063.            if (entry.isIntersecting) {
  2064.                entry.target.classList.add('fade-in');
  2065.            }
  2066.        });
  2067.    }, observerOptions);
  2068.    
  2069.    // Observe footer sections
  2070.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  2071.        sectionObserver.observe(section);
  2072.    });
  2073.    
  2074.    // Enhanced hover effects for category tags
  2075.    document.querySelectorAll('.category-tag').forEach(tag => {
  2076.        tag.addEventListener('mouseenter', function() {
  2077.            this.style.transform = 'translateY(-2px) scale(1.02)';
  2078.        });
  2079.        
  2080.        tag.addEventListener('mouseleave', function() {
  2081.            this.style.transform = 'translateY(0) scale(1)';
  2082.        });
  2083.    });
  2084.    
  2085.    // Prevent default for demo links
  2086.    document.querySelectorAll('a[href="#"]').forEach(link => {
  2087.        link.addEventListener('click', function(e) {
  2088.            e.preventDefault();
  2089.        });
  2090.    });
  2091.    
  2092.    // Add click ripple effect to buttons
  2093.    document.querySelectorAll('.btn').forEach(btn => {
  2094.        btn.addEventListener('click', function(e) {
  2095.            const ripple = document.createElement('span');
  2096.            const rect = this.getBoundingClientRect();
  2097.            const size = Math.max(rect.width, rect.height);
  2098.            const x = e.clientX - rect.left - size / 2;
  2099.            const y = e.clientY - rect.top - size / 2;
  2100.            
  2101.            ripple.style.cssText = `
  2102.                position: absolute;
  2103.                left: ${x}px;
  2104.                top: ${y}px;
  2105.                width: ${size}px;
  2106.                height: ${size}px;
  2107.                border-radius: 50%;
  2108.                background: rgba(255, 255, 255, 0.4);
  2109.                transform: scale(0);
  2110.                animation: ripple-effect 0.6s linear;
  2111.                pointer-events: none;
  2112.            `;
  2113.            
  2114.            this.style.position = 'relative';
  2115.            this.style.overflow = 'hidden';
  2116.            this.appendChild(ripple);
  2117.            
  2118.            setTimeout(() => ripple.remove(), 600);
  2119.        });
  2120.    });
  2121.    
  2122. });
  2123.  
  2124. // Add ripple animation CSS
  2125. const rippleCSS = document.createElement('style');
  2126. rippleCSS.textContent = `
  2127.    @keyframes ripple-effect {
  2128.        to {
  2129.            transform: scale(4);
  2130.            opacity: 0;
  2131.        }
  2132.    }
  2133. `;
  2134. document.head.appendChild(rippleCSS);
  2135.  
  2136. document.addEventListener('DOMContentLoaded', function () {
  2137.    var btn = document.getElementById('toggleFooterLinks');
  2138.    if (!btn) return; // No extra links, no button
  2139.  
  2140.    var extras = document.querySelectorAll('#footerLinks li.extra');
  2141.  
  2142.    btn.addEventListener('click', function () {
  2143.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2144.            return li.classList.contains('d-none');
  2145.        });
  2146.  
  2147.        extras.forEach(function (li) {
  2148.            if (anyHidden) {
  2149.                li.classList.remove('d-none');
  2150.                li.classList.add('show');
  2151.            } else {
  2152.                li.classList.add('d-none');
  2153.                li.classList.remove('show');
  2154.            }
  2155.        });
  2156.  
  2157.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2158.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2159.    });
  2160. });
  2161.  
  2162. </script>
  2163.  
  2164.        <!-- end of wpo-site-footer-section -->
  2165.    </div>
  2166.    <!-- end of page-wrapper -->
  2167.  
  2168.    <!-- All JavaScript files
  2169.    ================================================== -->
  2170.    
  2171.  
  2172. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2173. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2174. <!-- Plugins for this template -->
  2175. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2176. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2177. <!-- Custom script for this template -->
  2178. <script src="/static/blogapp/assets/js/script.js"></script>
  2179.  
  2180. <script>
  2181. (function () {
  2182. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2183. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2184.  
  2185. function applyFallback(img) {
  2186. if (!img || img.dataset.fallbackApplied === "1") {
  2187. return;
  2188. }
  2189. var failedSrc = img.currentSrc || img.src || "";
  2190. img.dataset.fallbackApplied = "1";
  2191. img.onerror = null;
  2192. img.src = fallbackImageSrc;
  2193. console.warn("[ImageFallback] Replaced broken image:", {
  2194. failedSrc: failedSrc,
  2195. fallbackSrc: fallbackImageSrc,
  2196. alt: img.alt || "",
  2197. });
  2198. }
  2199.  
  2200. document.querySelectorAll("img").forEach(function (img) {
  2201. if (img.complete && img.naturalWidth === 0) {
  2202. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2203. failedSrc: img.currentSrc || img.src || "",
  2204. alt: img.alt || "",
  2205. });
  2206. applyFallback(img);
  2207. }
  2208. });
  2209.  
  2210. document.addEventListener(
  2211. "error",
  2212. function (event) {
  2213. var target = event.target;
  2214. if (target && target.tagName === "IMG") {
  2215. applyFallback(target);
  2216. }
  2217. },
  2218. true
  2219. );
  2220. })();
  2221. </script>
  2222.  
  2223. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2224.  
  2225.  
  2226.  
  2227. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"75e683e670d243d39cd1bd1205d4dd68","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  2228. </body>
  2229.  
  2230. </html>
  2231.  
  2232.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda