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: http://xmateur.net

  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>xmateur - xmateur.net</title>
  7.    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
  8.    <link rel="stylesheet" href="styles.css">
  9.    <script src="https://cdn.counter.dev/script.js" data-id="a60e36d6-879a-4414-88df-a98d39e85ce8" data-utcoffset="-5"></script>
  10.    <script src='#'></script>
  11. </head>
  12. <body>
  13.  
  14.   <!-- Navigation -->
  15.   <nav class="navbar" role="navigation" aria-label="main navigation">
  16.    <div class="container">
  17.        <div class="navbar-brand">
  18.            <a class="navbar-item" href="/">
  19.                <strong>xmateur.net</strong>
  20.            </a>
  21.  
  22.            <!-- Burger icon for mobile -->
  23.            <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
  24.                <span aria-hidden="true"></span>
  25.                <span aria-hidden="true"></span>
  26.                <span aria-hidden="true"></span>
  27.            </a>
  28.        </div>
  29.  
  30.        <div id="navbarBasicExample" class="navbar-menu">
  31.            <div class="navbar-end">
  32.                <a class="navbar-item" href="/">Home</a>
  33.                <a class="navbar-item" href="/about">About</a>
  34.                <a class="navbar-item" href="/category/soccer">Soccer</a>
  35. <a class="navbar-item" href="/category/surfing">Surfing</a>
  36. <a class="navbar-item" href="/category/swimming">Swimming</a>
  37. <a class="navbar-item" href="/category/volleyball">Volleyball</a>
  38. <a class="navbar-item" href="/category/skateboarding">Skateboarding</a>
  39.                <a class="navbar-item" href="/contact">Contact</a>
  40.            </div>
  41.        </div>
  42.    </div>
  43. </nav>
  44.  
  45.  
  46.    <!-- Hero Section with Background Image -->
  47.    <section class="hero is-large has-background">
  48.        <div class="hero-body">
  49.            <div class="container">
  50.                <h1 class="title has-text-white">
  51.                    Welcome to xmateur
  52.                </h1>
  53.                <p class="subtitle has-text-white">
  54.                    Welcome to xmateur.net! Whether you're a seasoned enthusiast or just dipping your toes into the world of amateur content, we invite you to explore all that xmateur has to offer. Discover a wide array of amateur content that will pique your curiosity and leave you craving more. Join us on a journey of exploration and excitement as we dive into the world of amateur experiences together. Happy exploring!
  55.                </p>
  56.            </div>
  57.        </div>
  58.    </section>
  59.  
  60.    <!-- Main Content Section -->
  61.    <section class="section">
  62.        <div class="container is-max-desktop">
  63.            <div class="content">
  64.                <h2>About xmateur.net</h2>
  65.                <p>Welcome to XMATEUR.net, your ultimate destination for all things amateur! Whether you're a seasoned pro looking for inspiration or just starting out on your creative journey, we've got you covered. From photography to videography, painting to crafting, we're here to celebrate all forms of amateur creativity. Join us as we explore new techniques, share tips and tricks, and connect with a community of fellow enthusiasts. Let's unleash our inner amateurs and create something extraordinary together!</p>
  66.            </div>
  67.        </div>
  68.    </section>
  69.  
  70.    <!-- Footer Section -->
  71.    <footer class="footer">
  72.        <div class="container">
  73.            <div class="content has-text-centered">
  74.                <p>
  75.                    <a href="/">xmateur.net</a> &copy; 2024
  76.                    <a href="/privacy">Privacy Policy</a>
  77.                    <a href="/terms">Terms and Conditions</a>
  78.                </p>
  79.            </div>
  80.        </div>
  81.    </footer>
  82.  
  83.    <script>
  84.        // JavaScript to toggle the mobile menu
  85.        document.addEventListener('DOMContentLoaded', () => {
  86.            const burgerIcon = document.querySelector('.navbar-burger');
  87.            const navbarMenu = document.querySelector('.navbar-menu');
  88.  
  89.            burgerIcon.addEventListener('click', () => {
  90.                navbarMenu.classList.toggle('is-active');
  91.            });
  92.        });
  93.    </script>
  94.  
  95. </body>
  96. </html>
  97.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda