-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 2.13 KB
/
Copy pathindex.html
File metadata and controls
52 lines (47 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adrián Martínez — Auditoría de Ciberseguridad y Cumplimiento</title>
<meta name="description" content="Auditoría de ciberseguridad y cumplimiento normativo: ISO 27001, NIS2, DORA, ENS, GDPR. Lead Auditor certificado AENOR.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="nav-wrap">
<a href="index.html" class="logo">aemartinez</a>
<nav>
<a href="servicios.html">Servicios</a>
<a href="sobre-mi.html">Sobre mí</a>
<a href="contacto.html">Contacto</a>
</nav>
</div>
<script data-goatcounter="https://aemartinez.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</header>
<section class="hero">
<h1>Auditoría de ciberseguridad y cumplimiento normativo</h1>
<p class="lead">Más de 5 años auditando y asesorando en Governance, Risk & Compliance para banca de inversión, telecomunicaciones y consultoras tecnológicas de primer nivel en Europa. Lead Auditor certificado AENOR.</p>
<div class="chips">
<span class="chip">ISO 27001</span>
<span class="chip">ISO 20000</span>
<span class="chip">NIS2</span>
<span class="chip">DORA</span>
<span class="chip">ENS</span>
<span class="chip">GDPR / LOPDGDD</span>
</div>
<a href="contacto.html" class="btn">Solicitar consultoría</a>
</section>
<section class="tight">
<h2 class="section-title">Especialista en GRC y ciberseguridad</h2>
<p class="section-sub">
Especialista en Governance, Risk & Compliance (GRC) y ciberseguridad, con experiencia auditando organizaciones del sector financiero, telecomunicaciones y consultoría enterprise en distintos países de Europa. Combino formación técnica en seguridad y desarrollo con certificaciones de auditor líder para ofrecer evaluaciones rigurosas y planes de acción concretos.
</p>
<a href="servicios.html" class="btn-outline">Conocer los servicios</a>
</section>
<footer>
© 2026 Adrián Martínez — Auditor de Ciberseguridad y Cumplimiento Normativo
</footer>
</body>
</html>