Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

Endereço Nota Erros Avisos

www.to.gov.br/

82.39 29 53
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 10 256 257 258 259 263 264 267 268 269 270
1.1.6 Presença de javascript(s) interno 3 348 422 433
256 <![CDATA[<a href="http://www.to.gov.br/serras-e-lagos/2tfx6f5yy4ni" style="background: url(https://central.to.gov.br/image/73765?w=300&h=200) no-repeat;"><span class="title">Serras e Lagos</span></a>]]>
257 <![CDATA[<a href="http://www.to.gov.br/vale-dos-grandes-rios/2iehc1jyjlla" style="background: url(https://central.to.gov.br/image/73764?w=300&h=200) no-repeat;"><span class="title">Vale dos Grandes Rios</span></a>]]>
258 <![CDATA[<a href="http://www.to.gov.br/serras-gerais/252k3b9pvdam" style="background: url(https://central.to.gov.br/image/73763?w=300&h=200) no-repeat;"><span class="title">Serras Gerais</span></a>]]>
259 <![CDATA[<a href="http://www.to.gov.br/cantao/1upmvnv7kmj2" style="background: url(https://central.to.gov.br/image/73762?w=300&h=200) no-repeat;"><span class="title">Cantão</span></a>]]>
263 <![CDATA[<a href="http://www.to.gov.br/ilha-do-bananal/1j2j787hhhxq" style="background: url(https://central.to.gov.br/image/73761?w=300&h=200) no-repeat;"><span class="title">Ilha do Bananal</span></a>]]>
264 <![CDATA[<a href="http://www.to.gov.br/bico-do-papagaio/188qs3gvjbwu" style="background: url(https://central.to.gov.br/image/73760?w=300&h=200) no-repeat;"><span class="title">Bico do Papagaio</span></a>]]>
267 <![CDATA[<a href="http://www.to.gov.br/jalapao/w2szzqpn9qm" style="background: url(https://central.to.gov.br/image/73759?w=300&h=200) no-repeat;"><span class="title">Jalapão</span></a>]]>
268 <![CDATA[<a href="#" style="background: url(/assets/img/visite2.jpg) no-repeat;"><span class="title">Bico do papagaio</span></a>]]>
269 <![CDATA[<a href="#" style="background: url(/assets/img/visite5.jpg) no-repeat;"><span class="title">Bico do papagaio</span></a>]]>
270 <![CDATA[<a href="#" style="background: url(/assets/img/visite7.jpg) no-repeat;"><span class="title">Bico do papagaio</span></a>]]>
348 <![CDATA[<script> document.addEventListener('DOMContentLoaded', function () { // import Grid from 'splide-extension-grid.min.js'; new Splide('#splide-news', { type: 'loop', gap: '50px', autoplay: true, interval: 4000, slideFocus: false }).mount(); /* new Splide('.banner-govto .splide', { type: 'loop', gap: '50px', autoplay: true, interval: 5000, arrows: false, drag: false, slideFocus: false }).mount(); */ new Splide('#splide-grid', { type: 'loop', height: '435px', // cover : true, perPage: 1, perMove: 1, gap: '8px', // drag: false, slideFocus: false, grid: { // You can define rows/cols instead of dimensions. dimensions: [[2, 2], [2, 2], [2, 1], [1, 2], [2, 2], [3, 2]], // rows: 3, // cols: 2, gap: { row: '1rem', col: '1rem', } }, breakpoints: { 600: { height: '300px', perPage: 1, grid: { dimensions: [[2, 2], [1, 1], [2, 1], [1, 2], [2, 2]], } } }, breakpoints: { 1640: { height: '315px', perPage: 1, grid: { dimensions: [[2, 2], [2, 2], [2, 1], [1, 2], [2, 2], [3, 2]], } } } }).mount(splide.Extensions); }); </script>]]>
422 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
433 <![CDATA[<script> $(document).ready(function () { $('#splide-grid .splide-grid--item').magnificPopup({ delegate: 'img', type: 'image', gallery: { enabled: true, tPrev: 'Anterior (seta para esquerda)', tNext: "Próxima (seta para direita)", tCounter: '<span class="mfp-counter">%curr% de %total%</span>' }, image: { titleSrc: function (item) { return item.el.attr('title'); } }, callbacks: { elementParse: function (item) { item.src = item.el.attr('src'); return false; } } }); $('.newslist').scroll4ever({ //scope element, must NOT be body trigger:'.container .center-align a#next-page', // link to the next page container:'.container > div', // element where next page items are going to be added selector:'.container > div > .news-card', // elements to be added to the page distance:1000, // distance to the end of window to trigger page load, if avoided, it will not auto trigger debug: false, // if you want some messages in console... start: function(){ $('.container a#next-page').html('Carregando...'); }, // callback called when a new page load begins, good for loading messages complete: function(){}, // callback called when a new page load ends }); $(window).scroll(function() { if ($(this).scrollTop() >= 600) { $('#return-to-top').fadeIn(200); } else { $('#return-to-top').fadeOut(200); } }); $('#return-to-top').click(function() { $('body,html').animate({ scrollTop : 0 }, 500); }); }); </script>]]>