-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
475 lines (405 loc) · 24.2 KB
/
index.html
File metadata and controls
475 lines (405 loc) · 24.2 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
<!DOCTYPE HTML>
<html>
<head>
<title>Architrixs Homepage</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<script>
// Check local storage. If 'light' is saved, apply the override immediately.
// Otherwise, do nothing (let it default to Dark CSS).
const savedTheme = localStorage.getItem('theme');
if (savedTheme === 'light') {
document.documentElement.setAttribute('data-theme', 'light');
}
</script>
<link rel="stylesheet" href="assets/main.css" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<meta name="description" content="Architrixs - Software Engineer & Creative Technologist. Portfolio of experiments, projects, and thoughts.">
<meta property="og:title" content="Architrixs Homepage">
<meta property="og:description" content="Software Engineer // Creative Technologist. View my projects and experiments.">
<meta property="og:image" content="https://architrixs.github.io/assets/images/social-preview.png"> <meta property="og:url" content="https://architrixs.github.io/">
<meta name="twitter:card" content="summary_large_image">
<script type="module">
// Using esm.sh to load your package directly from npm without a bundler
import 'https://esm.sh/@architrixs/date-time-element';
</script>
</head>
<body class="is-preload">
<div class="bento-container">
<div class="bento-item hero-card span-2x2">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main" style="align-items: flex-end; justify-content: space-between; padding: 40px; text-align: left;">
<header id="header" style="z-index: 5;">
<p class="type-tech" style="background: rgba(0,0,0,0.6); display: inline-block; padding: 4px 10px; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(4px);">
// SYSTEM ONLINE // VER 2.0
</p>
<h1 style="margin-top: 10px; margin-bottom: 0;">Architrixs</h1>
<p class="type-editorial" style="font-size: 1.2rem; opacity: 0.9; margin-top: 5px; text-shadow: 0 2px 4px rgba(0,0,0,0.8);">
Software Engineer & Creative Technologist
</p>
</header>
<nav class="hero-controls">
<a href="https://twitter.com/architrixs" title="Twitter">
<i class="ri-twitter-x-line"></i>
</a>
<a href="https://www.linkedin.com/in/archit-gopal-8398b3166/" title="LinkedIn">
<i class="ri-linkedin-fill"></i>
</a>
<a href="mailto:archititsingh12376@gmail.com" title="Email">
<i class="ri-mail-send-line"></i>
</a>
<!-- link to blog -->
<a href="/devdailydigest/" title="Blog">
<i class="ri-book-open-line"></i>
</a>
<!-- buyme coffee link -->
<a href="https://buymeacoffee.com/architrixs" target="_blank" title="Buy Me a Coffee">
<i class="ri-cup-line"></i>
</a>
</nav>
</div>
</div>
</div>
<a href="https://architrixs.github.io/Echo/" class="bento-item bg-deep-purple span-2x1">
<div class="noise-overlay"></div>
<div class="planet-orb"></div>
<div class="pos-top-left">
<span class="type-tech" style="border: 1px solid rgba(255,255,255,0.3); padding: 4px 8px; border-radius: 4px;">DAILY PUZZLE</span>
</div>
<div class="pos-center">
<h3 class="type-poster hover-stretch" style="font-size: 4rem; text-shadow: 0 0 30px rgba(200,100,255,0.4);">ECHO</h3>
</div>
<div class="pos-btm-right" style="display: flex; align-items: center; gap: 10px;">
<span class="type-tech" style="opacity: 0.7;">LISTEN</span>
<i class="ri-volume-up-line" style="font-size: 1.5rem;"></i>
</div>
</a>
<a href="https://architrixs.github.io/CareerMap.sh/" class="bento-item bg-royal-blue span-2x1">
<div class="noise-overlay"></div>
<i class="ri-compass-3-line" style="position: absolute; right: -30px; top: -20px; font-size: 14rem; opacity: 0.1; transform: rotate(15deg);"></i>
<div class="pos-top-left">
<div style="border: 1px solid rgba(255,255,255,0.3); padding: 4px 8px; border-radius: 4px; display: flex; align-items: center; gap: 8px;">
<i class="ri-search-line" style="font-size: 0.8rem; opacity: 0.8;"></i>
<span class="type-tech" style="font-size: 0.75rem;">SEARCH CAREERS</span>
</div>
</div>
<div class="pos-btm-left" style="max-width: 65%; padding-bottom: 5px;">
<h3 class="type-poster hover-stretch" style="font-size: 2.8rem; line-height: 1; margin-bottom: 8px;">CAREER<br>MAP.SH</h3>
<p class="type-editorial" style="font-size: 1.1rem; opacity: 0.85; line-height: 1.3;">
The definitive guide to careers in India.
</p>
</div>
<div class="pos-btm-right" style="display: flex; align-items: center; gap: 10px;">
<span class="type-tech" style="opacity: 0.7;">OPEN</span>
<i class="ri-arrow-right-up-line" style="font-size: 1.5rem;"></i>
</div>
</a>
<a href="https://architrixs.github.io/KhojCraft" class="bento-item bg-teal span-2x1 khojcraft-card torch-card" aria-label="KhojCraft: printable, screen-free treasure hunt generator">
<div class="noise-overlay"></div>
<i class="ri-treasure-map-line khojcraft-glyph" aria-hidden="true"></i>
<div class="pos-top-right">
<div style="border: 1px solid rgba(255,255,255,0.3); padding: 4px 8px; border-radius: 4px; display: inline-flex; align-items: center; gap: 8px;">
<i class="ri-scissors-cut-line" style="font-size: 0.85rem; opacity: 0.85;"></i>
<span class="type-tech" style="font-size: 0.75rem;">OFFLINE PUZZLE</span>
</div>
</div>
<div class="pos-btm-left" style="max-width: 72%;">
<h3 class="type-poster hover-stretch khojcraft-title" style="font-size: clamp(2.2rem, 3.2vw, 3rem); line-height: 0.95; margin-bottom: 10px;">KHOJCRAFT</h3>
<div class="khojcraft-list" style="margin-top: 14px;">
<div class="khojcraft-list-item">
<span class="type-tech" style="opacity: 0.85;">A screen-free treasure hunt for kids</span>
</div>
<div class="khojcraft-list-item"><span class="type-tech" style="opacity: 0.85;">generated in minutes</span></div>
</div>
</div>
<div class="pos-btm-right" style="display: flex; align-items: center; gap: 10px;">
<span class="type-tech" style="opacity: 0.7;">OPEN</span>
<i class="ri-arrow-right-up-line" style="font-size: 1.5rem;"></i>
</div>
</a>
<a href="https://github.com/Architrixs/Wattpad2Epub" class="bento-item bg-wattpad span-1x1">
<div class="noise-overlay"></div>
<div class="pos-top-right" style="display: flex; align-items: center; gap: 5px; background: rgba(0,0,0,0.2); padding: 4px 8px; border-radius: 4px;">
<i class="ri-star-fill" style="color: #FFD700; font-size: 0.9rem;"></i>
<span class="type-tech" style="font-size: 0.7rem;">TOP RATED</span>
</div>
<div class="pos-center">
<i class="ri-book-read-line" style="font-size: 3.5rem; opacity: 0.9;"></i>
<i class="ri-download-2-fill" style="position: absolute; font-size: 1.5rem; color: white; transform: translateY(15px); text-shadow: 0 2px 5px rgba(0,0,0,0.3);"></i>
</div>
<div class="pos-btm-left">
<h3 class="type-poster" style="font-size: 1.5rem; line-height: 1;">WATTPAD<br>TO EPUB</h3>
<p class="type-tech" style="margin-top: 5px; opacity: 0.9;">Script</p>
</div>
</a>
<a href="https://architrixs.github.io/The-Failed-Projects-Registry/" class="bento-item bg-silver span-1x2">
<div class="noise-overlay"></div>
<div style="position: absolute; top: -20px; left: -20px; width: 150%; height: 120%; opacity: 0.05; pointer-events: none; transform: rotate(-10deg); word-break: break-all; line-height: 0.8;">
<div style="font-family: sans-serif; font-weight: 900; font-size: 3rem; color: black;">
FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
</div>
</div>
<div class="pos-btm-left">
<span class="type-tech" style="color: #666;">ARCHIVE_01</span>
<h3 class="type-poster" style="font-size: 2rem; color: #333; margin-top: 5px;">FAILED<br>REGISTRY</h3>
<p class="type-editorial" style="font-size: 1rem; margin-top: 15px; color: #1d1d1d; border-top: 1px solid #999; padding-top: 10px;">
"Next attempt loading..."
</p>
</div>
</a>
<div class="bento-item bg-cream span-1x1" id="theme-card">
<div class="noise-overlay"></div>
<div class="pos-top-left">
<span class="type-tech" style="color: #666;">SYS.THEME</span>
</div>
<div class="pos-center" style="flex-direction: row; gap: 20px;">
<button class="theme-btn active" id="btn-ra" onclick="setTheme('light')">
<i class="ri-sun-fill" style="font-size: 1.5rem; color: #FDB813;"></i>
</button>
<button class="theme-btn" id="btn-lu" onclick="setTheme('dark')">
<i class="ri-moon-clear-fill" style="font-size: 1.5rem; color: #6c5ce7;"></i>
</button>
</div>
<div class="pos-btm-right">
<div id="theme-status-dot" class="pulse-dot" style="background-color: #FDB813; box-shadow: none;"></div>
</div>
</div>
<a href="https://architrixs.github.io/github-sponsors-tracker/" class="bento-item bg-tech-green span-1x1">
<div class="noise-overlay"></div>
<div style="position: absolute; top: 20px; left: 20px; right: 20px; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 5px; display: flex; justify-content: space-between; opacity: 0.8;">
<span class="type-tech" style="font-size: 0.5rem;">GITHUB USER</span>
<span class="type-tech" style="font-size: 0.5rem;">COUNT</span>
</div>
<div style="margin-top: 45px; padding: 0 20px; display: flex; flex-direction: column; gap: 8px;">
<div style="display: flex; align-items: center; justify-content: space-between; background: rgba(0,0,0,0.2); padding: 4px 8px; border-radius: 4px;">
<div style="display: flex; align-items: center; gap: 8px;">
<div style="width: 12px; height: 12px; background: #FF6122; border-radius: 50%;"></div>
<span class="type-tech" style="font-size: 0.7rem;">ThePrimeagen</span>
</div>
<span class="type-tech" style="font-size: 0.7rem;">1.2k</span>
</div>
<div style="display: flex; align-items: center; justify-content: space-between; opacity: 0.8; padding: 0 8px;">
<div style="display: flex; align-items: center; gap: 8px;">
<div style="width: 12px; height: 12px; border: 2px solid #3498db; border-radius: 50%;"></div>
<span class="type-tech" style="font-size: 0.7rem;">fireship-io</span>
</div>
<span class="type-tech" style="font-size: 0.7rem;">950</span>
</div>
<div style="display: flex; align-items: center; justify-content: space-between; opacity: 0.6; padding: 0 8px;">
<div style="display: flex; align-items: center; gap: 8px;">
<div style="width: 12px; height: 12px; border: 1px solid white; border-radius: 50%;"></div>
<span class="type-tech" style="font-size: 0.7rem;">t3dotgg</span>
</div>
<span class="type-tech" style="font-size: 0.7rem;">820</span>
</div>
</div>
<div class="pos-btm-left">
<h3 class="type-tech" style="font-size: 1.2rem; border-bottom: 2px solid white; display: inline-block; margin-bottom: 5px;">SPONSORS.TRK</h3>
<p class="type-tech" style="opacity: 0.7;">LIVE DATA</p>
</div>
<i class="ri-bar-chart-grouped-line" style="position: absolute; bottom: -15px; right: -15px; font-size: 5rem; opacity: 0.1; transform: rotate(-5deg);"></i>
</a>
<div class="bento-item bg-cream span-1x1">
<div class="noise-overlay"></div>
<div class="pos-center">
<date-time
format="time"
hour="numeric"
minute="numeric"
style="font-family: 'Courier New', monospace; font-size: 3rem; font-weight: 900; color: #222; letter-spacing: -2px;">
</date-time>
</div>
<span class="type-tech pos-btm-left" style="color: #666;"><date-time></span>
<span class="type-tech pos-top-right" style="color: #666;">IST</span>
</div>
<a href="https://architrixs.github.io/WishU/" class="bento-item bg-coral span-1x1">
<div class="noise-overlay"></div>
<div class="pos-center">
<h3 class="type-poster" style="font-size: 3rem; text-align: center;">WISH<br>U</h3>
</div>
<span class="type-tech pos-btm-right">Anim</span>
</a>
<a href="https://architrixs.github.io/date-time-custom-element/" class="bento-item bg-brown span-1x1">
<div class="noise-overlay"></div>
<div class="pos-center">
<i class="ri-code-box-line" style="font-size: 3rem; color: #00ff00;"></i>
</div>
<span class="type-tech pos-btm-left" style="opacity: 0.7;">Get The Component →</span>
</a>
<a href="/devdailydigest/" class="bento-item bg-olive span-1x1">
<div class="noise-overlay"></div>
<div style="position: absolute; top: -15px; right: -10px; font-family: 'Georgia', serif; font-size: 8rem; opacity: 0.15; font-style: italic; line-height: 1; pointer-events: none;">
¶
</div>
<div class="pos-top-left">
<span class="type-tech" style="border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 2px; font-size: 0.6rem;">VOL. 01</span>
</div>
<div class="pos-center" style="align-items: flex-start; opacity: 0.4; gap: 6px; width: 50%; transform: rotate(-5deg) translateX(20px);">
<div style="height: 3px; width: 100%; background: white; border-radius: 2px;"></div>
<div style="height: 3px; width: 85%; background: white; border-radius: 2px;"></div>
<div style="height: 3px; width: 95%; background: white; border-radius: 2px;"></div>
<div style="height: 3px; width: 60%; background: white; border-radius: 2px;"></div>
</div>
<div class="pos-btm-left">
<h3 class="type-editorial" style="font-size: 1.6rem; margin-bottom: 2px;">Dev Digest</h3>
<p class="type-tech" style="opacity: 0.8; font-size: 0.6rem;">// ENGINEERING NOTES</p>
</div>
<i class="ri-arrow-right-line pos-btm-right" style="font-size: 1.2rem; opacity: 0;"></i>
</a>
<div class="bento-item bg-yellow span-1x1">
<div class="noise-overlay"></div>
<div class="pos-center">
<a href="https://buymeacoffee.com/architrixs" target="_blank" style="font-weight: 900; font-size: 1.2rem; text-align: center; border: 2px solid white; padding: 10px 20px; border-radius: 50px;">
<i class="ri-cup-line"></i> FUEL
</a>
</div>
</div>
<a href="https://architrixs.github.io/leave-excuse-generator/" class="bento-item bg-royal-blue span-1x1">
<div class="noise-overlay"></div>
<div class="pos-center" style="text-align: center;">
<h3 class="type-editorial" style="font-style: italic;">"I can't<br>come in..."</h3>
</div>
<span class="type-tech pos-btm-left">EXCUSE.GEN</span>
</a>
<a href="#" class="bento-item bg-sage span-1x2">
<div class="pos-center"><h3 class="type-vertical" style="opacity: 0.6; color: #1a1b26;">ZENMODE</h3></div>
</a>
<a href="#" class="bento-item bg-dark span-2x1 ">
<div class="noise-overlay"></div>
<div class="marquee-wrapper">
<div class="marquee-content">
GRAFANA TYPESCRIPT NODE DOCKER PROMETHEUS .NET ANGULAR PYTHON SQL
GRAFANA TYPESCRIPT NODE DOCKER PROMETHEUS .NET ANGULAR PYTHON SQL
</div>
</div>
<div class="pos-center">
<h3 class="type-tech" style="background: white; color: black; padding: 5px 10px; z-index: 5;">
FULL STACK ARSENAL
</h3>
</div>
</a>
<div class="bento-item bg-graphite span-1x1 ">
<div class="noise-overlay"></div>
<div class="radar-grid">
<div class="radar-sweep"></div>
</div>
<span class="type-tech pos-top-left">LOC: GURUGRAM, IN</span>
<span class="type-tech pos-btm-right">TARGET ACQUIRED</span>
</div>
<a href="#" class="bento-item bg-silver span-1x1 ">
<div class="noise-overlay"></div>
<div class="pos-center barcode-lines" style="color: #333;">
<div class="b-line" style="width: 5px; height: 80%"></div>
<div class="b-line" style="width: 2px; height: 100%"></div>
<div class="b-line" style="width: 8px; height: 60%"></div>
<div class="b-line" style="width: 3px; height: 90%"></div>
<div class="b-line" style="width: 6px; height: 70%"></div>
<div class="b-line" style="width: 1px; height: 100%"></div>
<div class="b-line" style="width: 9px; height: 50%"></div>
</div>
<span class="type-tech pos-btm-left">IDENTITY // 2025 // 4+ YOE</span>
</a>
<a href="mailto:archititsingh12376@gmail.com" class="bento-item bg-burnt-orange span-1x1 ">
<div class="noise-overlay"></div>
<div class="pos-top-right">
<div class="pulse-dot"></div>
</div>
<div class="pos-btm-left">
<h3 class="type-poster" style="font-size: 2rem;">OPEN<br>FOR WORK</h3>
<p class="type-tech" style="margin-top: 10px;">> INITIATE CONTACT</p>
</div>
</a>
</div>
<script>
window.onload = function() {
document.body.classList.remove('is-preload');
// SYNC BUTTONS ON LOAD
// We check if the HEAD script applied the 'light' attribute
const currentTheme = document.documentElement.getAttribute('data-theme');
const btnRa = document.getElementById('btn-ra');
const btnLu = document.getElementById('btn-lu');
const statusDot = document.getElementById('theme-status-dot');
if (currentTheme === 'light') {
// Set UI to Light Mode state
if(btnRa) btnRa.classList.add('active');
if(btnLu) btnLu.classList.remove('active');
if(statusDot) statusDot.style.backgroundColor = '#FDB813';
} else {
// Default Dark Mode state (No attribute present)
if(btnLu) btnLu.classList.add('active');
if(btnRa) btnRa.classList.remove('active');
if(statusDot) statusDot.style.backgroundColor = '#6c5ce7';
}
}
window.ontouchmove = function() { return true; }
// THEME SWITCHER LOGIC (Logic Flipped: Light is now the Attribute)
function setTheme(mode, animate = true) {
const html = document.documentElement; // Target <html> tag
const btnRa = document.getElementById('btn-ra');
const btnLu = document.getElementById('btn-lu');
const statusDot = document.getElementById('theme-status-dot');
const cards = document.querySelectorAll('.bento-item');
const rippleSpeed = 100;
const fadeDuration = 1200;
// A. Save to Memory
localStorage.setItem('theme', mode);
// B. Trigger The Wave
if (animate) {
cards.forEach((card, index) => {
card.style.transitionDelay = `${index * rippleSpeed}ms`;
});
}
// C. Apply The Theme (FLIPPED LOGIC)
if (mode === 'light') {
// LIGHT MODE: Add the override attribute
html.setAttribute('data-theme', 'light');
if(btnRa) btnRa.classList.add('active');
if(btnLu) btnLu.classList.remove('active');
if(statusDot) statusDot.style.backgroundColor = '#FDB813';
} else {
// DARK MODE: Remove attribute (Fall back to :root defaults)
html.removeAttribute('data-theme');
if(btnLu) btnLu.classList.add('active');
if(btnRa) btnRa.classList.remove('active');
if(statusDot) statusDot.style.backgroundColor = '#6c5ce7';
}
// D. Clean Up Animation Delays
if (animate) {
const totalAnimationTime = (cards.length * rippleSpeed) + fadeDuration;
setTimeout(() => {
cards.forEach(card => {
card.style.transitionDelay = '0s';
});
}, totalAnimationTime);
}
}
// TORCH EFFECT (scoped to .torch-card)
(function initTorchCards() {
const torchCards = document.querySelectorAll('.torch-card');
if (!torchCards.length) return;
const setFromEvent = (card, clientX, clientY) => {
const rect = card.getBoundingClientRect();
const x = Math.max(0, Math.min(rect.width, clientX - rect.left));
const y = Math.max(0, Math.min(rect.height, clientY - rect.top));
card.style.setProperty('--mx', `${(x / rect.width) * 100}%`);
card.style.setProperty('--my', `${(y / rect.height) * 100}%`);
};
torchCards.forEach((card) => {
card.addEventListener('mousemove', (e) => setFromEvent(card, e.clientX, e.clientY));
card.addEventListener('mouseleave', () => {
card.style.setProperty('--mx', '50%');
card.style.setProperty('--my', '50%');
});
card.addEventListener('touchmove', (e) => {
const t = e.touches && e.touches[0];
if (!t) return;
setFromEvent(card, t.clientX, t.clientY);
}, { passive: true });
});
})();
</script>
</body>
</html>