-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
687 lines (655 loc) · 37.8 KB
/
index.html
File metadata and controls
687 lines (655 loc) · 37.8 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
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html>
<html lang="en" id="html-root">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title data-i18n="meta.title">PXL Clock | Time. Design. Expression.</title>
<meta name="description" data-i18n="meta.description" content="A handcrafted 24x24 LED pixel clock. Limited to 100 pieces. Design object meets creative playground.">
<!-- Fonts -->
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&f[]=jetbrains-mono@400,500&display=swap" rel="stylesheet">
</head>
<body>
<!-- Pixel Trail Canvas -->
<canvas id="pixel-trail"></canvas>
<!-- Pixel Grid Background -->
<canvas id="pixel-bg"></canvas>
<!-- Navigation -->
<nav class="nav">
<a href="#" class="nav-logo">
<span class="logo-text">PXL</span>
<span class="logo-dot"></span>
</a>
<div class="nav-links">
<a href="#features" class="nav-link" data-i18n="nav.features">Features</a>
<a href="#design" class="nav-link" data-i18n="nav.design">Design</a>
<a href="#app" class="nav-link" data-i18n="nav.app">App</a>
<a href="#code" class="nav-link" data-i18n="nav.code">Developer</a>
<a href="#specs" class="nav-link" data-i18n="nav.specs">Specs</a>
<a href="#order" class="nav-btn" data-i18n="nav.preorder">Pre-Order</a>
</div>
<div class="lang-switcher">
<button class="lang-btn active" data-lang="en">EN</button>
<button class="lang-btn lang-btn-browser" data-lang="de" style="display:none;">DE</button>
<div class="lang-dropdown">
<button class="lang-dropdown-toggle">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M6 9l6 6 6-6"/>
</svg>
</button>
<div class="lang-dropdown-menu">
<button class="lang-btn" data-lang="de">DE</button>
<button class="lang-btn" data-lang="fr">FR</button>
<button class="lang-btn" data-lang="es">ES</button>
<button class="lang-btn" data-lang="it">IT</button>
<button class="lang-btn" data-lang="pl">PL</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="hero">
<div class="hero-bg">
<img src="images/clock-rainbow.jpg" alt="PXL Clock" class="hero-bg-img">
<div class="hero-bg-overlay"></div>
</div>
<div class="hero-content">
<div class="hero-badge">
<span class="badge-dot"></span>
<span data-i18n="hero.badge">Limited Edition — Only 100 Units</span>
</div>
<h1 class="hero-title" data-splitting>
<span class="title-line" data-i18n="hero.title_line1">Time.</span>
<span class="title-line" data-i18n="hero.title_line2">Design.</span>
<span class="title-line" data-i18n="hero.title_line3">Expression.</span>
</h1>
<p class="hero-subtitle" data-i18n="hero.subtitle">
Designed for spaces that want to tell more. For a community that codes in color.
</p>
<div class="hero-cta">
<a href="#order" class="btn btn-primary">
<span data-i18n="hero.cta_primary">Pre-Order Now</span>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<a href="#features" class="btn btn-secondary">
<span data-i18n="hero.cta_secondary">Discover More</span>
</a>
</div>
</div>
<div class="floating-pixels">
<div class="pixel pixel-1"></div>
<div class="pixel pixel-2"></div>
<div class="pixel pixel-3"></div>
<div class="pixel pixel-4"></div>
<div class="pixel pixel-5"></div>
</div>
<div class="hero-scroll">
<span data-i18n="hero.scroll">Scroll to explore</span>
<div class="scroll-line"></div>
</div>
</section>
<!-- Marquee -->
<div class="marquee">
<div class="marquee-content">
<span data-i18n="marquee.leds">576 RGB LEDs</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.pixels">24 x 24 Pixels</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.glass">Handcrafted Glass</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.ota">Over-the-Air Updates</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.programmable">Fully Programmable</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.made_in">Made in Germany</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.leds">576 RGB LEDs</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.pixels">24 x 24 Pixels</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.glass">Handcrafted Glass</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.ota">Over-the-Air Updates</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.programmable">Fully Programmable</span>
<span class="marquee-dot"></span>
<span data-i18n="marquee.made_in">Made in Germany</span>
<span class="marquee-dot"></span>
</div>
</div>
<!-- Features Section -->
<section class="features" id="features">
<div class="section-header">
<span class="section-tag" data-i18n="features.tag">Why PXL Clock</span>
<h2 class="section-title">
<span data-i18n="features.title_line1">Not just a clock.</span><br>
<span class="gradient-text" data-i18n="features.title_line2">A creative playground.</span>
</h2>
</div>
<div class="features-grid">
<div class="feature-card" data-feature="1">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="3" y="3" width="18" height="18" rx="2"/>
<rect x="7" y="7" width="3" height="3"/>
<rect x="14" y="7" width="3" height="3"/>
<rect x="7" y="14" width="3" height="3"/>
<rect x="14" y="14" width="3" height="3"/>
</svg>
</div>
<h3 class="feature-title" data-i18n="features.card1_title">576 RGB Pixels</h3>
<p class="feature-desc" data-i18n="features.card1_desc">A vibrant 24x24 grid of individually controllable LEDs. Each pixel tells part of your story.</p>
</div>
<div class="feature-card" data-feature="2">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M12 2L2 7l10 5 10-5-10-5z"/>
<path d="M2 17l10 5 10-5"/>
<path d="M2 12l10 5 10-5"/>
</svg>
</div>
<h3 class="feature-title" data-i18n="features.card2_title">Handcrafted Glass</h3>
<p class="feature-desc" data-i18n="features.card2_desc">Each frame is precision-crafted from real glass. Unique character in every single unit.</p>
</div>
<div class="feature-card" data-feature="3">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/>
</svg>
</div>
<h3 class="feature-title" data-i18n="features.card3_title">Fully Programmable</h3>
<p class="feature-desc" data-i18n="features.card3_desc">Create your own clock faces, animations, and pixel art with C# or F#. Your imagination, your display.</p>
</div>
<div class="feature-card" data-feature="4">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M21 12a9 9 0 0 1-9 9m9-9a9 9 0 0 0-9-9m9 9H3m9 9a9 9 0 0 1-9-9m9 9c1.66 0 3-4.03 3-9s-1.34-9-3-9m0 18c-1.66 0-3-4.03-3-9s1.34-9 3-9m-9 9a9 9 0 0 1 9-9"/>
</svg>
</div>
<h3 class="feature-title" data-i18n="features.card4_title">OTA Updates</h3>
<p class="feature-desc" data-i18n="features.card4_desc">Your clock stays fresh with over-the-air updates. New features delivered seamlessly.</p>
</div>
</div>
<!-- Feature Showcase -->
<div class="feature-showcase">
<div class="showcase-image">
<img src="images/clock-time.jpg" alt="PXL Clock displaying time" class="showcase-img">
</div>
<div class="showcase-content">
<span class="showcase-tag" data-i18n="features.showcase_tag">Design Philosophy</span>
<h3 class="showcase-title" data-i18n="features.showcase_title">Where Art Meets Technology</h3>
<p class="showcase-text" data-i18n="features.showcase_text">
Every PXL Clock is a statement piece. The deliberate simplicity of the frame
— available in black or white — lets the vibrant pixel display take center stage.
It's not just about telling time; it's about making a statement.
</p>
<ul class="showcase-list">
<li>
<span class="list-icon"></span>
<span data-i18n="features.showcase_list1">Premium build quality</span>
</li>
<li>
<span class="list-icon"></span>
<span data-i18n="features.showcase_list2">Minimalist design language</span>
</li>
<li>
<span class="list-icon"></span>
<span data-i18n="features.showcase_list3">Perfect desktop companion</span>
</li>
</ul>
</div>
</div>
</section>
<!-- Parallax Image Section with Crossfade -->
<section class="parallax-section">
<div class="parallax-images">
<img src="images/white-clock-1.jpg" alt="PXL Clock White Edition" class="parallax-img active">
<img src="images/white-clock-2.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-3.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-4.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-5.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-6.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-7.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-8.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-9.jpg" alt="PXL Clock White Edition" class="parallax-img">
<img src="images/white-clock-10.jpg" alt="PXL Clock White Edition" class="parallax-img">
</div>
<div class="parallax-overlay"></div>
</section>
<!-- Design Object Section -->
<section class="design-section" id="design">
<div class="design-intro">
<span class="section-tag" data-i18n="design.tag">More Than Technology</span>
<h2 class="section-title">
<span data-i18n="design.title_line1">Not Just Another</span><br>
<span class="gradient-text" data-i18n="design.title_line2">LED Gadget.</span>
</h2>
<p class="design-intro-text" data-i18n="design.intro">
The PXL Clock isn't a blinking toy for the kids' room.
It's a statement piece — a beautiful furniture object that commands attention
in living rooms, studios, and offices. Like an ever-changing painting,
it draws envious glances from visitors who've never seen anything quite like it.
</p>
</div>
<div class="design-content">
<div class="design-block design-block-art">
<div class="design-block-text">
<h3 class="design-block-title" data-i18n="design.art_title">Art Needs No Explanation</h3>
<p class="design-block-quote" data-i18n="design.art_quote">
Art doesn't need to be explained — it simply works. The PXL Clock isn't art,
but it has the same effect. At first glance, you feel the depth and vibrancy.
Look closer, and you discover countless fascinating details: each pixel glows
from its own light source, every cell has its own small world, the lines vary
in brightness, and the reflections in the glass bring everything to life.
</p>
<p class="design-block-desc" data-i18n="design.art_desc">
A stylish accessory with real depth — inviting you to discover something new, again and again.
</p>
</div>
<div class="design-block-visual">
<img src="images/clock-detail-1.jpg" alt="PXL Clock Detail" class="design-img design-img-main">
<img src="images/clock-detail-2.jpg" alt="PXL Clock Glass Detail" class="design-img design-img-secondary">
</div>
</div>
<div class="design-block design-block-fire">
<div class="design-block-visual">
<img src="images/clock-ambient.jpg" alt="PXL Clock Ambient" class="design-img design-img-ambient">
</div>
<div class="design-block-text">
<h3 class="design-block-title" data-i18n="design.fire_title">576 Small Fires</h3>
<p class="design-block-quote" data-i18n="design.fire_quote">
Fire has vanished from our daily lives — it only burns in furnaces, engines,
and heaters now. The PXL Clock is like a small campfire — it radiates something
meditative. We've observed how people who immerse themselves in its gentle animations
and flowing color gradients quickly become fascinated.
</p>
<p class="design-block-desc" data-i18n="design.fire_desc">
No moment is like another. Nothing repeats. The image constantly changes
in a calming, almost hypnotic way. You can simply sit, watch the clock,
and find complete peace — while time passes quietly and serenely.
</p>
</div>
</div>
</div>
<div class="design-materials">
<div class="material-item">
<div class="material-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="3" y="3" width="18" height="18" rx="2"/>
<path d="M3 9h18"/>
<path d="M9 3v18"/>
</svg>
</div>
<h4 data-i18n="design.material1_title">Real Float Glass</h4>
<p data-i18n="design.material1_desc">No plastic. Genuine glass surface with beautiful light reflections and premium feel.</p>
</div>
<div class="material-item">
<div class="material-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M12 2L2 7l10 5 10-5-10-5z"/>
<path d="M2 17l10 5 10-5"/>
<path d="M2 12l10 5 10-5"/>
</svg>
</div>
<h4 data-i18n="design.material2_title">Handcrafted Frame</h4>
<p data-i18n="design.material2_desc">Each frame assembled by hand. Available in elegant black or white finish.</p>
</div>
<div class="material-item">
<div class="material-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<circle cx="12" cy="12" r="3"/>
<path d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/>
</svg>
</div>
<h4 data-i18n="design.material3_title">576 Premium LEDs</h4>
<p data-i18n="design.material3_desc">Super-bright RGB LEDs that shine in all colors — even in bright sunlight.</p>
</div>
<div class="material-item">
<div class="material-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="6" width="20" height="12" rx="2"/>
<path d="M6 12h.01"/>
<path d="M10 12h.01"/>
<path d="M14 12h4"/>
</svg>
</div>
<h4 data-i18n="design.material4_title">27.5 × 27.5 × 6 cm</h4>
<p data-i18n="design.material4_desc">Compact dimensions. Weighs approx. 2 kg. A presence without overwhelming.</p>
</div>
</div>
</section>
<!-- Gallery Section -->
<section class="gallery" id="gallery">
<div class="section-header">
<span class="section-tag" data-i18n="gallery.tag">Gallery</span>
<h2 class="section-title">
<span data-i18n="gallery.title_line1">Infinite Possibilities.</span><br>
<span class="gradient-text" data-i18n="gallery.title_line2">One Display.</span>
</h2>
</div>
<div class="gallery-grid">
<div class="gallery-item large" data-cursor="View">
<img src="images/clock-time.jpg" alt="PXL Clock showing time">
<div class="gallery-overlay">
<span class="gallery-label" data-i18n="gallery.label_clock">Clock Faces</span>
</div>
</div>
<div class="gallery-item" data-cursor="View">
<img src="images/clock-emoji.jpg" alt="PXL Clock showing emoji">
<div class="gallery-overlay">
<span class="gallery-label" data-i18n="gallery.label_pixel">Pixel Art</span>
</div>
</div>
<div class="gallery-item" data-cursor="View">
<img src="images/clock-pacman.jpg" alt="PXL Clock showing Pacman ghost">
<div class="gallery-overlay">
<span class="gallery-label" data-i18n="gallery.label_retro">Retro Gaming</span>
</div>
</div>
<div class="gallery-item wide" data-cursor="View">
<img src="images/clock-lifestyle.jpg" alt="PXL Clock in home setting">
<div class="gallery-overlay">
<span class="gallery-label" data-i18n="gallery.label_lifestyle">In Your Space</span>
</div>
</div>
</div>
</section>
<!-- App Section -->
<section class="app-section" id="app">
<div class="app-content">
<span class="section-tag" data-i18n="app.tag">Companion App</span>
<h2 class="section-title">
<span data-i18n="app.title_line1">Your Clock.</span><br>
<span class="gradient-text" data-i18n="app.title_line2">Your Rules.</span>
</h2>
<p class="app-desc" data-i18n="app.desc">
The PXL App puts complete control at your fingertips.
Configure every aspect of your clock — from stunning clock faces
to smart automations that adapt to your lifestyle.
</p>
<div class="app-features">
<div class="app-feature">
<div class="app-feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<circle cx="12" cy="12" r="10"/>
<path d="M12 6v6l4 2"/>
</svg>
</div>
<h4 data-i18n="app.feature1_title">Clock Faces</h4>
<p data-i18n="app.feature1_desc">Browse dozens of unique clock faces. Minimalist, playful, artistic — find your style.</p>
</div>
<div class="app-feature">
<div class="app-feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9z"/>
</svg>
</div>
<h4 data-i18n="app.feature2_title">Day & Night Mode</h4>
<p data-i18n="app.feature2_desc">Set schedules for brightness. Dim at night, vibrant by day — automatically.</p>
</div>
<div class="app-feature">
<div class="app-feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M5 12.55a11 11 0 0 1 14.08 0"/>
<path d="M1.42 9a16 16 0 0 1 21.16 0"/>
<path d="M8.53 16.11a6 6 0 0 1 6.95 0"/>
<circle cx="12" cy="20" r="1"/>
</svg>
</div>
<h4 data-i18n="app.feature3_title">WiFi Setup</h4>
<p data-i18n="app.feature3_desc">Easy wireless configuration. Connect your clock to your network in seconds.</p>
</div>
<div class="app-feature">
<div class="app-feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="3" width="20" height="14" rx="2"/>
<path d="M8 21h8"/>
<path d="M12 17v4"/>
<path d="M7 8h.01"/>
<path d="M17 8h.01"/>
<path d="M12 8h.01"/>
</svg>
</div>
<h4 data-i18n="app.feature4_title">Multi-Clock</h4>
<p data-i18n="app.feature4_desc">Own multiple PXL Clocks? Manage them all from one app. Sync or individualize.</p>
</div>
</div>
<div class="app-stores">
<a href="https://play.google.com/store/apps/details?id=com.cuminandpotato.pxldev" target="_blank" class="store-btn">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path d="M3.609 1.814L13.792 12 3.61 22.186a.996.996 0 0 1-.61-.92V2.734a1 1 0 0 1 .609-.92zm10.89 10.893l2.302 2.302-10.937 6.333 8.635-8.635zm3.199-3.198l2.807 1.626a1 1 0 0 1 0 1.73l-2.808 1.626L15.206 12l2.492-2.491zM5.864 2.658L16.8 9.99l-2.302 2.302-8.634-8.634z"/>
</svg>
<div class="store-text">
<span data-i18n="app.store_google_label">Get it on</span>
<strong data-i18n="app.store_google">Google Play</strong>
</div>
</a>
<a href="#" class="store-btn coming-soon">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/>
</svg>
<div class="store-text">
<span data-i18n="app.store_apple_label">Coming to</span>
<strong data-i18n="app.store_apple">App Store</strong>
</div>
</a>
</div>
</div>
<div class="app-visual">
<div class="phone-mockup">
<div class="phone-frame">
<div class="phone-notch"></div>
<div class="phone-screen">
<div class="app-screenshots">
<img src="images/app-screenshots/unnamed.png" alt="PXL App Login" class="app-screenshot active">
<img src="images/app-screenshots/unnamed-2.png" alt="PXL App Settings" class="app-screenshot">
<img src="images/app-screenshots/unnamed-3.png" alt="PXL App Schedule" class="app-screenshot">
<img src="images/app-screenshots/unnamed-5.png" alt="PXL App Pairing" class="app-screenshot">
<img src="images/app-screenshots/unnamed-6.png" alt="PXL App Clock Faces" class="app-screenshot">
<img src="images/app-screenshots/unnamed-7.png" alt="PXL App Connect" class="app-screenshot">
</div>
</div>
</div>
<div class="phone-glow"></div>
</div>
</div>
</section>
<!-- Code Section -->
<section class="code-section" id="code">
<div class="code-content">
<span class="section-tag" data-i18n="code.tag">For Developers</span>
<h2 class="section-title">
<span data-i18n="code.title_line1">Your Code.</span><br>
<span class="gradient-text" data-i18n="code.title_line2">Your Pixels.</span>
</h2>
<p class="code-desc" data-i18n="code.desc">
Build custom Pixograms using C# or F#. The PXL SDK provides everything
you need to create stunning visualizations, games, and more.
</p>
<a href="https://github.com/CuminAndPotato/PXL-Clock" target="_blank" class="btn btn-primary">
<span data-i18n="code.btn_github">View on GitHub</span>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/>
</svg>
</a>
</div>
<div class="code-block">
<div id="pxl-playground" style="width: 300px; height: 300px; margin-bottom: 20px;"></div>
<div class="code-header">
<span class="code-dot red"></span>
<span class="code-dot yellow"></span>
<span class="code-dot green"></span>
<span class="code-filename">MyClockFace.cs</span>
</div>
<pre class="code-content-pre"><code><span class="code-keyword">public class</span> <span class="code-class">MyClockFace</span> : <span class="code-class">PxlApp</span>
{
<span class="code-keyword">public override void</span> <span class="code-function">Render</span>(<span class="code-class">PxlCanvas</span> canvas)
{
<span class="code-comment">// Get current time</span>
<span class="code-keyword">var</span> now = <span class="code-class">DateTime</span>.Now;
<span class="code-comment">// Draw colorful background</span>
canvas.<span class="code-function">DrawGradient</span>(
<span class="code-class">Color</span>.Cyan,
<span class="code-class">Color</span>.Magenta
);
<span class="code-comment">// Display time in pixels</span>
canvas.<span class="code-function">DrawText</span>(
now.<span class="code-function">ToString</span>(<span class="code-string">"HH:mm"</span>),
<span class="code-class">Color</span>.White
);
}
}</code></pre>
</div>
</section>
<!-- Specs Section -->
<section class="specs" id="specs">
<div class="section-header">
<span class="section-tag" data-i18n="specs.tag">Technical Specs</span>
<h2 class="section-title">
<span data-i18n="specs.title_line1">Built to Last.</span><br>
<span class="gradient-text" data-i18n="specs.title_line2">Built to Impress.</span>
</h2>
</div>
<div class="specs-grid">
<div class="spec-item">
<span class="spec-value">24<span class="spec-unit">x</span>24</span>
<span class="spec-label" data-i18n="specs.label_resolution">Pixel Resolution</span>
</div>
<div class="spec-item">
<span class="spec-value">576</span>
<span class="spec-label" data-i18n="specs.label_leds">RGB LEDs</span>
</div>
<div class="spec-item">
<span class="spec-value">16M<span class="spec-unit">+</span></span>
<span class="spec-label" data-i18n="specs.label_colors">Colors</span>
</div>
<div class="spec-item">
<span class="spec-value">WiFi</span>
<span class="spec-label" data-i18n="specs.label_connectivity">Connectivity</span>
</div>
<div class="spec-item">
<span class="spec-value">OTA</span>
<span class="spec-label" data-i18n="specs.label_updates">Updates</span>
</div>
<div class="spec-item">
<span class="spec-value">C#/F#</span>
<span class="spec-label" data-i18n="specs.label_sdk">SDK Support</span>
</div>
</div>
<div class="specs-details">
<div class="spec-detail">
<h4 data-i18n="specs.detail_display">Display</h4>
<ul>
<li data-i18n="specs.detail_display_1">24x24 RGB LED Matrix</li>
<li data-i18n="specs.detail_display_2">576 individually addressable pixels</li>
<li data-i18n="specs.detail_display_3">16.7 million color depth</li>
<li data-i18n="specs.detail_display_4">Adjustable brightness</li>
</ul>
</div>
<div class="spec-detail">
<h4 data-i18n="specs.detail_materials">Materials</h4>
<ul>
<li data-i18n="specs.detail_materials_1">Handcrafted glass front</li>
<li data-i18n="specs.detail_materials_2">Premium aluminum frame</li>
<li data-i18n="specs.detail_materials_3">Available in Black or White</li>
<li data-i18n="specs.detail_materials_4">Precision CNC machined</li>
</ul>
</div>
<div class="spec-detail">
<h4 data-i18n="specs.detail_connectivity">Connectivity</h4>
<ul>
<li data-i18n="specs.detail_connectivity_1">WiFi 802.11 b/g/n</li>
<li data-i18n="specs.detail_connectivity_2">Companion mobile app</li>
<li data-i18n="specs.detail_connectivity_3">Cloud synchronization</li>
<li data-i18n="specs.detail_connectivity_4">Developer API access</li>
</ul>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta" id="order">
<div class="cta-bg">
<div class="cta-grid"></div>
</div>
<div class="cta-content">
<span class="cta-badge" data-i18n="cta.badge">Limited to 100 Units</span>
<h2 class="cta-title">
<span data-i18n="cta.title_line1">Ready to Own</span><br>
<span class="gradient-text" data-i18n="cta.title_line2">a Piece of Art?</span>
</h2>
<p class="cta-desc" data-i18n="cta.desc">
Join the exclusive first batch of PXL Clock owners.
Each unit is numbered and comes with a certificate of authenticity.
</p>
<div class="cta-price">
<span class="price-label" data-i18n="cta.price_label">Starting at</span>
<span class="price-value">EUR 349</span>
<span class="price-note" data-i18n="cta.price_note" data-i18n-html="true">Use code <strong>fsharp</strong> for EUR 50 off</span>
</div>
<a href="https://www.pxlclock.com" target="_blank" class="btn btn-large">
<span data-i18n="cta.btn">Pre-Order Your PXL Clock</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<p class="cta-note" data-i18n="cta.shipping_note">Free shipping within EU. Ships Q1 2025.</p>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-brand">
<span class="logo-text">PXL</span>
<span class="logo-dot"></span>
<p class="footer-tagline" data-i18n="footer.tagline">Time, Reimagined in Pixels</p>
</div>
<div class="footer-links">
<div class="footer-col">
<h4 data-i18n="footer.col_product">Product</h4>
<a href="#features" data-i18n="footer.link_features">Features</a>
<a href="#design" data-i18n="footer.link_design">Design</a>
<a href="#specs" data-i18n="footer.link_specs">Specifications</a>
</div>
<div class="footer-col">
<h4 data-i18n="footer.col_developers">Developers</h4>
<a href="https://github.com/CuminAndPotato/PXL-Clock" target="_blank" data-i18n="footer.link_github">GitHub</a>
<a href="https://docs.pxlclock.com" target="_blank" data-i18n="footer.link_docs">Documentation</a>
<a href="https://discord.gg/KDbVdKQh5j" target="_blank" data-i18n="footer.link_discord">Discord Community</a>
</div>
<div class="footer-col">
<h4 data-i18n="footer.col_company">Company</h4>
<a href="https://www.pxlclock.com" target="_blank" data-i18n="footer.link_about">About Us</a>
<a href="mailto:hello@pxlclock.com" data-i18n="footer.link_contact">Contact</a>
<a href="https://bsky.app/search?q=%23pxlclock" target="_blank" data-i18n="footer.link_bluesky">Bluesky</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p data-i18n="footer.copyright">© 2025 Cumin & Potato GmbH. All rights reserved.</p>
<div class="footer-social">
<a href="#" aria-label="Twitter">
<svg viewBox="0 0 24 24" fill="currentColor" width="20" height="20">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
</svg>
</a>
<a href="#" aria-label="Instagram">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" width="20" height="20">
<rect x="2" y="2" width="20" height="20" rx="5"/>
<circle cx="12" cy="12" r="4"/>
<circle cx="18" cy="6" r="1"/>
</svg>
</a>
<a href="https://github.com/CuminAndPotato/PXL-Clock" target="_blank" aria-label="GitHub">
<svg viewBox="0 0 24 24" fill="currentColor" width="20" height="20">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
</div>
</div>
</footer>
<!-- Scripts -->
<script type="module" src="/js/main.js"></script>
<script type="module" src="/js/playground.jsx"></script>
</body>
</html>