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.blumenau.sc.gov.br

64.21 109 115
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 3 60 97 626
1.1.4 Presença de CSS(s) interno 1 546
1.1.6 Presença de javascript(s) interno 6 45 66 80 536 576 647
60 <![CDATA[<a href="https://plus.google.com/103727099858045093430" rel="publisher" style="display: none;">Google+</a>]]>
97 <![CDATA[<img src="https://www.blumenau.sc.gov.br/view/media/up/25770b457a11b77d1ac8254e89b3790a.png" style="width: 90px; margin-top: 20px;" alt="Prefeitura de Blumenau" title="" class="logo" />]]>
626 <![CDATA[<i style="font-size:11px;"><br/><br/>As fotografias publicadas neste site são de domínio público.</i>]]>
546 <![CDATA[<style> #simpleSlider { position: relative; overflow: hidden; margin: 20px auto 0 auto; border-radius: 4px; } #simpleSlider ul { position: relative; margin: 0; padding: 0; height: 132px; list-style: none; } #simpleSlider ul li { position: relative; display: block; float: left; margin: 0; padding: 0; width: 700px; height: 132px; background: #ccc; text-align: center; line-height: 132px; } </style>]]>
45 <![CDATA[<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-17473240-1']); _gaq.push(['_setDomainName', '.blumenau.sc.gov.br']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>]]>
66 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-113214880-2'); </script>]]>
80 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-118421167-1'); </script>]]>
536 <![CDATA[<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>]]>
576 <![CDATA[<script> jQuery(document).ready(function ($) { setInterval(function () { moveRight(); }, 3000); var slideCount = $('#simpleSlider ul li').length; var slideWidth = $('#simpleSlider ul li').width(); var slideHeight = $('#simpleSlider ul li').height(); var sliderUlWidth = slideCount * slideWidth; $('#simpleSlider').css({ width: slideWidth, height: slideHeight }); $('#simpleSlider ul').css({ width: sliderUlWidth, marginLeft: - slideWidth }); $('#simpleSlider ul li:last-child').prependTo('#simpleSlider ul'); function moveRight() { $('#simpleSlider ul').animate({ left: - slideWidth }, 200, function () { $('#simpleSlider ul li:first-child').appendTo('#simpleSlider ul'); $('#simpleSlider ul').css('left', ''); }); }; }); </script>]]>
647 <![CDATA[<script> function menu() { var toUrl = $('#menu-link').val(); window.location.href = toUrl; } function menuSecretarias() { var toUrl = $('#secretaria-link').val(); window.location.href = toUrl; } function idioma() { var toUrl = $('#idioma-link').val(); window.location.href = toUrl; } jQuery(document).ready(function($) { $('#banner-fade').bjqs({ height : 262, width : 450, responsive : true, showmarkers : false, nexttext : '<img src="https://www.blumenau.sc.gov.br/view/images/icons/proximo.png" class="proximo" />', prevtext : '<img src="https://www.blumenau.sc.gov.br/view/images/icons/anterior.png" class="anterior" />' }); $('a').smoothScroll({ speed: 1000, easing: 'easeInOutCubic' }); $('.showOlderChanges').on('click', function(e){ $('.changelog .old').slideDown('slow'); $(this).fadeOut(); e.preventDefault(); }) $('#resultadoBusca').on('mouseleave', function(e){ $('#buscaLinks').fadeOut(100); }) $('#resultadoBusca').on('mouseenter', function(e){ $('#buscaLinks').fadeIn(100); }) $('#busca-form').on('mouseenter', function(e){ $('#buscaLinks').fadeIn(100); }) $('#busca-form').on('blur', function(e){ $('#buscaLinks').fadeIn(100); }) $('#busca-form').on('mouseup', function(e){ $('#buscaLinks').fadeIn(100); }) var ele = $('#scroler'); var scroll = 100; $('#up').click(function() { up(); }); $('#down').click(function() { down(); }); $('#up').on('mouseenter', function(e){ intervalo = setInterval(up, 200); }); $('#down').on('mouseenter', function(e){ intervalo = setInterval(down, 200); }); $('#down').on('mouseleave', function(e){ clearInterval(intervalo); }); $('#up').on('mouseleave', function(e){ clearInterval(intervalo); }); function down(){ ele.scrollTop(ele.scrollTop() + scroll); } function up(){ ele.scrollTop(ele.scrollTop() - scroll); } }); function proximaPagina(pagina) { var paginator = '#pagina' + pagina; $(paginator).load('https://www.blumenau.sc.gov.br/controller/pagina-busca.php?pagina=' + pagina); } function newsletter() { var nome = $('#nome').val(); var email = $('#email').val(); $('#news-resposta').html('<p class="sucesso" style="color: #000;">Aguarde...</p>'); $('#news-resposta').load('https://www.blumenau.sc.gov.br/controller/newsletter.php?nome=' + nome + '&email=' + email); } function buscaSessao(){ var busca = $('#busca-form').val(); $('#resultadoBusca').load('https://www.blumenau.sc.gov.br/controller/buscarapida.php?busca=' + busca); $('#buscaLinks').fadeIn(100); } $( '.votar-concurso' ).click( function ( e ){ e.preventDefault(); var foto = $( this ).attr("id"); $('.votar-concurso').fadeOut(); $( this ).parent().load('https://www.blumenau.sc.gov.br/controller/votar-concurso.php?opcao=' + foto); }); </script>]]>