forked from INDIGOAZUL/la-tanda-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
154 lines (141 loc) · 6.77 KB
/
Copy pathdocumentation.html
File metadata and controls
154 lines (141 loc) · 6.77 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="es">
<head>
<script type="module" crossorigin src="/assets/js/polyfills--1Z-T_Bc.js"></script>
<meta charset="UTF-8">
<!-- Resource Optimization -->
<!-- DNS Prefetch for external resources -->
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<!-- Preconnect to critical origins -->
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Documentación - La Tanda Web3</title>
<!-- Critical CSS: Font Awesome with async loading -->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" as="style" crossorigin="anonymous" onload="this.onload=null;this.rel=stylesheet">
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha384-iw3OoTErCYJJB9mCa8LNS2hbsQ7M3C0EpIsO/H5+EGAkPGc6rk+V8i04oW/K5xq0" crossorigin="anonymous"></noscript>
<style>
:root {
--tanda-cyan: #00FFFF;
--tanda-cyan-light: #7FFFD8;
--text-primary: #f8fafc;
--text-secondary: rgba(248, 250, 252, 0.7);
--bg-primary: #0f172a;
--bg-secondary: #1e293b;
--bg-card: rgba(30, 41, 59, 0.8);
--border-accent: rgba(0, 255, 255, 0.2);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background: var(--bg-primary);
color: var(--text-primary);
min-height: 100vh;
display: flex;
flex-direction: column;
}
.coming-soon-container {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
}
.coming-soon-card {
background: var(--bg-card);
backdrop-filter: blur(24px);
border: 2px solid var(--border-accent);
border-radius: 24px;
padding: 60px 40px;
text-align: center;
max-width: 600px;
width: 100%;
box-shadow: 0 8px 32px rgba(0, 255, 255, 0.1);
}
.coming-soon-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, var(--tanda-cyan), var(--tanda-cyan-light));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 36px;
color: var(--bg-primary);
margin: 0 auto 30px;
box-shadow: 0 4px 16px rgba(0, 255, 255, 0.3);
}
.coming-soon-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
background: linear-gradient(135deg, var(--tanda-cyan), var(--tanda-cyan-light));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.coming-soon-description {
font-size: 18px;
color: var(--text-secondary);
margin-bottom: 40px;
line-height: 1.6;
}
.back-button {
background: linear-gradient(135deg, var(--tanda-cyan), var(--tanda-cyan-light));
color: var(--bg-primary);
border: none;
padding: 16px 32px;
border-radius: 12px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
}
.back-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 255, 255, 0.4);
}
</style>
<script type="module" crossorigin src="/assets/js/documentation-DsswpPIS.js"></script>
<link rel="modulepreload" crossorigin href="/assets/js/modulepreload-polyfill-YP0FEG5d.js">
<link rel="modulepreload" crossorigin href="/assets/js/shared-components-chunk-l0sNRNKZ.js">
<link rel="stylesheet" crossorigin href="/assets/css/shared-components-v2-CszIIlFl.css">
<script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<body>
<div class="coming-soon-container">
<div class="coming-soon-card">
<div class="coming-soon-icon">
<i class="fas fa-book"></i>
</div>
<h1 class="coming-soon-title">Documentación</h1>
<p class="coming-soon-description">
Estamos preparando una documentación completa de La Tanda Web3 que incluirá guías de usuario, documentación técnica y tutoriales paso a paso.
</p>
<a href="home-dashboard.html" class="back-button">
<i class="fas fa-arrow-left"></i>
Volver al Dashboard
</a>
</div>
</div>
<!-- Unified Footer -->
<div id="latanda-footer" class="auto-footer"></div>
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/js/polyfills-legacy-YD97Sv6k.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/js/documentation-legacy-BVTqHIKe.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script src="shared-components.js?v=7.20"></script>
</body>
</html>