-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
655 lines (634 loc) · 28.4 KB
/
index.html
File metadata and controls
655 lines (634 loc) · 28.4 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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Design Líquido - Projetos em Código Livre em Português</title>
<!-- SEO & Social -->
<meta
name="description"
content="Design Líquido oferece ferramentas e demonstrações interativas para linguagens e ferramentários (frameworks) criados pela comunidade, incluindo Delégua, Pituguês, LMHT, FolEs e LinConEs. Experimente diretamente no navegador!"
/>
<meta
name="keywords"
content="Delégua, Pituguês, LMHT, FolEs, LinConEs, Design Líquido, linguagens de programação, código aberto, demonstrações online"
/>
<meta name="author" content="Design Líquido" />
<link rel="canonical" href="https://designliquido.github.io/" />
<meta
property="og:title"
content="Design Líquido - Projetos em Código Livre em Português"
/>
<meta
property="og:description"
content="Experimente ferramentas e demonstrações das linguagens e ferramentários (frameworks) do Design Líquido diretamente no navegador."
/>
<meta property="og:url" content="https://designliquido.github.io/" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://designliquido.github.io/imagens/logo-og.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Design Líquido - Projetos em Código Livre em Português"
/>
<meta
name="twitter:description"
content="Experimente ferramentas e demonstrações das linguagens e ferramentários (frameworks) do Design Líquido diretamente no navegador."
/>
<meta
name="twitter:image"
content="https://designliquido.github.io/imagens/logo-og.png"
/>
<!-- Fonts -->
<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=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Tailwind -->
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
<!-- Styles -->
<style>
:root {
--bg-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
--bg-secondary: rgba(255, 255, 255, 0.15);
--text-primary: #222;
--text-secondary: rgba(100, 100, 100, 0.85);
--text-muted: rgba(200, 200, 200, 0.65);
--border-color: rgba(150, 150, 150, 0.2);
--glow-color: rgba(102, 126, 234, 0.4);
}
[data-theme="dark"] {
--bg-primary: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
--bg-secondary: rgba(0, 0, 0, 0.25);
--text-primary: #f8fafc;
--text-secondary: #e2e8f0;
--text-muted: #94a3b8;
--border-color: rgba(148, 163, 184, 0.2);
--glow-color: rgba(99, 102, 241, 0.4);
}
body {
font-family: "Inter", sans-serif;
transition: all 0.5s;
}
.gradient-bg {
background: var(--bg-primary);
}
.glass-effect {
background: var(--bg-secondary);
backdrop-filter: blur(15px);
border: 1px solid var(--border-color);
}
.text-primary {
color: var(--text-primary);
}
.text-secondary {
color: var(--text-secondary);
}
.text-muted {
color: var(--text-muted);
}
.hover-lift {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-lift:hover {
transform: translateY(-8px);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.fade-in-up {
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 0.8s ease-out forwards;
}
.fade-in-up:nth-child(2) {
animation-delay: 0.2s;
}
.fade-in-up:nth-child(3) {
animation-delay: 0.4s;
}
.fade-in-up:nth-child(4) {
animation-delay: 0.6s;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}
.code-pattern {
background-image: linear-gradient(
45deg,
rgba(255, 255, 255, 0.05) 25%,
transparent 25%
),
linear-gradient(
-45deg,
rgba(255, 255, 255, 0.05) 25%,
transparent 25%
),
linear-gradient(
45deg,
transparent 75%,
rgba(255, 255, 255, 0.05) 75%
),
linear-gradient(
-45deg,
transparent 75%,
rgba(255, 255, 255, 0.05) 75%
);
background-size: 20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
[data-theme="dark"] .code-pattern {
background-image: linear-gradient(
45deg,
rgba(148, 163, 184, 0.1) 25%,
transparent 25%
),
linear-gradient(
-45deg,
rgba(148, 163, 184, 0.1) 25%,
transparent 25%
),
linear-gradient(
45deg,
transparent 75%,
rgba(148, 163, 184, 0.1) 75%
),
linear-gradient(
-45deg,
transparent 75%,
rgba(148, 163, 184, 0.1) 75%
);
}
.theme-toggle {
position: fixed;
top: 2rem;
right: 2rem;
z-index: 50;
background: var(--bg-secondary);
border: 1px solid var(--border-color);
backdrop-filter: blur(10px);
color: var(--text-primary);
transition: all 0.3s ease;
cursor: pointer;
padding: 0.5rem 1rem;
border-radius: 0.75rem;
font-weight: 500;
}
.theme-toggle:hover {
transform: scale(1.1);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.floating-shapes {
position: fixed;
inset: 0;
overflow: hidden;
pointer-events: none;
z-index: 0;
}
.floating-shape {
position: absolute;
border-radius: 50%;
opacity: 0.6;
filter: blur(1px);
}
.floating-shape:nth-child(1) {
top: 10%;
left: 10%;
width: 80px;
height: 80px;
background: rgba(102, 126, 234, 0.3);
animation: float 8s ease-in-out infinite;
}
.floating-shape:nth-child(2) {
top: 20%;
right: 15%;
width: 120px;
height: 120px;
background: rgba(139, 92, 246, 0.2);
animation: float 10s ease-in-out infinite reverse;
animation-delay: -3s;
}
.floating-shape:nth-child(3) {
bottom: 20%;
left: 20%;
width: 100px;
height: 100px;
background: rgba(59, 130, 246, 0.25);
animation: float 12s ease-in-out infinite;
animation-delay: -6s;
}
[data-theme="dark"] .floating-shape:nth-child(1) {
background: rgba(99, 102, 241, 0.4);
}
[data-theme="dark"] .floating-shape:nth-child(2) {
background: rgba(168, 85, 247, 0.3);
}
[data-theme="dark"] .floating-shape:nth-child(3) {
background: rgba(79, 70, 229, 0.35);
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RD4Q6L45K6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RD4Q6L45K6');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Design Líquido",
"url": "https://designliquido.github.io/",
"description": "Ferramentas e demonstrações interativas para linguagens e ferramentários (frameworks) da Design Líquido.",
"publisher": {
"@type": "Organization",
"name": "Design Líquido",
"logo": {
"@type": "ImageObject",
"url": "https://designliquido.github.io/imagens/logo-og.png"
}
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://designliquido.github.io/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body class="min-h-screen gradient-bg code-pattern" data-theme="light">
<!-- Theme Toggle -->
<button class="theme-toggle" aria-label="Alternar tema">🌗</button>
<!-- Floating Shapes -->
<div class="floating-shapes">
<div class="floating-shape"></div>
<div class="floating-shape"></div>
<div class="floating-shape"></div>
</div>
<main class="relative z-10 container mx-auto px-6 py-12 max-w-5xl">
<!-- Header -->
<header class="text-center mb-16 fade-in-up">
<div class="mb-8 flex justify-center">
<img
src="./imagens/logo.png"
alt="Design Líquido"
class="w-128 object-contain"
/>
</div>
<p
class="text-xl md:text-2xl text-secondary font-light max-w-2xl mx-auto leading-relaxed"
>
Recursos e ferramentas para as linguagens e
<span class="text-yellow-400 font-medium">frameworks</span>
da Design Líquido
</p>
<div
class="mt-8 w-24 h-1 bg-gradient-to-r from-transparent via-current to-transparent mx-auto text-secondary opacity-50"
></div>
</header>
<section class="grid md:grid-cols-2 gap-8 mb-16">
<!-- Delégua Web -->
<a
href="https://designliquido.github.io/delegua-web"
class="fade-in-up block"
>
<div class="glass-effect rounded-2xl p-8 hover-lift group">
<div class="flex items-center mb-6">
<div
class="w-12 h-12 bg-gradient-to-r from-emerald-400 to-cyan-400 rounded-xl flex items-center justify-center mr-4"
>
<svg
class="w-6 h-6 text-white"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
/>
</svg>
</div>
<h2
class="text-2xl font-bold text-primary group-hover:text-yellow-400 transition-colors"
>
Delégua Web
</h2>
</div>
<p class="text-secondary text-lg leading-relaxed mb-4">
Execute código estruturado em português diretamente
pelo navegador com nossa interface intuitiva.
</p>
<div
class="flex items-center text-emerald-400 font-medium"
>
<span>Experimentar agora</span
><svg
class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 5l7 7-7 7"
/>
</svg>
</div>
</div>
</a>
<!-- LMHT -->
<a
href="https://designliquido.github.io/lmht-demo-web"
class="fade-in-up block"
>
<div class="glass-effect rounded-2xl p-8 hover-lift group">
<div class="flex items-center mb-6">
<div
class="w-12 h-12 bg-gradient-to-r from-pink-500 to-red-400 rounded-xl flex items-center justify-center mr-4"
>
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
</svg>
</div>
<h2
class="text-2xl font-bold text-primary group-hover:text-yellow-400 transition-colors"
>
Demonstração LMHT
</h2>
</div>
<p class="text-secondary text-lg leading-relaxed mb-4">
Crie e teste componentes visuais interativos com
nosso ambiente de desenvolvimento LMHT no navegador.
</p>
<div
class="flex items-center text-pink-400 font-medium"
>
<span>Experimentar agora</span
><svg
class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 5l7 7-7 7"
/>
</svg>
</div>
</div>
</a>
<!-- Pituguês -->
<a
href="https://designliquido.github.io/pitugues-web"
class="fade-in-up block"
>
<div class="glass-effect rounded-2xl p-8 hover-lift group">
<div class="flex items-center mb-6">
<div
class="w-12 h-12 bg-gradient-to-r from-yellow-400 to-orange-500 rounded-xl flex items-center justify-center mr-4"
>
<svg
class="w-6 h-6 text-white"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 4v16m8-8H4"
/>
</svg>
</div>
<h2
class="text-2xl font-bold text-primary group-hover:text-yellow-400 transition-colors"
>
Pituguês Web
</h2>
</div>
<p class="text-secondary text-lg leading-relaxed mb-4">
Escreva e teste scripts em Pituguês online com nosso
editor interativo e amigável.
</p>
<div
class="flex items-center text-yellow-400 font-medium"
>
<span>Experimentar agora</span
><svg
class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 5l7 7-7 7"
/>
</svg>
</div>
</div>
</a>
<a
href="https://designliquido.github.io/foles-demo-web"
class="fade-in-up block"
>
<div class="glass-effect rounded-2xl p-8 hover-lift group">
<div class="flex items-center mb-6">
<div
class="w-12 h-12 bg-gradient-to-r from-blue-400 to-indigo-500 rounded-xl flex items-center justify-center mr-4"
>
<svg
class="w-6 h-6 text-white"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 13l4 4L19 7"
/>
</svg>
</div>
<h2
class="text-2xl font-bold text-primary group-hover:text-yellow-400 transition-colors"
>
Demonstração FolEs + LMHT
</h2>
</div>
<p class="text-secondary text-lg leading-relaxed mb-4">
Experimente a linguagem FolEs com exemplos
interativos e documentação prática no seu navegador.
</p>
<div
class="flex items-center text-blue-400 font-medium"
>
<span>Experimentar agora</span
><svg
class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 5l7 7-7 7"
/>
</svg>
</div>
</div>
</a>
<!-- Delégua XTerm Web -->
<a
href="https://designliquido.github.io/delegua-xterm-web/"
class="fade-in-up block"
>
<div class="glass-effect rounded-2xl p-8 hover-lift group">
<div class="flex items-center mb-6">
<div
class="w-12 h-12 bg-gradient-to-r from-teal-400 to-cyan-600 rounded-xl flex items-center justify-center mr-4"
>
<svg
class="w-6 h-6 text-white"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
/>
</svg>
</div>
<h2
class="text-2xl font-bold text-primary group-hover:text-yellow-400 transition-colors"
>
Delégua XTerm Web
</h2>
</div>
<p class="text-secondary text-lg leading-relaxed mb-4">
Simulação de terminal no navegador executando Delégua e Pituguês,
com interface de linha de comando interativa.
</p>
<div
class="flex items-center text-teal-400 font-medium"
>
<span>Experimentar agora</span
><svg
class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 5l7 7-7 7"
/>
</svg>
</div>
</div>
</a>
<!-- Demonstração LinConEs -->
<a
href="https://designliquido.github.io/lincones-demo-web"
class="fade-in-up block"
>
<div class="glass-effect rounded-2xl p-8 hover-lift group">
<div class="flex items-center mb-6">
<div
class="w-12 h-12 bg-gradient-to-r from-purple-500 to-pink-500 rounded-xl flex items-center justify-center mr-4"
>
<svg
class="w-6 h-6 text-white"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 7h16M4 12h16M4 17h16"
/>
</svg>
</div>
<h2
class="text-2xl font-bold text-primary group-hover:text-yellow-400 transition-colors"
>
Demonstração LinConEs
</h2>
</div>
<p class="text-secondary text-lg leading-relaxed mb-4">
Laboratório interativo LinConEs com IndexedDB. Explore exemplos de
código e conceitos diretamente no navegador.
</p>
<div
class="flex items-center text-purple-400 font-medium"
>
<span>Experimentar agora</span
><svg
class="w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9 5l7 7-7 7"
/>
</svg>
</div>
</div>
</a>
</section>
<!-- Footer -->
<footer class="text-center mt-12 fade-in-up">
<p class="text-muted text-sm">
© 2026 Design Líquido - Projetos em Código Livre em Português. Todos os direitos reservados.
</p>
</footer>
</main>
<!-- Theme Script -->
<!-- Theme Toggle Script -->
<script>
const themeToggle = document.querySelector(".theme-toggle");
const body = document.body;
const storedTheme = localStorage.getItem("theme");
if (storedTheme) body.dataset.theme = storedTheme;
themeToggle.addEventListener("click", () => {
const newTheme =
body.dataset.theme === "light" ? "dark" : "light";
body.dataset.theme = newTheme;
localStorage.setItem("theme", newTheme);
});
</script>
</body>
</html>