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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="poppins">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T152428.061_5WAm9AZ_ru815n5.png">
  14.    
  15.  
  16.    <title>Tech Insights &amp; Digital Trends | Modern Web Development Guide</title>
  17.    <meta name="description" content="Explore the latest in technology, web development trends, and digital innovations. Get expert insights and practical tips for modern tech enthusiasts.">
  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://889993698.xyz/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0891b2;
  42.        --bs-primary-rgb: 0891b2;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #059669;
  45.        --bs-danger: #e11d48;
  46.        --bs-warning: #ea580c;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f0f9ff;
  49.        --bs-dark: #0c4a6e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0891b2;
  53.        --theme-primary-color-s2: #0891b2;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0f172a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0f172a;
  59.        --border-color: #bae6fd;
  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: #e0f2fe;
  75.        --navbar-color: #0c4a6e;
  76.        --topbar-bg: #f0f9ff;
  77.        --topbar-color: #0c4a6e;
  78.        --footer-bg: #0c4a6e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #bae6fd;
  82.        --card-radius: 14px;
  83.        --link-color: #0891b2;
  84.        --link-hover: #0e7490;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(8, 145, 178, 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-ocean">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418.  
  419.            
  420.  
  421.  
  422.  
  423.  
  424.  
  425. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  426.  <div class="container-fluid fluid-container">
  427.    <div class="row flex-wrap align-items-center">
  428.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  429.        <div class="mobail-menu">
  430.          <button type="button" class="navbar-toggler open-btn">
  431.            <span class="sr-only">Toggle navigation</span>
  432.            <span class="icon-bar first-angle"></span>
  433.            <span class="icon-bar middle-angle"></span>
  434.            <span class="icon-bar last-angle"></span>
  435.          </button>
  436.        </div>
  437.      </div>
  438.      <div class="col-lg-2 col-md-6 col-6">
  439.        <div class="navbar-header">
  440.          <a class="navbar-brand" href="/">
  441.            
  442.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a14828d6-9f69-4029-a855-9698ef914485_logo.png" alt="Digital Nexus Blog" />
  443.            
  444.          </a>
  445.        </div>
  446.  
  447.      </div>
  448.      <div class="col-lg-8 col-md-1 col-1">
  449.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  450.          <button class="menu-close"><i class="ti-close"></i></button>
  451.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  452.            <li>
  453.              <a href="/">
  454.                Home
  455.              </a>
  456.            </li>
  457.            
  458.            
  459.             <li>
  460.              <a href="/category/all-posts/">
  461.                All Posts
  462.              </a>
  463.              </li>
  464.              
  465.  
  466.                  
  467.              
  468.             <li>
  469.              <a href="/category/business/">
  470.                Business
  471.              </a>
  472.              </li>
  473.              
  474.  
  475.                  
  476.              
  477.             <li>
  478.              <a href="/category/esports/">
  479.                Esports
  480.              </a>
  481.              </li>
  482.              
  483.  
  484.                  
  485.              
  486.             <li>
  487.              <a href="/category/fashion/">
  488.                Fashion
  489.              </a>
  490.              </li>
  491.              
  492.  
  493.                  
  494.              
  495.             <li>
  496.              <a href="/category/featured/">
  497.                Featured
  498.              </a>
  499.              </li>
  500.              
  501.  
  502.                  
  503.              
  504.            
  505.              <li class="menu-item-has-children">
  506.                <a href="#">More</a>
  507.                <ul class="sub-menu">
  508.                  <li>
  509.                    <a href="/category/gaming/">
  510.                      Gaming
  511.                    </a>
  512.                  </li>
  513.                  
  514.  
  515.                  
  516.              
  517.            
  518.                  <li>
  519.                    <a href="/category/health/">
  520.                      Health
  521.                    </a>
  522.                  </li>
  523.                  
  524.  
  525.                  
  526.              
  527.            
  528.                  <li>
  529.                    <a href="/category/life-fitness/">
  530.                      Life &amp; Fitness
  531.                    </a>
  532.                  </li>
  533.                  
  534.  
  535.                  
  536.              
  537.            
  538.                  <li>
  539.                    <a href="/category/lifestyle/">
  540.                      Lifestyle
  541.                    </a>
  542.                  </li>
  543.                  
  544.  
  545.                  
  546.              
  547.            
  548.                  <li>
  549.                    <a href="/category/news/">
  550.                      News
  551.                    </a>
  552.                  </li>
  553.                  
  554.  
  555.                  
  556.              
  557.            
  558.                  <li>
  559.                    <a href="/category/others/">
  560.                      Others
  561.                    </a>
  562.                  </li>
  563.                  
  564.  
  565.                  
  566.              
  567.            
  568.                  <li>
  569.                    <a href="/category/politics/">
  570.                      Politics
  571.                    </a>
  572.                  </li>
  573.                  
  574.  
  575.                  
  576.              
  577.            
  578.                  <li>
  579.                    <a href="/category/sports/">
  580.                      Sports
  581.                    </a>
  582.                  </li>
  583.                  
  584.  
  585.                  
  586.              
  587.            
  588.                  <li>
  589.                    <a href="/category/tech/">
  590.                      Tech
  591.                    </a>
  592.                  </li>
  593.                  
  594.  
  595.                  
  596.              
  597.            
  598.                  <li>
  599.                    <a href="/category/travel/">
  600.                      Travel
  601.                    </a>
  602.                  </li>
  603.                  
  604.  
  605.                  
  606.                </ul>
  607.              </li>
  608.              
  609.              
  610.              
  611.              <li>
  612.                <a href="/page/contact-us/">
  613.                  Contact Us
  614.                </a>
  615.              </li>
  616.          </ul>
  617.        </div>
  618.        <!-- end of nav-collapse -->
  619.      </div>
  620.      <div class="col-lg-2 col-md-2 col-2">
  621.        <div class="header-right">
  622.          <div class="header-search-form-wrapper">
  623.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  624.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  625.              <div class="header-search-form">
  626.                <form id="search-form">
  627.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  628.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  629.                </form>
  630.                <div id="search-results" class="search-v1 mt-2"></div>
  631.              </div>
  632.            </div>
  633.          </div>
  634.  
  635.          
  636.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  637.            <div class="header-right-menu">
  638.              <div class="right-menu-toggle-btn">
  639.                <span class="bg-link"></span>
  640.                <span class="bg-link"></span>
  641.                <span class="bg-link"></span>
  642.              </div>
  643.              <div class="header-right-menu-wrap z-1">
  644.                <button class="right-menu-close"><i class="ti-close"></i></button>
  645.                <div class="logo">
  646.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  647.                </div>
  648.                <div class="header-right-sec">
  649.                  <div class="project-widget widget">
  650.                    <h3 class="blog-color">Our Latest News</h3>
  651.                    <div class="posts">
  652.                      <div class="post">
  653.                        <div class="img-holder">
  654.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  655.                        </div>
  656.                        <div class="details">
  657.                          <span class="date blog-color">19 Jun 2022</span>
  658.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  659.                              Know.</a></h4>
  660.                        </div>
  661.                      </div>
  662.                      <div class="post">
  663.                        <div class="img-holder">
  664.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  665.                        </div>
  666.                        <div class="details">
  667.                          <span class="date blog-color">22 May 2022</span>
  668.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  669.                          </h4>
  670.                        </div>
  671.                      </div>
  672.                      <div class="post">
  673.                        <div class="img-holder">
  674.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  675.                        </div>
  676.                        <div class="details">
  677.                          <span class="date blog-color">12 Apr 2022</span>
  678.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  679.                          </h4>
  680.                        </div>
  681.                      </div>
  682.                    </div>
  683.                  </div>
  684.                  <div class="widget wpo-contact-widget">
  685.                    <div class="widget-title">
  686.                      <h3 class="blog-color">Contact Us</h3>
  687.                    </div>
  688.                    <div class="contact-ft">
  689.                      <ul>
  690.                        <li>
  691.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  692.                        </li>
  693.                        <li>
  694.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  695.                          + 8 (123) 123 456 789
  696.                        </li>
  697.                        <li>
  698.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  699.                        </li>
  700.                      </ul>
  701.                    </div>
  702.                  </div>
  703.                </div>
  704.              </div>
  705.              <div class="sidebar-blur"> </div>
  706.            </div>
  707.          </div> -->
  708.        </div>
  709.      </div>
  710.    </div>
  711.    <!-- end of container -->
  712. </nav>
  713. </nav>
  714. <style>
  715.  .navbar-brand img {
  716.    height: 70px;
  717.    object-fit: contain;
  718.  }
  719. </style>
  720. <script>
  721.  // jQuery or vanilla JavaScript to handle the AJAX search
  722.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  723.    e.preventDefault();  // Prevent the form from submitting normally
  724.  
  725.    const query = document.getElementById("search-input").value;
  726.  // Check if the input field is empty
  727.    if (query === "") {
  728.      // Clear the search results if the input is empty
  729.      document.getElementById("search-results").innerHTML = "";
  730.      return; // Exit the function early to avoid making an AJAX request
  731.    }
  732.    // Send AJAX request
  733.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  734.      method: "GET",
  735.        headers: {
  736.          "X-Requested-With": "XMLHttpRequest",
  737.        },
  738.    })
  739.      .then(response => response.json())
  740.      .then(data => {
  741.        if (data.html) {
  742.          document.getElementById("search-results").innerHTML = data.html;
  743.        } else {
  744.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  745.        }
  746.      })
  747.      .catch(error => {
  748.        console.error("Error fetching search results:", error);
  749.      });
  750.  });
  751.  
  752. </script>
  753.  
  754.        </header>
  755.        <!-- end of header -->
  756.        <!-- start of wpo-blog-hero -->
  757.        
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.        <!-- end of wpo-blog-hero -->
  767.  
  768.        <!-- start of wpo-breacking-news -->
  769.        
  770.        <!-- end of wpo-breacking-news -->
  771.        
  772.        <!-- start wpo-blog-highlights-section -->
  773.        
  774.  
  775.  
  776.  
  777.    
  778.  
  779.  
  780.  
  781. <style>
  782.    /* General Section Styling */
  783.    .blog-highlights-v10 {
  784.        padding: 20px 0;  /* Adjusted padding for distinction */
  785.        position: relative;
  786.    }
  787.  
  788.    /* Section Header */
  789.    .section-header-v10 {
  790.        text-align: left;  /* Left-aligned for uniqueness */
  791.        margin-bottom: 50px;
  792.        padding-left: 15px;
  793.    }
  794.  
  795.    .section-title-v10 {
  796.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  797.        font-weight: 800;
  798.        color: #1a1a1a;
  799.        margin-bottom: 15px;
  800.        text-transform: none;  /* No uppercase for modern look */
  801.    }
  802.  
  803.    .section-subtitle-v10 {
  804.        font-size: 1.05rem;
  805.        color: #555;
  806.        max-width: 650px;
  807.        line-height: 1.6;
  808.    }
  809.  
  810.  
  811.    /* Blog Card */
  812.    .blog-card-v10 {
  813.        background: var(--card-bg);
  814.        border-radius: 10px;  /* Softer corners */
  815.        margin-bottom: 35px;
  816.        overflow: hidden;
  817.        opacity: 0;  /* Initially hidden for animation */
  818.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  819.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  820.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  821.    }
  822.  
  823.    .blog-card-v10.visible {
  824.        opacity: 1;
  825.        transform: rotate(0deg);  /* Straighten on appearance */
  826.    }
  827.  
  828.    @keyframes fadeRotateIn {
  829.        from {
  830.            opacity: 0;
  831.            transform: rotate(1.5deg);
  832.        }
  833.        to {
  834.            opacity: 1;
  835.            transform: rotate(0deg);
  836.        }
  837.    }
  838.  
  839.    .blog-card-v10:hover {
  840.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  841.    }
  842.  
  843.    /* Blog Image */
  844.    .blog-image-container-v10 {
  845.        width: 100%;
  846.        height: 240px;  /* Unique height for v10 */
  847.        overflow: hidden;
  848.        position: relative;
  849.    }
  850.  
  851.    .blog-image-v10 img {
  852.        width: 100%;
  853.        height: 100%;
  854.        object-fit: cover;
  855.    }
  856.  
  857.    /* Blog Content */
  858.    .blog-content-v10 {
  859.        padding: 20px 22px;  /* Adjusted padding */
  860.        text-align: left;
  861.    }
  862.  
  863.    .blog-title-v10 {
  864.        font-size: 1.55rem;  /* Slightly larger than v9 */
  865.        font-weight: 700;
  866.        margin-bottom: 12px;
  867.        color: #1a1a1a;
  868.    }
  869.  
  870.    .blog-meta-v10 {
  871.        font-size: 0.85rem;
  872.        color: #777;
  873.        margin-bottom: 12px;
  874.        font-style: italic;  /* Italic for distinction */
  875.    }
  876.  
  877.    .blog-excerpt-v10 {
  878.        font-size: 0.95rem;
  879.        color: #555;
  880.        margin-bottom: 15px;
  881.        line-height: 1.6;
  882.    }
  883.  
  884.    .blog-actions-v10 {
  885.        display: inline-block;
  886.    }
  887.  
  888.    .blog-read-more-v10 {
  889.        font-size: 0.95rem;
  890.        color: #e74c3c;  /* Red accent for uniqueness */
  891.        text-decoration: none;
  892.        font-weight: 600;
  893.        transition: color 0.3s ease;
  894.    }
  895.  
  896.    .blog-read-more-v10:hover {
  897.        color: #c0392b;  /* Darker red on hover */
  898.    }
  899.    /* Responsive Design */
  900.    @media (max-width: 768px) {
  901.        .section-title-v10 {
  902.            font-size: 2.4rem;
  903.        }
  904.  
  905.        .section-header-v10 {
  906.            padding-left: 10px;
  907.        }
  908.        
  909.        .blog-card-v10 {
  910.            margin-bottom: 20px;
  911.        }
  912.  
  913.        .blog-meta-v10 {
  914.            font-size: 0.75rem;
  915.        }
  916.  
  917.        .blog-image-container-v10 {
  918.            height: 170px;  /* Adjusted for mobile */
  919.        }
  920.  
  921.        .sidebar-v10 {
  922.            padding: 15px;
  923.        }
  924.    }
  925. </style>
  926.  
  927. <section class="blog-highlights-v10">
  928.    <div class="container-fluid fluid-container">
  929.        <!-- Section Header -->
  930.        <div class="row">
  931.            <div class="col-12 col-lg-10">  
  932.                <div class="section-header-v10">
  933.                    <h2 class="section-title-v10">
  934.                Today's Top Highlights
  935.                   </h2>
  936.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  937.                </div>
  938.            </div>
  939.        </div>
  940.        
  941.        <!-- Blog Grid and Sidebar -->
  942.        <div class="row">
  943.            <div class="col-lg-8">
  944.                <div class="row">
  945.                    
  946.                    
  947.  
  948.                </div>
  949.            </div>
  950.  
  951.            <!-- Sidebar -->
  952.                   <div class="col col-lg-4 col-12">
  953.                <div class="sidebar-v10">
  954.                      
  955.  
  956.  
  957.  
  958.    
  959.  
  960. <!-- Curved Heading Sidebar -->
  961.    <div class="sidebar">
  962.        
  963.  
  964.       <!-- <div class="sidebar-widget mb-5">
  965.            <div class="widget-title-wrapper mb-3">
  966.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  967.                    <div class="title-border"></div>
  968.                    <i class="ti-folder me-2"></i>Blog Archives
  969.                </h4>
  970.            </div>
  971.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  972.                <div class="archives-list">
  973.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  974.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  975.                            <i class="ti-angle-right me-2 text-primary"></i>
  976.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  977.                        </a>
  978.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  979.                    </div>
  980.  
  981.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  982.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  983.                            <i class="ti-angle-right me-2 text-primary"></i>
  984.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  985.                        </a>
  986.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  987.                    </div>
  988.  
  989.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  990.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  991.                            <i class="ti-angle-right me-2 text-primary"></i>
  992.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  993.                        </a>
  994.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  995.                    </div>
  996.  
  997.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  998.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  999.                            <i class="ti-angle-right me-2 text-primary"></i>
  1000.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  1001.                        </a>
  1002.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  1003.                    </div>
  1004.  
  1005.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  1006.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1007.                            <i class="ti-angle-right me-2 text-primary"></i>
  1008.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  1009.                        </a>
  1010.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  1011.                    </div>
  1012.  
  1013.                    <div class="archive-item d-flex justify-content-between align-items-center">
  1014.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  1015.                            <i class="ti-angle-right me-2 text-primary"></i>
  1016.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  1017.                        </a>
  1018.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  1019.                    </div>
  1020.                </div>
  1021.                
  1022.                <div class="text-center mt-4 pt-3 border-top border-color">
  1023.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  1024.                        <i class="ti-archive me-1"></i>View All Archives
  1025.                    </a>
  1026.                </div>
  1027.            </div>
  1028.        </div> -->
  1029.  
  1030.        <div class="sidebar-widget mb-4">
  1031.            <div class="widget-title-wrapper mb-3">
  1032.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1033.                    <div class="title-border-primary"></div>
  1034.                    <i class="ti-star me-2"></i>Popular Posts
  1035.                </h4>
  1036.            </div>
  1037.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  1038.                <div class="popular-post-list">
  1039.                    
  1040.  
  1041.                </div>
  1042.                
  1043.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  1044.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  1045.                        <i class="ti-trophy me-1"></i>View All Popular
  1046.                    </a>
  1047.                </div> -->
  1048.            </div>
  1049.        </div>
  1050.  
  1051. </div>
  1052.  
  1053. <style>
  1054.     .widget-content {
  1055.        margin-top: -1px;
  1056.        position: relative;
  1057.        z-index: 1;
  1058.         background-color: var(--card-bg);
  1059.    }
  1060. </style>
  1061.  
  1062.    
  1063.                </div>
  1064.            </div>
  1065.        </div>
  1066.    </div>
  1067. </section>
  1068.  
  1069. <script>
  1070.    // Intersection Observer for Fade-in with Slight Rotation
  1071.    document.addEventListener('DOMContentLoaded', function() {
  1072.        const observerOptions = {
  1073.            threshold: 0.15, // Trigger when 15% of the card is visible
  1074.            rootMargin: '0px 0px -50px 0px',
  1075.        };
  1076.  
  1077.        const observer = new IntersectionObserver(function(entries, observer) {
  1078.            entries.forEach(entry => {
  1079.                if (entry.isIntersecting) {
  1080.                    entry.target.classList.add('visible');
  1081.                    observer.unobserve(entry.target);
  1082.                }
  1083.            });
  1084.        }, observerOptions);
  1085.  
  1086.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  1087.            observer.observe(card);
  1088.        });
  1089.    });
  1090. </script>
  1091.  
  1092.    
  1093.        
  1094.        <!-- end wpo-blog-highlights-section -->
  1095.        <!-- start wpo-blog-sponsored-section -->
  1096.        
  1097.  
  1098.  
  1099.  
  1100.    
  1101.  
  1102.  
  1103.    
  1104.        <!-- end wpo-blog-sponsored-section -->
  1105.        <!-- start wpo-subscribe-section -->
  1106.        
  1107.        <!-- end subscribe-section -->
  1108.        <!-- start of wpo-site-footer-section -->
  1109.        
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  1117. <footer class="footer-v5 bg-primary-gradient border-top">
  1118.    
  1119.    <!-- Main Footer Content -->
  1120.    <div class="container-fluid py-5">
  1121.        
  1122.        <!-- Top Section with Logo and Description -->
  1123.        <div class="row mb-5">
  1124.            <div class="col-12 text-center">
  1125.                <div class="footer-brand mb-4">
  1126.                    
  1127.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a14828d6-9f69-4029-a855-9698ef914485_logo.png" alt="Digital Nexus Blog" class="footer-logo mb-3" height="60">
  1128.                    
  1129.                    <h4 class="fw-bold footer-color mb-2">Digital Nexus Blog</h4>
  1130.                    <p class="footer-color opacity-50">Explore the latest in technology, web development trends, and digital innovations. Get expert insights and practical tips for modern tech enthusiasts.</p>
  1131.                </div>
  1132.            </div>
  1133.        </div>
  1134.  
  1135.        <!-- Content Grid -->
  1136.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  1137.            
  1138.            <!-- Quick Links Column -->
  1139.            <div class="">
  1140.                <div class="footer-section">
  1141.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  1142.                        Quick Links
  1143.                    </h6>
  1144.                    <ul class="list-unstyled footer-links">
  1145.                        
  1146.                        <li class="">No featured posts available</li>
  1147.                        
  1148.                    </ul>
  1149.                </div>
  1150.            </div>
  1151.  
  1152.            <!-- Resources Column -->
  1153.            <div class="">
  1154.                <div class="footer-section">
  1155.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  1156.                        Resources
  1157.                    </h6>
  1158.                   <ul class="footer-links" id="footerLinks">
  1159.        
  1160.        
  1161.  
  1162.        
  1163.        
  1164.        
  1165.        
  1166.    </ul>
  1167.                </div>
  1168.            </div>
  1169.  
  1170.            <!-- Categories Column -->
  1171.            <div class="">
  1172.                <div class="footer-section">
  1173.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  1174.                        Categories
  1175.                    </h6>
  1176.                    <div class="category-tags">
  1177.                      
  1178.                                <li>
  1179.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  1180.                                        All Posts
  1181.                                    </a>
  1182.                                </li>
  1183.                                
  1184.                                <li>
  1185.                                    <a href="/category/business/" class="footer-link footer-color">
  1186.                                        Business
  1187.                                    </a>
  1188.                                </li>
  1189.                                
  1190.                                <li>
  1191.                                    <a href="/category/esports/" class="footer-link footer-color">
  1192.                                        Esports
  1193.                                    </a>
  1194.                                </li>
  1195.                                
  1196.                                <li>
  1197.                                    <a href="/category/fashion/" class="footer-link footer-color">
  1198.                                        Fashion
  1199.                                    </a>
  1200.                                </li>
  1201.                                
  1202.                                <li>
  1203.                                    <a href="/category/featured/" class="footer-link footer-color">
  1204.                                        Featured
  1205.                                    </a>
  1206.                                </li>
  1207.                                
  1208.                                <li>
  1209.                                    <a href="/category/gaming/" class="footer-link footer-color">
  1210.                                        Gaming
  1211.                                    </a>
  1212.                                </li>
  1213.                                
  1214.                    </div>
  1215.                </div>
  1216.            </div>
  1217.  
  1218.        </div>
  1219.  
  1220.    </div>
  1221.  
  1222.    <!-- Footer Bottom -->
  1223.    <div class="footer-bottom  border-top py-3">
  1224.        <div class="container-fluid fluid-container">
  1225.            <div class=" d-flex justify-content-between flex-wrap">
  1226.                <div class="">
  1227.                    <p class="mb-0 footer-color  ">
  1228.                        © 2026 <span class="fw-semibold footer-color">Digital Nexus Blog</span>. All rights reserved.
  1229.                    </p>
  1230.                </div>
  1231.                <div class="">
  1232.                    <div class="footer-nav">
  1233.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  1234.                            <i class="bi bi-file-text me-1"></i>Write For Us
  1235.                        </a>
  1236.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  1237.                            <i class="bi bi-file-text me-1"></i>Terms
  1238.                        </a>
  1239.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  1240.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  1241.                        </a>
  1242.                    </div>
  1243.                </div>
  1244.            </div>
  1245.        </div>
  1246.    </div>
  1247.  
  1248. </footer>
  1249.  
  1250. <style>
  1251. /* Footer V5 - Clean Minimalist Bootstrap Design */
  1252.  
  1253.  
  1254.  
  1255.  
  1256. .footer-logo {
  1257.    border-radius: 8px;
  1258. }
  1259.  
  1260. /* Footer Sections */
  1261. .footer-section {
  1262.    padding: 0 15px;
  1263. }
  1264.  
  1265. .footer-section h6 {
  1266.    position: relative;
  1267.    padding-bottom: 8px;
  1268. }
  1269.  
  1270. .footer-section h6::after {
  1271.    content: '';
  1272.    position: absolute;
  1273.    bottom: 0;
  1274.    left: 0;
  1275.    width: 30px;
  1276.    height: 2px;
  1277.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  1278.    border-radius: 1px;
  1279. }
  1280.  
  1281. /* Links Styling */
  1282. .footer-links a {
  1283.    transition: all 0.3s ease;
  1284.    padding: 4px 0;
  1285.    border-radius: 4px;
  1286. }
  1287.  
  1288. .footer-links a:hover {
  1289.    color: var(--bs-primary) !important;
  1290.    padding-left: 8px;
  1291. }
  1292.  
  1293. .footer-links a:hover i {
  1294.    transform: translateX(2px);
  1295. }
  1296.  
  1297. /* Category Tags */
  1298. .category-tag {
  1299.    transition: all 0.3s ease;
  1300.    padding: 6px 12px !important;
  1301.    font-size: 0.875rem;
  1302. }
  1303.  
  1304.  
  1305.  
  1306. /* Footer Bottom */
  1307. .footer-bottom {
  1308.    backdrop-filter: blur(10px);
  1309. }
  1310.  
  1311. /* Responsive Design */
  1312. @media (max-width: 768px) {
  1313.    .footer-v5 {
  1314.        margin-top: 60px;
  1315.    }
  1316.    
  1317.    .footer-section {
  1318.        text-align:start;
  1319.        margin-bottom: 40px;
  1320.    }
  1321.    
  1322.    .footer-links a,
  1323.    .category-tags {
  1324.        justify-content:start;
  1325.    }
  1326.    
  1327.    .social-links .d-flex {
  1328.        justify-content:start;
  1329.    }
  1330. }
  1331.  
  1332. @media (max-width: 576px) {
  1333.    .footer-brand h4 {
  1334.        font-size: 1.25rem;
  1335.    }
  1336.    
  1337.    .stats-item h5 {
  1338.        font-size: 1.1rem;
  1339.    }
  1340.    
  1341.    .newsletter-form .btn {
  1342.        padding: 8px 12px;
  1343.    }
  1344. }
  1345.  
  1346. /* Animation Classes */
  1347. .fade-in {
  1348.    animation: fadeIn 0.6s ease-in;
  1349. }
  1350.  
  1351. @keyframes fadeIn {
  1352.    from { opacity: 0; transform: translateY(20px); }
  1353.    to { opacity: 1; transform: translateY(0); }
  1354. }
  1355.  
  1356. /* Loading State */
  1357. .loading {
  1358.    pointer-events: none;
  1359.    opacity: 0.7;
  1360. }
  1361.  
  1362. .loading .btn {
  1363.    position: relative;
  1364. }
  1365.  
  1366. .loading .btn::after {
  1367.    content: '';
  1368.    position: absolute;
  1369.    top: 50%;
  1370.    left: 50%;
  1371.    width: 16px;
  1372.    height: 16px;
  1373.    margin: -8px 0 0 -8px;
  1374.    border: 2px solid transparent;
  1375.    border-top-color: currentColor;
  1376.    border-radius: 50%;
  1377.    animation: spin 1s linear infinite;
  1378. }
  1379.  
  1380. @keyframes spin {
  1381.    to { transform: rotate(360deg); }
  1382. }
  1383.  
  1384. /* Utility Classes */
  1385. .text-gradient {
  1386.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  1387.    -webkit-background-clip: text;
  1388.    -webkit-text-fill-color: transparent;
  1389.    background-clip: text;
  1390. }
  1391.  
  1392. .hover-lift {
  1393.    transition: transform 0.3s ease;
  1394. }
  1395.  
  1396. .hover-lift:hover {
  1397.    transform: translateY(-2px);
  1398. }
  1399. </style>
  1400.  
  1401.  
  1402. <script>
  1403. document.addEventListener('DOMContentLoaded', function() {
  1404.    
  1405.    // Initialize Bootstrap tooltips
  1406.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  1407.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  1408.        return new bootstrap.Tooltip(tooltipTriggerEl);
  1409.    });
  1410.  
  1411.    // Newsletter form handling
  1412.    const newsletterForm = document.querySelector('.newsletter-form');
  1413.    if (newsletterForm) {
  1414.        newsletterForm.addEventListener('submit', function(e) {
  1415.            e.preventDefault();
  1416.            
  1417.            const email = this.querySelector('input[name="email"]').value.trim();
  1418.            const submitBtn = this.querySelector('button[type="submit"]');
  1419.            const originalContent = submitBtn.innerHTML;
  1420.            
  1421.            // Validate email
  1422.            if (!email || !isValidEmail(email)) {
  1423.                showToast('Please enter a valid email address', 'error');
  1424.                return;
  1425.            }
  1426.            
  1427.            // Show loading state
  1428.            this.classList.add('loading');
  1429.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  1430.            submitBtn.disabled = true;
  1431.            
  1432.            // Simulate API call
  1433.            setTimeout(() => {
  1434.                // Success state
  1435.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  1436.                submitBtn.classList.remove('btn-primary');
  1437.                submitBtn.classList.add('btn-success');
  1438.                
  1439.                showToast('Successfully subscribed to newsletter!', 'success');
  1440.                
  1441.                // Reset form
  1442.                setTimeout(() => {
  1443.                    this.classList.remove('loading');
  1444.                    submitBtn.innerHTML = originalContent;
  1445.                    submitBtn.classList.remove('btn-success');
  1446.                    submitBtn.classList.add('btn-primary');
  1447.                    submitBtn.disabled = false;
  1448.                    this.reset();
  1449.                }, 2000);
  1450.                
  1451.            }, 1500);
  1452.        });
  1453.    }
  1454.    
  1455.    // Email validation function
  1456.    function isValidEmail(email) {
  1457.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  1458.        return emailRegex.test(email);
  1459.    }
  1460.    
  1461.    // Toast notification function
  1462.    function showToast(message, type = 'info') {
  1463.        // Remove existing toasts
  1464.        const existingToasts = document.querySelectorAll('.custom-toast');
  1465.        existingToasts.forEach(toast => toast.remove());
  1466.        
  1467.        // Create toast
  1468.        const toast = document.createElement('div');
  1469.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  1470.        toast.style.zIndex = '9999';
  1471.        toast.innerHTML = `
  1472.            <div class="d-flex align-items-center">
  1473.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  1474.                <span>${message}</span>
  1475.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  1476.            </div>
  1477.        `;
  1478.        
  1479.        document.body.appendChild(toast);
  1480.        
  1481.        // Auto remove after 4 seconds
  1482.        setTimeout(() => {
  1483.            if (toast && toast.parentNode) {
  1484.                toast.remove();
  1485.            }
  1486.        }, 4000);
  1487.    }
  1488.    
  1489.    // Smooth scroll for internal links
  1490.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  1491.        anchor.addEventListener('click', function(e) {
  1492.            e.preventDefault();
  1493.            const target = document.querySelector(this.getAttribute('href'));
  1494.            if (target) {
  1495.                target.scrollIntoView({
  1496.                    behavior: 'smooth',
  1497.                    block: 'start'
  1498.                });
  1499.            }
  1500.        });
  1501.    });
  1502.    
  1503.    // Add fade-in animation to footer sections on scroll
  1504.    const observerOptions = {
  1505.        threshold: 0.1,
  1506.        rootMargin: '0px 0px -50px 0px'
  1507.    };
  1508.    
  1509.    const sectionObserver = new IntersectionObserver((entries) => {
  1510.        entries.forEach(entry => {
  1511.            if (entry.isIntersecting) {
  1512.                entry.target.classList.add('fade-in');
  1513.            }
  1514.        });
  1515.    }, observerOptions);
  1516.    
  1517.    // Observe footer sections
  1518.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  1519.        sectionObserver.observe(section);
  1520.    });
  1521.    
  1522.    // Enhanced hover effects for category tags
  1523.    document.querySelectorAll('.category-tag').forEach(tag => {
  1524.        tag.addEventListener('mouseenter', function() {
  1525.            this.style.transform = 'translateY(-2px) scale(1.02)';
  1526.        });
  1527.        
  1528.        tag.addEventListener('mouseleave', function() {
  1529.            this.style.transform = 'translateY(0) scale(1)';
  1530.        });
  1531.    });
  1532.    
  1533.    // Prevent default for demo links
  1534.    document.querySelectorAll('a[href="#"]').forEach(link => {
  1535.        link.addEventListener('click', function(e) {
  1536.            e.preventDefault();
  1537.        });
  1538.    });
  1539.    
  1540.    // Add click ripple effect to buttons
  1541.    document.querySelectorAll('.btn').forEach(btn => {
  1542.        btn.addEventListener('click', function(e) {
  1543.            const ripple = document.createElement('span');
  1544.            const rect = this.getBoundingClientRect();
  1545.            const size = Math.max(rect.width, rect.height);
  1546.            const x = e.clientX - rect.left - size / 2;
  1547.            const y = e.clientY - rect.top - size / 2;
  1548.            
  1549.            ripple.style.cssText = `
  1550.                position: absolute;
  1551.                left: ${x}px;
  1552.                top: ${y}px;
  1553.                width: ${size}px;
  1554.                height: ${size}px;
  1555.                border-radius: 50%;
  1556.                background: rgba(255, 255, 255, 0.4);
  1557.                transform: scale(0);
  1558.                animation: ripple-effect 0.6s linear;
  1559.                pointer-events: none;
  1560.            `;
  1561.            
  1562.            this.style.position = 'relative';
  1563.            this.style.overflow = 'hidden';
  1564.            this.appendChild(ripple);
  1565.            
  1566.            setTimeout(() => ripple.remove(), 600);
  1567.        });
  1568.    });
  1569.    
  1570. });
  1571.  
  1572. // Add ripple animation CSS
  1573. const rippleCSS = document.createElement('style');
  1574. rippleCSS.textContent = `
  1575.    @keyframes ripple-effect {
  1576.        to {
  1577.            transform: scale(4);
  1578.            opacity: 0;
  1579.        }
  1580.    }
  1581. `;
  1582. document.head.appendChild(rippleCSS);
  1583.  
  1584. document.addEventListener('DOMContentLoaded', function () {
  1585.    var btn = document.getElementById('toggleFooterLinks');
  1586.    if (!btn) return; // No extra links, no button
  1587.  
  1588.    var extras = document.querySelectorAll('#footerLinks li.extra');
  1589.  
  1590.    btn.addEventListener('click', function () {
  1591.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  1592.            return li.classList.contains('d-none');
  1593.        });
  1594.  
  1595.        extras.forEach(function (li) {
  1596.            if (anyHidden) {
  1597.                li.classList.remove('d-none');
  1598.                li.classList.add('show');
  1599.            } else {
  1600.                li.classList.add('d-none');
  1601.                li.classList.remove('show');
  1602.            }
  1603.        });
  1604.  
  1605.        btn.textContent = anyHidden ? 'View less' : 'View more';
  1606.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  1607.    });
  1608. });
  1609.  
  1610. </script>
  1611.  
  1612.        <!-- end of wpo-site-footer-section -->
  1613.    </div>
  1614.    <!-- end of page-wrapper -->
  1615.  
  1616.    <!-- All JavaScript files
  1617.    ================================================== -->
  1618.    
  1619.  
  1620. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  1621. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  1622. <!-- Plugins for this template -->
  1623. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  1624. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  1625. <!-- Custom script for this template -->
  1626. <script src="/static/blogapp/assets/js/script.js"></script>
  1627.  
  1628. <script>
  1629. (function () {
  1630. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  1631. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  1632.  
  1633. function applyFallback(img) {
  1634. if (!img || img.dataset.fallbackApplied === "1") {
  1635. return;
  1636. }
  1637. var failedSrc = img.currentSrc || img.src || "";
  1638. img.dataset.fallbackApplied = "1";
  1639. img.onerror = null;
  1640. img.src = fallbackImageSrc;
  1641. console.warn("[ImageFallback] Replaced broken image:", {
  1642. failedSrc: failedSrc,
  1643. fallbackSrc: fallbackImageSrc,
  1644. alt: img.alt || "",
  1645. });
  1646. }
  1647.  
  1648. document.querySelectorAll("img").forEach(function (img) {
  1649. if (img.complete && img.naturalWidth === 0) {
  1650. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  1651. failedSrc: img.currentSrc || img.src || "",
  1652. alt: img.alt || "",
  1653. });
  1654. applyFallback(img);
  1655. }
  1656. });
  1657.  
  1658. document.addEventListener(
  1659. "error",
  1660. function (event) {
  1661. var target = event.target;
  1662. if (target && target.tagName === "IMG") {
  1663. applyFallback(target);
  1664. }
  1665. },
  1666. true
  1667. );
  1668. })();
  1669. </script>
  1670.  
  1671. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  1672.  
  1673.  
  1674.  
  1675. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"2d8071b590e14512a043b9f6f629b71c","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  1676. </body>
  1677.  
  1678. </html>
  1679.  
  1680.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda