-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
268 lines (229 loc) · 6.57 KB
/
index.html
File metadata and controls
268 lines (229 loc) · 6.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Krushi Deep</title>
<meta name="description" content="FPGA engineer designing precise systems with clarity, minimalism, and intuition-driven exploration." />
<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&display=swap" rel="stylesheet">
<style>
:root {
--text: #0f172a;
--muted: #64748b;
--accent: #2563eb;
--border: #e5e7eb;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html, body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
background: #ffffff;
color: var(--text);
line-height: 1.65;
font-size: clamp(15px, 1.1vw, 17px);
}
a {
color: var(--accent);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
main {
flex: 1;
}
.container {
max-width: 92ch;
margin: auto;
padding: clamp(2.5rem, 6vw, 5rem) clamp(1.2rem, 4vw, 2rem);
}
header {
margin-bottom: clamp(2.8rem, 7vw, 3.8rem);
}
header h1 {
font-size: clamp(2rem, 4vw, 2.6rem);
font-weight: 600;
letter-spacing: -0.02em;
margin-bottom: 0.5rem;
}
header p {
color: var(--muted);
max-width: 65ch;
}
.links {
margin-top: 1.4rem;
display: flex;
flex-wrap: wrap;
gap: 1.2rem;
font-size: 0.95rem;
}
.links a {
color: var(--muted);
}
.links a:hover {
color: var(--accent);
}
section {
margin-bottom: clamp(2.4rem, 6vw, 3.2rem);
}
section h2 {
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--muted);
margin-bottom: 0.9rem;
}
section p {
max-width: 68ch;
margin-bottom: 0.9rem;
}
/* Work Grid */
.work-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: clamp(1rem, 3vw, 1.4rem);
margin-top: 1.2rem;
}
.work-card {
padding: 1.2rem;
border: 1px solid var(--border);
transition: border-color 0.15s ease, transform 0.15s ease;
background: #fff;
}
.work-card strong {
display: block;
font-weight: 600;
margin-bottom: 0.4rem;
}
.work-card span {
font-size: 0.95rem;
color: var(--muted);
}
.work-card:hover {
border-color: var(--accent);
transform: translateY(-2px);
}
footer {
border-top: 1px solid var(--border);
padding: 2rem;
text-align: center;
color: var(--muted);
font-size: 0.85rem;
}
</style>
</head>
<body>
<main>
<div class="container">
<!-- Identity -->
<header>
<h1>Krushi Deep</h1>
<p>
I design systems that feel simple — even when they aren’t.<br/>
<span style="font-size: 0.95em;">
FPGA engineer working on precision systems, exploring vibe coding and minimal design.
</span>
</p>
<div class="links">
<a href="https://www.linkedin.com/in/krushideep/" target="_blank">LinkedIn</a>
<a href="https://www.instagram.com/light_packer/" target="_blank">Travel</a>
<a href="mailto:[email protected]">Email</a>
</div>
</header>
<!-- Philosophy -->
<section>
<h2>Philosophy</h2>
<p>
I believe in minimalism—not as an aesthetic, but as a way of thinking.
Clarity over cleverness. Explicit decisions over accidental complexity.
</p>
<p>
I’m drawn to systems where complexity has quietly crept in.
My instinct is to remove friction, tighten feedback loops,
and make behavior predictable.
</p>
</section>
<!-- How I Build -->
<section>
<h2>How I Build Systems</h2>
<p>
I start from first principles.
I ask what can be removed, what must be explicit,
and where complexity actually belongs.
</p>
<p>
Recently, this has evolved into exploring <em>vibe coding</em> —
using intuition and rapid iteration to explore ideas early,
then applying engineering discipline where correctness and performance matter.
</p>
<p>
Vibe first. Structure second. Rigor always.
</p>
</section>
<!-- Work -->
<section>
<h2>Selected Work</h2>
<p>
Selected work reflecting how I explore ideas quickly,
then shape them into simple, intentional systems.
</p>
<div class="work-grid">
<a class="work-card" href="https://krushideep.in/calcraft" target="_blank">
<strong>CalCraft</strong>
<span>
A privacy-first, print-focused calendar generator built with zero backend and minimal UI.
</span>
</a>
<a class="work-card" href="https://krushideep.in/visacraft" target="_blank">
<strong>Visacraft</strong>
<span>
An AI-assisted visa requirements checker focused on clarity, accuracy, and low cognitive load.
</span>
</a>
</div>
<p style="margin-top: 1.2rem;">
<a href="https://github.com/krushideep" target="_blank">
More projects on GitHub →
</a>
</p>
</section>
<!-- Explorations -->
<section>
<h2>Explorations</h2>
<p>
I explore AI-assisted workflows to reduce cognitive load,
system-level thinking applied beyond software,
and tools that feel invisible when they work.
</p>
<p>
Lately, this includes applying system design principles
to personal productivity, home automation,
and small, high-leverage tools.
</p>
</section>
<!-- Outside Work -->
<section>
<h2>Outside Work</h2>
<p>
I travel light, hike often, and prefer slow, intentional journeys.
Time away from screens helps me reset and think clearly.
</p>
</section>
</div>
</main>
<footer>
© 2026 · Krushi Deep
</footer>
</body>
</html>