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

  1. <!doctype html>
  2. <html class="no-js" lang="en-gb">
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    <title>Danny James</title>
  7.    <meta name="description" content="Personal site">
  8.    <meta name="viewport" content="width=device-width, initial-scale=1">
  9.    <link rel="manifest" href="/site.webmanifest">
  10.    <meta name="theme-color" content="#fafafa">
  11.    <link rel="apple-touch-icon" href="/img/icons-192.png">
  12.    <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
  13.    <link rel="canonical" href="https://dannyjames.net/">
  14.    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-488780-3"></script>
  15.    <script>
  16.        window.dataLayer = window.dataLayer || [];
  17.        function gtag() { dataLayer.push(arguments); }
  18.        gtag('js', new Date());
  19.        gtag('config', 'UA-488780-3');
  20.    </script>
  21.    <style>
  22.        body{color:#333;background-color:#fafafa;font-family:Roboto,Arial,Helvetica,sans-serif}h1{font-size:40px;line-height:50px}.image-me{border-radius:50%;box-shadow:0 0 0 3px #fff,0 0 0 4px #999,0 2px 5px 4px rgba(0,0,0,.2);vertical-align:middle}.container{max-width:480px;margin:0 auto}.strike-through{text-decoration:line-through}
  23.    </style>
  24. </head>
  25.  
  26. <body>
  27. <div class="container">
  28.    <div class="header">
  29.        <h1><img src="/img/me.png" class="image-me" width="50" height="50" alt=""> Danny James</h1>
  30.    </div>
  31.    <div class="content">
  32.        <h2>About this site</h2>
  33.        <p>Well this is embarrassing, you've stopped by while I'm in the middle of decorating the place.</p>
  34.        <p>You should check back here in the future <span class="strike-through">so I can prove I'm not one of those people with a perpetually under construction website</span> to see the new content and design.</p>
  35.        <h2>About me</h2>
  36.        <p>I'm a web developer with almost 20 years experience</p>
  37.        <p><span>My skills include but are not limited to:</span></p>
  38.        <ul>
  39.            <li>PHP (Symfony, Laravel, Slim, Doctrine, Swoole)</li>
  40.            <li>MySQL</li>
  41.            <li>HTML</li>
  42.            <li>CSS</li>
  43.            <li>JavaScript (ES5, ES6, jQuery)</li>
  44.            <li>Whistling constantly</li>
  45.            <li>Version control (Git, Subversion)</li>
  46.            <li>Linux (Debian, Ubuntu)</li>
  47.        </ul>
  48.        <h2>Elsewhere</h2>
  49.        <p>You can also find me at <a href="https://www.linkedin.com/in/danny-james/">LinkedIn</a></p>
  50.    </div>
  51.    <div class="footer">&copy; Danny James 2024</div>
  52. </div>
  53.  
  54. <a href="https://dannyjames.net/cloisteredclams.php"><!-- bag-quits --></a>
  55.  
  56. <script>
  57.    "serviceWorker"in navigator&&navigator.serviceWorker.register("/serviceWorker.js").catch(()=>{});
  58. </script>
  59. </body>
  60.  
  61. </html>
  62.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda