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

Sites Verificados

Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.

Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

112 <![CDATA[<i class="fa fa-search btnlupa" style="font-size:20px;"></i>]]>
30 <![CDATA[<style> #sync1 .item{ padding: 0px 0px; margin: 5px; color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; } #sync1 img { width:100%; } #sync2 { margin-top:20px; } #sync2 .item{ padding: 0px 0px; margin: 5px; color: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; cursor: pointer; } #sync2 img{ width:100%; border-radius:3px; } #sync2 .item h1{ font-size: 18px; } #sync2 .synced .item{ } .owl-carousel { margin-top: 0px; } #sync1 p { width:100%; color:#96110D; padding:10px 0; text-align:left; } .owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; float: left; min-height: 200px; } </style>]]>
18 <![CDATA[<script type="text/javascript"> $(function () { $('nav#menu').mmenu(); }); </script>]]>
245 <![CDATA[<script> $(document).ready(function () { var sync1 = $("#sync1"); var sync2 = $("#sync2"); sync1.owlCarousel({ singleItem: true, slideSpeed: 0, navigation: true, pagination: false, afterAction: syncPosition, responsiveRefreshRate: 200, animateOut: 'slideOutDown', animateIn: 'flipInX', items: 1, margin: 30, stagePadding: 30, smartSpeed: 450, }); sync2.owlCarousel({ items: 6, itemsDesktop: [1199, 10], itemsDesktopSmall: [979, 10], itemsTablet: [768, 8], itemsMobile: [479, 4], pagination: false, responsiveRefreshRate: 100, afterInit: function (el) { el.find(".owl-item").eq(0).addClass("synced"); } }); function syncPosition(el) { var current = this.currentItem; $("#sync2") .find(".owl-item") .removeClass("synced") .eq(current) .addClass("synced") if ($("#sync2").data("owlCarousel") !== undefined) { center(current) } } $("#sync2").on("click", ".owl-item", function (e) { e.preventDefault(); var number = $(this).data("owlItem"); sync1.trigger("owl.goTo", number); }); function center(number) { var sync2visible = sync2.data("owlCarousel").owl.visibleItems; var num = number; var found = false; for (var i in sync2visible) { if (num === sync2visible[i]) { var found = true; } } if (found === false) { if (num > sync2visible[sync2visible.length - 1]) { sync2.trigger("owl.goTo", num - sync2visible.length + 2) } else { if (num - 1 === -1) { num = 0; } sync2.trigger("owl.goTo", num); } } else if (num === sync2visible[sync2visible.length - 1]) { sync2.trigger("owl.goTo", sync2visible[1]) } else if (num === sync2visible[0]) { sync2.trigger("owl.goTo", num - 1) } } }); </script>]]>