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

aracruz.es.gov.br/telefones

84.33 24 222
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 54 3380 3424
1.1.6 Presença de javascript(s) interno 4 20 34 43 3429
54 <![CDATA[<div class="contact-info d-flex align-items-center text-white" style="font-size: 0.8rem;"> <a target="_blank" class="fw-light text-white me-3" href="http://webmail.aracruz.es.gov.br/owa/" target="_blank"> <i class="bi bi-envelope"></i> Webmail </a> <a target="_blank" class="fw-light text-white me-3" target="_blank" href="http://www.secom.aracruz.es.gov.br/servidor/login/"> <i class="bi bi-person-circle"></i> Área do Servidor </a> <a class="fw-light text-white me-3" href="https://aracruz.es.gov.br/telefones"> <i class="bi bi-telephone-fill"></i> Telefones Úteis </a> <a target="_blank" class="fw-light text-white me-3" href="http://transparencia.aracruz.es.gov.br/esic.aspx"> <img class="my-auto" src="https://aracruz.es.gov.br/img/esic_logo.png" width="15rem" alt=""> e-Sic </a> </div>]]>
3380 <![CDATA[<div class="bg-pma2" style="min-height: 1rem"></div>]]>
3424 <![CDATA[<div class="bg-pma2" style="min-height: 1rem"></div>]]>
20 <![CDATA[<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"Prefeitura Municipal de Aracruz","description":"Portal Institucional da Prefeitura Municipal de Aracruz","url":"https://www.aracruz.es.gov.br","image":"https://aracruz.es.gov.br/img/aracruz_logo.jpg"}</script>]]>
34 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QHYC2NEN4K'); </script>]]>
43 <![CDATA[<script type="module"> import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate'; const el = document.createElement('pwa-update'); document.body.appendChild(el); </script>]]>
3429 <![CDATA[<script> let mybutton = document.getElementById("btn-back-to-top"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() { scrollFunctionBack(); }; function scrollFunctionBack() { if ( document.body.scrollTop > 20 || document.documentElement.scrollTop > 20 ) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document mybutton.addEventListener("click", backToTop); function backToTop() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script>]]>