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

Sites Pertecentes a (o) PR

Endereço Nota Erros Avisos

www.guaira.pr.gov.br/privacidade

74.54 33 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 2 823 826
1.1.5 Presença de javascript(s) in-line 2 107 172
1.1.6 Presença de javascript(s) interno 5 824 853 914 920 940
823 <![CDATA[<footer class="main-footer copyright border-0 p-2 text-center " style="color: #004A7E;"> <strong>Copyright &copy; 2022-<script type="text/javascript"> document.write(new Date().getUTCFullYear()); </script> <a style="color: #004A7E;" href="https://ti.guaira.pr.gov.br/">SECRETARIA DE TECNOLOGIA E SISTEMAS DA INFORMAÇÃO</a>. </strong> <br>Todos os direitos reservados. </footer>]]>
826 <![CDATA[<a style="color: #004A7E;" href="https://ti.guaira.pr.gov.br/">SECRETARIA DE TECNOLOGIA E SISTEMAS DA INFORMAÇÃO</a>]]>
107 <![CDATA[<a href="#altocontraste" id="altocontraste" class="nav-link text-primary" accesskey="I" onclick="window.toggleContrast()" onkeydown="window.toggleContrast()"> <i class="fas fa-adjust "></i> <!-- <br> <font class="textPp">Alt I </font> --> </a>]]>
172 <![CDATA[<a href="#altocontraste" id="altocontraste" class="nav-link1 link-menu text-primary" accesskey="3" onclick="window.toggleContrast()" onkeydown="window.toggleContrast()"> <i class="fas fa-adjust iconCel1"></i> </a>]]>
824 <![CDATA[<script type="text/javascript"> document.write(new Date().getUTCFullYear()); </script>]]>
853 <![CDATA[<script> $.widget.bridge('uibutton', $.ui.button) </script>]]>
914 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
920 <![CDATA[<script type="text/javascript"> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-CTC74BL0BT'); </script>]]>
940 <![CDATA[<script type="text/javascript"> (function () { var Contrast = { storage: 'contrastState', cssClass: 'contrast', currentState: null, check: checkContrast, getState: getContrastState, setState: setContrastState, toogle: toogleContrast, updateView: updateViewContrast }; window.toggleContrast = function () { Contrast.toogle(); }; Contrast.check(); function checkContrast() { this.updateView(); } function getContrastState() { return localStorage.getItem(this.storage) === 'true'; } function setContrastState(state) { localStorage.setItem(this.storage, '' + state); this.currentState = state; this.updateView(); } function updateViewContrast() { var body = document.body; if (!body) return; if (this.currentState === null) this.currentState = this.getState(); if (this.currentState) body.classList.add(this.cssClass); else body.classList.remove(this.cssClass); } function toogleContrast() { this.setState(!this.currentState); } })(); </script>]]>