-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (52 loc) · 1.89 KB
/
index.html
File metadata and controls
57 lines (52 loc) · 1.89 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
53
54
55
56
57
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XID - eXistence ID</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>XID: Tu vida, tu llave, tu red</h1>
<img src="xid_logo.png" alt="Logo XID" width="150">
</header>
<main>
<section id="introduccion">
<h2>¿Qué es XID?</h2>
<p>
XID (eXistence ID) es una identidad digital global descentralizada basada en el XRP Ledger,
diseñada para que cada ser humano tenga control sobre su información, privacidad y conexión
con la Web3. Es más que un documento: es tu existencia digital.
</p>
</section>
<section id="manifiesto">
<h2>📘 Manifiesto Visual Extendido</h2>
<p>
Descubre la visión completa de XID en este documento visual, ahora con el Apéndice Crítico incluido.<br>
<a href="https://github.com/JulioSordo/XID/blob/main/XID_Manifiesto_Visual_Extendido.pdf" target="_blank">
👉 Leer el Manifiesto Visual Extendido (PDF)
</a>
</p>
</section>
<section id="modo-vida">
<h2>🛡️ Modo Vida</h2>
<p>
En situaciones de emergencia, XID activa un escudo luminoso que comparte únicamente
los datos esenciales con redes autorizadas, preservando tu privacidad y salvando vidas.
</p>
</section>
<section id="vision">
<h2>🔮 Visión Futura</h2>
<p>
XID aspira a construir una red humana global sin fronteras, donde la identidad esté protegida,
la tecnología esté al servicio de la vida y cada persona tenga poder sobre su existencia digital,
ahora, dentro de 20 años y más allá de los próximos 50.
</p>
</section>
</main>
<footer>
<p>© 2025 XID Project – Desarrollado por Julio A Sordo</p>
</footer>
</body>
</html>