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://aviator-oyunu-fr.space

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>Iknow Travel</title>
  7.    <meta name="google" content="notranslate">
  8.    <link rel="icon" type="image/png" sizes="152x152" href="https://web.archive.org/web/20170321014359im_/http://iknow.travel/images/favicon-152.png">
  9.    <link rel="dns-prefetch" href="https://lp-cms-production.imgix.net" />
  10.    <style>
  11.        html, body {
  12.            height: 100%;
  13.        }
  14.        .top-right-menu {
  15.            position: absolute;
  16.            top: 10px;
  17.            right: 10px;
  18.            display: flex;
  19.            align-items: center;
  20.            gap: 15px;
  21.            z-index: 4;
  22.            background: rgba(0, 0, 0, 0.5);
  23.            padding: 10px;
  24.            border-radius: 5px;
  25.        }
  26.  
  27.        .top-right-menu div {
  28.            cursor: pointer;
  29.            font-size: 16px;
  30.            color: white;
  31.            font-weight: bold;
  32.        }
  33.  
  34.        .top-right-menu .active {
  35.            text-decoration: underline;
  36.        }
  37.  
  38.        .svg-container {
  39.            width: 24px;
  40.            height: 24px;
  41.            display: flex;
  42.            align-items: center;
  43.            justify-content: center;
  44.        }
  45.  
  46.        .svg-container svg {
  47.            width: 100%;
  48.            height: 100%;
  49.            fill: white;
  50.        }
  51.  
  52.  
  53.        @media screen and (max-width: 768px) {
  54.            .top-right-menu {
  55.                flex-direction: column;
  56.                top: 10px;
  57.                right: 10px;
  58.                gap: 10px;
  59.            }
  60.  
  61.            .top-right-menu div {
  62.                font-size: 14px;
  63.            }
  64.  
  65.            .logo {
  66.                top: 5px;
  67.                left: 5px;
  68.            }
  69.  
  70.            .side-info {
  71.                left: 10px;
  72.                padding: 15px;
  73.                max-width: 250px;
  74.            }
  75.  
  76.            .side-info h1 {
  77.                font-size: 20px;
  78.            }
  79.  
  80.            .side-info p {
  81.                font-size: 14px;
  82.            }
  83.  
  84.            .thumbnail-bar {
  85.                gap: 5px;
  86.                bottom: 100px!important;
  87.                right: 10px;
  88.                
  89.            }
  90.  
  91.            .thumbnail-bar img {
  92.                width: 60px!important;
  93.                height: 30px!important;
  94.            }
  95.        }
  96.  
  97.        body {
  98.            margin: 0;
  99.            overflow: hidden;
  100.            font-family: Arial, sans-serif;
  101.            height: 100%;
  102.        }
  103.  
  104.        .slideshow-container {
  105.            position: relative;
  106.            width: 100vw;
  107.            height: 100vh;
  108.        }
  109.  
  110.        .main-image {
  111.            position: absolute;
  112.            top: 0;
  113.            left: 0;
  114.            width: 100%;
  115.            height: 100%;
  116.            object-fit: cover;
  117.            z-index: 1;
  118.            transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  119.        }
  120.  
  121.        .main-image.hidden {
  122.            opacity: 0;
  123.            transform: scale(1.2);
  124.        }
  125.  
  126.        .side-info {
  127.            position: absolute;
  128.            top: 50%;
  129.            left: 20px;
  130.            transform: translateY(-50%);
  131.            background: rgba(0, 0, 0, 0.5);
  132.            color: white;
  133.            padding: 20px;
  134.            border-radius: 10px;
  135.            z-index: 2;
  136.            max-width: 300px;
  137.        }
  138.  
  139.        .side-info h1 {
  140.            margin: 0;
  141.            font-size: 24px;
  142.        }
  143.  
  144.        .side-info p {
  145.            margin: 10px 0 0;
  146.            font-size: 16px;
  147.        }
  148.  
  149.        .thumbnail-bar {
  150.            position: absolute;
  151.            bottom: 20px;
  152.            right: 20px;
  153.            display: flex;
  154.            gap: 10px;
  155.            z-index: 3;
  156.            overflow-x: auto;
  157.            white-space: nowrap;
  158.        }
  159.  
  160.        .thumbnail-bar img {
  161.            width: 100px;
  162.            height: 56px;
  163.            object-fit: cover;
  164.            cursor: pointer;
  165.            border: 2px solid transparent;
  166.            border-radius: 5px;
  167.            opacity: 0.5;
  168.            transition: opacity 0.3s, border-color 0.3s;
  169.        }
  170.  
  171.        .thumbnail-bar img.active {
  172.            opacity: 1;
  173.            border-color: white;
  174.        }
  175.  
  176.        .logo {
  177.            position: absolute;
  178.            top: 10px;
  179.            left: 10px;
  180.            z-index: 4;
  181.            background: rgba(0, 0, 0, 0.5);
  182.            padding: 5px;
  183.            border-radius: 5px;
  184.        }
  185.  
  186.        .logo img {
  187.            width: 140px;
  188.            height: 25px;
  189.        }
  190.  
  191.        .progress-bar-container {
  192.            position: absolute;
  193.            bottom: 0;
  194.            left: 0;
  195.            width: 100%;
  196.            height: 5px;
  197.            background: rgba(0, 0, 0, 0.3);
  198.            z-index: 4;
  199.        }
  200.  
  201.        .progress-bar {
  202.            width: 0;
  203.            height: 100%;
  204.            background: white;
  205.            transition: width 5s linear;
  206.        }
  207.  
  208.        .loading-screen {
  209.            position: fixed;
  210.            top: 0;
  211.            left: 0;
  212.            width: 100%;
  213.            height: 100%;
  214.            background: rgba(0, 0, 0, 0.8);
  215.            color: white;
  216.            display: flex;
  217.            align-items: center;
  218.            justify-content: center;
  219.            font-size: 24px;
  220.            font-family: Arial, sans-serif;
  221.            z-index: 100;
  222.            animation: fadeOut 1s ease-in-out forwards;
  223.            animation-delay: 2s;
  224.        }
  225.  
  226.        @keyframes fadeOut {
  227.            to {
  228.                opacity: 0;
  229.                visibility: hidden;
  230.            }
  231.        }
  232.    </style>
  233. </head>
  234. <body>
  235.    <div class="loading-screen">Loading...</div>
  236.  
  237.    <div class="top-right-menu">
  238.        <div class="active">Home</div>
  239.        <div>Holidays</div>
  240.        <div>Destinations</div>
  241.        <div>Flights</div>
  242.        <div>Offers</div>
  243.        <div>Contact</div>
  244.        <div class="svg-container">
  245.          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
  246.            <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z"></path>
  247.          </svg>
  248.        </div>
  249.        <div class="svg-container">
  250.          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
  251.            <path fill-rule="evenodd" d="M7.5 6a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM3.751 20.105a8.25 8.25 0 0116.498 0 .75.75 0 01-.437.695A18.683 18.683 0 0112 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 01-.437-.695z" clip-rule="evenodd"></path>
  252.          </svg>
  253.        </div>
  254.    </div>
  255.  
  256.    <div class="progress-bar-container">
  257.        <div class="progress-bar" id="progressBar"></div>
  258.    </div>
  259.  
  260.    <div class="slideshow-container">
  261.        <!-- Logo -->
  262.        <div class="logo">
  263.            <img src="https://web.archive.org/web/20170313235708im_/http://iknow.travel/images/navbar-logo.svg" alt="Logo">
  264.        </div>
  265.  
  266.        <!-- Main Images -->
  267.        <img loading="lazy" id="mainImage1" class="main-image" src="https://lp-cms-production.imgix.net/2024-07/shutterstock2009607746.jpg?fit=crop&w=1500&auto=format&q=100" alt="Cao Bang, Vietnam">
  268.        <img loading="lazy" id="mainImage2" class="main-image hidden" src="https://lp-cms-production.imgix.net/2022-11/iStock-1395608080.jpg?fit=crop&w=1500&auto=format&q=100" alt="São Tomé and Príncipe">
  269.        <img loading="lazy" id="mainImage3" class="main-image hidden" src="https://lp-cms-production.imgix.net/2022-11/iStock-1335362981-RFC.jpg?fit=crop&w=1500&auto=format&q=100" alt="image">
  270.        <img loading="lazy" id="mainImage4" class="main-image hidden" src="https://lp-cms-production.imgix.net/2025-01/Shutterstock1091100218.jpg?fit=crop&w=1500&auto=format&q=100" alt="image">
  271.        <img loading="lazy" id="mainImage5" class="main-image hidden" src="https://lp-cms-production.imgix.net/2024-08/Cambodia-Koh-Sdach-rchphoto-GettyImages-827555434-RFE.jpg?fit=crop&w=1500&auto=format&q=100" alt="image">
  272.  
  273.        <!-- Side Information -->
  274.        <div class="side-info">
  275.            <h1 id="imageTitle">Cao Bang, Vietnam</h1>
  276.            <p id="imageDescription">Cao Bang, in the north of Vietnam, has some of the most impressive natural sites in the country, but without the crowds. Start at Phat Tich Truc Lam, a temple near the Chinese border that offers wonderful views over the region’s rolling hills. Ban Gioc Waterfall – one of the most magical waterfalls in Southeast Asia and the largest in Vietnam – cascades over multiple tiers and can be visited on a boat trip or bamboo raft. The nearby Nguom Ngao Cave system extends for several kilometers underground and is home to many breathtaking stalactites and stalagmites.</p>
  277.        </div>
  278.  
  279.        <!-- Thumbnail Bar -->
  280.        <div class="thumbnail-bar" id="thumbnailBar">
  281.            <img src="https://lp-cms-production.imgix.net/2024-07/shutterstock2009607746.jpg?fit=crop&w=200&auto=format&q=50" alt="Thumbnail 1" onclick="showImage(0)">
  282.            <img src="https://lp-cms-production.imgix.net/2022-11/iStock-1395608080.jpg?fit=crop&w=200&auto=format&q=50" alt="Thumbnail 2" onclick="showImage(1)">
  283.            <img src="https://lp-cms-production.imgix.net/2022-11/iStock-1335362981-RFC.jpg?fit=crop&w=200&auto=format&q=50" alt="Thumbnail 3" onclick="showImage(2)">
  284.            <img src="https://lp-cms-production.imgix.net/2025-01/Shutterstock1091100218.jpg?fit=crop&w=200&auto=format&q=50" alt="Thumbnail 4" onclick="showImage(3)">
  285.            <img src="https://lp-cms-production.imgix.net/2024-08/Cambodia-Koh-Sdach-rchphoto-GettyImages-827555434-RFE.jpg?fit=crop&w=200&auto=format&q=50" alt="Thumbnail 5" onclick="showImage(4)">
  286.        </div>
  287.    </div>
  288.  
  289.    <script>
  290.        const images = [
  291.            { id: "mainImage1", title: "Cao Bang, Vietnam", description: "Cao Bang, in the north of Vietnam, has some of the most impressive natural sites in the country, but without the crowds. Start at Phat Tich Truc Lam, a temple near the Chinese border that offers wonderful views over the region’s rolling hills. Ban Gioc Waterfall – one of the most magical waterfalls in Southeast Asia and the largest in Vietnam – cascades over multiple tiers and can be visited on a boat trip or bamboo raft." },
  292.            { id: "mainImage2", title: "São Tomé and Príncipe", description: "Adrift in the Gulf of Guinea, this two-island nation is Africa’s second-smallest and one that blends natural wonders with a gripping history. São Tomé and Príncipe (STP) is a safe and welcoming ecotourism destination, as rich in jungles as it is beautiful. This is especially true on unspoiled Príncipe, which has a population of just 7000." },
  293.            { id: "mainImage3", title: "Stewart Island/Rakiura, New Zealand", description: "Providing a southern anchor to New Zealand, Stewart Island is known in Māori as Rakiura – Glowing Skies – in reference to the shimmering aurora australis (southern lights) phenomenon that is often sighted during the cooler and longer nights of a southern hemisphere winter. " },
  294.            { id: "mainImage4", title: "Langtang Valley, Nepal", description: "Nowhere has trekking quite like in Nepal. Breathless trails strain over the highest mountains on Earth, and the reward for a hard day’s hiking is a slice of apple pie and a cold beer by a yak-dung fire. You’ll need a permit to take on the most popular trails, but beyond that, the sky is literally the limit. " },
  295.            { id: "mainImage5", title: "Koh Sdach Islands, Koh Kong", description: "Just off the southwest tip of Botum Sakor National Park, the Koh Sdach Archipelago is a castaway cluster of 12 small islands, many of which have good snorkeling and scuba diving. The main island – Koh Sdach (King's Island) – lacks beaches but it's a great place to experience island life without the crowds." }
  296.        ];
  297.  
  298.        let currentIndex = 0;
  299.  
  300.        function showImage(index) {
  301.            document.querySelectorAll('.main-image').forEach((img, idx) => {
  302.                img.classList.toggle('hidden', idx !== index);
  303.            });
  304.  
  305.            const { title, description } = images[index];
  306.            document.getElementById("imageTitle").textContent = title;
  307.            document.getElementById("imageDescription").textContent = description;
  308.  
  309.            document.querySelectorAll('.thumbnail-bar img').forEach((thumb, idx) => {
  310.                thumb.classList.toggle('active', idx === index);
  311.            });
  312.  
  313.            currentIndex = index;
  314.        }
  315.  
  316.        function startSlideshow() {
  317.            const progressBar = document.getElementById('progressBar');
  318.  
  319.            function resetProgressBar() {
  320.                progressBar.style.transition = 'none';
  321.                progressBar.style.width = '0';
  322.                setTimeout(() => {
  323.                    progressBar.style.transition = 'width 5s linear';
  324.                    progressBar.style.width = '100%';
  325.                }, 50);
  326.            }
  327.  
  328.            function advanceSlideshow() {
  329.                const nextIndex = (currentIndex + 1) % images.length;
  330.                showImage(nextIndex);
  331.                resetProgressBar();
  332.            }
  333.  
  334.            resetProgressBar();
  335.            setInterval(advanceSlideshow, 5000);
  336.        }
  337.  
  338.        window.onload = () => {
  339.            showImage(currentIndex);
  340.            startSlideshow();
  341.        };
  342.    </script>
  343.     <script>
  344.        function updateImageSources() {
  345.            const screenWidth = window.innerWidth;
  346.            const newWidth = screenWidth <= 768 ? 500 : 1500;
  347.  
  348.            const images = document.querySelectorAll('.main-image');
  349.  
  350.            images.forEach(img => {
  351.                const currentSrc = img.src;
  352.  
  353.                const updatedSrc = currentSrc.replace(/w=\d+/g, `w=${newWidth}`);
  354.                img.src = updatedSrc;
  355.            });
  356.        }
  357.  
  358.        updateImageSources();
  359.  
  360.        // Ekran boyutu değiştiğinde güncelle
  361.        window.addEventListener('resize', updateImageSources);
  362.    </script>
  363. </body>
  364. </html>
  365.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda