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://ilde.upf.edu/v/6kdd

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <title>ILDE: Integrated Learning Design Environment</title>
  7. <link rel="icon" type="image/png" href="https://ilde.upf.edu/_graphics/favicon.ico" />
  8.  
  9. <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
  10. <script src="mod/lds/javascript/lds-login.js?t=1711624188"></script>
  11. <!-- Google tag (gtag.js) -->
  12. <script async src="https://www.googletagmanager.com/gtag/js?id=G-1X1BXRB9C4"></script>
  13. <script>
  14.  window.dataLayer = window.dataLayer || [];
  15.  function gtag(){dataLayer.push(arguments);}
  16.  gtag('js', new Date());
  17.  
  18.  gtag('config', 'G-1X1BXRB9C4');
  19. </script><style>
  20.    html, body
  21.    {
  22.        height: 100%;
  23.        width: 100%;
  24.        margin: 0;
  25.        font-family: Helvetica,Arial,sans-serif;
  26.    }
  27.  
  28.    a
  29.    {
  30.        outline: none;
  31.    }
  32.  
  33.    h1, h2
  34.    {
  35.        font-size: 19px;
  36.        margin: 10px 0;
  37.        /*text-align: right;*/
  38.    }
  39.  
  40.    #topbar
  41.    {
  42.        background-image: url(https://ilde.upf.edu/_graphics/bg-header-big.png);
  43.        height: 80px;
  44.    }
  45.  
  46.    #loginform
  47.    {
  48.        float: right;
  49.        padding: 10px;
  50.    }
  51.  
  52.    #middlecontents
  53.    {
  54.        text-align: center;
  55.    }
  56.  
  57.    #bottombar
  58.    {
  59.        height: 75px;
  60.        position: absolute;
  61.        bottom: 0px;
  62.        width: 100%;
  63.    }
  64.  
  65.    #contentswrapper {
  66.        position: absolute;
  67.        z-index: -1;
  68.        top: 55%;
  69.        left: 50%;
  70.        /* margin-top: -315px; */
  71.        /* margin-left: -235px; */
  72.        transform: translate(-50%, -60%);
  73.    }
  74.  
  75.    /*
  76.    #heirri {
  77.        margin-left: -90px;
  78.        position: absolute;
  79.        left: 40%;
  80.        top: 55%;
  81.    }
  82.    */
  83.  
  84.    #heirri img {
  85.        width: 500px;
  86.    }
  87.  
  88.    #logo
  89.    {
  90.    }
  91.  
  92.    #text {
  93.        width: 100vh;
  94.    }
  95.  
  96.    #text h2 {
  97.        color: #9f1f5f;
  98.        text-shadow: 1px 2px 3px #666;
  99.        font-size: 180%
  100.    }
  101.  
  102.    #text h3 {
  103.        color: #737373;
  104.        font-size: 110%;
  105.    }
  106.  
  107.    #claims
  108.    {
  109.        float: left;
  110.        padding-left: 30px;
  111.        border-left: 1px solid #dadbdc;
  112.    }
  113.  
  114.    #claims
  115.    {
  116.        text-align: left;
  117.        width: 450px;
  118.    }
  119.  
  120.    .home-pill
  121.    {
  122.        float: left;
  123.        margin: 15px;
  124.        padding: 5px;
  125.        text-align: center;
  126.        font-weight: bold;
  127.        width: 120px;
  128.        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(255, 255, 255, 0.6) inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  129.        -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(255, 255, 255, 0.6) inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  130.        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(255, 255, 255, 0.6) inset, 0 1px 1px rgba(0, 0, 0, 0.3) inset;
  131.        font-size: 14px;
  132.    }
  133.  
  134.    .home-pill p
  135.    {
  136.        margin: 3px 0;
  137.    }
  138.  
  139.    .field
  140.    {
  141.        float: left;
  142.        margin-left: 15px;
  143.    }
  144.  
  145.    label
  146.    {
  147.        display: block;
  148.        color: #C3DEC4;
  149.        font-size: 11px;
  150.        font-weight: bold;
  151.    }
  152.  
  153.    input[type="submit"] {
  154.        margin: 15px 15px 0 0;
  155.        display: block;
  156.        float: right;
  157.        border: 1px solid #ccc;
  158.        background-color: #078007;
  159.        font-size: 14px;
  160.        font-weight: bold;
  161.        padding: 7px 12px;
  162.        color: #e4e3e3;
  163.        transition: 0.2s all;
  164.    }
  165.  
  166.    input[type="submit"]:hover {
  167.        background-color: #639c59;
  168.        color: #444444;
  169.        cursor: pointer;
  170.    }
  171.  
  172.    .fieldoptions
  173.    {
  174.        display: block;
  175.        font-size: 12px;
  176.        color: #C3DEC4;
  177.    }
  178.  
  179.    .fieldoptions div
  180.    {
  181.        margin-top: 8px;
  182.        float: left;
  183.    }
  184.  
  185.    input[type="checkbox"]
  186.    {
  187.        margin: 8px 5px 0 0;
  188.        display: block;
  189.        float: left;
  190.    }
  191.  
  192.    a.underfield
  193.    {
  194.        margin-top: 8px;
  195.        display: block;
  196.        color: #C3DEC4;
  197.    }
  198.  
  199.    #register
  200.    {
  201.        font-weight: bold;
  202.        font-size: 14px;
  203.        color: #fff;
  204.        float: right;
  205.        margin: 20px 25px 0 0;
  206.    }
  207.  
  208.    #register a
  209.    {
  210.        color: #C3DEC4;
  211.        font-weight: bold;
  212.    }
  213.  
  214.    #about {
  215.        margin-top: 7px;
  216.    }
  217.  
  218.    #about a
  219.    {
  220.        font-weight: bold;
  221.        font-size: 14px;
  222.        color: #fff;
  223.    }
  224.  
  225.    #footer
  226.    {
  227.        margin: 0 30px;
  228.        border-top: 1px solid #dadbdc;
  229.    }
  230.  
  231.    a img
  232.    {
  233.        border: 0;
  234.    }
  235.  
  236.    #footer-logos {
  237.        height: 66px;
  238.        /*width: 824px;*/
  239.        /*float: left;*/
  240.    }
  241.  
  242.    #footer-logos ul {
  243.        list-style-image: none;
  244.        list-style-type: none;
  245.        list-style-position: outside;
  246.        padding: 0;
  247.        margin: 5px 0 0 0;
  248.    }
  249.  
  250.    #footer-logos li {
  251.        padding: 5px;
  252.        float: left;
  253.    }
  254.  
  255.    #footer-logos img {
  256.        height: 57px;
  257.    }
  258.  
  259.    #footer-logos li.small-upf-logo img {
  260.        height: 70px;
  261.    }
  262.  
  263.    #footer-logos li.small-upf-logo {
  264.        padding: 0;
  265.    }
  266.  
  267.    #footer-contents
  268.    {
  269.        margin: 16px 0 0 30px;
  270.        float: left;
  271.    }
  272.  
  273.    ul.links {
  274.        list-style-image: none;
  275.        list-style-type: none;
  276.        list-style-position: outside;
  277.        padding: 0;
  278.        margin: 0 0 10px 0;
  279.        font-size: 13px;
  280.    }
  281.  
  282.    ul.links a
  283.    {
  284.        color: #000;
  285.    }
  286.  
  287.    .acknowledgements
  288.    {
  289.        color: #777;
  290.        font-size: 12px;
  291.    }
  292.  
  293.    .messages
  294.    {
  295.        background-color: #cfc;
  296.        border: 1px solid green;
  297.    }
  298.  
  299.    .messages_error
  300.    {
  301.        background-color: #fcc;
  302.        border: 1px solid red;
  303.    }
  304.  
  305.    .messages,.messages_error
  306.    {
  307.        font-size: 13px;
  308.        margin: 3px;
  309.        padding: 5px;
  310.    }
  311.  
  312.    .messages p,.messages_error p
  313.    {
  314.        margin: 0;
  315.        text-align: center;
  316.        font-size: 180%;
  317.    }
  318.  
  319.    .messages a,.messages_error a
  320.    {
  321.        display: none;
  322.    }
  323. </style>
  324. </head>
  325. <body>
  326.  
  327. <script>
  328.    var baseurl = "https:\/\/ilde.upf.edu\/";
  329. </script>
  330.  
  331.    <style>
  332.    #cookies-terms-short {
  333.        padding: 10px;
  334.        background-color: aliceblue;
  335.    }
  336.  
  337.    #accept_cookies {
  338.        margin-top: 10px;
  339.    }
  340. </style>
  341. <div id="cookies-terms-short">The Integrated Learning Design Environment web portal - https://ilde.upf.edu/ - (hereinafter "ILDE") is managed by the Interactive Technologies Group at Universitat Pompeu Fabra, Barcelona, Spain (“UPF” or “WE/US”) domiciled at Plaça de la Mercè, 10-12, Barcelona, Spain, with tax number (CIF) Q-5850017-D. ILDE uses our own and third-party tracking and analytical cookies in order to improve our service and for research and development purposes. The cookie policy is set out <a target="_target" href="https://ilde.upf.edu/pg/lds/legal/cookie-policy">here</a>.    <div style="float:right"><button id="accept_cookies" class="ldshake-button">Accept</button></div>
  342. </div>
  343. <div style="clear:both;"></div>
  344. <script>
  345.    $('#accept_cookies').on('click', function() {
  346.        $.ajax({
  347.            type: "POST",
  348.            url: baseurl + 'action/setcookie',
  349.            data: {},
  350.            processData: false,
  351.            contentType: false,
  352.            dataType: "json",
  353.            success: function() {
  354.                $('#cookies-terms-short').hide();
  355.            },
  356.            error: function() {
  357.                console.log("ajax error");
  358.            },
  359.        });
  360.    });
  361. </script>
  362.  
  363. <div id="topbar">
  364.    <form id="loginform" method="post" action="">
  365.        <input type="hidden"  name="__elgg_token" value="" /> <input type="hidden"  name="__elgg_ts" value="1711624188" />         <input type="submit" value="Log in" class="google-login" tabindex="3" />
  366.        <input type="hidden" value="true" name="persistent" />
  367.    </form>
  368.            <div id="register">
  369.            Not registered yet? <a href="#" class="google-login">Register here!</a>
  370.            <div id="about"><span><a target="_blank" href="http://ilde.upf.edu/about">About</a></span></div>
  371.        </div>
  372.    </div>
  373. <div id="middlecontents">
  374.    <div id="contentswrapper">
  375.        <div id="logo">
  376.            <h1>
  377.                <img src="https://ilde.upf.edu/_graphics/logos/ilde_logo_medium.png" height="300" alt="ILDE logo" />
  378.            </h1>
  379.        </div>
  380.        <div id="text">
  381.            <h2>The all-in-one learning design community platform</h2>
  382.            <h3>Explore, create or co-create and share designs for learning</h3>
  383.            <h3>All in your browser, only in the context of your ILDE community</h3>
  384.        </div>
  385.  
  386.        <!--<div id="claims">
  387. <div class="home-pill" style="background-color: #DDEFAA; transform: rotate(1.1deg); -o-transform: rotate(1.1deg); -moz-transform: rotate(1.1deg); -webkit-transform: rotate(1.1deg);">
  388. <img src="_graphics/ld-shake-1.PNG" height="60" />
  389. <p>Shake hands with other teachers!</p>
  390. </div>
  391.  
  392. <div class="home-pill" style="background-color: #99DBE7; transform: rotate(-1.3deg); -o-transform: rotate(-1.3deg); -moz-transform: rotate(-1.3deg); -webkit-transform: rotate(-1.3deg);">
  393. <img src="_graphics/ld-shake-2.PNG" height="60" />
  394. <p>Shake different learning design solutions!</p>
  395. </div>
  396.  
  397. <div class="home-pill" style="background-color: #FEFBC2; transform: rotate(-0.9deg); -o-transform: rotate(-0.9deg); -moz-transform: rotate(-0.9deg); -webkit-transform: rotate(-0.9deg);">
  398. <img src="_graphics/ld-shake-3.PNG" height="60" />
  399. <p>Shake your students with the learning designs!</p>
  400. </div>
  401.  
  402. <div class="home-pill" style="background-color: #FFD9D4; transform: rotate(1.9deg); -o-transform: rotate(1.9deg); -moz-transform: rotate(1.9deg); -webkit-transform: rotate(1.9deg);">
  403. <img src="_graphics/ld-shake-4.PNG" height="60" />
  404. <p>Shake up your way of working!</p>
  405. </div>
  406.  
  407. <div style="clear:both;"></div>
  408. </div>-->
  409.    </div>
  410. </div>
  411. <div id="bottombar">
  412.    <div id="footer">
  413.        <div id="footer-logos">
  414.            <ul>
  415.                <li><a href="https://www.upf.edu/web/tide" target="_blank"><img src="https://ilde.upf.edu/_graphics/tide/en_TIDE_mini.png" alt="TIDE logo"></a></li>
  416.                <li><a href="http://ldshake.upf.edu" target="_blank"><img src="https://ilde.upf.edu/_graphics/powered-by-ldshake.png" alt="Powered by ILDEplus" /></a></li>
  417.                <li><a href="http://www.gsic.uva.es/glueps/" target="_blank"><img src="https://ilde.upf.edu/_graphics/metis/glueps-inside.png" alt="GLUEPS"></a></li>
  418.                <li><a href="http://www.gsic.uva.es/webcollage/" target="_blank"><img src="https://ilde.upf.edu/_graphics/metis/WC-inside.png" alt="WebCollage"></a></li>
  419.                <!--<li><a href="http://www.upf.edu" target="_blank"><img src="https://ilde.upf.edu/_graphics/upf-logo.png" alt="UPF logo"></a></li>
  420.                    <li><a href="http://gti.upf.edu" target="_blank"><img src="https://ilde.upf.edu/_graphics/gti-small.png" alt="GTI UPF logo"></a></li>
  421.                    <li><a href="http://ldshake.upf.edu" target="_blank"><img src="https://ilde.upf.edu/_graphics/powered-by-ldshake.png" alt="Powered by ILDEplus" /></a></li>-->
  422.            </ul>
  423.        </div>
  424.    </div>
  425. </div>
  426. </body>
  427. </html>
  428.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda