-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
579 lines (545 loc) · 26.1 KB
/
index.html
File metadata and controls
579 lines (545 loc) · 26.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>AANKDA — Tools That Remove Friction</title>
<meta name="description" content="AANKDA LLC builds browser extensions and developer tools that solve real daily friction. Independent. Bootstrapped. Fremont, CA."/>
<link rel="canonical" href="https://aankda.github.io/"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="AANKDA — Tools That Remove Friction"/>
<meta property="og:description" content="Browser extensions and developer tools built to remove daily friction. Independent studio. Fremont, CA."/>
<meta property="og:url" content="https://aankda.github.io/"/>
<meta property="og:image" content="https://aankda.github.io/assets/og-cover.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<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=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<style>
/* ── RESET ───────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
/* ── TOKENS ──────────────────────────────────────────────────────── */
:root{
--sans:'Geist',system-ui,sans-serif;
--serif:'Instrument Serif',Georgia,serif;
--bg:#f8f7f4;
--bg-card:#ffffff;
--bg-hover:#fafaf8;
--bg-pill:#efefeb;
--bg-soon:#f4f3ef;
--tx1:#111110;
--tx2:#6b6a65;
--tx3:#a8a79f;
--ac:#d4641a;
--ac-lt:#f5ede4;
--bd:rgba(17,17,16,.08);
--bd-s:rgba(17,17,16,.13);
--r8:8px;--r14:14px;--r20:20px;--r28:28px;
--ease:cubic-bezier(.22,1,.36,1);
}
[data-theme=dark]{
--bg:#0d0d0b;
--bg-card:#161614;
--bg-hover:#1c1c1a;
--bg-pill:#1e1e1b;
--bg-soon:#111110;
--tx1:#f0efe8;
--tx2:#8a8980;
--tx3:#55544e;
--ac:#e07a3a;
--ac-lt:rgba(208,100,26,.12);
--bd:rgba(240,239,232,.07);
--bd-s:rgba(240,239,232,.12);
}
/* ── BASE ────────────────────────────────────────────────────────── */
body{
font-family:var(--sans);
background:var(--bg);
color:var(--tx1);
transition:background .3s var(--ease),color .3s var(--ease);
overflow-x:hidden;
}
body::before{
content:'';position:fixed;inset:0;pointer-events:none;z-index:0;
opacity:.025;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
background-size:200px;
}
[data-theme=dark] body::before{opacity:.04}
/* ── HEADER ──────────────────────────────────────────────────────── */
.site-header{
position:sticky;top:0;z-index:200;
height:60px;padding:0 clamp(1.5rem,5vw,4rem);
display:flex;align-items:center;justify-content:space-between;
background:color-mix(in srgb,var(--bg) 75%,transparent);
backdrop-filter:blur(18px) saturate(160%);
-webkit-backdrop-filter:blur(18px) saturate(160%);
border-bottom:.5px solid var(--bd);
transition:background .3s var(--ease);
}
.hd-brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.hd-mark{width:28px;height:28px;flex-shrink:0}
.hd-name{
font-family:var(--sans);font-size:.875rem;font-weight:600;
letter-spacing:.12em;color:var(--tx1);transition:color .3s var(--ease);
}
.hd-nav{display:flex;align-items:center;gap:8px}
.hd-link{
font-size:.8125rem;color:var(--tx2);text-decoration:none;
padding:6px 12px;border-radius:var(--r8);
transition:color .2s,background .2s;
}
.hd-link:hover{color:var(--tx1);background:var(--bg-pill)}
.theme-btn{
width:34px;height:34px;border-radius:50%;margin-left:4px;
border:.5px solid var(--bd-s);background:var(--bg-card);
cursor:pointer;display:flex;align-items:center;justify-content:center;
color:var(--tx2);transition:background .2s,transform .2s;
}
.theme-btn:hover{background:var(--bg-pill);transform:scale(1.08)}
.theme-btn svg{width:15px;height:15px}
.i-sun{display:none}
[data-theme=dark] .i-moon{display:none}
[data-theme=dark] .i-sun{display:block}
/* ── HERO ────────────────────────────────────────────────────────── */
.hero{
position:relative;min-height:88vh;
display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
padding:0 clamp(1.5rem,6vw,5rem);overflow:hidden;
}
.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.hero-bg::before{
content:'';position:absolute;width:700px;height:700px;
border-radius:50%;right:-200px;top:-100px;
background:radial-gradient(circle at 60% 40%,var(--ac-lt) 0%,transparent 70%);
opacity:.7;animation:drift 18s ease-in-out infinite alternate;
}
.hero-bg::after{
content:'';position:absolute;width:500px;height:500px;
border-radius:50%;right:5%;top:20%;
background:radial-gradient(circle,color-mix(in srgb,var(--ac) 8%,transparent) 0%,transparent 70%);
animation:drift 22s ease-in-out infinite alternate-reverse;
}
@keyframes drift{from{transform:translate(0,0) scale(1)}to{transform:translate(30px,20px) scale(1.05)}}
.hero-grid{
position:absolute;inset:0;
background-image:linear-gradient(var(--bd) 1px,transparent 1px),
linear-gradient(90deg,var(--bd) 1px,transparent 1px);
background-size:60px 60px;
mask-image:radial-gradient(ellipse 80% 80% at 80% 50%,black 0%,transparent 75%);
-webkit-mask-image:radial-gradient(ellipse 80% 80% at 80% 50%,black 0%,transparent 75%);
opacity:.5;
}
.hero-body{position:relative;z-index:1;max-width:680px}
.hero-pill{
display:inline-flex;align-items:center;gap:8px;
font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;
color:var(--ac);background:var(--ac-lt);
border:.5px solid color-mix(in srgb,var(--ac) 20%,transparent);
border-radius:100px;padding:5px 14px;margin-bottom:2rem;
animation:up .7s var(--ease) both;
}
.hero-h1{
font-family:var(--serif);
font-size:clamp(3.2rem,8vw,6.5rem);
font-weight:400;line-height:1.02;letter-spacing:-.02em;
color:var(--tx1);margin-bottom:1.5rem;
animation:up .7s var(--ease) .1s both;
}
.hero-h1 em{font-style:italic;color:var(--ac)}
.hero-sub{
font-size:clamp(1rem,2vw,1.2rem);color:var(--tx2);
font-weight:300;line-height:1.65;max-width:480px;margin-bottom:2.5rem;
animation:up .7s var(--ease) .2s both;
}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;animation:up .7s var(--ease) .3s both}
@keyframes up{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
/* ── BUTTONS ─────────────────────────────────────────────────────── */
.btn-dark{
display:inline-flex;align-items:center;gap:8px;
background:var(--tx1);color:var(--bg);
font-family:var(--sans);font-size:.875rem;font-weight:500;
padding:12px 24px;border-radius:100px;border:none;
cursor:pointer;text-decoration:none;
transition:transform .2s var(--ease),box-shadow .2s;
}
.btn-dark:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.15)}
.btn-ghost{
display:inline-flex;align-items:center;gap:8px;
background:transparent;color:var(--tx2);
font-family:var(--sans);font-size:.875rem;font-weight:400;
padding:12px 24px;border-radius:100px;border:.5px solid var(--bd-s);
cursor:pointer;text-decoration:none;
transition:color .2s,background .2s,transform .2s var(--ease);
}
.btn-ghost:hover{color:var(--tx1);background:var(--bg-pill);transform:translateY(-1px)}
/* ── SECTION SHELL ───────────────────────────────────────────────── */
.sec{position:relative;padding:clamp(4rem,8vw,7rem) clamp(1.5rem,6vw,5rem)}
.sec-lbl{
font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
color:var(--tx3);margin-bottom:3rem;
}
.sec-lbl::before{content:'—';margin-right:8px;color:var(--ac)}
/* ── PRODUCTS ────────────────────────────────────────────────────── */
.sec-products{border-top:.5px solid var(--bd)}
.prod-hd{
display:flex;align-items:flex-end;justify-content:space-between;
gap:2rem;margin-bottom:3rem;flex-wrap:wrap;
}
.prod-title{
font-family:var(--serif);font-size:clamp(2rem,4vw,3.2rem);
font-weight:400;line-height:1.1;letter-spacing:-.01em;
}
.prod-title em{font-style:italic;color:var(--tx2)}
.prod-count{font-size:.8125rem;color:var(--tx3);white-space:nowrap}
/* ── PRODUCT SHELF ───────────────────────────────────────────────── *
Two completely independent rows.
Row 1 (live): 2-col grid, cards size to their own content.
Row 2 (soon): 2-col grid, compact cards, different bg.
They never share a grid context so equal-height stretching
between rows is IMPOSSIBLE by construction.
* ───────────────────────────────────────────────────────────────── */
/* ─── PRODUCT SHELF — MINIMAL 3-COL GRID ────────────────────────── */
.shelf {
display: grid;
grid-template-columns: repeat(3, 1fr);
border: .5px solid var(--bd-s);
border-radius: var(--r28);
overflow: hidden;
background: var(--bg-card);
}
.shelf > * + * {
border-left: .5px solid var(--bd-s);
}
/* ── LIVE PRODUCT CARD ───────────────────────────────────────────── */
.pcard {
display: flex;
flex-direction: column;
gap: 1.25rem;
padding: 2.5rem 2rem;
background: var(--bg-card);
text-decoration: none;
color: inherit;
transition: background .25s var(--ease), transform .2s var(--ease);
}
.pcard:hover {
background: var(--bg-hover);
}
.card-head{
display:flex;
align-items:flex-start;
justify-content:space-between;
}
.card-ico{
width:44px;height:44px;border-radius:var(--r8);
background:var(--ac-lt);
border:.5px solid color-mix(in srgb,var(--ac) 15%,transparent);
display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.card-ico svg{width:22px;height:22px;color:var(--ac)}
.bdg{
font-size:.6875rem;font-weight:500;letter-spacing:.04em;
padding:3px 10px;border-radius:100px;
}
.bdg-live{background:#d1fae5;color:#065f46;border:.5px solid #a7f3d0}
[data-theme=dark] .bdg-live{background:rgba(6,95,70,.25);color:#6ee7b7;border-color:rgba(110,231,183,.2)}
.bdg-wip{background:var(--bg-pill);color:var(--tx3);border:.5px solid var(--bd-s)}
.card-name{font-size:1.125rem;font-weight:500;letter-spacing:-.01em;line-height:1.2}
.browsers{display:flex;gap:4px;margin-top:4px}
.bchip{
font-size:.6875rem;padding:2px 8px;border-radius:100px;
background:var(--bg-pill);color:var(--tx2);
}
.card-desc{font-size:.875rem;color:var(--tx2);line-height:1.6;flex:1}
.placeholder-card{
padding:2.5rem 2rem;
background:var(--bg-soon);
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:10px;
color:var(--tx3);
}
.placeholder-card svg{width:22px;height:22px;opacity:.3}
.placeholder-card span{font-size:.8125rem}
/* ── ETHOS ───────────────────────────────────────────────────────── */
.sec-ethos{
border-top:.5px solid var(--bd);
display:grid;grid-template-columns:1fr 1fr;
gap:clamp(2rem,6vw,5rem);
}
.ethos-hl{
font-family:var(--serif);font-size:clamp(1.8rem,4vw,2.8rem);
font-weight:400;line-height:1.15;letter-spacing:-.01em;
}
.ethos-hl em{font-style:italic;color:var(--ac)}
.ethos-items{display:flex;flex-direction:column;justify-content:center;gap:2rem}
.ethos-item{padding-left:1.25rem;border-left:2px solid var(--ac)}
.ethos-item-t{font-size:.875rem;font-weight:600;color:var(--tx1);margin-bottom:.4rem}
.ethos-item-d{font-size:.875rem;color:var(--tx2);line-height:1.65}
/* ── CONTACT ─────────────────────────────────────────────────────── */
.sec-contact{border-top:.5px solid var(--bd)}
.contact-box{
background:var(--bg-card);border:.5px solid var(--bd-s);border-radius:var(--r28);
padding:clamp(2rem,5vw,3.5rem);
display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;
}
.contact-hl{
font-family:var(--serif);font-size:clamp(1.4rem,3vw,2rem);
font-weight:400;line-height:1.2;
}
.contact-box .sec-lbl{margin-bottom:.75rem}
/* ── SUPPORT ─────────────────────────────────────────────────────── */
.sec-support{
border-top:.5px solid var(--bd);
padding:3rem clamp(1.5rem,6vw,5rem);
display:flex;
justify-content:center;
text-align:center;
}
.support-text{
font-size:.875rem;
color:var(--tx2);
line-height:1.6;
max-width:500px;
}
.support-link{
color:var(--tx1);
text-decoration:underline;
text-underline-offset:3px;
text-decoration-color:var(--bd-s);
transition:text-decoration-color .2s;
}
.support-link:hover{
text-decoration-color:var(--tx1);
}
/* ── FOOTER ──────────────────────────────────────────────────────── */
.site-footer{
border-top:.5px solid var(--bd);
padding:2rem clamp(1.5rem,6vw,5rem);
display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;
}
.ft-copy{font-size:.75rem;color:var(--tx3)}
.ft-links{display:flex;gap:1.5rem}
.ft-link{font-size:.75rem;color:var(--tx3);text-decoration:none;transition:color .2s}
.ft-link:hover{color:var(--tx2)}
/* ── REVEAL ──────────────────────────────────────────────────────── */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.on{opacity:1;transform:translateY(0)}
/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media(max-width:768px){
.shelf{grid-template-columns:1fr}
.shelf>*+*{border-left:none;border-top:.5px solid var(--bd-s)}
.sec-ethos{grid-template-columns:1fr}
}
@media(max-width:480px){
.hd-nav .hd-link{display:none}
.hero{min-height:80vh}
.prod-hd{flex-direction:column;align-items:flex-start}
}
@media(prefers-reduced-motion:reduce){
*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}
</style>
</head>
<body>
<!-- HEADER -->
<header class="site-header">
<a class="hd-brand" href="/" aria-label="AANKDA home">
<svg class="hd-mark" viewBox="0 0 28 28" fill="none" aria-hidden="true">
<rect x="3" y="3" width="8" height="8" rx="2" fill="var(--ac)" opacity=".9"/>
<rect x="3" y="17" width="8" height="8" rx="2" fill="var(--tx1)" opacity=".18"/>
<rect x="17" y="3" width="8" height="8" rx="2" fill="var(--tx1)" opacity=".18"/>
<rect x="17" y="17" width="8" height="8" rx="2" fill="var(--tx1)" opacity=".45"/>
<line x1="11" y1="7" x2="17" y2="7" stroke="var(--ac)" stroke-width="1.2" stroke-linecap="round"/>
<line x1="7" y1="11" x2="7" y2="17" stroke="var(--tx1)" stroke-width="1" stroke-linecap="round" opacity=".35"/>
<line x1="11" y1="21" x2="17" y2="21" stroke="var(--tx1)" stroke-width="1" stroke-linecap="round" opacity=".35"/>
<line x1="21" y1="11" x2="21" y2="17" stroke="var(--tx1)" stroke-width="1" stroke-linecap="round" opacity=".35"/>
</svg>
<span class="hd-name">AANKDA</span>
</a>
<nav class="hd-nav" aria-label="Main navigation">
<a class="hd-link" href="#products">Products</a>
<a class="hd-link" href="#ethos">About</a>
<a class="hd-link" href="https://github.com/aankda" target="_blank" rel="noopener">GitHub ↗</a>
<button class="theme-btn" id="themeBtn" aria-label="Toggle dark mode">
<svg class="i-moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
<svg class="i-sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="5"/>
<line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/>
<line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/>
</svg>
</button>
</nav>
</header>
<!-- HERO -->
<section class="hero" aria-labelledby="h1">
<div class="hero-bg"><div class="hero-grid" aria-hidden="true"></div></div>
<div class="hero-body">
<div class="hero-pill" role="text">
<svg width="6" height="6" viewBox="0 0 6 6" aria-hidden="true"><circle cx="3" cy="3" r="3" fill="currentColor"/></svg>
Independent Software Studio · Fremont, CA
</div>
<h1 class="hero-h1" id="h1">Tools that<br>remove <em>friction.</em></h1>
<p class="hero-sub">AANKDA exists because daily friction is real. So are the tools to fix it.</p>
<div class="hero-btns">
<a class="btn-dark" href="#products">
See the work
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" aria-hidden="true"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
</a>
<a class="btn-ghost" href="https://github.com/aankda" target="_blank" rel="noopener">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/></svg>
GitHub
</a>
</div>
</div>
</section>
<!-- PRODUCTS -->
<section class="sec sec-products" id="products" aria-labelledby="prod-h2">
<div class="prod-hd reveal">
<div>
<p class="sec-lbl">What we've built</p>
<h2 class="prod-title" id="prod-h2">Published<br><em>& in progress</em></h2>
</div>
<span class="prod-count">2 live · 1 in development</span>
</div>
<div class="shelf reveal" style="transition-delay:.1s">
<!-- AuraEstate -->
<a class="pcard" href="https://aankda.github.io/auraestate/" target="_blank" rel="noopener" aria-label="AuraEstate">
<div class="card-head">
<div class="card-ico" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"/>
<line x1="16" y1="8" x2="2" y2="22"/>
<line x1="17.5" y1="15" x2="9" y2="15"/>
</svg>
</div>
<span class="bdg bdg-live">Live</span>
</div>
<div>
<p class="card-name">AuraEstate</p>
<div class="browsers">
<span class="bchip">Chrome</span>
<span class="bchip">Firefox</span>
<span class="bchip">Edge</span>
</div>
</div>
<p class="card-desc">Chaldean numerology and Vastu spatial analysis, overlaid live on Zillow and Redfin. Find a home that resonates — not just a house.</p>
</a><!-- END AuraEstate -->
<!-- URest -->
<a class="pcard" href="https://aankda.github.io/urest/" target="_blank" rel="noopener" aria-label="URest">
<div class="card-head">
<div class="card-ico" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
<polygon points="12 2 2 7 12 12 22 7 12 2"/>
<polyline points="2 17 12 22 22 17"/>
<polyline points="2 12 12 17 22 12"/>
</svg>
</div>
<span class="bdg bdg-live">Live</span>
</div>
<div>
<p class="card-name">URest</p>
<div class="browsers">
<span class="bchip">Chrome</span>
<span class="bchip">Firefox</span>
<span class="bchip">Edge</span>
</div>
</div>
<p class="card-desc">Surgically restores right-click, copy, and text selection on sites that block them — without breaking anything. Works on Google Docs and Notion.</p>
</a><!-- END URest -->
<!-- Ambitious Developer Tool -->
<div class="pcard" style="background:var(--bg-soon); cursor:default;">
<div class="card-head">
<div class="card-ico" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="18" height="18" rx="2"/>
<line x1="3" y1="9" x2="21" y2="9"/>
<line x1="9" y1="21" x2="9" y2="9"/>
</svg>
</div>
<span class="bdg bdg-wip">WIP</span>
</div>
<div>
<p class="card-name">Ambitious Dev Tool</p>
</div>
<p class="card-desc">An ambitious developer tool — currently in the build phase. Details coming once it's ready to share.</p>
</div><!-- END Ambitious Developer Tool -->
</div><!-- END .shelf -->
</section>
<!-- ETHOS -->
<section class="sec sec-ethos" id="ethos" aria-labelledby="ethos-h2">
<div class="reveal">
<p class="sec-lbl">Philosophy</p>
<h2 class="ethos-hl" id="ethos-h2">Built by one person,<br>for <em>everyone</em><br>who felt the friction.</h2>
</div>
<div class="ethos-items reveal" style="transition-delay:.15s">
<div class="ethos-item">
<p class="ethos-item-t">Small and focused</p>
<p class="ethos-item-d">Every product solves exactly one problem and solves it well. No bloat, no upsells, no dark patterns.</p>
</div>
<div class="ethos-item">
<p class="ethos-item-t">Bootstrapped & independent</p>
<p class="ethos-item-d">AANKDA LLC is a one-person operation. No investors. No roadmap by committee. Just building what's useful.</p>
</div>
<div class="ethos-item">
<p class="ethos-item-t">Open where it counts</p>
<p class="ethos-item-d">Code on GitHub. Transparent changelogs. If you find something broken, you can see exactly why.</p>
</div>
</div>
</section>
<!-- CONTACT -->
<section class="sec sec-contact" aria-labelledby="contact-h2">
<div class="contact-box reveal">
<div>
<p class="sec-lbl">Get in touch</p>
<h2 class="contact-hl" id="contact-h2">Found a bug?<br>Have an idea?</h2>
</div>
<div style="display:flex;gap:12px;flex-wrap:wrap">
<a class="btn-dark" href="mailto:helloaankda@gmail.com">
Say hello
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" aria-hidden="true"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
</a>
<a class="btn-ghost" href="https://github.com/aankda" target="_blank" rel="noopener">Open an issue ↗</a>
</div>
</div>
</section>
<!-- SUPPORT -->
<section class="sec-support reveal">
<p class="support-text">Built and maintained solo. If these tools fix your daily friction, <a class="support-link" href="https://ko-fi.com/aankda" target="_blank" rel="noopener">a coffee goes a long way</a>. ☕</p>
</section>
<!-- FOOTER -->
<footer class="site-footer">
<p class="ft-copy">© 2026 AANKDA LLC · Fremont, CA · All Rights Reserved</p>
<nav class="ft-links" aria-label="Footer navigation">
<a class="ft-link" href="https://github.com/aankda" target="_blank" rel="noopener">GitHub</a>
<a class="ft-link" href="mailto:helloaankda@gmail.com">Contact</a>
</nav>
</footer>
<script>
(function(){
var root = document.documentElement;
var btn = document.getElementById('themeBtn');
var saved = localStorage.getItem('aankda-theme');
var dark = window.matchMedia('(prefers-color-scheme: dark)').matches;
if (saved) root.setAttribute('data-theme', saved);
else if (dark) root.setAttribute('data-theme', 'dark');
btn.addEventListener('click', function(){
var next = root.getAttribute('data-theme') === 'dark' ? 'light' : 'dark';
root.setAttribute('data-theme', next);
localStorage.setItem('aankda-theme', next);
});
var io = new IntersectionObserver(function(entries){
entries.forEach(function(e){
if (e.isIntersecting){ e.target.classList.add('on'); io.unobserve(e.target); }
});
}, { threshold: 0.05 });
document.querySelectorAll('.reveal').forEach(function(el){ io.observe(el); });
})();
</script>
</body>
</html>