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://www.florianbrucker.de/

  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">
  6.        <title>Florian Brucker</title>
  7.        <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|EB+Garamond' rel='stylesheet' type='text/css'>
  8.        <link rel="openid.server" href="http://www.florianbrucker.de/openid/config.php">
  9.        <link rel="openid.delegate" href="http://www.florianbrucker.de/openid/config.php">
  10.        <style>
  11.            body {
  12.                padding: 5%;
  13.                display: flex;
  14.                position: absolute;
  15.                top: 0;
  16.                bottom: 0;
  17.                left: 0;
  18.                right: 0;
  19.            }
  20.  
  21.            * {
  22.                font-family: 'EB Garamond', serif;
  23.            }
  24.  
  25.            h1 {
  26.                font-family: 'Open Sans Condensed', sans-serif;
  27.            }
  28.  
  29.            #content {
  30.                margin: auto;
  31.            }
  32.  
  33.            a {
  34.                color: #000;
  35.            }
  36.  
  37.            a:hover {
  38.                color: #444;
  39.            }
  40.  
  41.            /* Link icons layout for small and medium screens */
  42.            @media (max-width: 679px) {
  43.                #links {
  44.                    width: 100%;
  45.                    display: table;
  46.                    table-layout: fixed;
  47.                    padding: 0;
  48.                }
  49.  
  50.                #links li {
  51.                    display: table-cell;
  52.                    width: auto;
  53.                }
  54.  
  55.                #links li a {
  56.                    display: block;
  57.                }
  58.  
  59.                #links img {
  60.                    vertical-align: middle;
  61.                }
  62.            }
  63.  
  64.            /* Small portrait screens */
  65.            @media (orientation: portrait) and (max-width: 400px) {
  66.                #portrait {
  67.                    width: 100%;
  68.                }
  69.  
  70.                h1 {
  71.                    font-size: 12vw;
  72.                    text-align: center;
  73.                    margin: 0;
  74.                }
  75.  
  76.                #info {
  77.                    font-size: 7vw;
  78.                    margin: 0 0 1em 0;
  79.                    line-height: 1.2em;
  80.                }
  81.  
  82.                #links li {
  83.                    text-align: center;
  84.                }
  85.  
  86.                #links img {
  87.                    height: 8vw;
  88.                }
  89.            }
  90.  
  91.            /* Small/medium landscape and medium portrait screens */
  92.            @media (orientation: landscape) and (max-width: 679px),
  93.                   (orientation: portrait) and (min-width: 401px) and (max-width: 679px) {
  94.                #portrait {
  95.                    height: 30vw;
  96.                    width: 30vw;
  97.                    margin-right: 4vw;
  98.                }
  99.  
  100.                h1 {
  101.                    font-size: 8vw;
  102.                    margin: 0;
  103.                }
  104.  
  105.                #links img {
  106.                    height: 5.5vw;
  107.                }
  108.  
  109.                #content {
  110.                    display: flex;
  111.                    align-items: center;
  112.                }
  113.  
  114.                #info {
  115.                    font-size: 4vw;
  116.                    margin: 0;
  117.                }
  118.            }
  119.  
  120.            /* Large Screens */
  121.            @media (min-width: 680px) {
  122.  
  123.                #portrait {
  124.                    height: 150px;
  125.                    width: 150px;
  126.                    margin-right: 1em;
  127.                }
  128.  
  129.                h1 {
  130.                    font-size: 250%;
  131.                    margin: 0;
  132.                }
  133.  
  134.                #info {
  135.                    font-size: 125%;
  136.                    margin: 0.5em 0 1em 0;
  137.                }
  138.  
  139.                #links img {
  140.                    height: 30px;
  141.                }
  142.  
  143.                #content {
  144.                    display: flex;
  145.                    align-items: center;
  146.                }
  147.  
  148.                #links {
  149.                    list-style-type: none;
  150.                    padding: 0;
  151.                }
  152.  
  153.                #links li {
  154.                    display: inline-block;
  155.                    margin-right: 1em;
  156.                }
  157.            }
  158.        </style>
  159.    <head>
  160.    <body>
  161.        <div id="content">
  162.            <img id="portrait" src="portrait.png"/>
  163.            <div id="text">
  164.                <h1>Florian Brucker</h1>
  165.                <p id="info">
  166.                    I'm a software developer from
  167.                    <a href="https://en.wikipedia.org/wiki/Karlsruhe">Karlsruhe</a>,
  168.                    Germany.
  169.                </p>
  170.                <ul id="links">
  171.                    <li>
  172.                        <a href="mailto:mail@florianbrucker.de">
  173.                            <img title="E-Mail" src="email.png"/>
  174.                        </a>
  175.                    </li>
  176.                    <li>
  177.                        <a href="https://github.com/torfsen">
  178.                            <img title="GitHub" src="github.png"/>
  179.                        </a>
  180.                    </li>
  181.                    <li>
  182.                        <a href="https://stackoverflow.com/users/857390">
  183.                            <img title="StackOverflow" src="stackoverflow.png"/>
  184.                        </a>
  185.                    </li>
  186.                    <li>
  187.                        <a href="https://de.linkedin.com/in/florianbrucker">
  188.                            <img title="LinkedIn" src="linkedin.png"/>
  189.                        </a>
  190.                    </li>
  191.                    <li>
  192.                        <a href="https://www.xing.com/profile/Florian_Brucker2">
  193.                            <img title="Xing" src="xing.png"/>
  194.                        </a>
  195.                    </li>
  196.                </ul>
  197.            </div>
  198.        </div>
  199.    </body>
  200. </html>
  201.  
  202.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda