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://blogcode.at

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  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-26T130155.872_2VmnL2t_GMeJbKI.png">
  14.    
  15.  
  16.    <title>BlogCode: Tips and Tutorials for Modern Web Development</title>
  17.    <meta name="description" content="Explore expert insights on coding, programming tutorials, and web development trends to enhance your skills and stay updated in the tech industry.">
  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://blogcode.at/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c4b4;
  42.        --bs-primary-rgb: 00c4b4;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #e6fafa;
  49.        --bs-dark: #0a2f2f;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c4b4;
  53.        --theme-primary-color-s2: #00c4b4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f2f;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f2f;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #0a2f2f;
  76.        --topbar-bg: #e6fafa;
  77.        --topbar-color: #0a2f2f;
  78.        --footer-bg: #0a2f2f;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 10px;
  83.        --link-color: #00c4b4;
  84.        --link-hover: #00a896;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 196, 180, 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_82">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  409.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  410.  
  411.    <div class="unique-news-wrapper-container">
  412.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  413.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  414.            <p class="text-center">
  415.              
  416.              <a href="/sharing-a-dugout-with-sir-alex-and-being-knocked-out-the-photographers-tales/" class="px-5 top-color">
  417.                Sharing a Dugout with Sir Alex and Being &#x27;Knocked Out&#x27; – The Photographer&#x27;s Tales
  418.              </a>
  419.              
  420.              <a href="/californias-governor-again-denies-early-release-for-manson-follower-longtime-inmate/" class="px-5 top-color">
  421.                California&#x27;s Governor Again Denies Early Release for Manson Follower Longtime Inmate
  422.              </a>
  423.              
  424.              <a href="/person-of-interest-in-ivy-league-campus-shooting-found-discovered-deceased-inside-storage-facility/" class="px-5 top-color">
  425.                Person of Interest in Ivy League Campus Shooting Found Discovered Deceased Inside Storage Facility.
  426.              </a>
  427.              
  428.              <a href="/to-rinse-or-not-to-rinse-expert-tips-for-preparing-your-fungi/" class="px-5 top-color">
  429.                To Rinse or Not to Rinse: Expert Tips for Preparing Your Fungi
  430.              </a>
  431.              
  432.              <a href="/human-remains-of-endurance-athlete-apparently-killed-by-great-white-located-on-california-shore/" class="px-5 top-color">
  433.                Human Remains of Endurance Athlete Apparently Killed by Great White Located on California Shore
  434.              </a>
  435.              
  436.            </p>
  437.          </marquee>
  438.        </div>
  439.    </div>
  440.  
  441.    <div class="contact-info top-color">
  442.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  443.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  444.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  445.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  446.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  447.        </ul>
  448.    </div>
  449. </div>
  450. </div>
  451.  
  452. <script>
  453.    // Build array directly from Django context
  454.    const newsItems = [
  455.        
  456.            { title: "Sharing a Dugout with Sir Alex and Being \u0027Knocked Out\u0027 – The Photographer\u0027s Tales", url: "/sharing-a-dugout-with-sir-alex-and-being-knocked-out-the-photographers-tales/" },
  457.        
  458.            { title: "California\u0027s Governor Again Denies Early Release for Manson Follower Longtime Inmate", url: "/californias-governor-again-denies-early-release-for-manson-follower-longtime-inmate/" },
  459.        
  460.            { title: "Person of Interest in Ivy League Campus Shooting Found Discovered Deceased Inside Storage Facility.", url: "/person-of-interest-in-ivy-league-campus-shooting-found-discovered-deceased-inside-storage-facility/" },
  461.        
  462.            { title: "To Rinse or Not to Rinse: Expert Tips for Preparing Your Fungi", url: "/to-rinse-or-not-to-rinse-expert-tips-for-preparing-your-fungi/" },
  463.        
  464.            { title: "Human Remains of Endurance Athlete Apparently Killed by Great White Located on California Shore", url: "/human-remains-of-endurance-athlete-apparently-killed-by-great-white-located-on-california-shore/" }
  465.        
  466.    ];
  467.  
  468.    let currentNewsIndex = 0;
  469.    const newsWrapper = document.getElementById('newsWrapper');
  470.    let currentNewsElement = null;
  471.    let typingInterval = null;
  472.    let isTyping = false;
  473.  
  474.    function createNewsElement() {
  475.        const newsElement = document.createElement('div');
  476.        newsElement.className = 'unique-news-item top-color active';
  477.        newsWrapper.appendChild(newsElement);
  478.        currentNewsElement = newsElement;
  479.    }
  480.  
  481.    function typeText(news, element, callback) {
  482.        let index = 0;
  483.        element.innerHTML = '<span class="unique-cursor"></span>';
  484.  
  485.        typingInterval = setInterval(() => {
  486.            if (index < news.title.length) {
  487.                const currentText = news.title.substring(0, index + 1);
  488.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  489.                index++;
  490.            } else {
  491.                clearInterval(typingInterval);
  492.                setTimeout(() => {
  493.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  494.                    if (callback) callback();
  495.                }, 1000);
  496.            }
  497.        }, 100); // typing speed
  498.    }
  499.  
  500.    function startTyping() {
  501.        if (isTyping) return;
  502.  
  503.        isTyping = true;
  504.        const currentNews = newsItems[currentNewsIndex];
  505.  
  506.        typeText(currentNews, currentNewsElement, () => {
  507.            isTyping = false;
  508.            setTimeout(() => {
  509.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  510.                startTyping();
  511.            }, 5000); // wait before next headline
  512.        });
  513.    }
  514.  
  515.    window.onload = function() {
  516.        createNewsElement();
  517.        startTyping();
  518.    };
  519. </script>
  520.  
  521.  
  522.  
  523.            
  524.  
  525.  
  526.  
  527.  
  528.  
  529. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  530.  <div class="container-fluid fluid-container">
  531.    <div class="row flex-wrap align-items-center">
  532.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  533.        <div class="mobail-menu">
  534.          <button type="button" class="navbar-toggler open-btn">
  535.            <span class="sr-only">Toggle navigation</span>
  536.            <span class="icon-bar first-angle"></span>
  537.            <span class="icon-bar middle-angle"></span>
  538.            <span class="icon-bar last-angle"></span>
  539.          </button>
  540.        </div>
  541.      </div>
  542.      <div class="col-lg-2 col-md-6 col-6">
  543.        <div class="navbar-header">
  544.          <a class="navbar-brand" href="/">
  545.            
  546.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/5014031e-dcda-4456-859f-7192aac96982_logo.png" alt="BlogCode" />
  547.            
  548.          </a>
  549.        </div>
  550.  
  551.      </div>
  552.      <div class="col-lg-8 col-md-1 col-1">
  553.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  554.          <button class="menu-close"><i class="ti-close"></i></button>
  555.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  556.            <li>
  557.              <a href="/">
  558.                Home
  559.              </a>
  560.            </li>
  561.            
  562.            
  563.             <li>
  564.              <a href="/category/all-posts/">
  565.                All Posts
  566.              </a>
  567.              </li>
  568.              
  569.  
  570.                  
  571.              
  572.             <li>
  573.              <a href="/category/business/">
  574.                Business
  575.              </a>
  576.              </li>
  577.              
  578.  
  579.                  
  580.              
  581.             <li>
  582.              <a href="/category/esports/">
  583.                Esports
  584.              </a>
  585.              </li>
  586.              
  587.  
  588.                  
  589.              
  590.             <li>
  591.              <a href="/category/fashion/">
  592.                Fashion
  593.              </a>
  594.              </li>
  595.              
  596.  
  597.                  
  598.              
  599.             <li>
  600.              <a href="/category/featured/">
  601.                Featured
  602.              </a>
  603.              </li>
  604.              
  605.  
  606.                  
  607.              
  608.            
  609.              <li class="menu-item-has-children">
  610.                <a href="#">More</a>
  611.                <ul class="sub-menu">
  612.                  <li>
  613.                    <a href="/category/gaming/">
  614.                      Gaming
  615.                    </a>
  616.                  </li>
  617.                  
  618.  
  619.                  
  620.              
  621.            
  622.                  <li>
  623.                    <a href="/category/health/">
  624.                      Health
  625.                    </a>
  626.                  </li>
  627.                  
  628.  
  629.                  
  630.              
  631.            
  632.                  <li>
  633.                    <a href="/category/life-fitness/">
  634.                      Life &amp; Fitness
  635.                    </a>
  636.                  </li>
  637.                  
  638.  
  639.                  
  640.              
  641.            
  642.                  <li>
  643.                    <a href="/category/lifestyle/">
  644.                      Lifestyle
  645.                    </a>
  646.                  </li>
  647.                  
  648.  
  649.                  
  650.              
  651.            
  652.                  <li>
  653.                    <a href="/category/news/">
  654.                      News
  655.                    </a>
  656.                  </li>
  657.                  
  658.  
  659.                  
  660.              
  661.            
  662.                  <li>
  663.                    <a href="/category/others/">
  664.                      Others
  665.                    </a>
  666.                  </li>
  667.                  
  668.  
  669.                  
  670.              
  671.            
  672.                  <li>
  673.                    <a href="/category/politics/">
  674.                      Politics
  675.                    </a>
  676.                  </li>
  677.                  
  678.  
  679.                  
  680.              
  681.            
  682.                  <li>
  683.                    <a href="/category/sports/">
  684.                      Sports
  685.                    </a>
  686.                  </li>
  687.                  
  688.  
  689.                  
  690.              
  691.            
  692.                  <li>
  693.                    <a href="/category/tech/">
  694.                      Tech
  695.                    </a>
  696.                  </li>
  697.                  
  698.  
  699.                  
  700.              
  701.            
  702.                  <li>
  703.                    <a href="/category/travel/">
  704.                      Travel
  705.                    </a>
  706.                  </li>
  707.                  
  708.  
  709.                  
  710.                </ul>
  711.              </li>
  712.              
  713.              
  714.              
  715.              <li>
  716.                <a href="/page/contact-us/">
  717.                  Contact Us
  718.                </a>
  719.              </li>
  720.          </ul>
  721.        </div>
  722.        <!-- end of nav-collapse -->
  723.      </div>
  724.      <div class="col-lg-2 col-md-2 col-2">
  725.        <div class="header-right">
  726.          <div class="header-search-form-wrapper">
  727.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  728.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  729.              <div class="header-search-form">
  730.                <form id="search-form">
  731.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  732.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  733.                </form>
  734.                <div id="search-results" class="search-v1 mt-2"></div>
  735.              </div>
  736.            </div>
  737.          </div>
  738.  
  739.          
  740.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  741.            <div class="header-right-menu">
  742.              <div class="right-menu-toggle-btn">
  743.                <span class="bg-link"></span>
  744.                <span class="bg-link"></span>
  745.                <span class="bg-link"></span>
  746.              </div>
  747.              <div class="header-right-menu-wrap z-1">
  748.                <button class="right-menu-close"><i class="ti-close"></i></button>
  749.                <div class="logo">
  750.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  751.                </div>
  752.                <div class="header-right-sec">
  753.                  <div class="project-widget widget">
  754.                    <h3 class="blog-color">Our Latest News</h3>
  755.                    <div class="posts">
  756.                      <div class="post">
  757.                        <div class="img-holder">
  758.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  759.                        </div>
  760.                        <div class="details">
  761.                          <span class="date blog-color">19 Jun 2022</span>
  762.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  763.                              Know.</a></h4>
  764.                        </div>
  765.                      </div>
  766.                      <div class="post">
  767.                        <div class="img-holder">
  768.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  769.                        </div>
  770.                        <div class="details">
  771.                          <span class="date blog-color">22 May 2022</span>
  772.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  773.                          </h4>
  774.                        </div>
  775.                      </div>
  776.                      <div class="post">
  777.                        <div class="img-holder">
  778.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  779.                        </div>
  780.                        <div class="details">
  781.                          <span class="date blog-color">12 Apr 2022</span>
  782.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  783.                          </h4>
  784.                        </div>
  785.                      </div>
  786.                    </div>
  787.                  </div>
  788.                  <div class="widget wpo-contact-widget">
  789.                    <div class="widget-title">
  790.                      <h3 class="blog-color">Contact Us</h3>
  791.                    </div>
  792.                    <div class="contact-ft">
  793.                      <ul>
  794.                        <li>
  795.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  796.                        </li>
  797.                        <li>
  798.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  799.                          + 8 (123) 123 456 789
  800.                        </li>
  801.                        <li>
  802.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  803.                        </li>
  804.                      </ul>
  805.                    </div>
  806.                  </div>
  807.                </div>
  808.              </div>
  809.              <div class="sidebar-blur"> </div>
  810.            </div>
  811.          </div> -->
  812.        </div>
  813.      </div>
  814.    </div>
  815.    <!-- end of container -->
  816. </nav>
  817. </nav>
  818. <style>
  819.  .navbar-brand img {
  820.    height: 70px;
  821.    object-fit: contain;
  822.  }
  823. </style>
  824. <script>
  825.  // jQuery or vanilla JavaScript to handle the AJAX search
  826.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  827.    e.preventDefault();  // Prevent the form from submitting normally
  828.  
  829.    const query = document.getElementById("search-input").value;
  830.  // Check if the input field is empty
  831.    if (query === "") {
  832.      // Clear the search results if the input is empty
  833.      document.getElementById("search-results").innerHTML = "";
  834.      return; // Exit the function early to avoid making an AJAX request
  835.    }
  836.    // Send AJAX request
  837.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  838.      method: "GET",
  839.        headers: {
  840.          "X-Requested-With": "XMLHttpRequest",
  841.        },
  842.    })
  843.      .then(response => response.json())
  844.      .then(data => {
  845.        if (data.html) {
  846.          document.getElementById("search-results").innerHTML = data.html;
  847.        } else {
  848.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  849.        }
  850.      })
  851.      .catch(error => {
  852.        console.error("Error fetching search results:", error);
  853.      });
  854.  });
  855.  
  856. </script>
  857.  
  858.        </header>
  859.        <!-- end of header -->
  860.        <!-- start of wpo-blog-hero -->
  861.        
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869. <div class="blog-hero-v6">
  870.    <div class="container-fluid fluid-container">
  871.        
  872.        <!-- Top Section - Two Column Layout -->
  873.        <div class="row g-4 mb-5">
  874.            <!-- Main Featured Article - Left -->
  875.            
  876.  
  877.            <div class="col-lg-6 col-md-12">
  878.                <article class="main-featured">
  879.                    <div class="featured-image-container">
  880.                        
  881.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  882.                                class="featured-image" style="object-fit: cover;" alt="">
  883.                        
  884.                        <div class="category-tag bg-primary-gradient">News</div>
  885.                    </div>
  886.                    <div class="featured-content">
  887.                        <h1 class="featured-title"><a class="top-color" href="/barry-manilow-to-undergo-surgery-for-lung-cancer/" >
  888.                                        Barry Manilow to Undergo Surgery for Lung Cancer.
  889.                                    </a></h1>
  890.                        <p class="featured-summary"></p>
  891.                        <div class="article-meta">
  892.                            <div class="author-info">
  893.                                
  894.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="author-pic">
  895.                                
  896.                                <div class="author-text">
  897.                                    <span class="author-name">Timothy Allen</span>
  898.                                    <span class="post-time">19 May 2026</span>
  899.                                    
  900.                                </div>
  901.                            </div>
  902.                            <div class="reading-info">
  903.                                <!-- <span class="read-time">4 min read</span> -->
  904.                            </div>
  905.                        </div>
  906.                    </div>
  907.                </article>
  908.            </div>
  909.            
  910.  
  911.            <div class="col-lg-6 col-md-12">
  912.                <article class="main-featured">
  913.                    <div class="featured-image-container">
  914.                        
  915.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  916.                                class="featured-image" style="object-fit: cover;" alt="">
  917.                        
  918.                        <div class="category-tag bg-primary-gradient">News</div>
  919.                    </div>
  920.                    <div class="featured-content">
  921.                        <h1 class="featured-title"><a class="top-color" href="/former-british-soldier-charged-of-killing-kenya-woman-shows-up-in-courtroom/" >
  922.                                        Former British Soldier Charged of Killing Kenya Woman Shows Up in Courtroom
  923.                                    </a></h1>
  924.                        <p class="featured-summary"></p>
  925.                        <div class="article-meta">
  926.                            <div class="author-info">
  927.                                
  928.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="author-pic">
  929.                                
  930.                                <div class="author-text">
  931.                                    <span class="author-name">Timothy Allen</span>
  932.                                    <span class="post-time">19 May 2026</span>
  933.                                    
  934.                                </div>
  935.                            </div>
  936.                            <div class="reading-info">
  937.                                <!-- <span class="read-time">4 min read</span> -->
  938.                            </div>
  939.                        </div>
  940.                    </div>
  941.                </article>
  942.            </div>
  943.            
  944.  
  945.        </div>
  946.  
  947.        <!-- Bottom Section - Three Column Grid -->
  948.        <div class="row g-4">
  949.            
  950.                <div class="col-lg-4 col-md-6 col-12">
  951.                    <article class="compact-card">
  952.                        <div class="compact-image">
  953.                            
  954.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  955.                                   style="object-fit: cover;" alt="">
  956.                            
  957.                            <div class="compact-category bg-primary-gradient">News</div>
  958.                        </div>
  959.                        <div class="compact-body">
  960.                            <h3 class="compact-title"> <a class="top-color" href="/us-food-and-drug-administration-approves-addyi-a-libido-enhancing-treatment-for-females-beyond-menopause/" >
  961.                                        U.S. Food and Drug Administration Approves Addyi, a Libido-Enhancing Treatment for Females Beyond Menopause
  962.                                    </a></h3>
  963.                            <p class="compact-text"></p>
  964.                            <div class="compact-footer">
  965.                                <div class="compact-author">
  966.                                    
  967.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  968.                                    
  969.                                    <span class="compact-name">Timothy Allen</span>
  970.                                </div>
  971.                                <span class="compact-date">19 May 2026</span>
  972.                            </div>
  973.                        </div>
  974.                    </article>
  975.                </div>
  976.            
  977.                <div class="col-lg-4 col-md-6 col-12">
  978.                    <article class="compact-card">
  979.                        <div class="compact-image">
  980.                            
  981.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  982.                                   style="object-fit: cover;" alt="">
  983.                            
  984.                            <div class="compact-category bg-primary-gradient">News</div>
  985.                        </div>
  986.                        <div class="compact-body">
  987.                            <h3 class="compact-title"> <a class="top-color" href="/we-must-have-a-helicopter-to-locate-them-adolescents-emergency-call-to-save-relatives-stranded-off-aussie-coast-revealed/" >
  988.                                        We Must Have a Helicopter to Locate Them’: Adolescent’s Emergency Call to Save Relatives Stranded Off Aussie Coast Revealed
  989.                                    </a></h3>
  990.                            <p class="compact-text"></p>
  991.                            <div class="compact-footer">
  992.                                <div class="compact-author">
  993.                                    
  994.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  995.                                    
  996.                                    <span class="compact-name">Timothy Allen</span>
  997.                                </div>
  998.                                <span class="compact-date">19 May 2026</span>
  999.                            </div>
  1000.                        </div>
  1001.                    </article>
  1002.                </div>
  1003.            
  1004.  
  1005.            <div class="col-lg-4 col-md-12 col-12">
  1006.                <!-- Recent Articles Sidebar -->
  1007.                <div class="recent-section">
  1008.                    <h3 class="recent-title">Recent Articles</h3>
  1009.                    <div class="recent-list">
  1010.                        
  1011.                        <div class="recent-item">
  1012.                            <div class="recent-content">
  1013.                                <h4 class="recent-article-title"><a class="top-color" href="/tropical-storm-disaster-in-sri-lanka-ignites-a-spirit-of-volunteerism/" >
  1014.                                        Tropical Storm Disaster in Sri Lanka Ignites a Spirit of Volunteerism
  1015.                                    </a></h4>
  1016.                                <span class="recent-date">18 May 2026</span>
  1017.                            </div>
  1018.                        </div>
  1019.                        
  1020.                    </div>
  1021.                </div>
  1022.            </div>
  1023.        </div>
  1024.    </div>
  1025. </div>
  1026.  
  1027. <style>
  1028. /* Blog Hero V6 - Magazine Style with White Background */
  1029. .blog-hero-v6 {
  1030.    padding: 3rem 0;
  1031.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1032. }
  1033.  
  1034. /* Main Featured Article */
  1035. .main-featured {
  1036.    background: var(--card-bg);
  1037.    border-radius: 16px;
  1038.    overflow: hidden;
  1039.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1040.    border: 1px solid var(--border-color);
  1041.    transition: all 0.3s ease;
  1042. }
  1043.  
  1044. .main-featured:hover {
  1045.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1046.    transform: translateY(-2px);
  1047. }
  1048.  
  1049. .featured-image-container {
  1050.    position: relative;
  1051.    height: 300px;
  1052.    overflow: hidden;
  1053. }
  1054.  
  1055. .featured-image {
  1056.    width: 100%;
  1057.    height: 100%;
  1058.    object-fit: cover;
  1059.    transition: transform 0.4s ease;
  1060. }
  1061.  
  1062. .main-featured:hover .featured-image {
  1063.    transform: scale(1.03);
  1064. }
  1065.  
  1066. .featured-content {
  1067.    padding: 2.5rem;
  1068. }
  1069.  
  1070. .featured-title {
  1071.    font-size: 2rem;
  1072.    font-weight: 700;
  1073.    color: #1a202c;
  1074.    margin-bottom: 1rem;
  1075.    line-height: 1.25;
  1076.    letter-spacing: -0.025em;
  1077. }
  1078.  
  1079. .featured-summary {
  1080.    font-size: 1.1rem;
  1081.    color: #4a5568;
  1082.    line-height: 1.6;
  1083.    margin-bottom: 2rem;
  1084. }
  1085.  
  1086. /* Category Tags */
  1087. .category-tag {
  1088.    position: absolute;
  1089.    top: 1.5rem;
  1090.    left: 1.5rem;
  1091.    padding: 0.5rem 1rem;
  1092.    font-size: 0.75rem;
  1093.    font-weight: 600;
  1094.    text-transform: uppercase;
  1095.    letter-spacing: 0.1em;
  1096.    color: white;
  1097.    border-radius: 6px;
  1098.    z-index: 2;
  1099. }
  1100.  
  1101.  
  1102. /* Article Meta */
  1103. .article-meta {
  1104.    display: flex;
  1105.    align-items: center;
  1106.    justify-content: space-between;
  1107. }
  1108.  
  1109. .author-info {
  1110.    display: flex;
  1111.    align-items: center;
  1112.    gap: 1rem;
  1113. }
  1114.  
  1115. .author-pic {
  1116.    width: 48px;
  1117.    height: 48px;
  1118.    border-radius: 50%;
  1119.    object-fit: cover;
  1120.    border: 2px solid #e2e8f0;
  1121. }
  1122.  
  1123. .author-text {
  1124.    display: flex;
  1125.    flex-direction: column;
  1126. }
  1127.  
  1128. .author-name {
  1129.    font-weight: 600;
  1130.    color: #2d3748;
  1131.    font-size: 0.95rem;
  1132. }
  1133.  
  1134. .post-time {
  1135.    font-size: 0.85rem;
  1136.    color: #718096;
  1137. }
  1138.  
  1139. .reading-info {
  1140.    display: flex;
  1141.    align-items: center;
  1142. }
  1143.  
  1144. .read-time {
  1145.    font-size: 0.9rem;
  1146.    color: #718096;
  1147.    padding: 0.25rem 0.75rem;
  1148.    background: #f7fafc;
  1149.    border-radius: 15px;
  1150.    font-weight: 500;
  1151. }
  1152.  
  1153. /* Secondary Featured */
  1154. .secondary-featured {
  1155.    background: var(--card-bg);
  1156.    border-radius: 16px;
  1157.    overflow: hidden;
  1158.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1159.    border: 1px solid var(--border-color);
  1160.    height: 100%;
  1161.    transition: all 0.3s ease;
  1162. }
  1163.  
  1164. .secondary-featured:hover {
  1165.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1166.    transform: translateY(-2px);
  1167. }
  1168.  
  1169. .secondary-image-wrapper {
  1170.    position: relative;
  1171.    height: 200px;
  1172.    overflow: hidden;
  1173. }
  1174.  
  1175. .secondary-image-wrapper img {
  1176.    width: 100%;
  1177.    height: 100%;
  1178.    object-fit: cover;
  1179.    transition: transform 0.4s ease;
  1180. }
  1181.  
  1182. .secondary-featured:hover .secondary-image-wrapper img {
  1183.    transform: scale(1.03);
  1184. }
  1185.  
  1186. .secondary-content {
  1187.    padding: 2rem;
  1188. }
  1189.  
  1190. .secondary-title {
  1191.    font-size: 1.5rem;
  1192.    font-weight: 600;
  1193.    color: #1a202c;
  1194.    margin-bottom: 1rem;
  1195.    line-height: 1.3;
  1196. }
  1197.  
  1198. .secondary-excerpt {
  1199.    font-size: 0.95rem;
  1200.    color: #4a5568;
  1201.    line-height: 1.6;
  1202.    margin-bottom: 1.5rem;
  1203. }
  1204.  
  1205. .secondary-meta {
  1206.    display: flex;
  1207.    align-items: center;
  1208.    gap: 0.5rem;
  1209.    font-size: 0.85rem;
  1210.    color: #718096;
  1211. }
  1212.  
  1213. .meta-divider {
  1214.    color: #cbd5e0;
  1215. }
  1216.  
  1217. /* Compact Cards */
  1218. .compact-card {
  1219.    background: var(--card-bg);
  1220.    border-radius: 12px;
  1221.    overflow: hidden;
  1222.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1223.    border: 1px solid var(--border-color);
  1224.    transition: all 0.3s ease;
  1225.    height: 100%;
  1226.    display: flex;
  1227.    flex-direction: column;
  1228. }
  1229.  
  1230. .compact-card:hover {
  1231.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1232.    transform: translateY(-3px);
  1233. }
  1234.  
  1235. .compact-image {
  1236.    position: relative;
  1237.    height: 180px;
  1238.    overflow: hidden;
  1239. }
  1240.  
  1241. .compact-image img {
  1242.    width: 100%;
  1243.    height: 100%;
  1244.    object-fit: cover;
  1245.    transition: transform 0.4s ease;
  1246. }
  1247.  
  1248. .compact-card:hover .compact-image img {
  1249.    transform: scale(1.05);
  1250. }
  1251.  
  1252. .compact-category {
  1253.    position: absolute;
  1254.    top: 1rem;
  1255.    left: 1rem;
  1256.    padding: 0.25rem 0.75rem;
  1257.    font-size: 0.7rem;
  1258.    font-weight: 600;
  1259.    text-transform: uppercase;
  1260.    color: white;
  1261.    border-radius: 4px;
  1262. }
  1263.  
  1264. .compact-body {
  1265.    padding: 1.5rem;
  1266.    flex-grow: 1;
  1267.    display: flex;
  1268.    flex-direction: column;
  1269. }
  1270.  
  1271. .compact-title {
  1272.    font-size: 1.1rem;
  1273.    font-weight: 600;
  1274.    color: #1a202c;
  1275.    margin-bottom: 0.75rem;
  1276.    line-height: 1.4;
  1277. }
  1278.  
  1279. .compact-text {
  1280.    font-size: 0.9rem;
  1281.    color: #4a5568;
  1282.    line-height: 1.5;
  1283.    margin-bottom: 1.5rem;
  1284.    flex-grow: 1;
  1285. }
  1286.  
  1287. .compact-footer {
  1288.    display: flex;
  1289.    align-items: center;
  1290.    justify-content: space-between;
  1291.    margin-top: auto;
  1292. }
  1293.  
  1294. .compact-author {
  1295.    display: flex;
  1296.    align-items: center;
  1297.    gap: 0.5rem;
  1298. }
  1299.  
  1300. .compact-avatar {
  1301.    width: 32px;
  1302.    height: 32px;
  1303.    border-radius: 50%;
  1304.    object-fit: cover;
  1305. }
  1306.  
  1307. .compact-name {
  1308.    font-size: 0.85rem;
  1309.    font-weight: 500;
  1310.    color: #2d3748;
  1311. }
  1312.  
  1313. .compact-date {
  1314.    font-size: 0.8rem;
  1315.    color: #718096;
  1316. }
  1317.  
  1318. /* Recent Articles Section */
  1319. .recent-section {
  1320.    background: var(--card-bg);
  1321.    border-radius: 12px;
  1322.    padding: 2rem;
  1323.    border: 1px solid var(--border-color);
  1324.    height: 100%;
  1325. }
  1326.  
  1327. .recent-title {
  1328.    font-size: 1.25rem;
  1329.    font-weight: 700;
  1330.    color: #1a202c;
  1331.    margin-bottom: 1.5rem;
  1332.    padding-bottom: 0.75rem;
  1333.    border-bottom: 2px solid var(--border-color);
  1334. }
  1335.  
  1336. .recent-list {
  1337.    display: flex;
  1338.    flex-direction: column;
  1339.    gap: 1.25rem;
  1340. }
  1341.  
  1342. .recent-item {
  1343.    display: flex;
  1344.    align-items: center;
  1345.    gap: 1rem;
  1346.    padding: 0.8rem;
  1347.    background: var(--card-bg);
  1348.    border-radius: 8px;
  1349.    transition: all 0.2s ease;
  1350.    border: 1px solid var(--border-color);
  1351. }
  1352.  
  1353. .recent-item:hover {
  1354.    transform: translateX(4px);
  1355.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1356. }
  1357.  
  1358. .recent-content {
  1359.    flex-grow: 1;
  1360. }
  1361.  
  1362. .recent-article-title {
  1363.    font-size: 0.95rem;
  1364.    font-weight: 600;
  1365.    color: #1a202c;
  1366.    margin-bottom: 0rem;
  1367.    line-height: 1.3;
  1368. }
  1369.  
  1370. .recent-date {
  1371.    font-size: 0.8rem;
  1372.    color: #718096;
  1373. }
  1374.  
  1375. /* Responsive Design */
  1376. @media (max-width: 992px) {
  1377.    .blog-hero-v6 {
  1378.        padding: 2rem 0;
  1379.    }
  1380.    
  1381.    .featured-title {
  1382.        font-size: 1.75rem;
  1383.    }
  1384.    
  1385.    .secondary-title {
  1386.        font-size: 1.3rem;
  1387.    }
  1388.    
  1389.    .article-meta {
  1390.        flex-direction: column;
  1391.        align-items: flex-start;
  1392.        gap: 1rem;
  1393.    }
  1394. }
  1395.  
  1396. @media (max-width: 768px) {
  1397.    .featured-content,
  1398.    .secondary-content {
  1399.        padding: 1.5rem;
  1400.    }
  1401.    
  1402.    .featured-title {
  1403.        font-size: 1.5rem;
  1404.    }
  1405.    
  1406.    .featured-image-container,
  1407.    .secondary-image-wrapper {
  1408.        height: 200px;
  1409.    }
  1410.    
  1411.    .compact-image {
  1412.        height: 150px;
  1413.    }
  1414.    
  1415.    .recent-section {
  1416.        margin-top: 2rem;
  1417.    }
  1418. }
  1419.  
  1420. @media (max-width: 576px) {
  1421.    .reading-info {
  1422.        margin-top: 1rem;
  1423.    }
  1424.    
  1425.    .secondary-meta {
  1426.        flex-wrap: wrap;
  1427.    }
  1428.    
  1429.    .recent-item {
  1430.        padding: 0.75rem;
  1431.    }
  1432. }
  1433. </style>
  1434.  
  1435.  
  1436.  
  1437.  
  1438.        <!-- end of wpo-blog-hero -->
  1439.  
  1440.        <!-- start of wpo-breacking-news -->
  1441.        
  1442.        <!-- end of wpo-breacking-news -->
  1443.        
  1444.        <!-- start wpo-blog-highlights-section -->
  1445.        
  1446.  
  1447.  
  1448.  
  1449.    
  1450.  
  1451.  
  1452.  
  1453. <style>
  1454.    .blog-highlights-v2 {
  1455.        padding: 60px 0;
  1456.    }
  1457.    
  1458.    .blog-card-v2 {
  1459.        border: none;
  1460.        border-radius: 16px;
  1461.        overflow: hidden;
  1462.        transition: all 0.3s ease;
  1463.        background: white;
  1464.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1465.    }
  1466.    
  1467.    .blog-card-v2:hover {
  1468.        transform: translateY(-8px);
  1469.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1470.    }
  1471.    
  1472.    .blog-image-v2 {
  1473.        position: relative;
  1474.        overflow: hidden;
  1475.        height: 220px;
  1476.    }
  1477.    
  1478.    .blog-image-v2 img {
  1479.        width: 100%;
  1480.        height: 100%;
  1481.        object-fit: cover;
  1482.        transition: transform 0.3s ease;
  1483.    }
  1484.    
  1485.    .blog-card-v2:hover .blog-image-v2 img {
  1486.        transform: scale(1.05);
  1487.    }
  1488.    
  1489.    .blog-category-v2 {
  1490.        position: absolute;
  1491.        top: 16px;
  1492.        left: 16px;
  1493.        padding: 6px 14px;
  1494.        border-radius: 20px;
  1495.        font-size: 12px;
  1496.        font-weight: 600;
  1497.        text-transform: uppercase;
  1498.        letter-spacing: 0.5px;
  1499.    }
  1500.    
  1501.    .blog-content-v2 {
  1502.        padding: 24px;
  1503.    }
  1504.    
  1505.    .blog-title-v2 {
  1506.        font-size: 18px;
  1507.        font-weight: 700;
  1508.        line-height: 1.4;
  1509.        margin-bottom: 16px;
  1510.    }
  1511.    
  1512.    .blog-title-v2 a {
  1513.        text-decoration: none;
  1514.        transition: color 0.3s ease;
  1515.    }
  1516.    
  1517.    .blog-meta-v2 {
  1518.        display: flex;
  1519.        align-items: center;
  1520.        gap: 12px;
  1521.        margin-bottom: 12px;
  1522.        font-size: 13px;
  1523.    }
  1524.    
  1525.    .blog-author-img {
  1526.        width: 32px;
  1527.        height: 32px;
  1528.        border-radius: 50%;
  1529.        object-fit: cover;
  1530.    }
  1531.    
  1532.    .blog-excerpt-v2 {
  1533.        font-size: 14px;
  1534.        line-height: 1.6;
  1535.        opacity: 0.8;
  1536.    }
  1537.    
  1538.    .section-title-v2 {
  1539.        font-size: 2.5rem;
  1540.        font-weight: 800;
  1541.        text-align: center;
  1542.        margin-bottom: 50px;
  1543.    }
  1544.  
  1545.    @media (max-width: 768px) {
  1546.        .section-title-v2 {
  1547.            font-size: 2rem;
  1548.        }
  1549.        .blog-highlights-v2 {
  1550.            padding: 40px 0;
  1551.        }
  1552.    }
  1553. </style>
  1554.  
  1555. <section class="blog-highlights-v2">
  1556.    <div class="container-fluid fluid-container">
  1557.        <div class="row">
  1558.            <div class="col-12">
  1559.                <h2 class="section-title-v2 top-color">
  1560.                Today's Top Highlights
  1561.                   </h2>
  1562.            </div>
  1563.            
  1564.        </div>
  1565.        
  1566.        <div class="row">
  1567.            <div class="col-lg-8 col-12">
  1568.                <div class="row g-4">
  1569.                    
  1570.                    <div class="col-lg-6 col-md-6 col-12">
  1571.                        <div class="card blog-card-v2 h-100">
  1572.                            <div class="blog-image-v2">
  1573.                                
  1574.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1575.                                
  1576.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1577.                            </div>
  1578.                            <div class="blog-content-v2">
  1579.                                <h3 class="blog-title-v2">
  1580.                                    <a href="/los-blancos-alexander-arnold-may-play-against-his-former-club-in-upcoming-champions-league-clash/" class="top-color">
  1581.                                    Los Blancos&#x27; Alexander-Arnold May Play Against His Former Club in Upcoming Champions League Clash
  1582.                                    </a>
  1583.                                </h3>
  1584.                                <div class="blog-meta-v2">
  1585.                                    
  1586.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1587.                                    
  1588.                                    
  1589.                                    <span class="top-color">By Timothy Allen</span>
  1590.                                    <span class="top-color">18 May 2026</span>
  1591.                                </div>
  1592.                                <p class="blog-excerpt-v2 top-color"> </p>
  1593.                            </div>
  1594.                        </div>
  1595.                    </div>
  1596.                    
  1597.                    <div class="col-lg-6 col-md-6 col-12">
  1598.                        <div class="card blog-card-v2 h-100">
  1599.                            <div class="blog-image-v2">
  1600.                                
  1601.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1602.                                
  1603.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1604.                            </div>
  1605.                            <div class="blog-content-v2">
  1606.                                <h3 class="blog-title-v2">
  1607.                                    <a href="/disturbing-memories-resurface-in-davao-as-investigators-trace-bondi-beach-shooting-suspects-time-in-the-city/" class="top-color">
  1608.                                    Disturbing Memories Resurface in Davao as Investigators Trace Bondi Beach Shooting Suspects’ Time in the City
  1609.                                    </a>
  1610.                                </h3>
  1611.                                <div class="blog-meta-v2">
  1612.                                    
  1613.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1614.                                    
  1615.                                    
  1616.                                    <span class="top-color">By Timothy Allen</span>
  1617.                                    <span class="top-color">18 May 2026</span>
  1618.                                </div>
  1619.                                <p class="blog-excerpt-v2 top-color"> </p>
  1620.                            </div>
  1621.                        </div>
  1622.                    </div>
  1623.                    
  1624.                    <div class="col-lg-6 col-md-6 col-12">
  1625.                        <div class="card blog-card-v2 h-100">
  1626.                            <div class="blog-image-v2">
  1627.                                
  1628.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1629.                                
  1630.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1631.                            </div>
  1632.                            <div class="blog-content-v2">
  1633.                                <h3 class="blog-title-v2">
  1634.                                    <a href="/genuine-southern-portugal-exploring-portugal-beyond-the-shoreline/" class="top-color">
  1635.                                    Genuine Southern Portugal: Exploring Portugal Beyond the Shoreline
  1636.                                    </a>
  1637.                                </h3>
  1638.                                <div class="blog-meta-v2">
  1639.                                    
  1640.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1641.                                    
  1642.                                    
  1643.                                    <span class="top-color">By Timothy Allen</span>
  1644.                                    <span class="top-color">18 May 2026</span>
  1645.                                </div>
  1646.                                <p class="blog-excerpt-v2 top-color"> </p>
  1647.                            </div>
  1648.                        </div>
  1649.                    </div>
  1650.                    
  1651.                    <div class="col-lg-6 col-md-6 col-12">
  1652.                        <div class="card blog-card-v2 h-100">
  1653.                            <div class="blog-image-v2">
  1654.                                
  1655.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1656.                                
  1657.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1658.                            </div>
  1659.                            <div class="blog-content-v2">
  1660.                                <h3 class="blog-title-v2">
  1661.                                    <a href="/david-raya-praises-squad-depth-as-key-to-silverware-pursuit/" class="top-color">
  1662.                                    David Raya Praises Squad Depth as Key to Silverware Pursuit
  1663.                                    </a>
  1664.                                </h3>
  1665.                                <div class="blog-meta-v2">
  1666.                                    
  1667.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1668.                                    
  1669.                                    
  1670.                                    <span class="top-color">By Timothy Allen</span>
  1671.                                    <span class="top-color">18 May 2026</span>
  1672.                                </div>
  1673.                                <p class="blog-excerpt-v2 top-color"> </p>
  1674.                            </div>
  1675.                        </div>
  1676.                    </div>
  1677.                    
  1678.                    <div class="col-lg-6 col-md-6 col-12">
  1679.                        <div class="card blog-card-v2 h-100">
  1680.                            <div class="blog-image-v2">
  1681.                                
  1682.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1683.                                
  1684.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1685.                            </div>
  1686.                            <div class="blog-content-v2">
  1687.                                <h3 class="blog-title-v2">
  1688.                                    <a href="/will-the-all-blacks-regain-their-winning-form-this-autumn/" class="top-color">
  1689.                                    Will the All Blacks regain their winning form this autumn?
  1690.                                    </a>
  1691.                                </h3>
  1692.                                <div class="blog-meta-v2">
  1693.                                    
  1694.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1695.                                    
  1696.                                    
  1697.                                    <span class="top-color">By Timothy Allen</span>
  1698.                                    <span class="top-color">18 May 2026</span>
  1699.                                </div>
  1700.                                <p class="blog-excerpt-v2 top-color"> </p>
  1701.                            </div>
  1702.                        </div>
  1703.                    </div>
  1704.                    
  1705.                    <div class="col-lg-6 col-md-6 col-12">
  1706.                        <div class="card blog-card-v2 h-100">
  1707.                            <div class="blog-image-v2">
  1708.                                
  1709.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1710.                                
  1711.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1712.                            </div>
  1713.                            <div class="blog-content-v2">
  1714.                                <h3 class="blog-title-v2">
  1715.                                    <a href="/the-presidents-unprecedented-shadow-in-athletics-reached-an-apex-in-2025-2026-promises-to-go-further/" class="top-color">
  1716.                                    The President&#x27;s Unprecedented Shadow in Athletics Reached An Apex in 2025. 2026 Promises to Go Further.
  1717.                                    </a>
  1718.                                </h3>
  1719.                                <div class="blog-meta-v2">
  1720.                                    
  1721.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1722.                                    
  1723.                                    
  1724.                                    <span class="top-color">By Timothy Allen</span>
  1725.                                    <span class="top-color">18 May 2026</span>
  1726.                                </div>
  1727.                                <p class="blog-excerpt-v2 top-color"> </p>
  1728.                            </div>
  1729.                        </div>
  1730.                    </div>
  1731.                    
  1732.                    <div class="col-lg-6 col-md-6 col-12">
  1733.                        <div class="card blog-card-v2 h-100">
  1734.                            <div class="blog-image-v2">
  1735.                                
  1736.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1737.                                
  1738.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1739.                            </div>
  1740.                            <div class="blog-content-v2">
  1741.                                <h3 class="blog-title-v2">
  1742.                                    <a href="/we-got-let-go-and-were-owning-it-learn-how-to-find-a-new-job-that-works-for-you/" class="top-color">
  1743.                                    We Got Let Go, and We&#x27;re Owning It – Learn How to Find a New Job That Works for You
  1744.                                    </a>
  1745.                                </h3>
  1746.                                <div class="blog-meta-v2">
  1747.                                    
  1748.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1749.                                    
  1750.                                    
  1751.                                    <span class="top-color">By Timothy Allen</span>
  1752.                                    <span class="top-color">18 May 2026</span>
  1753.                                </div>
  1754.                                <p class="blog-excerpt-v2 top-color"> </p>
  1755.                            </div>
  1756.                        </div>
  1757.                    </div>
  1758.                    
  1759.                    <div class="col-lg-6 col-md-6 col-12">
  1760.                        <div class="card blog-card-v2 h-100">
  1761.                            <div class="blog-image-v2">
  1762.                                
  1763.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1764.                                
  1765.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1766.                            </div>
  1767.                            <div class="blog-content-v2">
  1768.                                <h3 class="blog-title-v2">
  1769.                                    <a href="/over-60000-escape-sudans-city-in-the-wake-of-takeover-by-rsf-paramilitary-group-un-reports/" class="top-color">
  1770.                                    Over 60,000 Escape Sudan&#x27;s City In the wake of Takeover by RSF Paramilitary Group, UN Reports
  1771.                                    </a>
  1772.                                </h3>
  1773.                                <div class="blog-meta-v2">
  1774.                                    
  1775.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1776.                                    
  1777.                                    
  1778.                                    <span class="top-color">By Timothy Allen</span>
  1779.                                    <span class="top-color">17 May 2026</span>
  1780.                                </div>
  1781.                                <p class="blog-excerpt-v2 top-color"> </p>
  1782.                            </div>
  1783.                        </div>
  1784.                    </div>
  1785.                    
  1786.                    <div class="col-lg-6 col-md-6 col-12">
  1787.                        <div class="card blog-card-v2 h-100">
  1788.                            <div class="blog-image-v2">
  1789.                                
  1790.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1791.                                
  1792.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1793.                            </div>
  1794.                            <div class="blog-content-v2">
  1795.                                <h3 class="blog-title-v2">
  1796.                                    <a href="/work-out-while-you-work-a-dozen-fitness-enhancing-workplace-exercises-you-can-do-in-everyday-clothes/" class="top-color">
  1797.                                    Work out while you work? A dozen fitness-enhancing workplace exercises you can do in everyday clothes
  1798.                                    </a>
  1799.                                </h3>
  1800.                                <div class="blog-meta-v2">
  1801.                                    
  1802.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1803.                                    
  1804.                                    
  1805.                                    <span class="top-color">By Timothy Allen</span>
  1806.                                    <span class="top-color">17 May 2026</span>
  1807.                                </div>
  1808.                                <p class="blog-excerpt-v2 top-color"> </p>
  1809.                            </div>
  1810.                        </div>
  1811.                    </div>
  1812.                    
  1813.                    <div class="col-lg-6 col-md-6 col-12">
  1814.                        <div class="card blog-card-v2 h-100">
  1815.                            <div class="blog-image-v2">
  1816.                                
  1817.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1818.                                
  1819.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1820.                            </div>
  1821.                            <div class="blog-content-v2">
  1822.                                <h3 class="blog-title-v2">
  1823.                                    <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-impressive-first-person-mode/" class="top-color">
  1824.                                    Anno 117 Pax Romana&#x27;s Hidden Gem Turns Out to Be a Impressive First-Person Mode.
  1825.                                    </a>
  1826.                                </h3>
  1827.                                <div class="blog-meta-v2">
  1828.                                    
  1829.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1830.                                    
  1831.                                    
  1832.                                    <span class="top-color">By Timothy Allen</span>
  1833.                                    <span class="top-color">17 May 2026</span>
  1834.                                </div>
  1835.                                <p class="blog-excerpt-v2 top-color"> </p>
  1836.                            </div>
  1837.                        </div>
  1838.                    </div>
  1839.                    
  1840.                    <div class="col-lg-6 col-md-6 col-12">
  1841.                        <div class="card blog-card-v2 h-100">
  1842.                            <div class="blog-image-v2">
  1843.                                
  1844.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1845.                                
  1846.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1847.                            </div>
  1848.                            <div class="blog-content-v2">
  1849.                                <h3 class="blog-title-v2">
  1850.                                    <a href="/trump-states-for-the-most-part-agreement-exists-on-next-stages-of-gaza-ceasefire-plan/" class="top-color">
  1851.                                    Trump States &#x27;For the Most Part, Agreement Exists&#x27; on Next Stages of Gaza Ceasefire Plan
  1852.                                    </a>
  1853.                                </h3>
  1854.                                <div class="blog-meta-v2">
  1855.                                    
  1856.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1857.                                    
  1858.                                    
  1859.                                    <span class="top-color">By Timothy Allen</span>
  1860.                                    <span class="top-color">17 May 2026</span>
  1861.                                </div>
  1862.                                <p class="blog-excerpt-v2 top-color"> </p>
  1863.                            </div>
  1864.                        </div>
  1865.                    </div>
  1866.                    
  1867.                    <div class="col-lg-6 col-md-6 col-12">
  1868.                        <div class="card blog-card-v2 h-100">
  1869.                            <div class="blog-image-v2">
  1870.                                
  1871.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1872.                                
  1873.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1874.                            </div>
  1875.                            <div class="blog-content-v2">
  1876.                                <h3 class="blog-title-v2">
  1877.                                    <a href="/every-night-i-dream-of-riding-a-unicorn-medieval-metal-group-castle-rat/" class="top-color">
  1878.                                    ‘Every Night, I Dream of Riding a Unicorn’: Medieval Metal Group Castle Rat
  1879.                                    </a>
  1880.                                </h3>
  1881.                                <div class="blog-meta-v2">
  1882.                                    
  1883.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="blog-author-img">
  1884.                                    
  1885.                                    
  1886.                                    <span class="top-color">By Timothy Allen</span>
  1887.                                    <span class="top-color">17 May 2026</span>
  1888.                                </div>
  1889.                                <p class="blog-excerpt-v2 top-color"> </p>
  1890.                            </div>
  1891.                        </div>
  1892.                    </div>
  1893.                    
  1894.                    
  1895.  
  1896.                </div>
  1897.            </div>
  1898.            
  1899.          <div class="col col-lg-4 col-12">
  1900.                
  1901.  
  1902.  
  1903.  
  1904.    
  1905.  
  1906.  
  1907. <!-- Blog Sidebar V2 - Focused Design -->
  1908. <div class="sidebar">
  1909.  <!-- Recent Posts Section -->
  1910.  <div class="sidebar-widget mb-4">
  1911.    <div class="widget-title-wrapper mb-3">
  1912.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1913.        <i class="ti-time me-2"></i>Recent Posts
  1914.        <span class="title-arrow-primary"></span>
  1915.      </h4>
  1916.    </div>
  1917.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  1918.      <div class="recent-post-list">
  1919.      
  1920.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1921.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1922.              
  1923.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1924.              
  1925.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1926.          </div>
  1927.          <div class="post-content flex-grow-1">
  1928.            <h6 class="post-title mb-2">
  1929.               <a href="/what-kind-of-figure-is-the-politician-al-carns-former-marine-and-labour-minister-with-ambitions-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  1930.                                            What Kind of Figure is the Politician Al Carns? Former Marine and Labour Minister with Ambitions on the Top Job
  1931.                                            </a>
  1932.            </h6>
  1933.            <div class="post-meta">
  1934.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  1935.              <!-- <small class="text-muted">
  1936.                <i class="ti-eye me-1"></i>348 views
  1937.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1938.              </small> -->
  1939.            </div>
  1940.          </div>
  1941.        </div>
  1942.        
  1943.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1944.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1945.              
  1946.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1947.              
  1948.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1949.          </div>
  1950.          <div class="post-content flex-grow-1">
  1951.            <h6 class="post-title mb-2">
  1952.               <a href="/swiss-ski-resort-fire-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  1953.                                            Swiss Ski Resort Fire Survivors Are Treated in Specialist Clinics Throughout the Continent
  1954.                                            </a>
  1955.            </h6>
  1956.            <div class="post-meta">
  1957.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  1958.              <!-- <small class="text-muted">
  1959.                <i class="ti-eye me-1"></i>348 views
  1960.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1961.              </small> -->
  1962.            </div>
  1963.          </div>
  1964.        </div>
  1965.        
  1966.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1967.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1968.              
  1969.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1970.              
  1971.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1972.          </div>
  1973.          <div class="post-content flex-grow-1">
  1974.            <h6 class="post-title mb-2">
  1975.               <a href="/leaders-recognise-titans-as-trump-extends-mamdani-a-warm-greeting/" class="text-decoration-none top-color fw-semibold lh-sm">
  1976.                                            Leaders Recognise Titans as Trump Extends Mamdani a Warm Greeting
  1977.                                            </a>
  1978.            </h6>
  1979.            <div class="post-meta">
  1980.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  1981.              <!-- <small class="text-muted">
  1982.                <i class="ti-eye me-1"></i>348 views
  1983.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1984.              </small> -->
  1985.            </div>
  1986.          </div>
  1987.        </div>
  1988.        
  1989.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1990.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1991.              
  1992.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1993.              
  1994.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1995.          </div>
  1996.          <div class="post-content flex-grow-1">
  1997.            <h6 class="post-title mb-2">
  1998.               <a href="/a-decade-long-liaison-from-author-erin-somers-a-middle-aged-infidelity-story-our-era-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  1999.                                            A Decade-Long Liaison from author Erin Somers: A Middle-Aged Infidelity Story Our Era Needs.
  2000.                                            </a>
  2001.            </h6>
  2002.            <div class="post-meta">
  2003.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2004.              <!-- <small class="text-muted">
  2005.                <i class="ti-eye me-1"></i>348 views
  2006.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2007.              </small> -->
  2008.            </div>
  2009.          </div>
  2010.        </div>
  2011.        
  2012.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2013.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2014.              
  2015.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2016.              
  2017.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2018.          </div>
  2019.          <div class="post-content flex-grow-1">
  2020.            <h6 class="post-title mb-2">
  2021.               <a href="/president-zelenskyy-says-the-nation-is-ten-percent-off-from-peace-but-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  2022.                                            President Zelenskyy Says The Nation Is Ten Percent Off from Peace, But Not at Any Possible Price
  2023.                                            </a>
  2024.            </h6>
  2025.            <div class="post-meta">
  2026.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2027.              <!-- <small class="text-muted">
  2028.                <i class="ti-eye me-1"></i>348 views
  2029.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2030.              </small> -->
  2031.            </div>
  2032.          </div>
  2033.        </div>
  2034.        
  2035.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2036.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2037.              
  2038.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2039.              
  2040.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2041.          </div>
  2042.          <div class="post-content flex-grow-1">
  2043.            <h6 class="post-title mb-2">
  2044.               <a href="/the-new-animated-series-opening-sequence-selected-the-wrong-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2045.                                            The New Animated Series&#x27; Opening Sequence Selected the Wrong Popular RPG Show Track
  2046.                                            </a>
  2047.            </h6>
  2048.            <div class="post-meta">
  2049.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2050.              <!-- <small class="text-muted">
  2051.                <i class="ti-eye me-1"></i>348 views
  2052.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2053.              </small> -->
  2054.            </div>
  2055.          </div>
  2056.        </div>
  2057.        
  2058.  
  2059.      </div>
  2060.  
  2061.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2062.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2063.      </div> -->
  2064.    </div>
  2065.  </div>
  2066.  
  2067.    
  2068.  <div class="sidebar-widget mb-4">
  2069.    <div class="widget-title-wrapper mb-3">
  2070.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2071.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2072.        <span class="title-arrow"></span>
  2073.      </h4>
  2074.    </div>
  2075.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2076.      <div class="blog-roll-list scrollable-sidebar">
  2077.        
  2078.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2079.          <a href="https://www.acu-austria.at/" class="text-decoration-none ">
  2080.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2081.              <i class="ti-angle-right me-2 text-primary"></i>
  2082.               casino online österreich
  2083.            </h6>
  2084.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2085.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2086.            </div> -->
  2087.          </a>
  2088.        </div>
  2089.          
  2090.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2091.          <a href="https://www.pokerfirma.com/online-casinos-oesterreich" class="text-decoration-none ">
  2092.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2093.              <i class="ti-angle-right me-2 text-primary"></i>
  2094.               online casinos österreich
  2095.            </h6>
  2096.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2097.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2098.            </div> -->
  2099.          </a>
  2100.        </div>
  2101.          
  2102.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2103.          <a href="https://coincierge.de/online-casinos/oesterreich/" class="text-decoration-none ">
  2104.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2105.              <i class="ti-angle-right me-2 text-primary"></i>
  2106.               online casinos österreich
  2107.            </h6>
  2108.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2109.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2110.            </div> -->
  2111.          </a>
  2112.        </div>
  2113.          
  2114.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2115.          <a href="https://99bitcoins.com/de/beste-online-casinos-oesterreich/" class="text-decoration-none ">
  2116.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2117.              <i class="ti-angle-right me-2 text-primary"></i>
  2118.               beste online casinos österreich
  2119.            </h6>
  2120.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2121.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2122.            </div> -->
  2123.          </a>
  2124.        </div>
  2125.          
  2126.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2127.          <a href="https://www.cardplayer.com/de/casinos/online-casinos-oesterreich" class="text-decoration-none ">
  2128.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2129.              <i class="ti-angle-right me-2 text-primary"></i>
  2130.               casinos österreich
  2131.            </h6>
  2132.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2133.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2134.            </div> -->
  2135.          </a>
  2136.        </div>
  2137.          
  2138.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2139.          <a href="https://www.gamblinginsider.com/de/online-casinos-oesterreich" class="text-decoration-none ">
  2140.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2141.              <i class="ti-angle-right me-2 text-primary"></i>
  2142.               casinos österreich
  2143.            </h6>
  2144.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2145.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2146.            </div> -->
  2147.          </a>
  2148.        </div>
  2149.          
  2150.      </div>
  2151.  
  2152.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2153.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2154.      </div> -->
  2155.    </div>
  2156.  </div>
  2157.    
  2158.  <div class="sidebar-widget mb-4">
  2159.    <div class="widget-title-wrapper mb-3">
  2160.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2161.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2162.        <span class="title-arrow"></span>
  2163.      </h4>
  2164.    </div>
  2165.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2166.      <div class="blog-roll-list scrollable-sidebar">
  2167.        
  2168.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2169.          <a href="https://www.smartbow.at/" class="text-decoration-none ">
  2170.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2171.              <i class="ti-angle-right me-2 text-primary"></i>
  2172.               online casino österreich
  2173.            </h6>
  2174.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2175.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2176.            </div> -->
  2177.          </a>
  2178.        </div>
  2179.          
  2180.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2181.          <a href="https://x-art.at/" class="text-decoration-none ">
  2182.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2183.              <i class="ti-angle-right me-2 text-primary"></i>
  2184.               österreich wettanbieter
  2185.            </h6>
  2186.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2187.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2188.            </div> -->
  2189.          </a>
  2190.        </div>
  2191.          
  2192.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2193.          <a href="https://www.jobs-for-ukraine.at/" class="text-decoration-none ">
  2194.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2195.              <i class="ti-angle-right me-2 text-primary"></i>
  2196.               online casinos
  2197.            </h6>
  2198.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2199.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2200.            </div> -->
  2201.          </a>
  2202.        </div>
  2203.          
  2204.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2205.          <a href="https://www.iwb2020.at/" class="text-decoration-none ">
  2206.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2207.              <i class="ti-angle-right me-2 text-primary"></i>
  2208.               online casinos in österreich
  2209.            </h6>
  2210.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2211.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2212.            </div> -->
  2213.          </a>
  2214.        </div>
  2215.          
  2216.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2217.          <a href="https://casinoohneoasis.com/" class="text-decoration-none ">
  2218.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2219.              <i class="ti-angle-right me-2 text-primary"></i>
  2220.               casino ohne oasis
  2221.            </h6>
  2222.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2223.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2224.            </div> -->
  2225.          </a>
  2226.        </div>
  2227.          
  2228.      </div>
  2229.  
  2230.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2231.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2232.      </div> -->
  2233.    </div>
  2234.  </div>
  2235.    
  2236.  <div class="sidebar-widget mb-4">
  2237.    <div class="widget-title-wrapper mb-3">
  2238.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2239.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2240.        <span class="title-arrow"></span>
  2241.      </h4>
  2242.    </div>
  2243.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2244.      <div class="blog-roll-list scrollable-sidebar">
  2245.        
  2246.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2247.          <a href="https://www.sti-innsbruck.at/" class="text-decoration-none ">
  2248.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2249.              <i class="ti-angle-right me-2 text-primary"></i>
  2250.               sportwetten anbieter österreich
  2251.            </h6>
  2252.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2253.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2254.            </div> -->
  2255.          </a>
  2256.        </div>
  2257.          
  2258.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2259.          <a href="https://avco.at/" class="text-decoration-none ">
  2260.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2261.              <i class="ti-angle-right me-2 text-primary"></i>
  2262.               wettanbieter österreich
  2263.            </h6>
  2264.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2265.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2266.            </div> -->
  2267.          </a>
  2268.        </div>
  2269.          
  2270.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2271.          <a href="https://www.sti-innsbruck.at/" class="text-decoration-none ">
  2272.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2273.              <i class="ti-angle-right me-2 text-primary"></i>
  2274.               sportwetten österreich
  2275.            </h6>
  2276.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2277.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2278.            </div> -->
  2279.          </a>
  2280.        </div>
  2281.          
  2282.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2283.          <a href="https://starda.at/" class="text-decoration-none ">
  2284.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2285.              <i class="ti-angle-right me-2 text-primary"></i>
  2286.               casino online österreich
  2287.            </h6>
  2288.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2289.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2290.            </div> -->
  2291.          </a>
  2292.        </div>
  2293.          
  2294.      </div>
  2295.  
  2296.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2297.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2298.      </div> -->
  2299.    </div>
  2300.  </div>
  2301.    
  2302.  <div class="sidebar-widget mb-4">
  2303.    <div class="widget-title-wrapper mb-3">
  2304.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2305.        <i class="ti-calendar me-2"></i>November 2025 Blog Roll
  2306.        <span class="title-arrow"></span>
  2307.      </h4>
  2308.    </div>
  2309.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2310.      <div class="blog-roll-list scrollable-sidebar">
  2311.        
  2312.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2313.          <a href="https://www.jugend-in-aktion.de/" class="text-decoration-none ">
  2314.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2315.              <i class="ti-angle-right me-2 text-primary"></i>
  2316.               neue online casinos
  2317.            </h6>
  2318.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2319.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2320.            </div> -->
  2321.          </a>
  2322.        </div>
  2323.          
  2324.      </div>
  2325.  
  2326.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2327.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2328.      </div> -->
  2329.    </div>
  2330.  </div>
  2331.    
  2332.  <!-- <div class="sidebar-widget">
  2333.    <div class="widget-title-wrapper mb-3">
  2334.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2335.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  2336.        <span class="title-arrow"></span>
  2337.      </h4>
  2338.    </div>
  2339.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2340.      <div class="blog-roll-list">
  2341.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2342.          <a href="#" class="text-decoration-none">
  2343.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2344.              <i class="ti-angle-right me-2 text-primary"></i>
  2345.              Complete Guide to Django REST Framework
  2346.            </h6>
  2347.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2348.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2349.            </div>
  2350.          </a>
  2351.        </div>
  2352.  
  2353.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2354.          <a href="#" class="text-decoration-none">
  2355.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2356.              <i class="ti-angle-right me-2 text-primary"></i>
  2357.              Modern JavaScript ES2025 Features
  2358.            </h6>
  2359.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2360.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  2361.            </div>
  2362.          </a>
  2363.        </div>
  2364.  
  2365.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2366.          <a href="#" class="text-decoration-none">
  2367.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2368.              <i class="ti-angle-right me-2 text-primary"></i>
  2369.              Digital Marketing Trends in 2025
  2370.            </h6>
  2371.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2372.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  2373.            </div>
  2374.          </a>
  2375.        </div>
  2376.  
  2377.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2378.          <a href="#" class="text-decoration-none">
  2379.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2380.              <i class="ti-angle-right me-2 text-primary"></i>
  2381.              Remote Work Best Practices
  2382.            </h6>
  2383.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2384.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  2385.            </div>
  2386.          </a>
  2387.        </div>
  2388.  
  2389.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2390.          <a href="#" class="text-decoration-none">
  2391.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2392.              <i class="ti-angle-right me-2 text-primary"></i>
  2393.              Sustainable Living Tips for Beginners
  2394.            </h6>
  2395.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2396.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  2397.            </div>
  2398.          </a>
  2399.        </div>
  2400.  
  2401.        <div class="blog-roll-item">
  2402.          <a href="#" class="text-decoration-none">
  2403.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2404.              <i class="ti-angle-right me-2 text-primary"></i>
  2405.              AI and Machine Learning Basics
  2406.            </h6>
  2407.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2408.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  2409.            </div>
  2410.          </a>
  2411.        </div>
  2412.      </div>
  2413.  
  2414.      <div class="text-center mt-4 pt-3 border-top border-light">
  2415.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2416.      </div>
  2417.    </div>
  2418.  </div> -->
  2419. </div>
  2420.  
  2421. <!-- Sidebar V2 Styles -->
  2422. <style>
  2423.  .sidebar-widget {
  2424.    position: relative;
  2425.  }
  2426.  
  2427.  .widget-title {
  2428.    font-size: 1.1rem;
  2429.    font-weight: 700;
  2430.    display: inline-block;
  2431.    position: relative;
  2432.    z-index: 2;
  2433.    border-radius: 0;
  2434.  }
  2435.  
  2436.  /* Green arrow for August Blog Roll */
  2437.  .title-arrow::after {
  2438.    content: '';
  2439.    position: absolute;
  2440.    top: 0;
  2441.    right: -22px;
  2442.    width: 0;
  2443.    height: 0;
  2444.    border-left: 22px solid var(--bs-primary);
  2445.    border-top: 22px solid transparent;
  2446.    border-bottom: 22px solid transparent;
  2447.    z-index: 1;
  2448.  }
  2449.  
  2450.  /* Blue arrow for Recent Posts */
  2451.  .title-arrow-primary::after {
  2452.    content: '';
  2453.    position: absolute;
  2454.    top: 0;
  2455.    right: -22px;
  2456.    width: 0;
  2457.    height: 0;
  2458.    border-left: 22px solid var(--bs-primary);
  2459.    border-top: 22px solid transparent;
  2460.    border-bottom: 22px solid transparent;
  2461.    z-index: 1;
  2462.  }
  2463.  
  2464.  .widget-content {
  2465.    margin-top: -1px;
  2466.    position: relative;
  2467.    z-index: 1;
  2468.    background-color: var(--card-bg);
  2469.  }
  2470.  
  2471.  /* Blog Roll Items Hover Effects */
  2472.  .blog-roll-item:hover .blog-title {
  2473.    color: #198754 !important;
  2474.    transform: translateX(5px);
  2475.    transition: all 0.3s ease;
  2476.  }
  2477.  
  2478.  /* Recent Post Items Hover Effects */
  2479.  .recent-post-item:hover .post-title a {
  2480.    color: #0d6efd !important;
  2481.    transition: color 0.3s ease;
  2482.  }
  2483.  
  2484.  .recent-post-item:hover .post-image img {
  2485.    transform: scale(1.05);
  2486.    transition: transform 0.3s ease;
  2487.  }
  2488.  
  2489.  /* Button Hover Effects */
  2490.  .btn:hover {
  2491.    transform: translateY(-2px);
  2492.    transition: all 0.3s ease;
  2493.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2494.  }
  2495.  
  2496.  /* Badge Hover Effects */
  2497.  .badge:hover {
  2498.    transform: scale(1.05);
  2499.    transition: transform 0.3s ease;
  2500.  }
  2501.  
  2502.  @media (max-width: 991px) {
  2503.    .sidebar {
  2504.      margin-top: 3rem;
  2505.    }
  2506.  }
  2507.  
  2508.  @media (max-width: 576px) {
  2509.    .widget-title {
  2510.      font-size: 1rem;
  2511.      padding: 0.75rem 1rem !important;
  2512.    }
  2513.  
  2514.    .title-arrow::after,
  2515.    .title-arrow-primary::after {
  2516.      right: -18px;
  2517.      border-left-width: 18px;
  2518.      border-top-width: 18px;
  2519.      border-bottom-width: 18px;
  2520.    }
  2521.  
  2522.    .post-image {
  2523.      width: 70px !important;
  2524.      height: 55px !important;
  2525.    }
  2526.  
  2527.    .blog-meta {
  2528.      flex-direction: column !important;
  2529.      align-items: flex-start !important;
  2530.      gap: 0.5rem;
  2531.    }
  2532.  }
  2533. </style>
  2534.  
  2535.    
  2536.            </div>
  2537.        </div>
  2538.    </div>
  2539. </section>
  2540.  
  2541.    
  2542.        
  2543.        <!-- end wpo-blog-highlights-section -->
  2544.        <!-- start wpo-blog-sponsored-section -->
  2545.        
  2546.  
  2547.  
  2548.  
  2549.    
  2550.  
  2551.  
  2552.  
  2553. <style>
  2554.    .sponsored-section-v2 {
  2555.        padding: 0 0 60px;
  2556.    }
  2557.    
  2558.    .sponsored-card-v2 {
  2559.        background: var(--body-bg);
  2560.        border-radius: 12px;
  2561.        overflow: hidden;
  2562.        transition: all 0.3s ease;
  2563.        border: none;
  2564.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  2565.        height: 100%;
  2566.    }
  2567.    
  2568.    .sponsored-card-v2:hover {
  2569.        transform: translateY(-4px);
  2570.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  2571.    }
  2572.    
  2573.    .sponsored-image-v2 {
  2574.        position: relative;
  2575.        overflow: hidden;
  2576.        height: 180px;
  2577.    }
  2578.    
  2579.    .sponsored-image-v2 img {
  2580.        width: 100%;
  2581.        height: 100%;
  2582.        object-fit: cover;
  2583.        transition: transform 0.3s ease;
  2584.    }
  2585.    
  2586.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  2587.        transform: scale(1.05);
  2588.    }
  2589.    
  2590.    .sponsored-badge-v2 {
  2591.        position: absolute;
  2592.        top: 12px;
  2593.        left: 12px;
  2594.        padding: 6px 12px;
  2595.        border-radius: 15px;
  2596.        font-size: 10px;
  2597.        font-weight: 600;
  2598.        text-transform: uppercase;
  2599.        letter-spacing: 0.5px;
  2600.        color: white;
  2601.    }
  2602.    
  2603.    .sponsored-content-v2 {
  2604.        padding: 20px;
  2605.    }
  2606.    
  2607.    .sponsored-title-v2 {
  2608.        font-size: 16px;
  2609.        font-weight: 600;
  2610.        line-height: 1.4;
  2611.        margin-bottom: 15px;
  2612.        min-height: 44px;
  2613.    }
  2614.    
  2615.    .sponsored-title-v2 a {
  2616.        text-decoration: none;
  2617.        transition: color 0.3s ease;
  2618.    }
  2619.    
  2620.    .sponsored-meta-v2 {
  2621.        display: flex;
  2622.        align-items: center;
  2623.        gap: 10px;
  2624.        font-size: 12px;
  2625.    }
  2626.    
  2627.    .sponsored-author-img-v2 {
  2628.        width: 28px;
  2629.        height: 28px;
  2630.        border-radius: 50%;
  2631.        object-fit: cover;
  2632.    }
  2633.    
  2634.    .section-title-sponsored-v2 {
  2635.        font-size: 2.5rem;
  2636.        font-weight: 700;
  2637.        text-align: center;
  2638.        margin-bottom: 20px;
  2639.        text-transform: capitalize;
  2640.    }
  2641.  
  2642.    @media (max-width: 768px) {
  2643.        .sponsored-section-v2 {
  2644.            padding: 0px 0 40px;
  2645.        }
  2646.        .section-title-sponsored-v2 {
  2647.            font-size: 2rem;
  2648.        }
  2649.        .sponsored-content-v2 {
  2650.            padding: 16px;
  2651.        }
  2652.    }
  2653. </style>
  2654.  
  2655. <section class="sponsored-section-v2">
  2656.    <div class="container-fluid fluid-container">
  2657.        <div class="row">
  2658.            <div class="col-12">
  2659.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  2660.                <div class="section-title-sponsored-v2::after top-bg"></div>
  2661.            </div>
  2662.        </div>
  2663.        
  2664.        <div class="row g-4">
  2665.            
  2666.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2667.                <div class="card sponsored-card-v2">
  2668.                    <div class="sponsored-image-v2">
  2669.                        
  2670.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2671.                        
  2672.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2673.                    </div>
  2674.                    <div class="sponsored-content-v2">
  2675.                        <h3 class="sponsored-title-v2">
  2676.                            <a href="/what-kind-of-figure-is-the-politician-al-carns-former-marine-and-labour-minister-with-ambitions-on-the-top-job/" class="top-color">
  2677.                            What Kind of Figure is the Politician Al Carns? Former Marine and Labour Minister with Ambitions on the Top Job
  2678.                            </a>
  2679.                        </h3>
  2680.                        <div class="sponsored-meta-v2">
  2681.                            
  2682.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="sponsored-author-img-v2">
  2683.                            
  2684.                            <span class="top-color">By Timothy Allen</span>
  2685.                            <span class="top-color">•</span>
  2686.                            <span class="top-color">17 May 2026</span>
  2687.                        </div>
  2688.                    </div>
  2689.                </div>
  2690.            </div>
  2691.            
  2692.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2693.                <div class="card sponsored-card-v2">
  2694.                    <div class="sponsored-image-v2">
  2695.                        
  2696.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2697.                        
  2698.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2699.                    </div>
  2700.                    <div class="sponsored-content-v2">
  2701.                        <h3 class="sponsored-title-v2">
  2702.                            <a href="/swiss-ski-resort-fire-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="top-color">
  2703.                            Swiss Ski Resort Fire Survivors Are Treated in Specialist Clinics Throughout the Continent
  2704.                            </a>
  2705.                        </h3>
  2706.                        <div class="sponsored-meta-v2">
  2707.                            
  2708.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="sponsored-author-img-v2">
  2709.                            
  2710.                            <span class="top-color">By Timothy Allen</span>
  2711.                            <span class="top-color">•</span>
  2712.                            <span class="top-color">17 May 2026</span>
  2713.                        </div>
  2714.                    </div>
  2715.                </div>
  2716.            </div>
  2717.            
  2718.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2719.                <div class="card sponsored-card-v2">
  2720.                    <div class="sponsored-image-v2">
  2721.                        
  2722.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2723.                        
  2724.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2725.                    </div>
  2726.                    <div class="sponsored-content-v2">
  2727.                        <h3 class="sponsored-title-v2">
  2728.                            <a href="/leaders-recognise-titans-as-trump-extends-mamdani-a-warm-greeting/" class="top-color">
  2729.                            Leaders Recognise Titans as Trump Extends Mamdani a Warm Greeting
  2730.                            </a>
  2731.                        </h3>
  2732.                        <div class="sponsored-meta-v2">
  2733.                            
  2734.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="sponsored-author-img-v2">
  2735.                            
  2736.                            <span class="top-color">By Timothy Allen</span>
  2737.                            <span class="top-color">•</span>
  2738.                            <span class="top-color">17 May 2026</span>
  2739.                        </div>
  2740.                    </div>
  2741.                </div>
  2742.            </div>
  2743.            
  2744.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2745.                <div class="card sponsored-card-v2">
  2746.                    <div class="sponsored-image-v2">
  2747.                        
  2748.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2749.                        
  2750.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2751.                    </div>
  2752.                    <div class="sponsored-content-v2">
  2753.                        <h3 class="sponsored-title-v2">
  2754.                            <a href="/a-decade-long-liaison-from-author-erin-somers-a-middle-aged-infidelity-story-our-era-needs/" class="top-color">
  2755.                            A Decade-Long Liaison from author Erin Somers: A Middle-Aged Infidelity Story Our Era Needs.
  2756.                            </a>
  2757.                        </h3>
  2758.                        <div class="sponsored-meta-v2">
  2759.                            
  2760.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="sponsored-author-img-v2">
  2761.                            
  2762.                            <span class="top-color">By Timothy Allen</span>
  2763.                            <span class="top-color">•</span>
  2764.                            <span class="top-color">16 May 2026</span>
  2765.                        </div>
  2766.                    </div>
  2767.                </div>
  2768.            </div>
  2769.            
  2770.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2771.                <div class="card sponsored-card-v2">
  2772.                    <div class="sponsored-image-v2">
  2773.                        
  2774.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2775.                        
  2776.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2777.                    </div>
  2778.                    <div class="sponsored-content-v2">
  2779.                        <h3 class="sponsored-title-v2">
  2780.                            <a href="/president-zelenskyy-says-the-nation-is-ten-percent-off-from-peace-but-not-at-any-possible-price/" class="top-color">
  2781.                            President Zelenskyy Says The Nation Is Ten Percent Off from Peace, But Not at Any Possible Price
  2782.                            </a>
  2783.                        </h3>
  2784.                        <div class="sponsored-meta-v2">
  2785.                            
  2786.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="sponsored-author-img-v2">
  2787.                            
  2788.                            <span class="top-color">By Timothy Allen</span>
  2789.                            <span class="top-color">•</span>
  2790.                            <span class="top-color">16 May 2026</span>
  2791.                        </div>
  2792.                    </div>
  2793.                </div>
  2794.            </div>
  2795.            
  2796.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2797.                <div class="card sponsored-card-v2">
  2798.                    <div class="sponsored-image-v2">
  2799.                        
  2800.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2801.                        
  2802.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2803.                    </div>
  2804.                    <div class="sponsored-content-v2">
  2805.                        <h3 class="sponsored-title-v2">
  2806.                            <a href="/the-new-animated-series-opening-sequence-selected-the-wrong-popular-rpg-show-track/" class="top-color">
  2807.                            The New Animated Series&#x27; Opening Sequence Selected the Wrong Popular RPG Show Track
  2808.                            </a>
  2809.                        </h3>
  2810.                        <div class="sponsored-meta-v2">
  2811.                            
  2812.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e4f8354b-7b4e-49b8-924a-a939f42e7074_profile.png" alt="Timothy Allen" style="object-fit: cover;" class="sponsored-author-img-v2">
  2813.                            
  2814.                            <span class="top-color">By Timothy Allen</span>
  2815.                            <span class="top-color">•</span>
  2816.                            <span class="top-color">16 May 2026</span>
  2817.                        </div>
  2818.                    </div>
  2819.                </div>
  2820.            </div>
  2821.            
  2822.        </div>
  2823.    </div>
  2824. </section>
  2825.  
  2826.  
  2827.    
  2828.        <!-- end wpo-blog-sponsored-section -->
  2829.        <!-- start wpo-subscribe-section -->
  2830.        
  2831.        <!-- end subscribe-section -->
  2832.        <!-- start of wpo-site-footer-section -->
  2833.        
  2834.  
  2835.  
  2836.  
  2837.  
  2838.  
  2839. <footer class="wpo-site-footer-v3">
  2840.  <!-- Top Section - Logo -->
  2841.  <div class="footer-top-section py-4 border-bottom">
  2842.    <div class="container-fluid fluid-container">
  2843.      <div class="row justify-content-center">
  2844.        <div class="col-12 text-center">
  2845.          <div class="brand-logo">
  2846.            
  2847.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/5014031e-dcda-4456-859f-7192aac96982_logo.png" alt="BlogCode" class="footer-logo" />
  2848.            
  2849.            <p class="brand-tagline mt-2">Explore expert insights on coding, programming tutorials, and web development trends to enhance your skills and stay updated in the tech industry.</p>
  2850.          </div>
  2851.        </div>
  2852.      </div>
  2853.    </div>
  2854.  </div>
  2855.  
  2856.  <!-- Main Content -->
  2857.  <div class="footer-main-content pt-4">
  2858.    <div class="container-fluid fluid-container">
  2859.      <div class="row justify-content-center">
  2860.        <!-- Single Column: Quick Links -->
  2861.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  2862.          <div class="footer-column">
  2863.            <h5 class="column-title">Quick Links</h5>
  2864.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  2865.              
  2866.                <li>
  2867.                  <a class="menu-link" href="/gop-lawmaker-says-agreement-is-possible-on-health-care-as-crucial-tax-credits-set-to-expire/">GOP Lawmaker Says &#x27;Agreement Is Possible&#x27; on Health Care as Crucial Tax Credits Set to Expire.</a>
  2868.                </li>
  2869.              
  2870.                <li>
  2871.                  <a class="menu-link" href="/administration-denounces-democratic-hoax-as-additional-epstein-estate-photos-disclosed/">Administration Denounces &#x27;Democratic Hoax&#x27; as Additional Epstein Estate Photos Disclosed</a>
  2872.                </li>
  2873.              
  2874.                <li>
  2875.                  <a class="menu-link" href="/millie-bright-exits-international-scene-long-past-her-legacy-was-carved-into-football-greats/">Millie Bright Exits International Scene Long Past Her Legacy Was Carved Into Football Greats</a>
  2876.                </li>
  2877.              
  2878.                <li>
  2879.                  <a class="menu-link" href="/the-hit-drama-confirmed-for-7th-series-on-the-british-broadcaster/">The Hit Drama Confirmed for 7th Series on the British Broadcaster</a>
  2880.                </li>
  2881.              
  2882.                <li>
  2883.                  <a class="menu-link" href="/the-22-year-old-tennis-player-emma-raducanu-concludes-her-season-and-has-decided-to-continue-with-trainer-into-the-2026-season/">The 22-year-old tennis player Emma Raducanu concludes her season and has decided to continue with trainer into the 2026 season.</a>
  2884.                </li>
  2885.              
  2886.                <li>
  2887.                  <a class="menu-link" href="/three-game-pass-games-that-will-justify-your-subscription-this-weekend-nov-21-23/">Three Game Pass Games That Will Justify Your Subscription This Weekend (Nov. 21-23)</a>
  2888.                </li>
  2889.              
  2890.            </ul>
  2891.          </div>
  2892.        </div>
  2893.  
  2894.        <!-- Single Column: Top Categories -->
  2895.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  2896.          <div class="footer-column">
  2897.            <h5 class="column-title">Top Categories</h5>
  2898.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  2899.              
  2900.                <li>
  2901.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  2902.                </li>
  2903.              
  2904.                <li>
  2905.                  <a class="menu-link" href="/category/business/">Business</a>
  2906.                </li>
  2907.              
  2908.                <li>
  2909.                  <a class="menu-link" href="/category/esports/">Esports</a>
  2910.                </li>
  2911.              
  2912.                <li>
  2913.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  2914.                </li>
  2915.              
  2916.                <li>
  2917.                  <a class="menu-link" href="/category/featured/">Featured</a>
  2918.                </li>
  2919.              
  2920.            </ul>
  2921.          </div>
  2922.        </div>
  2923.  
  2924.        <!-- Single Column: Blog Rolls -->
  2925.      <div class="col-12 text-center border-bottom pb-4">
  2926.          <div class="footer-column">
  2927.            <h5 class="column-title">Blog Rolls</h5>
  2928.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  2929.              
  2930.              
  2931.  
  2932.              
  2933.              
  2934.                
  2935.              
  2936.            </ul>
  2937.          </div>
  2938.        </div>
  2939.      </div>
  2940.    </div>
  2941.  </div>
  2942.  
  2943.  <!-- Footer Bottom -->
  2944.  <div class="footer-bottom py-3">
  2945.    <div class="container-fluid fluid-container">
  2946.      <div class="row justify-content-center">
  2947.        <div class="col-12 text-center">
  2948.          <div class="bottom-content">
  2949.            <div class="copyright-info mb-3">
  2950.              <p class="mb-0 text-info">
  2951.                &copy; 2026 <strong>BlogCode</strong>. All rights reserved.
  2952.              </p>
  2953.            </div>
  2954.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  2955.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  2956.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  2957.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  2958.            </div>
  2959.          </div>
  2960.        </div>
  2961.      </div>
  2962.    </div>
  2963.  </div>
  2964. </footer>
  2965.  
  2966. <style>
  2967. .wpo-site-footer-v3 {
  2968.    background: var(--card-bg) !important;
  2969. }
  2970.  
  2971. .footer-logo {
  2972.    height: 60px;
  2973.    width: auto;
  2974. }
  2975. .text-info{
  2976.    color: var(--topbar-color) !important;
  2977. }
  2978.  
  2979. .brand-title {
  2980.    font-size: 22px;
  2981.    font-weight: 700;
  2982.    color: var(--topbar-color);
  2983.    margin: 0;
  2984. }
  2985.  
  2986. .brand-tagline {
  2987.    font-size: 14px;
  2988.    color: var(--topbar-color);
  2989.    margin: 0;
  2990. }
  2991.  
  2992. .column-title {
  2993.    font-size: 16px;
  2994.    font-weight: 600;
  2995.    color: var(--topbar-color) !important;
  2996.    margin-bottom: 15px;
  2997. }
  2998.  
  2999. .footer-menu {
  3000.    margin: 0;
  3001. }
  3002.  
  3003. .menu-link {
  3004.    color: var(--topbar-color) !important;
  3005.    text-decoration: none;
  3006.    font-size: 14px;
  3007.    transition: color 0.3s ease;
  3008. }
  3009.  
  3010. .menu-link:hover {
  3011.    color: var(--primary-color);
  3012. }
  3013.  
  3014. .footer-bottom {
  3015.    font-size: 13px;
  3016. }
  3017.  
  3018. .utility-link {
  3019.    color: var(--topbar-color) !important;
  3020.    text-decoration: none;
  3021.    font-size: 13px;
  3022.    transition: color 0.3s ease;
  3023. }
  3024. /* Responsive Design */
  3025. @media (max-width: 768px) {
  3026.    .footer-logo {
  3027.        height: 50px;
  3028.    }
  3029.    
  3030.    .column-title {
  3031.        font-size: 15px;
  3032.    }
  3033.    
  3034.    .menu-link {
  3035.        font-size: 13px;
  3036.    }
  3037. }
  3038.  
  3039. @media (max-width: 576px) {
  3040.    .brand-title {
  3041.        font-size: 20px;
  3042.    }
  3043.    
  3044.    .brand-tagline {
  3045.        font-size: 13px;
  3046.    }
  3047.    
  3048.    .cta-btn {
  3049.        font-size: 12px;
  3050.        padding: 5px 12px;
  3051.    }
  3052. }
  3053. </style>
  3054.  
  3055. <script>
  3056. // Prevent default for placeholder links
  3057. document.addEventListener('DOMContentLoaded', function() {
  3058.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3059.        anchor.addEventListener('click', function(e) {
  3060.            e.preventDefault();
  3061.        });
  3062.    });
  3063. });
  3064. document.addEventListener('DOMContentLoaded', function () {
  3065.    var btn = document.getElementById('toggleBlogRollLinks');
  3066.    if (!btn) return; // No extra items, no button
  3067.  
  3068.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3069.  
  3070.    btn.addEventListener('click', function () {
  3071.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3072.            return li.classList.contains('d-none');
  3073.        });
  3074.  
  3075.        extras.forEach(function (li) {
  3076.            if (anyHidden) {
  3077.                li.classList.remove('d-none');
  3078.                li.classList.add('show');
  3079.            } else {
  3080.                li.classList.add('d-none');
  3081.                li.classList.remove('show');
  3082.            }
  3083.        });
  3084.  
  3085.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3086.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3087.    });
  3088. });
  3089.  
  3090. </script>
  3091.  
  3092.        <!-- end of wpo-site-footer-section -->
  3093.    </div>
  3094.    <!-- end of page-wrapper -->
  3095.  
  3096.    <!-- All JavaScript files
  3097.    ================================================== -->
  3098.    
  3099.  
  3100. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3101. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3102. <!-- Plugins for this template -->
  3103. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3104. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3105. <!-- Custom script for this template -->
  3106. <script src="/static/blogapp/assets/js/script.js"></script>
  3107.  
  3108. <script>
  3109. (function () {
  3110. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3111. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3112.  
  3113. function applyFallback(img) {
  3114. if (!img || img.dataset.fallbackApplied === "1") {
  3115. return;
  3116. }
  3117. var failedSrc = img.currentSrc || img.src || "";
  3118. img.dataset.fallbackApplied = "1";
  3119. img.onerror = null;
  3120. img.src = fallbackImageSrc;
  3121. console.warn("[ImageFallback] Replaced broken image:", {
  3122. failedSrc: failedSrc,
  3123. fallbackSrc: fallbackImageSrc,
  3124. alt: img.alt || "",
  3125. });
  3126. }
  3127.  
  3128. document.querySelectorAll("img").forEach(function (img) {
  3129. if (img.complete && img.naturalWidth === 0) {
  3130. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3131. failedSrc: img.currentSrc || img.src || "",
  3132. alt: img.alt || "",
  3133. });
  3134. applyFallback(img);
  3135. }
  3136. });
  3137.  
  3138. document.addEventListener(
  3139. "error",
  3140. function (event) {
  3141. var target = event.target;
  3142. if (target && target.tagName === "IMG") {
  3143. applyFallback(target);
  3144. }
  3145. },
  3146. true
  3147. );
  3148. })();
  3149. </script>
  3150.  
  3151. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3152.  
  3153.  
  3154.  
  3155. <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":"213faa7071834b73887f077851583e79","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3156. </body>
  3157.  
  3158. </html>
  3159.  
  3160.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda