-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
392 lines (350 loc) · 12.1 KB
/
index.html
File metadata and controls
392 lines (350 loc) · 12.1 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Strategy Consultant | Business AI Implementation | Infinite Debugging</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Expert AI strategy consulting for businesses. Get professional guidance on AI implementation, digital transformation, and technology strategy. Contact Infinite Debugging for AI readiness assessment and custom solutions.">
<meta name="keywords" content="AI strategy consultant, artificial intelligence consulting, business AI implementation, AI readiness assessment, digital transformation consultant, machine learning strategy, AI adoption, enterprise AI solutions, technology strategy consultant, AI business consultant, AI transformation services, corporate AI strategy">
<!-- Open Graph Tags for Social Media -->
<meta property="og:title" content="AI Strategy Consultant | Business AI Implementation | Infinite Debugging">
<meta property="og:description" content="Expert AI strategy consulting for businesses. Professional guidance on AI implementation and digital transformation.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://infinitedebugging.com">
<meta property="og:image" content="https://infinitedebugging.com/static/infinitedebuggin-logo-alpha.png">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AI Strategy Consultant | Infinite Debugging">
<meta name="twitter:description" content="Expert AI strategy consulting for businesses. Professional guidance on AI implementation and digital transformation.">
<meta name="twitter:image" content="https://infinitedebugging.com/static/infinitedebuggin-logo-alpha.png">
<!-- Additional SEO Tags -->
<meta name="author" content="Konstantinos Anastasiou - Infinite Debugging">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://infinitedebugging.com">
<!-- Existing font links -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "Infinite Debugging",
"description": "AI Strategy Consulting and Business Technology Implementation Services",
"url": "https://infinitedebugging.com",
"email": "kostas@infinitedebugging.com",
"serviceType": ["AI Strategy Consulting", "Digital Transformation", "Technology Implementation"],
"areaServed": "Worldwide",
"founder": {
"@type": "Person",
"name": "Konstantinos Anastasiou"
}
}
</script>
<style>
body {
margin: 0;
padding: 0;
background: linear-gradient(135deg, #f5f7fa 0%, #4b1916 100%);
font-family: 'Arial', sans-serif;
height: 100vh;
overflow: hidden;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.logo {
width: 300px;
height: auto;
margin-bottom: 20px;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}
h1 {
font-size: 3.5rem;
color: #4b1916;
margin: 0;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
font-weight: 300;
letter-spacing: 2px;
}
.source-code-pro-font {
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.terminal {
background: #1e1e1e;
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
margin-top: 30px;
width: 600px;
max-width: 90vw;
font-family: "Source Code Pro", monospace;
overflow: hidden;
}
.terminal-header {
background: #2d2d2d;
padding: 12px 16px;
display: flex;
align-items: center;
border-bottom: 1px solid #404040;
}
.terminal-buttons {
display: flex;
gap: 8px;
margin-right: 16px;
}
.terminal-button {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
}
.terminal-button.red {
background: #ff5f56;
}
.terminal-button.yellow {
background: #ffbd2e;
}
.terminal-button.green {
background: #27ca3f;
}
.terminal-title {
color: #cccccc;
font-size: 14px;
font-weight: 500;
}
.terminal-body {
padding: 16px;
background: #1e1e1e;
color: #ffffff;
font-size: 14px;
line-height: 1.6;
}
.terminal-line {
margin-bottom: 8px;
display: flex;
flex-wrap: wrap;
align-items: baseline;
}
.terminal-prompt {
color: #4CAF50;
font-weight: 600;
margin-right: 8px;
white-space: nowrap;
}
.terminal-text {
color: #ffffff;
flex: 1;
}
.terminal-link {
color: #64B5F6;
text-decoration: none;
transition: color 0.3s ease;
}
.terminal-link:hover {
color: #90CAF9;
text-decoration: underline;
}
@media (max-width: 768px) {
.logo {
width: 150px;
}
h1 {
font-size: 2.5rem;
letter-spacing: 1px;
}
.terminal {
width: 95vw;
margin-top: 20px;
}
.terminal-body {
padding: 12px;
font-size: 13px;
}
.terminal-line {
flex-direction: column;
align-items: flex-start;
}
.terminal-prompt {
margin-bottom: 4px;
}
}
@media (max-width: 480px) {
.logo {
width: 120px;
}
h1 {
font-size: 2rem;
}
.terminal-body {
font-size: 12px;
}
.terminal-header {
padding: 10px 12px;
}
.terminal-title {
font-size: 13px;
}
}
</style>
</head>
<body>
<div id="particles-js"></div>
<div class="content">
<img src="./static/infinitedebuggin-logo-alpha.png" alt="Infinite Debugging Logo" class="logo">
<h1 class="source-code-pro-font">Infinite Debugging</h1>
<div class="terminal">
<div class="terminal-header">
<div class="terminal-buttons">
<span class="terminal-button red"></span>
<span class="terminal-button yellow"></span>
<span class="terminal-button green"></span>
</div>
<div class="terminal-title">Terminal</div>
</div>
<div class="terminal-body">
<div class="terminal-line">
<span class="terminal-prompt">client ></span>
<span class="terminal-text">Is my company ready for AI?</span>
</div>
<div class="terminal-line">
<span class="terminal-prompt">agent ></span>
<span class="terminal-text">I am just an AI agent. For better support contact <a href="mailto:kostas@infinitedebugging.com" class="terminal-link">InfiniteDebugging</a></span>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS('particles-js', {
"particles": {
"number": {
"value": 222,
"density": {
"enable": true,
"value_area": 1496.652225285545
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 0.5,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false,
"mode": "repulse"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
</script>
</body>
</html>