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 *.

Endereço Nota Erros Avisos

www.cordeiros.ba.gov.br/galeria/?id=6

69.19 29 72
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 4 411 602 603 609
1.1.4 Presença de CSS(s) interno 1 568
1.1.5 Presença de javascript(s) in-line 1 556
1.1.6 Presença de javascript(s) interno 10 114 127 152 177 203 255 280 319 344 708
411 <![CDATA[<div class="opcao" id="acessibilidade" style="cursor: pointer;"><i class="fa fa-wheelchair" aria-hidden="true"></i>Acessibilidade</div>]]>
602 <![CDATA[<li ng-repeat="imagem in galeria.imagens track by $index" class="col-lg-3 col-md-4 col-sm-4 col-xs-12" style="height: 200px;"> <div style="height: 170px; overflow: hidden;"> <a ng-href="{{imagem.filenameGrande}}" prettyp href="{{imagem.filenameGrande}}" title="{{galeria.titulo}}" data-lightbox="lightbox[{{galeria.id}}]" > <img ng-src="{{imagem.filename}}" style="margin: 0 0 10px 0" width="100%"/> </a> </div> </li>]]>
603 <![CDATA[<div style="height: 170px; overflow: hidden;"> <a ng-href="{{imagem.filenameGrande}}" prettyp href="{{imagem.filenameGrande}}" title="{{galeria.titulo}}" data-lightbox="lightbox[{{galeria.id}}]" > <img ng-src="{{imagem.filename}}" style="margin: 0 0 10px 0" width="100%"/> </a> </div>]]>
609 <![CDATA[<img ng-src="{{imagem.filename}}" style="margin: 0 0 10px 0" width="100%"/>]]>
568 <![CDATA[<style> ul, ol { margin: 0; padding: 0; } </style>]]>
556 <![CDATA[<a onclick="javascript:document.getElementById('form_pesquisar_home').submit()"><i class="fa fa-search" aria-hidden="true"></i></a>]]>
114 <![CDATA[<script type="text/javascript"> $(function () { var nav = $('.header-menu'); $(window).scroll(function () { if ($(this).scrollTop() > 30) { nav.addClass("menu-fixo"); } else { nav.removeClass("menu-fixo"); } }); }); </script>]]>
127 <![CDATA[<script> $(document).ready(function () { var owl = $('#programasocial'); owl.owlCarousel({ items: 1, loop: true, margin: 10, autoplay: true, dots: false, autoplayTimeout: 3000 }) }) $(document).ready(function () { var owl = $('#acessorapido'); owl.owlCarousel({ items: 1, loop: true, margin: 10, autoplay: false, dots: false, nav: true, autoplayTimeout: 8000 }) }) </script>]]>
152 <![CDATA[<script> $(document).ready(function () { var owl = $('#concursos'); owl.owlCarousel({ items: 2, loop: false, margin: 15, autoplay: true, nav: true, dots: false, autoplayTimeout: 3000, responsive: { 0: { items: 1, }, 600: { items: 2, }, 1000: { items: 4, } } }) }) </script>]]>
177 <![CDATA[<script> $(document).ready(function () { var owl = $('#secretarias'); owl.owlCarousel({ margin: 15, nav: true, dots: false, autoplay: true, autoplayTimeout: 3100, responsiveClass: true, loop: true, responsive: { 0: { items: 1, }, 600: { items: 2, }, 1000: { items: 3, loop: false } } }) }) </script>]]>
203 <![CDATA[<script> $(document).ready(function () { $("#owl-servicos").owlCarousel({ items: 5, autoPlay: 6000, //Set AutoPlay to 3 seconds singleItem: false, loop: true, nav: false, dots: false, autoplay: true, autoplayTimeout: 6000, responsiveClass: true, animateOut: 'fadeOut', responsive: { 0: { items: 2, }, 600: { items: 4, }, 1000: { items: 5, } } }); $("#owl-noticias").owlCarousel({ items: 1, autoPlay: 6000, //Set AutoPlay to 3 seconds singleItem: true, loop: true, nav: false, dots: true, autoplay: true, autoplayTimeout: 6000, responsiveClass: true, animateOut: 'fadeOut', responsive: { 0: { items: 1, }, 600: { items: 1, }, 1000: { items: 1, } } }); }); </script>]]>
255 <![CDATA[<script> $(document).ready(function () { var owl = $('#maisnoticias'); owl.owlCarousel({ margin: 15, nav: false, dots: false, autoplay: false, autoplayTimeout: 6000, responsiveClass: true, loop: false, responsive: { 0: { items: 2, }, 600: { items: 2, }, 1000: { items: 4, } } }); }); </script>]]>
280 <![CDATA[<script> $(document).ready(function () { /*$(".portal-foto-video-evento .imagens .owl-carousel.owl-theme").owlCarousel({ items: 1, autoPlay: 6000, //Set AutoPlay to 3 seconds singleItem: true, loop: true, nav: true, dots: false, autoplay: true, autoplayTimeout: 6000, responsiveClass: true, animateOut: 'fadeOut', });*/ /* var owl = $('#galeria'); owl.owlCarousel({ margin: 15, nav: true, dots: false, autoplay: false, autoplayTimeout: 3100, responsiveClass: true, loop: false, responsive: { 0: { items: 1, }, 600: { items: 2, }, 1000: { items: 3, } } }) */ }) </script>]]>
319 <![CDATA[<script> $(document).ready(function () { var owl = $('#licitacoes'); owl.owlCarousel({ margin: 15, nav: true, dots: false, autoplay: true, autoplayTimeout: 3100, responsiveClass: true, loop: false, responsive: { 0: { items: 1, }, 600: { items: 2, }, 1000: { items: 4, } } }) }) </script>]]>
344 <![CDATA[<script type="text/javascript"> $(document).ready(function ($) { $('.secretarias-home').owlCarousel({ loop: true, autoplay: true, autoplayTimeout: 3100, responsiveClass: true, dots: true, nav: false, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); }); </script>]]>
708 <![CDATA[<script> $(document).ready(function () { lightbox.option({ 'resizeDuration': 200, 'wrapAround': true }); }); </script>]]>