-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathservices.html
More file actions
473 lines (429 loc) · 17.2 KB
/
services.html
File metadata and controls
473 lines (429 loc) · 17.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vimal Tech • Services</title>
<!-- SEO SCHEMA: Services Page -->
<!-- include: /seo/services.schema.html -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://vimaltech.dev/#organization",
"name": "Vimal Tech",
"url": "https://vimaltech.dev",
"logo": "https://vimaltech.dev/images/logo.jpeg",
"email": "vimal.patel@vimaltech.dev",
"telephone": "+91-9638474047",
"address": {
"@type": "PostalAddress",
"addressCountry": "IN"
},
"sameAs": [
"https://www.linkedin.com/",
"https://github.com/"
]
},
{
"@type": "WebSite",
"@id": "https://vimaltech.dev/#website",
"url": "https://vimaltech.dev",
"name": "Vimal Tech",
"publisher": {
"@id": "https://vimaltech.dev/#organization"
},
"inLanguage": "en"
},
{
"@type": "Service",
"@id": "https://vimaltech.dev/services.html#backend",
"name": "Backend Development",
"serviceType": "Software Development",
"provider": {
"@id": "https://vimaltech.dev/#organization"
},
"areaServed": "Worldwide",
"description": "Scalable backend development using Java, Spring Boot, and microservices for secure and high-performance applications."
},
{
"@type": "Service",
"@id": "https://vimaltech.dev/services.html#cloud",
"name": "Cloud Integration",
"serviceType": "Cloud Services",
"provider": {
"@id": "https://vimaltech.dev/#organization"
},
"areaServed": "Worldwide",
"description": "Cloud deployment, integration, and scaling using AWS and modern cloud platforms."
},
{
"@type": "Service",
"@id": "https://vimaltech.dev/services.html#database",
"name": "Database Management",
"serviceType": "Database Services",
"provider": {
"@id": "https://vimaltech.dev/#organization"
},
"areaServed": "Worldwide",
"description": "Database design, optimization, and management for relational and NoSQL systems."
},
{
"@type": "Service",
"@id": "https://vimaltech.dev/services.html#api",
"name": "API Development",
"serviceType": "API Engineering",
"provider": {
"@id": "https://vimaltech.dev/#organization"
},
"areaServed": "Worldwide",
"description": "Secure REST API development and third-party integrations for web and mobile applications."
}
]
}
</script>
<!-- SEO: Services FAQ Schema -->
<!-- include: /seo/services-faq.schema.html -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How long does a project take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Small projects usually take 2–4 weeks. Larger systems depend on scope and complexity."
}
},
{
"@type": "Question",
"name": "Do you provide post-deployment support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, ongoing maintenance, optimization, and feature enhancements are available."
}
},
{
"@type": "Question",
"name": "Can you work with existing codebases?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, existing systems can be extended, refactored, or optimized."
}
},
{
"@type": "Question",
"name": "Do you help with MVP development?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, MVPs are built with scalable architecture to support future growth."
}
}
]
}
</script>
<!-- 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">
<!-- CSS -->
<link rel="stylesheet" href="/css/services.css">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/dropdown.css">
<link rel="stylesheet" href="/css/live-projects.css">
<!-- Popup Window CSS -->
<link rel="stylesheet" href="/css/open-modal-btn.css">
<link rel="stylesheet" href="/css/whatsapp-floating.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Particles.js Library -->
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
</head>
<style>
a {
color: sandybrown;
}
a:hover {
color: blue;
}
</style>
<body>
<!-- Navbar -->
<nav class="navbar">
<div>
<a href="index.html" class="brand">
<img src="/images/logo.jpeg" alt="Brand Logo" class="logo">
<span class="brand-name">
<span class="brand-name-vimal">Vimal</span>
<span class="brand-name-tech">Tech</span>
</span>
</a>
</div>
<ul class="nav-links" id="nav-links">
<li><a href="index.html">Home</a></li>
<!-- Dropdown Section -->
<li class="dropdown">
<a href="#hero" class="dropdown-toggle active;">Services</a>
<ul class="dropdown-menu">
<li><a href="#services-offer">Offer Services</a></li>
<li><a href="#live-projects">Live</a></li>
</ul>
</li>
<!-- New Expertise link -->
<li><a href="expertise.html">Expertise</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
<!-- hamburger icon -->
<div style="display: flex; align-items: center;">
<div class="hamburger" id="hamburger">☰</div>
</div>
</nav>
<!-- Hero Section with Particles + Animated Overlay -->
<section id="hero" class="hero-services">
<div id="particles-js"></div>
<div class="gradient-overlay"></div>
<div class="hero-content">
<h1>Our <span class="highlight">Professional Services</span></h1>
<h2>
We help startups and businesses build scalable, secure, and high-performance
software systems — from backend architecture to cloud-ready deployments.
</h2>
<a href="#live-projects" class="btn">My Work</a>
</div>
</section>
<!-- Services Section -->
<section id="services-offer" class="container">
<h2 class="section-title fade-in">Services We Offer</h2>
<h3 class="fade-in">Explore our expertise to scale your projects efficiently:</h3>
<div class="services-grid accordion">
<div class="service-card fade-in accordion-item" style="--delay:0s;">
<div class="accordion-header">
<i class="fas fa-server"></i>
<h3>Backend Development</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-body">
<p>
Design and development of scalable backend systems using Java,
Spring Boot, and Microservices. Ideal for APIs, SaaS platforms,
and enterprise-grade applications.
</p>
</div>
</div>
<div class="service-card fade-in accordion-item" style="--delay:0.1s;">
<div class="accordion-header">
<i class="fas fa-cloud"></i>
<h3>Cloud Integration</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-body">
<p>
Cloud-ready deployment, configuration, and scaling using AWS
and modern hosting platforms for reliability and performance.
</p>
</div>
</div>
<div class="service-card fade-in accordion-item" style="--delay:0.2s;">
<div class="accordion-header">
<i class="fas fa-database"></i>
<h3>Database Management</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-body">
<p>
Optimized relational and NoSQL database design, query tuning,
backups, and data integrity management.
</p>
</div>
</div>
<div class="service-card fade-in accordion-item" style="--delay:0.3s;">
<div class="accordion-header">
<i class="fas fa-project-diagram"></i>
<h3>Project Consulting</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-body">
<p>
System architecture planning, microservices strategy,
and technical guidance to reduce long-term technical debt.
</p>
</div>
</div>
<div class="service-card fade-in accordion-item" style="--delay:0.4s;">
<div class="accordion-header">
<i class="fas fa-code"></i>
<h3>API Development</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-body">
<p>
Secure REST API development and third-party integrations
for web and mobile applications.
</p>
</div>
</div>
<div class="service-card fade-in accordion-item" style="--delay:0.5s;">
<div class="accordion-header">
<i class="fas fa-shield-alt"></i>
<h3>Security & Optimization</h3>
<span class="accordion-icon">+</span>
</div>
<div class="accordion-body">
<p>
Performance tuning, security best practices, and maintainable
code standards for long-term system stability.
</p>
</div>
</div>
</div>
</section><br />
<section class="container fade-in">
<h2 class="section-title">Why Work With Me</h2>
<p>
I focus on building software that is not only functional today,
but scalable, maintainable, and cost-effective in the long run.
</p>
<ul style="margin-top: 20px; line-height: 1.8;">
<li>✔ Clean, production-ready backend code</li>
<li>✔ Scalable system & microservice architecture</li>
<li>✔ Performance-optimized & secure applications</li>
<li>✔ Clear communication & structured delivery</li>
<li>✔ Long-term support and optimization</li>
</ul>
</section>
<section id="services-help-business" class="container fade-in">
<h2 class="section-title">How These Services Help Your Business</h2>
<div style="margin-top: 30px;">
<h3>Backend Development</h3>
<p>
Ideal for applications that require secure APIs, business logic,
and high traffic handling. I design backend systems that are
stable, scalable, and easy to extend.
</p>
<hr /><br>
<h3>Cloud Integration</h3>
<p>
Suitable for growing products that need reliable deployment,
scalability, and cost-optimized infrastructure on cloud platforms.
</p>
<hr /><br>
<h3>Database Management</h3>
<p>
Designed for data-driven applications that require fast queries,
reliable storage, and secure data handling.
</p>
<hr /><br>
<h3>API Development</h3>
<p>
Enables seamless communication between web apps, mobile apps,
and third-party services using secure REST APIs.
</p>
</div>
</section>
<section class="container fade-in">
<h2 class="section-title">My Working Process</h2>
<ol style="margin-top: 20px; line-height: 1.9;">
<li><strong>Requirement Discussion</strong> – Understand business & technical goals</li>
<li><strong>Architecture Planning</strong> – Design scalable system structure</li>
<li><strong>Development</strong> – Clean, modular, and testable code</li>
<li><strong>Testing & Deployment</strong> – Stability and performance validation</li>
<li><strong>Support & Optimization</strong> – Continuous improvements</li>
</ol>
</section>
<section class="container fade-in">
<h2 class="section-title">Engagement Models</h2>
<p>
I offer flexible engagement options depending on your project needs:
</p>
<ul style="margin-top: 20px; line-height: 1.8;">
<li><strong>Project-Based</strong> – Fixed scope with clear deliverables</li>
<li><strong>Hourly / Monthly Retainer</strong> – Ongoing development & support</li>
<li><strong>Consulting</strong> – Architecture review, planning, and guidance</li>
</ul>
<p style="margin-top: 15px;">
Pricing depends on project complexity, timeline, and requirements.
</p>
</section>
<!-- Live Projects Section -->
<section id="live-projects" class="container fade-in live-projects card-container">
<div class="live-projects-card">
<h2>Live Websites</h2>
<!-- Button to open modal -->
<button class="open-modal-btn">View My Work</button>
</div>
</section>
<!-- The Modal -->
<div class="modal" id="myModal">
<div class="modal-content">
<span class="close">×</span>
<div class="cta-section fade-in" style="--delay:0.6s; margin-bottom: 60px;">
<a href="https://sumanenterprise.vercel.app/" target="_blank" class="btn">
Suman Enterprise
</a><br /><br /><br />
<a href="https://chaimakers.vercel.app/" target="_blank" class="btn">
Chai Makers Café
</a><br /><br /><br />
<a href="https://alexfoodcorner.netlify.app/" target="_blank" class="btn">
Alex Food Corner
</a>
</div>
</div>
</div>
<!-- Floating WhatsApp -->
<a href="https://wa.me/919638474047?text=Hello%20Vimal%2C%0AI%20would%20like%20to%20know%20more%20about%20your%20tech%20services."
class="whatsapp-float" target="_blank">
<i class="fab fa-whatsapp"></i>
</a>
<section class="container fade-in">
<h2 class="section-title">Frequently Asked Questions</h2>
<div style="margin-top: 25px;">
<p><strong>How long does a project take?</strong><br>
Small projects usually take 2–4 weeks. Larger systems vary based on scope.
</p>
<p><strong>Do you provide post-deployment support?</strong><br>
Yes. I offer maintenance, optimization, and feature enhancements.
</p>
<p><strong>Can you work with existing codebases?</strong><br>
Absolutely. I can extend, refactor, or optimize existing systems.
</p>
<p><strong>Do you help with MVP development?</strong><br>
Yes. I specialize in MVPs built with scalable architecture.
</p>
</div>
</section>
<section id="lets-build" class="container fade-in" style="text-align: center;">
<h2 class="section-title">Let’s Build Something Solid</h2>
<h3 style="margin-top: 15px;">
Have an idea or an existing system that needs improvement?
</h3>
<h4>
<a href="contact.html" class="btn" style="margin-top: 20px;">
Get in Touch
</a>
</h4>
</section>
<!-- Footer -->
<footer>
<p>Contact No : 9638 474047</p>
<p>Email ID : vimal.patel@vimaltech.dev</p>
<p>© 2025 Vimal Patel | Java Developer</p>
</footer>
<!-- Dark Mode Toggle & ScrollTop Button -->
<button id="darkModeToggle" class="tooltip">🌙</button>
<!-- Scroll to Top Button -->
<button id="scrollTopBtn" title="Go to top">
<i class="fas fa-arrow-up"></i>
</button>
<!-- JS -->
<script src="/js/common.js"></script>
<!-- Popup Window JS -->
<script src="/js/open-modal-btn.js"></script>
<script src="/js/dropdown.js"></script>
<script src="/js/services.js"></script>
</body>
</html>