websegura/index.njk
2021-01-16 20:17:40 +01:00

148 lines
5.4 KiB
Plaintext

<!DOCTYPE html>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Web Segura. Obsrevatorio de seguridad web de Valladolid.</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css"/></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="logo web segura" /></span>
<span class="title">Web Segura</span>
</a>
<!-- Nav
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
--></div>
</header>
<!-- Menu
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Ipsum veroeros</a></li>
<li><a href="generic.html">Tempus etiam</a></li>
<li><a href="generic.html">Consequat dolor</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav>
-->
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>
Observatorio de seguridad web de Valladolid
</h1>
<p>
Analizamos sitios públicos de Valladolid para saber si protegen la privacidad y seguridad de sus usuarios.
El HTTPS evita que los intrusos puedan escuchar las comunicaciones entre sus sitios web y sus usuarios.
</p>
</header>
<section>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Nota</th>
<th>Sitio web</th>
<th>¡Házselo saber!</th>
</tr>
</thead>
<tbody>
{% for web in results.meta %}
{% set security = results[web.url | replace(".", "!")]%}
<tr style="background-color: {{ security.score | color }}">
<td>{{ security.grade }}</td>
<td>{{ web.url }}</td>
<td>
{% if web.twitter%}
<a class="twitter-share-button" href="https://twitter.com/intent/tweet/?text={{ 'Hola @' + web.twitter + '
🔒 La seguridad de vuestra web y usuarios puede ser comprometida si no actualizáis vuestras conexiones seguras (HTTPS).
⚠️ ¡Por favor, revisadlo cuanto antes!
websegura.pucelabits.org
#websegura /vía @PucelaBits' | urlEncode }}" target="_blank" rel="noopener" aria-label="Twitter">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z"/></svg>
</span>&nbsp;Twitter</span>
</a>
{% endif %}
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<ul class="icons">
<li>
<a href="https://twitter.com/PucelaBits" class="icon brands style2 fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a href="https://github.com/PucelaBits" class="icon brands style2 fa-github"
><span class="label">GitHub</span></a
>
</li>
<li>
<a href="https://t.me/pucelabits" class="icon brands style2 fa-telegram"
><span class="label">500px</span></a
>
</li>
</ul>
</section>
<ul class="copyright">
<li>Una iniciativa de <a href="https://pucelabits.org/">PucelaBits</a>. Cultura libre, ágora hacker.</li>
<li>Diseño <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- Twitter share button styles -->
<style>
.twitter-share-button svg {
fill: #55acee;
height: 1em;
}
</style>
</body>
</html>