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://compassionsocial.com

  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>compassionsocial.com - compassionsocial.com</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.    
  11. <script>
  12. // Any specific script for the homepage
  13. </script>
  14.  
  15. </head>
  16. <body>
  17.  
  18.   <!-- Navigation section of base.html -->
  19. <nav class="navbar" role="navigation" aria-label="main navigation">
  20.    <div class="container">
  21.        <div class="navbar-brand">
  22.            <a class="navbar-item" href="/">
  23.                <strong>compassionsocial.com</strong>
  24.            </a>
  25.        </div>
  26.  
  27.        <div id="navbarBasicExample" class="navbar-menu">
  28.            <div class="navbar-end">
  29.                <a class="navbar-item" href="/">Home</a>
  30.                <a class="navbar-item" href="/about">About</a>
  31.  
  32.                <!-- Dynamically add categories to the menu -->
  33.                
  34.                    
  35.                        <a class="navbar-item" href="/category/user-generated-content">User-Generated Content</a>
  36.                    
  37.                        <a class="navbar-item" href="/category/social-media-advertising">Social Media Advertising</a>
  38.                    
  39.                        <a class="navbar-item" href="/category/social-media-influencers">Social Media Influencers</a>
  40.                    
  41.                        <a class="navbar-item" href="/category/content-scheduling">Content Scheduling</a>
  42.                    
  43.                        <a class="navbar-item" href="/category/content-creation">Content Creation</a>
  44.                    
  45.                
  46.                
  47.                <a class="navbar-item" href="/contact">Contact</a>
  48.            </div>
  49.        </div>
  50.    </div>
  51. </nav>
  52.  
  53. <!-- Block for extra content (such as Hero Section) in child templates -->
  54.  
  55.    <!-- Hero Section with Background Image -->
  56.    <section class="hero is-large has-background">
  57.        <div class="hero-body">
  58.            <div class="container">
  59.                <h1 class="title has-text-white">
  60.                    Welcome to compassionsocial.com
  61.                </h1>
  62.                <p class="subtitle has-text-white">
  63.                    Welcome to CompassionSocial.com, a place filled with stories, resources, and inspiration to uplift your spirit and promote kindness in our world. Dive in and explore our content to discover the power of compassion and empathy in transforming lives. Let's create a kinder, more compassionate world together.
  64.                </p>
  65.            </div>
  66.        </div>
  67.    </section>
  68.  
  69.  
  70.    <!-- Main Content Section -->
  71.    <section class="section">
  72.        <div class="container is-max-desktop">
  73.            <div class="content">
  74.                
  75. <h2>About compassionsocial.com</h2>
  76. <p>Welcome to the compassionate community of Compassion Social! If you're here, you're likely someone who believes in the power of kindness and empathy to make a positive impact on the world. At Compassion Social, we are dedicated to spreading love, support, and understanding to create a more connected and caring society. Join us on this journey as we explore ways to show compassion, share inspiring stories, and connect with like-minded individuals who are passionate about making a difference. Let's spread kindness together with Compassion Social!</p>
  77.  
  78.            </div>
  79.        </div>
  80.    </section>
  81.  
  82.    <!-- Footer Section -->
  83.    <footer class="footer">
  84.        <div class="container">
  85.            <div class="content has-text-centered">
  86.                <p>
  87.                    <a href="/">compassionsocial.com</a> &copy; 2024
  88.                    <a href="/privacy">Privacy Policy</a>
  89.                    <a href="/terms">Terms and Conditions</a>
  90.                </p>
  91.            </div>
  92.        </div>
  93.    </footer>
  94.  
  95.    <script>
  96.        // JavaScript to toggle the mobile menu
  97.        document.addEventListener('DOMContentLoaded', () => {
  98.            const burgerIcon = document.querySelector('.navbar-burger');
  99.            const navbarMenu = document.querySelector('.navbar-menu');
  100.  
  101.            burgerIcon.addEventListener('click', () => {
  102.                navbarMenu.classList.toggle('is-active');
  103.            });
  104.        });
  105.    </script>
  106.  
  107. </body>
  108. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda