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

Sites Pertecentes a (o) RJ

Endereço Nota Erros Avisos

www.rj.gov.br/secretaria/Agenda.aspx

74.96 24 215
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 7 36 40 59 59 77 244 256
1.1.4 Presença de CSS(s) interno 1 26
1.1.5 Presença de javascript(s) in-line 2 56 196
1.1.6 Presença de javascript(s) interno 5 84 258 271 283 344
1.1.8 Não foram respeitados os Padrões Web CSS 163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
36 <![CDATA[<li style="font-weight:600; letter-spacing:0.8"> <a href="/default.aspx">rj.gov</a> </li>]]>
40 <![CDATA[<div class="social-midia-sup" style="padding-left: 20px;"> <ul> <li><a class="icons instagram-sup" href="https://instagram.com/govrj" target="_blank">Instagram</a></li> <li><a class="icons facebook-sup" href="https://facebook.com/governodorio" target="_blank">Facebook</a></li> <li><a class="icons twitter-sup" href="https://twitter.com/GovRJ" target="_blank">Twitter</a></li> <li><a class="icons youtube-sup" href="https://youtube.com/user/GovRJ" target="_blank">Youtube</a></li> </ul> </div>]]>
59 <![CDATA[<span style="font-weight:700;">A</span>]]>
59 <![CDATA[<span style="font-weight:700; font-size:0.8em;">A</span>]]>
77 <![CDATA[<audio id="audio-radio" style="visibility:hidden;" preload="none"></audio>]]>
244 <![CDATA[<div style="margin-top: 30px; text-align: center;"><a href="http://www.proderj.rj.gov.br/" target="_blank"><img src="imagens/tecnologia_proderj_negativo.png" alt="tecnologia PRODERJ" height="" width=""></a></div>]]>
256 <![CDATA[<a id="back2Top" title="Voltar ao topo" href="#" style="display: inline;">➤</a>]]>
26 <![CDATA[<style> @font-face{font-family:oswald;src:url(./fonts/oswald-bold-webfont.eot);src:url(./fonts/oswald-bold-webfont.eot?#iefix) format('embedded-opentype'),url(./fonts/oswald-bold-webfont.woff2) format('woff2'),url(./fonts/oswald-bold-webfont.woff) format('woff'),url(./fonts/oswald-bold-webfont.ttf) format('truetype'),url(./fonts/oswald-bold-webfont.svg#oswaldbold) format('svg');font-weight:700;font-style:normal}@font-face{font-family:oswald;src:url(./fonts/oswald-light-webfont.eot);src:url(./fonts/oswald-light-webfont.eot?#iefix) format('embedded-opentype'),url(./fonts/oswald-light-webfont.woff2) format('woff2'),url(./fonts/oswald-light-webfont.woff) format('woff'),url(./fonts/oswald-light-webfont.ttf) format('truetype'),url(./fonts/oswald-light-webfont.svg#oswaldlight) format('svg');font-weight:200;font-style:normal}@font-face{font-family:oswald;src:url(./fonts/oswald-regular-webfont.eot);src:url(./fonts/oswald-regular-webfont.eot?#iefix) format('embedded-opentype'),url(./fonts/oswald-regular-webfont.woff2) format('woff2'),url(./fonts/oswald-regular-webfont.woff) format('woff'),url(./fonts/oswald-regular-webfont.ttf) format('truetype'),url(./fonts/oswald-regular-webfont.svg#oswaldregular) format('svg');font-weight:400;font-style:normal} @font-face{font-family:icomoon;src:url(./fonts/icomoon.eot?wi8q16);src:url(./fonts/icomoon.eot?#iefixwi8q16) format('embedded-opentype'),url(./fonts/icomoon.woff?wi8q16) format('woff'),url(./fonts/icomoon.ttf?wi8q16) format('truetype'),url(./fonts/icomoon.svg?wi8q16#icomoon) format('svg');font-weight:400;font-style:normal} </style>]]>
56 <![CDATA[<button onclick="myFunction()" class="acessibilidade-dropbtn">Acessibilidade</button>]]>
196 <![CDATA[<button onclick="__doPostBack('CrtBusca$Button1','')" id="CrtBusca_Button1" class="icon"><i class="fa fa-search"></i></button>]]>
84 <![CDATA[<script> /* When the user clicks on the button, toggle between hiding and showing the dropdown content */ function myFunction() { document.getElementById("acessibilidade-myDropdown").classList.toggle("acessibilidade-show"); } // Close the dropdown if the user clicks outside of it window.onclick = function (event) { if (!event.target.matches('.acessibilidade-dropbtn')) { var dropdowns = document.getElementsByClassName("acessibilidade-dropdown-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('acessibilidade-show')) { openDropdown.classList.remove('acessibilidade-show'); } } } } </script>]]>
258 <![CDATA[<script> $('.menu-mob').click(function (e) { e.preventDefault(); $('.dropdown-menu').fadeIn(); }); $('.menu-mob-close').click(function (e) { e.preventDefault(); $('.dropdown-menu').fadeOut(); }); </script>]]>
271 <![CDATA[<script> $('.btn-saiba-mais').click(function () { $('.box-acesso-informacao').fadeToggle(); $('.box-acesso-informacao').css('display', 'flex'); $('.box-acesso').fadeToggle(1); }); $('.close-secretario').click(function () { $('.box-acesso-informacao').fadeToggle(1); $('.box-acesso').fadeToggle(); }); </script>]]>
283 <![CDATA[<script> // SLIDER PRINCIPAL var swiper = new Swiper('.s1', { direction: 'horizontal', pagination: { el: '.swiper-pagination', clickable: true, }, autoplay: { delay: 3000, disableOnInteraction: false, }, }); // ESTRUTURA var swiper = new Swiper('.s2', { slidesPerView: 3, spaceBetween: 10, slidesPerGroup: 1, loop: true, loopFillGroupWithBlank: true, pagination: { el: '.swiper-pagination .s2', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); // VAMOS VIRAR O JOGO var swiper = new Swiper('.s3', { direction: 'horizontal', pagination: { el: '.swiper-pagination', clickable: true, }, autoplay: { delay: 3000, disableOnInteraction: false, }, }); // SERVI�OS var swiper = new Swiper('.s4', { slidesPerView: 3, spaceBetween: 10, slidesPerGroup: 1, loop: true, loopFillGroupWithBlank: true, pagination: { el: '.swiper-pagination .s4', clickable: true, }, navigation: { nextEl: '.swiper-button-next-s4', prevEl: '.swiper-button-prev-s4', }, }); </script>]]>
344 <![CDATA[<script type="text/javascript"> /*Scroll to top when arrow up clicked BEGIN*/ $(window).scroll(function () { var height = $(window).scrollTop(); if (height > 100) { $('#back2Top').fadeIn(); } else { $('#back2Top').fadeOut(); } }); $(document).ready(function () { $("#back2Top").click(function (event) { event.preventDefault(); $("html, body").animate({ scrollTop: 0 }, "slow"); return false; }); }); </script>]]>
0 Não há código fonte a ser exibido.