-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
545 lines (502 loc) · 20.3 KB
/
Copy pathindex.html
File metadata and controls
545 lines (502 loc) · 20.3 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<script>
document.documentElement.classList.remove("no-js");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>dicotic – Divided Listening for Focused Minds</title>
<meta
name="description"
content="dicotic lets you explore the power of divided listening: music in one ear, audiobooks, podcasts, or news in the other."
/>
<!-- 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@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Styles -->
<link rel="stylesheet" href="css/styles.css" />
<!-- Favicons -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<a href="#top" class="brand">
<img class="brand-mark" src="img/icon.png" alt="dicotic" width="32" height="32" />
<span class="brand-text">dicotic</span>
</a>
<nav class="main-nav">
<a href="#screenshots">Screenshots</a>
<a href="#how-it-works">How it works</a>
<a href="#benefits">Benefits</a>
<a href="#tutorials">Tutorials</a>
</nav>
<div class="header-cta">
<div id="launch-countdown" class="header-countdown" aria-label="Countdown to March 20, 2026 midnight Pacific time">
<span class="header-countdown-title">Time To Launch:</span>
<span class="header-countdown-value"></span>
</div>
<a href="https://apps.apple.com/us/app/dicotic/id6760433267" class="btn btn-ghost">Get the app</a>
</div>
</div>
</header>
<main id="top">
<!-- Hero -->
<section class="hero">
<div class="container hero-grid">
<div class="hero-text">
<p class="eyebrow">Explore the power of divided listening</p>
<h1>Two ears. <br />Two streams. <br />One mind.</h1>
<p class="hero-copy">
Music in one ear. Ideas in the other.
<br>
Tap
<span class="ear-swap-btn-container">
<button
type="button"
class="ear-swap-btn"
aria-label="Swap left and right ear contents"
title="Swap queues"
>
<svg
class="ear-swap-icon"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
preserveAspectRatio="xMidYMid meet"
>
<path d="M16 3l4 4-4 4M20 7H4M8 21l-4-4 4-4M4 17h16" />
</svg>
</button>
</span>
to swap, reset, and focus your mind.
<br>
<span class="pill">Designed for headphones</span>
</p>
<div class="hero-cta">
<a href="https://apps.apple.com/us/app/dicotic/id6760433267" class="btn btn-primary">Get the iPhone app</a>
</div>
</div>
<div class="hero-visual">
<div class="ear-split">
<div class="ear ear-left">
<span class="ear-label">Left ear</span>
<div class="ear-streams" aria-live="polite">
<span class="ear-stream">Music</span>
</div>
</div>
<button
type="button"
class="ear-swap-btn"
aria-label="Swap left and right ear contents"
title="Swap queues"
>
<svg
class="ear-swap-icon"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
preserveAspectRatio="xMidYMid meet"
>
<path d="M16 3l4 4-4 4M20 7H4M8 21l-4-4 4-4M4 17h16" />
</svg>
</button>
<div class="ear ear-right">
<span class="ear-label">Right ear</span>
<div class="ear-streams" aria-live="polite">
<span class="ear-stream">Podcasts · Lectures</span>
<span class="ear-stream">Audiobooks · News</span>
</div>
</div>
</div>
<button
type="button"
class="swap-button"
aria-label="Swap left and right channels"
>
Tap to swap sides
</button>
</div>
</div>
</section>
<section class="section">
<div class="container">
<header class="section-header">
<p class="eyebrow">The idea</p>
<h2>Your brain already listens this way.</h2>
</header>
<div class="science-layout">
<p>
When you listen to music while walking, your mind doesn’t stay fixed.
It shifts. Rhythm carries your mood while your attention moves between
sounds, thoughts, and the world around you.
</p>
<p>
dicotic makes that natural process intentional. Music in one ear.
Meaning in the other. You decide how your attention flows.
</p>
</div>
</div>
</section>
<!-- Screenshots -->
<section id="screenshots" class="section section-alt">
<div class="container">
<header class="section-header">
<p class="eyebrow">See dicotic in action</p>
<h2>Designed for clarity, not clutter.</h2>
</header>
<div class="screenshots-row">
<figure class="screenshot-frame">
<img
src="img/featured/screenshot-queue02.png"
alt="dicotic showing separate left and right audio queues"
/>
<figcaption>Control two independent listening streams</figcaption>
</figure>
<figure class="screenshot-frame">
<img
src="img/screenshot-swap02.gif"
alt="dicotic swapping left and right channels"
/>
<figcaption>Tap to instantly shift your focus</figcaption>
</figure>
<figure class="screenshot-frame">
<img
src="img/featured/screenshot-playlists01.png"
alt="dicotic library for focus, workout, and unwind modes"
/>
<figcaption>Bring your own music and audio into both streams</figcaption>
</figure>
</div>
</div>
</section>
<!-- How it works -->
<section id="how-it-works" class="section">
<div class="container">
<header class="section-header">
<p class="eyebrow">Three steps to divided listening</p>
<h2>Music and meaning, perfectly split.</h2>
<p class="section-lead">
dicotic gives you a gentle, controllable way to explore how your
brain responds to multiple streams at once—no hacks, no noise,
just experience.
</p>
</header>
<div class="steps-grid">
<article class="step-card">
<span class="step-number">1</span>
<h3>Pick two streams.</h3>
<p>
Music for energy. Words for ideas.
</p>
</article>
<article class="step-card">
<span class="step-number">2</span>
<h3>Assign each ear.</h3>
<p>
Send rhythm to one side and language to the other.
</p>
</article>
<article class="step-card">
<span class="step-number">3</span>
<h3>Swap to reset your focus.</h3>
<p>
A single tap re-centers your attention.
</p>
</article>
</div>
</div>
</section>
<!-- Benefits -->
<section id="benefits" class="section section-alt">
<div class="container">
<header class="section-header">
<p class="eyebrow">Why it matters</p>
<h2>Unleash a new relationship with sound.</h2>
</header>
<div class="benefits-grid">
<article class="benefit-card">
<h3>Stay in the zone.</h3>
<p>
Blend rhythm and information so your mind doesn't drift.
Keep just enough input to stay engaged without feeling
overwhelmed.
</p>
</article>
<article class="benefit-card">
<h3>Learn without losing your groove.</h3>
<p>
Turn commutes, workouts, and chores into low-friction learning
sessions. Keep your body on autopilot while your mind explores.
</p>
</article>
<article class="benefit-card">
<h3>Tap to refocus.</h3>
<p>
Noticing overload? Swap sides, mute a stream, or center both
ears with a single action. Take back control of your attention.
</p>
</article>
<article class="benefit-card">
<h3>Tuned to your brain.</h3>
<p>
Everyone's attention works a little differently. dicotic
gives you a playground to learn what your mind likes best.
</p>
</article>
</div>
</div>
</section>
<!-- Use cases -->
<section class="section">
<div class="container">
<header class="section-header">
<p class="eyebrow">Where dicotic fits into your life</p>
<h2>Music for your emotions. Knowledge for your mind.</h2>
</header>
<div class="usecases-grid">
<article class="usecase-card">
<h3>Deep work & study</h3>
<p>
Lo-fi beats in one ear, a calm voice explaining concepts in the
other. Keep your mind occupied just enough to stay on task.
</p>
</article>
<article class="usecase-card">
<h3>Commutes & movement</h3>
<p>
High-energy tracks plus language lessons, news, or lectures.
Arrive where you're going with new ideas already loaded.
</p>
</article>
<article class="usecase-card">
<h3>Walks in the woods</h3>
<p>
Let your headphones augment what you see and hear around you.
Play tunes to match your surroundings on one side, learn from your
favorite authors on the other.
</p>
</article>
<article class="usecase-card">
<h3>Focus-curious minds</h3>
<p>
If you're the kind of person who needs “just the
right amount of noise” to think, dicotic gives you new
knobs to turn.
</p>
</article>
</div>
</div>
</section>
<!-- Tutorials / videos -->
<section id="tutorials" class="section">
<div class="container">
<header class="section-header">
<p class="eyebrow">Learn by watching</p>
<h2>dicotic. A new way to listen.</h2>
<p class="section-lead">
A few quick walkthroughs: getting started with
dicotic, setting up your first split, and experimenting with
different contexts.
</p>
</header>
<div class="tutorials-grid">
<article class="tutorial-card">
<video class="video-placeholder" controls playsinline preload="metadata" poster="img/addPlaylistsToQueue.jpg">
<source src="img/addPlaylistsToQueue.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<h3>Getting started</h3>
<p>
A short overview of the app and how to pick your first couple streams.
</p>
</article>
<article class="tutorial-card">
<video class="video-placeholder" controls playsinline preload="metadata"poster="img/createPlaylists.jpg">
<source src="img/createPlaylists.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<h3>Create playlists</h3>
<p>
Add track from your local files or Apple Music.
</p>
</article>
<article class="tutorial-card">
<video class="video-placeholder" controls playsinline preload="metadata" poster="img/boostVolume.jpg">
<source src="img/boostVolume.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<h3>Give volume a boost</h3>
<p>
Tap to boost. Hold to reset.
</p>
</article>
</div>
</div>
</section>
<!-- Science / philosophy -->
<section class="section section-alt">
<div class="container">
<header class="section-header">
<p class="eyebrow">Behind the idea</p>
<h2>Inspired by how attention really feels.</h2>
</header>
<div class="science-layout">
<p>
Some people focus best when part of their mind is anchored by
rhythm while another part tracks words. dicotic doesn't claim
magic shortcuts or brain hacks—it simply gives you an intentional
way to explore how your own attention behaves.
</p>
<p>
By separating streams into left and right ears, you can learn when
your brain wants simplicity, when it enjoys a gentle challenge,
and when it's time to reset. Over time, those
experiences become a kind of map of how you live best.
</p>
</div>
</div>
</section>
</main>
<section class="footer-cta" aria-label="Get the app">
<div class="container footer-cta-inner">
<img class="footer-cta-logo" src="img/icon.png" alt="" width="56" height="56" />
<p class="footer-cta-heading">Try listening with both sides of your mind.</p>
<div class="footer-cta-buttons">
<a href="https://apps.apple.com/us/app/dicotic/id6760433267" class="btn btn-primary">Get the iPhone app</a>
<!-- <a href="mailing-list.html" class="btn btn-secondary">Join the mailing list</a> -->
</div>
</div>
</section>
<footer class="site-footer">
<div class="container footer-inner">
<a href="/" class="footer-brand">
<img class="brand-mark" src="img/icon.png" alt="dicotic" width="32" height="32" />
<span class="brand-text">dicotic</span>
</a>
<div class="footer-links">
<a href="https://www.buymeacoffee.com/dicotic">Support</a>
<a href="/about">About</a>
<a href="/try">Try</a>
</div>
<p class="footer-meta">
© <span id="year"></span> dicotic. Built for humans.
</p>
</div>
</footer>
<script>
// Update footer year
const yearSpan = document.getElementById("year");
if (yearSpan) {
yearSpan.textContent = new Date().getFullYear().toString();
}
// Countdown to midnight PT on 3/20/2026 (LA time; offset -07:00 due to DST).
(function () {
const el = document.getElementById("launch-countdown");
if (!el) return;
const valueEl = el.querySelector(".header-countdown-value");
if (!valueEl) return;
const targetMs = Date.parse("2026-03-20T00:00:00-07:00");
function pad2(n) {
return String(n).padStart(2, "0");
}
function render() {
const nowMs = Date.now();
const diffMs = targetMs - nowMs;
if (diffMs <= 0) {
el.style.display = "none";
return;
}
const totalSeconds = Math.floor(diffMs / 1000);
const hours = Math.floor(totalSeconds / 3600);
const minutes = Math.floor((totalSeconds % 3600) / 60);
const seconds = totalSeconds % 60;
valueEl.textContent = `${hours}:${pad2(minutes)}:${pad2(seconds)}`;
}
// 🔹 Hide on scroll (kept inside same scope)
window.addEventListener("scroll", () => {
el.style.opacity = window.scrollY > 50 ? "0" : "0.75";
});
render();
const t = setInterval(function () {
render();
if (el.style.display === "none") clearInterval(t);
}, 1000);
})();
// Swap left/right ear stream contents. Option C: slide; Option B (fade) for prefers-reduced-motion.
function swapQueues() {
const split = document.querySelector(".ear-split");
if (!split) return;
const leftStreams = split.querySelector(".ear-left .ear-streams");
const rightStreams = split.querySelector(".ear-right .ear-streams");
if (!leftStreams || !rightStreams) return;
const useFade = window.matchMedia("(prefers-reduced-motion: reduce)").matches;
if (useFade) {
leftStreams.classList.add("is-fading");
rightStreams.classList.add("is-fading");
setTimeout(function () {
const leftHtml = leftStreams.innerHTML;
const rightHtml = rightStreams.innerHTML;
leftStreams.innerHTML = rightHtml;
rightStreams.innerHTML = leftHtml;
leftStreams.classList.remove("is-fading");
rightStreams.classList.remove("is-fading");
}, 150);
return;
}
leftStreams.classList.add("slide-left-out");
rightStreams.classList.add("slide-right-out");
setTimeout(function () {
const leftHtml = leftStreams.innerHTML;
const rightHtml = rightStreams.innerHTML;
leftStreams.innerHTML = rightHtml;
rightStreams.innerHTML = leftHtml;
leftStreams.classList.remove("slide-left-out");
rightStreams.classList.remove("slide-right-out");
leftStreams.classList.add("slide-from-left");
rightStreams.classList.add("slide-from-right");
requestAnimationFrame(function () {
requestAnimationFrame(function () {
leftStreams.classList.remove("slide-from-left");
rightStreams.classList.remove("slide-from-right");
});
});
}, 300);
}
document.querySelectorAll(".ear-swap-btn").forEach(function (btn) {
btn.addEventListener("click", swapQueues);
});
const phoneSwapBtn = document.querySelector(".swap-button");
if (phoneSwapBtn) phoneSwapBtn.addEventListener("click", swapQueues);
setTimeout(() => {setInterval(swapQueues, 9000)}, 1500);
// Smooth scrolling for in-page links
document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
anchor.addEventListener("click", function (e) {
const targetId = this.getAttribute("href");
if (!targetId || targetId === "#") return;
const target = document.querySelector(targetId);
if (!target) return;
e.preventDefault();
target.scrollIntoView({ behavior: "smooth", block: "start" });
});
});
</script>
</body>
</html>