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://dribbble.com/refrigeratorpdu98/about

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="utf-8"/>
  5.  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6.  <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
  7.  <title>Uh-oh!</title>
  8.  <style>html, body {
  9.    margin: 0;
  10.    padding: 0;
  11.    width: 100%;
  12.    height: 100%
  13.  }
  14.  
  15.  html {
  16.    box-sizing: border-box
  17.  }
  18.  
  19.  *, *:before, *:after {
  20.    box-sizing: inherit
  21.  }
  22.  
  23.  h1, h2, h3 {
  24.    color: #333
  25.  }
  26.  
  27.  h1 {
  28.    font-size: 2rem;
  29.    margin: 1rem 0;
  30.    line-height: 1
  31.  }
  32.  
  33.  p {
  34.    margin: 1rem 0;
  35.    line-height: 1.3
  36.  }
  37.  
  38.  main p {
  39.    margin: 1rem auto
  40.  }
  41.  
  42.  nav {
  43.    padding: 1rem
  44.  }
  45.  
  46.  body {
  47.    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  48.    font-size: 16px;
  49.    display: -ms-flexbox;
  50.    display: flex;
  51.    -ms-flex-align: center;
  52.    align-items: center;
  53.    -ms-flex-pack: justify;
  54.    justify-content: space-between;
  55.    -ms-flex-direction: column;
  56.    flex-direction: column;
  57.    padding: 1rem;
  58.    color: rgba(0, 0, 0, 0.4);
  59.    text-align: center;
  60.    transition: background-color 1s linear
  61.  }
  62.  
  63.  a {
  64.    color: inherit;
  65.    transition: all 0.1s ease-in
  66.  }
  67.  
  68.  a:hover {
  69.    color: rgba(0, 0, 0, 0.8)
  70.  }
  71.  
  72.  h2 {
  73.    margin: 0;
  74.    padding: 0;
  75.    font-size: 2.6em;
  76.    font-weight: normal;
  77.    color: #666;
  78.    color: rgba(0, 0, 0, 0.5);
  79.    line-height: 1.1em
  80.  }
  81.  
  82.  nav {
  83.    display: -ms-flexbox;
  84.    display: flex;
  85.    -ms-flex-item-align: stretch;
  86.    align-self: stretch;
  87.    -ms-flex-align: center;
  88.    align-items: center;
  89.    -ms-flex-pack: justify;
  90.    justify-content: space-between
  91.  }
  92.  
  93.  nav .logo {
  94.    opacity: 0.3;
  95.    transition: all 0.2s ease-in-out
  96.  }
  97.  
  98.  nav .logo img {
  99.    width: 96px;
  100.    height: auto
  101.  }
  102.  
  103.  nav .logo:hover {
  104.    opacity: 0.9
  105.  }
  106.  
  107.  nav h1 {
  108.    margin: 0
  109.  }
  110.  
  111.  .content-container {
  112.    display: flex;
  113.    flex-direction: column;
  114.    align-items: center;
  115.    margin: 48px 0;
  116.    text-align: center;
  117.  }
  118.  
  119.  .main-image {
  120.    width: 100%;
  121.    max-width: 600px;
  122.  }
  123.  
  124.  .extra-text {
  125.    color: #3d3d4e;
  126.  }
  127.  
  128.  .art-credit {
  129.    color: #6e6d7a;
  130.    font-size: 12px;
  131.  }
  132.  
  133.  footer {
  134.    display: flex;
  135.    align-self: stretch;
  136.    align-items: center;
  137.    justify-content: space-between
  138.  }
  139.  
  140.  @media screen and (max-width: 760px) {
  141.    h1 {
  142.      font-size: 1.5rem
  143.    }
  144.  }
  145.  </style>
  146. </head>
  147. <body>
  148. <nav>
  149.  <a class="logo" href="https://dribbble.com/">
  150.    <img src="/images/dribbble-logo-v2.png" alt="Dribbble logo" class="dribbble-logo"/>
  151.  </a>
  152.  <span>
  153.    <a href="https://dribbble.com/contact">Contact us</a>
  154.  </span>
  155. </nav>
  156.  
  157. <main>
  158.  <section class="message-publicly-unavailable-profile">
  159.    <h1>Uh-oh!</h1>
  160.    <h1>The profile you’re trying to view isn’t public yet.</h1>
  161.    <p>If this is your profile, you’ll need to apply for a <a
  162.      href="https://help.dribbble.com/en/articles/11056171">Designer Account</a> to share
  163.      your portfolio.</p>
  164.  </section>
  165.  
  166.  <section class="content-container">
  167.    <img src="/images/uh-oh.png" alt="uh-oh" class="main-image" />
  168.  </section>
  169.  
  170.  <p class="extra-text">Not your page? Give the owner a heads-up so you can check out their work!</p>
  171. </main>
  172.  
  173. <footer>
  174.  <div>&nbsp</div>
  175.  <div class="art-credit">Art by Rizki Kurnia</div>
  176. </footer>
  177. </body>
  178. </html>
  179.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda