forked from vimal-java-dev/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
360 lines (326 loc) · 16.4 KB
/
Copy pathabout.html
File metadata and controls
360 lines (326 loc) · 16.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Vimal Tech • About</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<!-- Contact Stylesheet -->
<link rel="stylesheet" href="/css/contact.css" />
<meta name="description"
content="A clean, modern contact page with responsive layout, client-side validation, and a subtle animated aesthetic." />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
/* Map embed */
.map-embed {
border-top: 1px solid var(--border);
}
.map-embed iframe {
width: 100%;
height: 240px;
border: 0;
display: block;
border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}
/* Inspiration polish */
.inspo {
position: relative;
overflow: hidden;
}
.inspo .panel {
position: relative;
}
/* Animated spotlight that follows the cursor a bit */
.inspo::before {
content: "";
position: absolute;
inset: -2px;
background:
radial-gradient(220px 140px at var(--sx, 70%) -20%, rgba(122, 167, 255, .18), transparent 60%),
radial-gradient(180px 120px at 12% 115%, rgba(42, 212, 161, .12), transparent 60%);
filter: blur(14px);
pointer-events: none;
transition: opacity .25s ease;
}
.inspo:hover::before {
opacity: .95
}
/* Soft accent underline under the title */
.accent-underline {
display: block;
height: 6px;
margin-top: 6px;
background: linear-gradient(90deg, var(--brand), var(--ok));
border-radius: 999px;
filter: blur(6px);
opacity: .55;
}
/* Pillars grid (tiny value props) */
.pillars {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin-top: 14px;
}
@media (max-width:700px) {
.pillars {
grid-template-columns: 1fr 1fr
}
}
@media (max-width:430px) {
.pillars {
grid-template-columns: 1fr
}
}
.pillar {
border: 1px solid var(--border);
background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
border-radius: 12px;
padding: 12px;
display: flex;
gap: 10px;
align-items: center;
font-size: 14px;
color: var(--muted);
transition: transform .18s ease;
}
.pillar svg {
width: 16px;
height: 16px;
opacity: .9;
flex: 0 0 16px
}
.pillar:hover {
transform: translateY(-2px)
}
</style>
</head>
<body>
<div class="noise" aria-hidden="true"></div>
<div class="container">
<h5 style="text-align: center;">
<a href="index.html" style="color: rgb(201, 238, 99); text-decoration: none;">Home</a> | 
<a href="services.html" style="color: rgb(201, 238, 99); text-decoration: none;">Services</a> | 
<a href="expertise.html" style="color: rgb(201, 238, 99); text-decoration: none;">Expertise</a> | 
<a href="contact.html" style="color: rgb(201, 238, 99); text-decoration: none;">Contact</a> | 
<a href="about.html" style="text-decoration: none; color: #ff6347">About</a>
</h5>
<header>
<div class="brand" aria-label="Brand">
<div class="logo" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path
d="M12 2l3.09 6.26L22 9.27l-5 4.88L18.18 22 12 18.77 5.82 22 7 14.15l-5-4.88 6.91-1.01L12 2z" />
</svg>
</div>
<span>Vimal Patel</span>
</div>
<button class="theme-toggle" id="themeToggle" aria-pressed="false" aria-label="Toggle theme">
<svg id="sun" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="5" />
<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>
<svg id="moon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:none"
aria-hidden="true">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z" />
</svg>
<span>Theme</span>
</button>
</header>
<div class="grid">
<!-- Left: Inspiration card -->
<section class="card" aria-label="Inspiration">
<div class="sparkle" aria-hidden="true"></div>
<div class="panel">
<div class="badge" aria-hidden="true">
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" />
</svg>
Trusted Software Partner
</div>
<h2 class="title" style="margin-top:12px">Quick <em>Recap</em></h2>
<p class="subtitle quote">Tools and technologies I <strong>love</strong> working with.</p>
<div class="tech-badges">
<span class="badge">React</span>
<span class="badge">Node.js</span>
<span class="badge">Angular</span>
<span class="badge">MongoDB</span>
<span class="badge">Flutter</span>
<span class="badge">Firebase</span>
<span class="badge">TypeScript</span>
<span class="badge">Tailwind</span>
<span class="badge">Vite</span>
<span class="badge">HTML</span>
<span class="badge">CSS</span>
<span class="badge">JS</span>
<span class="badge">Bootstrap</span>
</div>
</div>
</section>
<!-- Right: Info card -->
<section class="card inspo" aria-label="Inspiration">
<div class="sparkle" aria-hidden="true"></div>
<div class="panel" onmousemove="this.closest('.inspo').style.setProperty('--sx', event.offsetX + 'px')">
<div class="badge" aria-hidden="true">
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" />
</svg>
Trusted Software Partner
</div>
<h2 class="title" style="margin-top:12px">
Let’s Inspire By <em>Technologies</em>
</h2>
<span class="accent-underline" aria-hidden="true"></span>
<p class="subtitle quote" style="margin-top:10px">
-> My philosophy on coding and software development.</br>
• "The best code is not just functional; it is <strong>intentional</strong>. I merge a
foundation of discipline
in
computer psychology with an <strong>active curiosity</strong> for evolving technology, ensuring
every app I
deliver has clean architecture, predictable results, and <strong>genuine longevity</strong>."
</p>
<div class="pillars" aria-label="Core strengths">
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5" />
</svg>
Coding philosophy
</div>
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="4" width="18" height="16" rx="2" />
<path d="M7 8h10M7 12h6M7 16h8" />
</svg>
Evolving technology
</div>
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M3 12h18M12 3v18" />
</svg>
Build with diagram
</div>
</div>
</div>
</section>
<!-- Bottom: Brief Info card -->
<section class="card inspo" aria-label="Inspiration">
<div class="sparkle" aria-hidden="true"></div>
<div class="panel" onmousemove="this.closest('.inspo').style.setProperty('--sx', event.offsetX + 'px')">
<div class="badge" aria-hidden="true">
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" />
</svg>
Trusted Software Partner
</div>
<h2 class="title" style="margin-top:12px">
Psychology 🧠 & <em>Discipline</em>
</h2>
<span class="accent-underline" aria-hidden="true"></span>
<p class="subtitle quote" style="margin-top:10px">
-> I feel there should be the <strong>unique blend</strong> of mental discipline and technical
craft.</br>
• "I build modern web and mobile applications where <strong>clean architecture</strong> meets
human understanding. Driven by the discipline of computer psychology and an insatiable curiosity
for <strong>cutting-edge</strong> technology, my commitment is always to predictable delivery
and long-lasting, intuitive solutions."
</p>
<div class="pillars" aria-label="Core strengths">
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5" />
</svg>
Reliable delivery
</div>
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="4" width="18" height="16" rx="2" />
<path d="M7 8h10M7 12h6M7 16h8" />
</svg>
Clean architecture
</div>
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M3 12h18M12 3v18" />
</svg>
Scaling with you
</div>
</div>
</div>
</section>
<!-- Bottom: Brief Info card -->
<section class="card inspo" aria-label="Inspiration">
<div class="sparkle" aria-hidden="true"></div>
<div class="panel" onmousemove="this.closest('.inspo').style.setProperty('--sx', event.offsetX + 'px')">
<div class="badge" aria-hidden="true">
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" />
</svg>
Trusted Software Partner
</div>
<h2 class="title" style="margin-top:12px">
Evolving Technology 🚀 & <em>Longevity</em>
</h2>
<span class="accent-underline" aria-hidden="true"></span>
<p class="subtitle quote" style="margin-top:10px">
-> These highlight my drive to <strong>stay current</strong> while ensuring stability.</br>
• "My process is <strong>rooted</strong> in discipline, insight, and innovation. From clean
architecture to
predictable delivery, I <strong>leverage</strong> my background to build more than just apps—I
build long-lasting
solutions that <strong>deeply</strong> understand the end-user."
</p>
<div class="pillars" aria-label="Core strengths">
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M20 6L9 17l-5-5" />
</svg>
Root technology
</div>
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="4" width="18" height="16" rx="2" />
<path d="M7 8h10M7 12h6M7 16h8" />
</svg>
Understand boilerplate-code
</div>
<div class="pillar">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M3 12h18M12 3v18" />
</svg>
Scaling with diagnosis
</div>
</div>
</div>
</section>
</div>
<!-- Scroll to Top Button -->
<button id="scrollTopBtn" aria-label="Scroll to top">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M18 15l-6-6-6 6" />
</svg>
</button>
<footer
style="margin: 22px 0; color: var(--muted); display:flex; align-items:center; justify-content:space-between; gap:16px; font-size: 13px; padding: 1.2rem;">
<span>© <span id="year"></span> Vimal Tech. All rights reserved.</span>
<span>Made with ❤️ in Valsad</span>
</footer>
</div>
<!-- JS -->
<script src="/js/contact.js"></script>
</body>
</html>