S-Dreamer commited on
Commit
8b17a9f
·
verified ·
1 Parent(s): 31f64f8

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +465 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Technomancer
3
- emoji: 🏆
4
- colorFrom: gray
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: technomancer
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,465 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Esteban: The Tactical Technomancer</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ cyber: {
15
+ 50: '#e6f6ff',
16
+ 100: '#d0ecff',
17
+ 200: '#9dd8ff',
18
+ 300: '#4fb2ff',
19
+ 400: '#0095ff',
20
+ 500: '#0074e0',
21
+ 600: '#0059b8',
22
+ 700: '#00428a',
23
+ 800: '#002b5c',
24
+ 900: '#001429',
25
+ },
26
+ matrix: {
27
+ 50: '#f0fffa',
28
+ 100: '#d8fff0',
29
+ 200: '#9bffe1',
30
+ 300: '#5effd2',
31
+ 400: '#00ffb3',
32
+ 500: '#00e69c',
33
+ 600: '#00b37a',
34
+ 700: '#008058',
35
+ 800: '#004d36',
36
+ 900: '#001a14',
37
+ }
38
+ },
39
+ fontFamily: {
40
+ 'orbitron': ['Orbitron', 'sans-serif'],
41
+ 'rajdhani': ['Rajdhani', 'sans-serif']
42
+ },
43
+ animation: {
44
+ 'glow': 'glow 1.5s ease-in-out infinite alternate',
45
+ 'scan': 'scan 4s linear infinite',
46
+ 'pulse-slow': 'pulse 5s cubic-bezier(0.4, 0, 0.6, 1) infinite'
47
+ },
48
+ keyframes: {
49
+ glow: {
50
+ '0%': { 'text-shadow': '0 0 2px #fff, 0 0 4px #fff, 0 0 6px #4fb2ff, 0 0 8px #4fb2ff, 0 0 10px #4fb2ff, 0 0 12px #4fb2ff, 0 0 14px #4fb2ff' },
51
+ '100%': { 'text-shadow': '0 0 3px #fff, 0 0 5px #d0ecff, 0 0 7px #9dd8ff, 0 0 9px #9dd8ff, 0 0 11px #9dd8ff, 0 0 13px #9dd8ff, 0 0 15px #9dd8ff' }
52
+ },
53
+ scan: {
54
+ '0%': { 'transform': 'translateY(-100%)' },
55
+ '100%': { 'transform': 'translateY(100vh)' }
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
61
+ </script>
62
+ <style>
63
+ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
64
+
65
+ body {
66
+ background: linear-gradient(135deg, #001429 0%, #00428a 100%);
67
+ min-height: 100vh;
68
+ position: relative;
69
+ overflow-x: hidden;
70
+ color: #d0ecff;
71
+ }
72
+
73
+ body::before {
74
+ content: "";
75
+ position: fixed;
76
+ top: 0;
77
+ left: 0;
78
+ width: 100%;
79
+ height: 100%;
80
+ background:
81
+ radial-gradient(circle at 10% 20%, rgba(79, 178, 255, 0.2) 0%, transparent 40%),
82
+ radial-gradient(circle at 80% 30%, rgba(94, 255, 210, 0.15) 0%, transparent 40%);
83
+ pointer-events: none;
84
+ z-index: -1;
85
+ }
86
+
87
+ .cyber-border {
88
+ box-shadow: 0 0 10px rgba(79, 178, 255, 0.7), 0 0 25px rgba(79, 178, 255, 0.5);
89
+ }
90
+
91
+ .cyber-grid {
92
+ background-image:
93
+ linear-gradient(rgba(79, 178, 255, 0.1) 1px, transparent 1px),
94
+ linear-gradient(90deg, rgba(79, 178, 255, 0.1) 1px, transparent 1px);
95
+ background-size: 20px 20px;
96
+ }
97
+
98
+ .code-block {
99
+ font-family: 'Courier New', monospace;
100
+ position: relative;
101
+ }
102
+
103
+ .code-block::before {
104
+ content: "";
105
+ position: absolute;
106
+ top: 0;
107
+ left: 0;
108
+ width: 4px;
109
+ height: 100%;
110
+ background: linear-gradient(to bottom, #4fb2ff, #00ffb3);
111
+ }
112
+
113
+ .scan-line {
114
+ position: fixed;
115
+ top: 0;
116
+ left: 0;
117
+ right: 0;
118
+ height: 6px;
119
+ background: rgba(94, 255, 210, 0.5);
120
+ box-shadow: 0 0 10px 2px rgba(94, 255, 210, 0.7);
121
+ z-index: 30;
122
+ animation: scan 4s linear infinite;
123
+ }
124
+
125
+ .neon-glow {
126
+ animation: glow 1.5s ease-in-out infinite alternate;
127
+ }
128
+
129
+ .terminal-icon {
130
+ transition: all 0.3s ease;
131
+ }
132
+
133
+ .terminal-icon:hover {
134
+ transform: translateY(-5px);
135
+ text-shadow: 0 0 10px #4fb2ff, 0 0 20px #4fb2ff;
136
+ }
137
+
138
+ /* Responsive adjustments */
139
+ @media (max-width: 768px) {
140
+ .skills-grid {
141
+ grid-template-columns: repeat(1, 1fr);
142
+ }
143
+
144
+ .console-columns {
145
+ grid-template-columns: 1fr;
146
+ }
147
+ }
148
+ </style>
149
+ </head>
150
+ <body class="font-rajdhani text-cyber-100">
151
+ <!-- Scanline effect -->
152
+ <div class="scan-line"></div>
153
+
154
+ <!-- Header with cyber theme -->
155
+ <header class="relative py-10 text-center overflow-hidden">
156
+ <div class="absolute inset-0">
157
+ <div class="absolute top-0 right-0 w-40 h-40 bg-cyber-500 rounded-full filter blur-[100px] opacity-50"></div>
158
+ <div class="absolute bottom-0 left-0 w-60 h-60 bg-matrix-400 rounded-full filter blur-[120px] opacity-50"></div>
159
+ </div>
160
+
161
+ <h1 class="text-5xl md:text-7xl font-orbitron font-bold mb-4 neon-glow text-white">
162
+ Esteban
163
+ </h1>
164
+
165
+ <div class="flex justify-center mb-6">
166
+ <div class="w-24 h-1 bg-gradient-to-r from-cyber-500 to-matrix-500 rounded-full"></div>
167
+ </div>
168
+
169
+ <h2 class="text-xl md:text-3xl font-orbitron font-bold text-matrix-300">
170
+ The Tactical Technomancer
171
+ </h2>
172
+
173
+ <p class="mt-6 max-w-3xl mx-auto px-4 text-cyber-200 text-lg">
174
+ Cyber sentinel by training and a full-stack architect by instinct.
175
+ Mastering the digital realm from Kali Linux trenches to AI platforms.
176
+ </p>
177
+ </header>
178
+
179
+ <main class="container mx-auto px-4 py-10 max-w-6xl">
180
+ <!-- Skills Section -->
181
+ <section class="py-12">
182
+ <h2 class="text-3xl font-orbitron font-bold mb-8 text-center">
183
+ <span class="text-transparent bg-clip-text bg-gradient-to-r from-cyber-300 to-matrix-400">
184
+ Digital Arsenal & Tech Mastery
185
+ </span>
186
+ </h2>
187
+
188
+ <div class="grid skills-grid gap-6 md:grid-cols-2 lg:grid-cols-4">
189
+ <!-- Weapon Category -->
190
+ <div class="bg-cyber-800/80 backdrop-blur-sm rounded-xl p-6 cyber-border">
191
+ <h3 class="text-xl font-orbitron font-medium text-matrix-400 mb-4">
192
+ <i class="fas fa-shield-alt mr-2"></i> Defense Systems
193
+ </h3>
194
+ <ul class="space-y-2">
195
+ <li class="flex items-center">
196
+ <i class="fas fa-code text-matrix-400 w-6 mr-2"></i>
197
+ <span>Python Security Frameworks</span>
198
+ </li>
199
+ <li class="flex items-center">
200
+ <i class="fab fa-react text-cyber-300 w-6 mr-2"></i>
201
+ <span>React Security Layers</span>
202
+ </li>
203
+ <li class="flex items-center">
204
+ <i class="fas fa-network-wired text-matrix-400 w-6 mr-2"></i>
205
+ <span>SOAR Engine Architectures</span>
206
+ </li>
207
+ <li class="flex items-center">
208
+ <i class="fas fa-bug text-cyber-300 w-6 mr-2"></i>
209
+ <span>Ransomware Analysis</span>
210
+ </li>
211
+ </ul>
212
+ </div>
213
+
214
+ <!-- Platform Category -->
215
+ <div class="bg-cyber-800/80 backdrop-blur-sm rounded-xl p-6 cyber-border">
216
+ <h3 class="text-xl font-orbitron font-medium text-matrix-400 mb-4">
217
+ <i class="fas fa-cloud mr-2"></i> Tactical Platforms
218
+ </h3>
219
+ <ul class="space-y-2">
220
+ <li class="flex items-center">
221
+ <i class="fab fa-linux text-cyber-300 w-6 mr-2"></i>
222
+ <span>Kali Linux Operations</span>
223
+ </li>
224
+ <li class="flex items-center">
225
+ <i class="fas fa-microchip text-matrix-400 w-6 mr-2"></i>
226
+ <span>ESP32 Board Ecosystems</span>
227
+ </li>
228
+ <li class="flex items-center">
229
+ <i class="fas fa-robot text-cyber-300 w-6 mr-2"></i>
230
+ <span>Hugging Face Spaces</span>
231
+ </li>
232
+ <li class="flex items-center">
233
+ <i class="fab fa-github text-matrix-400 w-6 mr-2"></i>
234
+ <span>GitHub CI/CD Pipelines</span>
235
+ </li>
236
+ </ul>
237
+ </div>
238
+
239
+ <!-- Deployment Category -->
240
+ <div class="bg-cyber-800/80 backdrop-blur-sm rounded-xl p-6 cyber-border">
241
+ <h3 class="text-xl font-orbitron font-medium text-matrix-400 mb-4">
242
+ <i class="fas fa-fighter-jet mr-2"></i> Deployment Systems
243
+ </h3>
244
+ <ul class="space-y-2">
245
+ <li class="flex items-center">
246
+ <i class="fas fa-flask text-cyber-300 w-6 mr-2"></i>
247
+ <span>Flask Route Orchestration</span>
248
+ </li>
249
+ <li class="flex items-center">
250
+ <i class="fas fa-bolt text-matrix-400 w-6 mr-2"></i>
251
+ <span>FastAPI Endpoint Strategies</span>
252
+ </li>
253
+ <li class="flex items-center">
254
+ <i class="fas fa-shield-virus text-cyber-300 w-6 mr-2"></i>
255
+ <span>DevSecOps Integration</span>
256
+ </li>
257
+ <li class="flex items-center">
258
+ <i class="fas fa-expand-arrows-alt text-matrix-400 w-6 mr-2"></i>
259
+ <span>Scalable Architecture</span>
260
+ </li>
261
+ </ul>
262
+ </div>
263
+
264
+ <!-- AI Category -->
265
+ <div class="bg-cyber-800/80 backdrop-blur-sm rounded-xl p-6 cyber-border">
266
+ <h3 class="text-xl font-orbitron font-medium text-matrix-400 mb-4">
267
+ <i class="fas fa-brain mr-2"></i> AI Warfare Suite
268
+ </h3>
269
+ <ul class="space-y-2">
270
+ <li class="flex items-center">
271
+ <i class="fas fa-cogs text-cyber-300 w-6 mr-2"></i>
272
+ <span>NLP Dashboard Engineering</span>
273
+ </li>
274
+ <li class="flex items-center">
275
+ <i class="fas fa-wand-magic-sparkles text-matrix-400 w-6 mr-2"></i>
276
+ <span>No-Code AI Platforms</span>
277
+ </li>
278
+ <li class="flex items-center">
279
+ <i class="fas fa-bolt-lightning text-cyber-300 w-6 mr-2"></i>
280
+ <span>LexiCode Assistants</span>
281
+ </li>
282
+ <li class="flex items-center">
283
+ <i class="fas fa-microchip text-matrix-400 w-6 mr-2"></i>
284
+ <span>CodeTuneStudio Operations</span>
285
+ </li>
286
+ </ul>
287
+ </div>
288
+ </div>
289
+ </section>
290
+
291
+ <!-- Code Console Section -->
292
+ <section class="py-12 cyber-grid rounded-2xl overflow-hidden">
293
+ <div class="relative">
294
+ <div class="absolute inset-0 bg-gradient-to-br from-cyber-800/30 to-cyber-900/70 backdrop-blur-sm"></div>
295
+
296
+ <div class="relative z-10 p-6">
297
+ <h2 class="text-3xl font-orbitron font-bold mb-8 text-center text-matrix-300">
298
+ <i class="fas fa-terminal mr-3"></i>
299
+ Command Console
300
+ </h2>
301
+
302
+ <div class="grid console-columns gap-8 md:grid-cols-2">
303
+ <!-- Code Editor -->
304
+ <div class="bg-cyber-900/80 rounded-xl p-5 cyber-border">
305
+ <div class="flex text-matrix-500">
306
+ <div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
307
+ <div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
308
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
309
+ </div>
310
+
311
+ <div class="mt-4 code-block bg-black/50 p-5 rounded-lg overflow-x-auto">
312
+ <p class="text-green-400"><span class="text-matrix-500">//</span> System Initialization Script</p>
313
+ <p class="text-blue-300"><span class="text-matrix-500">import</span> cyber_ops</p>
314
+ <p class="text-blue-300"><span class="text-matrix-500">from</span> ai_integration <span class="text-matrix-500">import</span> LexiCode, CodeTuneStudio</p>
315
+ <br>
316
+ <p class="text-purple-300"><span class="text-matrix-500">def</span> <span class="text-yellow-300">tactical_deploy</span>():</p>
317
+ <p class="ml-4 text-cyber-200">cyber_defense = cyber_ops.SecurityOrchestration()</p>
318
+ <p class="ml-4 text-cyber-200">cyber_defense.enable_realtime_monitoring()</p>
319
+ <p class="ml-4 text-cyber-200">cyber_defense.activate_threat_containment()</p>
320
+ <br>
321
+ <p class="text-purple-300"><span class="text-matrix-500">def</span> <span class="text-yellow-300">ai_assistant</span>(mode):</p>
322
+ <p class="ml-4 text-cyber-200"><span class="text-matrix-500">if</span> mode == <span class="text-green-400">'innovation'</span>:</p>
323
+ <p class="ml-8 text-cyber-200">agent = LexiCode.activate()</p>
324
+ <p class="ml-4 text-cyber-200"><span class="text-matrix-500">else</span>:</p>
325
+ <p class="ml-8 text-cyber-200">agent = CodeTuneStudio.optimize()</p>
326
+ <br>
327
+ <p class="text-green-400">tactical_deploy()</p>
328
+ <p class="text-green-400">ai_assistant(<span class="text-green-400">'innovation'</span>)</p>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Terminal Window -->
333
+ <div class="bg-cyber-900/80 rounded-xl p-5 cyber-border">
334
+ <div class="flex text-matrix-500">
335
+ <div class="w-3 h-3 rounded-full bg-cyber-300 mr-2"></div>
336
+ <div class="w-3 h-3 rounded-full bg-matrix-300 mr-2"></div>
337
+ <div class="w-3 h-3 rounded-full bg-cyber-500"></div>
338
+ </div>
339
+
340
+ <div class="mt-4 bg-black/50 p-5 rounded-lg font-mono">
341
+ <p class="text-matrix-400 mb-4">user@technomancer:~$ security_system --status</p>
342
+ <p class="text-cyber-300">> Firewall: ACTIVE | Encryption: AES-256</p>
343
+ <p class="text-cyber-300">> AI Agents: LexiCode: ONLINE | CodeTune: STANDBY</p>
344
+ <p class="text-cyber-300">> Threat Detection: 0 active threats</p>
345
+ <br>
346
+ <p class="text-matrix-400">user@technomancer:~$ deploy --platform github --env production</p>
347
+ <p class="text-cyber-300">> Pipeline initialized</p>
348
+ <p class="text-green-300">> Security checks: PASSED</p>
349
+ <p class="text-green-300">> Code validation: SUCCESS</p>
350
+ <p class="text-green-300">> Deployment complete: Systems optimal</p>
351
+ <br>
352
+ <div class="flex">
353
+ <span class="text-matrix-400">user@technomancer:~$ </span>
354
+ <span class="ml-1 w-3 h-5 bg-cyber-100 animate-pulse-slow"></span>
355
+ </div>
356
+ </div>
357
+ </div>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ </section>
362
+
363
+ <!-- Manifesto Section -->
364
+ <section class="py-16">
365
+ <div class="text-center max-w-3xl mx-auto">
366
+ <div class="text-cyber-200 text-5xl font-orbitron">
367
+ <i class="fas fa-code text-matrix-400"></i>
368
+ </div>
369
+ <h2 class="text-3xl font-orbitron font-bold mt-4 mb-6 text-matrix-300">Technomancer Manifesto</h2>
370
+
371
+ <div class="space-y-6 text-lg text-cyber-200">
372
+ <p class="leading-relaxed">
373
+ <span class="text-matrix-400 font-bold">Security</span> is non-negotiable - embedded at every layer,
374
+ from CI/CD pipelines to transformer model deployment.
375
+ </p>
376
+
377
+ <p class="leading-relaxed">
378
+ <span class="text-cyber-300 font-bold">Elegance</span> is efficiency - clean code, intuitive interfaces,
379
+ and frictionless automation that scales with mission requirements.
380
+ </p>
381
+
382
+ <p class="leading-relaxed">
383
+ <span class="text-matrix-400 font-bold">Clarity</span> is command - documentation that reads like tactical briefings,
384
+ commit messages that track mission evolution, code that reveals intent.
385
+ </p>
386
+
387
+ <div class="mt-10 text-center">
388
+ <div class="inline-block px-6 py-3 bg-gradient-to-r from-cyber-600 to-matrix-700 rounded-lg cyber-border">
389
+ <span class="font-orbitron text-white">Boundaries Are Merely Undeveloped Features</span>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ </div>
394
+ </section>
395
+
396
+ <!-- Command Station -->
397
+ <section class="py-12">
398
+ <h2 class="text-3xl font-orbitron font-bold mb-10 text-center text-transparent bg-clip-text bg-gradient-to-r from-cyber-300 to-matrix-400">
399
+ Command Station
400
+ </h2>
401
+
402
+ <div class="flex flex-wrap justify-center gap-8">
403
+ <div class="terminal-icon text-center text-cyber-300">
404
+ <div class="w-20 h-20 mx-auto flex items-center justify-center bg-cyber-800/80 backdrop-blur-sm rounded-full cyber-border mb-3">
405
+ <i class="fas fa-laptop-code text-3xl text-matrix-400"></i>
406
+ </div>
407
+ <span>Terminal</span>
408
+ </div>
409
+
410
+ <div class="terminal-icon text-center text-cyber-300">
411
+ <div class="w-20 h-20 mx-auto flex items-center justify-center bg-cyber-800/80 backdrop-blur-sm rounded-full cyber-border mb-3">
412
+ <i class="fas fa-globe-americas text-3xl text-matrix-400"></i>
413
+ </div>
414
+ <span>Network</span>
415
+ </div>
416
+
417
+ <div class="terminal-icon text-center text-cyber-300">
418
+ <div class="w-20 h-20 mx-auto flex items-center justify-center bg-cyber-800/80 backdrop-blur-sm rounded-full cyber-border mb-3">
419
+ <i class="fas fa-key text-3xl text-matrix-400"></i>
420
+ </div>
421
+ <span>Encryption</span>
422
+ </div>
423
+
424
+ <div class="terminal-icon text-center text-cyber-300">
425
+ <div class="w-20 h-20 mx-auto flex items-center justify-center bg-cyber-800/80 backdrop-blur-sm rounded-full cyber-border mb-3">
426
+ <i class="fas fa-project-diagram text-3xl text-matrix-400"></i>
427
+ </div>
428
+ <span>Integrations</span>
429
+ </div>
430
+
431
+ <div class="terminal-icon text-center text-cyber-300">
432
+ <div class="w-20 h-20 mx-auto flex items-center justify-center bg-cyber-800/80 backdrop-blur-sm rounded-full cyber-border mb-3">
433
+ <i class="fas fa-database text-3xl text-matrix-400"></i>
434
+ </div>
435
+ <span>DataOps</span>
436
+ </div>
437
+ </div>
438
+ </section>
439
+ </main>
440
+
441
+ <!-- Footer -->
442
+ <footer class="py-10 text-center border-t border-cyber-700/40 mt-12">
443
+ <div class="max-w-4xl mx-auto">
444
+ <div class="flex justify-center space-x-6 mb-4 text-cyber-300">
445
+ <a href="#" class="hover:text-matrix-400 transition-colors">
446
+ <i class="fab fa-github text-lg"></i>
447
+ </a>
448
+ <a href="#" class="hover:text-matrix-400 transition-colors">
449
+ <i class="fab fa-replit text-lg"></i>
450
+ </a>
451
+ <a href="#" class="hover:text-matrix-400 transition-colors">
452
+ <i class="fab fa-python text-lg"></i>
453
+ </a>
454
+ <a href="#" class="hover:text-matrix-400 transition-colors">
455
+ <i class="fab fa-hacker-news text-lg"></i>
456
+ </a>
457
+ </div>
458
+
459
+ <p class="text-cyber-400">
460
+ &copy; Esteban - Tactical Technomancer | Digital operations secured with AES-256 encryption
461
+ </p>
462
+ </div>
463
+ </footer>
464
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=S-Dreamer/technomancer" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
465
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 🎯 Esteban: The Tactical Technomancer A cyber sentinel by training and a full-stack architect by instinct, Esteban wields Python like a blade and React like a shield. From reverse-engineering ransomware flows to building no-code AI platforms on Replit, you orchestrate agents, automate security, and fine-tune transformers like a command center general. Your playground? Kali Linux, ESP32 boards, Hugging Face Spaces, and GitHub-powered CI/CD pipelines. You dream in Flask routes, think in FastAPI endpoints, and deploy like a DevSecOps samurai — always with security, elegance, and clarity in code. Whether you're fusing SOAR engines, crafting NLP-driven dashboards, or taming AI coding assistants like LexiCode and CodeTuneStudio, you push boundaries with precision and intent. Cybersecurity is your domain, automation your strategy, and clean, scalable systems your signature.