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

Sites Pertecentes a (o) MG

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 1 106
1.1.6 Presença de javascript(s) interno 2 19 58
106 <![CDATA[<div class="video-box" style="background: none !important; padding: 0px !important;"> <div> <iframe width="880" height="400" src="https://www.youtube.com/embed/dGB8mByPDVc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div>]]>
19 <![CDATA[<script type="text/javascript"> $(document).ready(function () { $('#mobile-menu').click(function () { $('.nav-link').toggle(400); $(this).toggleClass('open'); }); $(document).on('click', 'nav a[href^="#"]', function (event) { event.preventDefault(); var width = $(window).width(); if (width < 992) { $('.nav-link').toggle(400); $('#mobile-menu').toggleClass('open'); } $('html, body').animate({ scrollTop: $($.attr(this, 'href')).offset().top - 80 }, 0); }); if ($(window).width() > 960) { $(window).scroll(function () { var scroll = $(window).scrollTop(); if (scroll >= 300) { $("nav").addClass("scroll"); } else { $("nav").removeClass("scroll"); } }); } }); </script>]]>
58 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag () { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-ZP736CRM1E'); </script>]]>