forked from syed-reza98/CodeStorm-Hub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
521 lines (474 loc) · 27.3 KB
/
services.html
File metadata and controls
521 lines (474 loc) · 27.3 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
---
layout: default
title: Services
description: Comprehensive technology services including web development, mobile apps, cloud solutions, and digital transformation consulting.
keywords: web development, mobile apps, cloud solutions, software development, digital transformation, consulting
---
<!-- Services Hero Section -->
<section class="services-hero">
<div class="container">
<div class="services-hero-content" data-aos="fade-up">
<h1 class="page-title">Our Services</h1>
<p class="page-description">
Comprehensive technology solutions designed to accelerate your business growth and digital transformation. From concept to deployment, we deliver excellence at every step.
</p>
</div>
</div>
</section>
<!-- Services Overview -->
<section class="services-overview">
<div class="container">
<div class="services-grid">
<!-- Web Development -->
<div class="service-detail-card" id="web-development" data-aos="fade-up" data-aos-delay="100">
<div class="service-header">
<div class="service-icon">
<i class="fas fa-code"></i>
</div>
<div class="service-meta">
<h2 class="service-title">Web Development</h2>
<p class="service-subtitle">Modern, scalable web solutions</p>
</div>
</div>
<div class="service-content">
<p class="service-description">
Create powerful, responsive websites and web applications that engage users and drive business results. Our full-stack development expertise ensures your web presence is fast, secure, and optimized for growth.
</p>
<div class="service-features">
<h3>What We Offer:</h3>
<ul class="features-list">
<li><i class="fas fa-check-circle"></i> Custom Website Development</li>
<li><i class="fas fa-check-circle"></i> E-commerce Platforms</li>
<li><i class="fas fa-check-circle"></i> Content Management Systems</li>
<li><i class="fas fa-check-circle"></i> Progressive Web Apps (PWAs)</li>
<li><i class="fas fa-check-circle"></i> API Development & Integration</li>
<li><i class="fas fa-check-circle"></i> Performance Optimization</li>
</ul>
</div>
<div class="service-technologies">
<h3>Technologies We Use:</h3>
<div class="tech-tags">
<span class="tech-tag">React</span>
<span class="tech-tag">Vue.js</span>
<span class="tech-tag">Angular</span>
<span class="tech-tag">Node.js</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">PHP</span>
<span class="tech-tag">WordPress</span>
<span class="tech-tag">Shopify</span>
</div>
</div>
<div class="service-action">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-primary">
Get Started
<i class="fas fa-arrow-right"></i>
</a>
<span class="service-price">Starting from $5,000</span>
</div>
</div>
</div>
<!-- Mobile Apps -->
<div class="service-detail-card" id="mobile-apps" data-aos="fade-up" data-aos-delay="200">
<div class="service-header">
<div class="service-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<div class="service-meta">
<h2 class="service-title">Mobile App Development</h2>
<p class="service-subtitle">Native and cross-platform apps</p>
</div>
</div>
<div class="service-content">
<p class="service-description">
Build engaging mobile applications that provide exceptional user experiences across iOS and Android platforms. From native apps to cross-platform solutions, we deliver mobile experiences that users love.
</p>
<div class="service-features">
<h3>What We Offer:</h3>
<ul class="features-list">
<li><i class="fas fa-check-circle"></i> iOS App Development</li>
<li><i class="fas fa-check-circle"></i> Android App Development</li>
<li><i class="fas fa-check-circle"></i> Cross-Platform Solutions</li>
<li><i class="fas fa-check-circle"></i> App Store Optimization</li>
<li><i class="fas fa-check-circle"></i> App Maintenance & Updates</li>
<li><i class="fas fa-check-circle"></i> UI/UX Design</li>
</ul>
</div>
<div class="service-technologies">
<h3>Technologies We Use:</h3>
<div class="tech-tags">
<span class="tech-tag">Swift</span>
<span class="tech-tag">Kotlin</span>
<span class="tech-tag">React Native</span>
<span class="tech-tag">Flutter</span>
<span class="tech-tag">Xamarin</span>
<span class="tech-tag">Firebase</span>
<span class="tech-tag">GraphQL</span>
<span class="tech-tag">REST APIs</span>
</div>
</div>
<div class="service-action">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-primary">
Get Started
<i class="fas fa-arrow-right"></i>
</a>
<span class="service-price">Starting from $10,000</span>
</div>
</div>
</div>
<!-- Cloud Solutions -->
<div class="service-detail-card" id="cloud-solutions" data-aos="fade-up" data-aos-delay="300">
<div class="service-header">
<div class="service-icon">
<i class="fas fa-cloud"></i>
</div>
<div class="service-meta">
<h2 class="service-title">Cloud Solutions</h2>
<p class="service-subtitle">Scalable infrastructure & deployment</p>
</div>
</div>
<div class="service-content">
<p class="service-description">
Leverage the power of cloud computing to scale your applications, reduce costs, and improve reliability. Our cloud experts design and implement robust infrastructure solutions that grow with your business.
</p>
<div class="service-features">
<h3>What We Offer:</h3>
<ul class="features-list">
<li><i class="fas fa-check-circle"></i> Cloud Migration</li>
<li><i class="fas fa-check-circle"></i> Infrastructure as Code</li>
<li><i class="fas fa-check-circle"></i> DevOps & CI/CD</li>
<li><i class="fas fa-check-circle"></i> Microservices Architecture</li>
<li><i class="fas fa-check-circle"></i> Cloud Security</li>
<li><i class="fas fa-check-circle"></i> Monitoring & Analytics</li>
</ul>
</div>
<div class="service-technologies">
<h3>Technologies We Use:</h3>
<div class="tech-tags">
<span class="tech-tag">AWS</span>
<span class="tech-tag">Azure</span>
<span class="tech-tag">Google Cloud</span>
<span class="tech-tag">Docker</span>
<span class="tech-tag">Kubernetes</span>
<span class="tech-tag">Terraform</span>
<span class="tech-tag">Jenkins</span>
<span class="tech-tag">Ansible</span>
</div>
</div>
<div class="service-action">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-primary">
Get Started
<i class="fas fa-arrow-right"></i>
</a>
<span class="service-price">Starting from $3,000</span>
</div>
</div>
</div>
<!-- Consulting -->
<div class="service-detail-card" id="consulting" data-aos="fade-up" data-aos-delay="400">
<div class="service-header">
<div class="service-icon">
<i class="fas fa-chart-line"></i>
</div>
<div class="service-meta">
<h2 class="service-title">Digital Transformation</h2>
<p class="service-subtitle">Strategic technology consulting</p>
</div>
</div>
<div class="service-content">
<p class="service-description">
Navigate the complex landscape of digital transformation with strategic guidance from our experts. We help organizations modernize their technology stack, optimize processes, and embrace innovation.
</p>
<div class="service-features">
<h3>What We Offer:</h3>
<ul class="features-list">
<li><i class="fas fa-check-circle"></i> Technology Strategy</li>
<li><i class="fas fa-check-circle"></i> Digital Transformation Roadmap</li>
<li><i class="fas fa-check-circle"></i> Legacy System Modernization</li>
<li><i class="fas fa-check-circle"></i> Process Automation</li>
<li><i class="fas fa-check-circle"></i> Technology Audits</li>
<li><i class="fas fa-check-circle"></i> Team Training & Support</li>
</ul>
</div>
<div class="service-technologies">
<h3>Areas of Expertise:</h3>
<div class="tech-tags">
<span class="tech-tag">AI/ML</span>
<span class="tech-tag">IoT</span>
<span class="tech-tag">Blockchain</span>
<span class="tech-tag">Data Analytics</span>
<span class="tech-tag">Cybersecurity</span>
<span class="tech-tag">Agile</span>
<span class="tech-tag">Automation</span>
<span class="tech-tag">Integration</span>
</div>
</div>
<div class="service-action">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-primary">
Get Started
<i class="fas fa-arrow-right"></i>
</a>
<span class="service-price">Starting from $2,500</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Process Section -->
<section class="our-process">
<div class="container">
<div class="section-header">
<h2 class="section-title">Our Process</h2>
<p class="section-description">
A proven methodology that ensures successful project delivery
</p>
</div>
<div class="process-steps">
<div class="process-step" data-aos="fade-up" data-aos-delay="100">
<div class="step-number">01</div>
<div class="step-content">
<h3 class="step-title">Discovery & Analysis</h3>
<p class="step-description">
We begin by understanding your business goals, current challenges, and technical requirements. This phase includes stakeholder interviews, system analysis, and requirement gathering.
</p>
</div>
</div>
<div class="process-step" data-aos="fade-up" data-aos-delay="200">
<div class="step-number">02</div>
<div class="step-content">
<h3 class="step-title">Strategy & Planning</h3>
<p class="step-description">
Based on our analysis, we develop a comprehensive strategy and detailed project plan. This includes technology selection, architecture design, and timeline estimation.
</p>
</div>
</div>
<div class="process-step" data-aos="fade-up" data-aos-delay="300">
<div class="step-number">03</div>
<div class="step-content">
<h3 class="step-title">Design & Prototyping</h3>
<p class="step-description">
Our design team creates user-centered interfaces and system architectures. We build prototypes to validate concepts and gather feedback before full development begins.
</p>
</div>
</div>
<div class="process-step" data-aos="fade-up" data-aos-delay="400">
<div class="step-number">04</div>
<div class="step-content">
<h3 class="step-title">Development & Testing</h3>
<p class="step-description">
Using agile methodology, we build your solution iteratively with regular testing and quality assurance. You'll receive regular updates and can provide feedback throughout.
</p>
</div>
</div>
<div class="process-step" data-aos="fade-up" data-aos-delay="500">
<div class="step-number">05</div>
<div class="step-content">
<h3 class="step-title">Deployment & Launch</h3>
<p class="step-description">
We handle the deployment process, ensuring smooth transition from development to production. This includes performance optimization, security implementation, and go-live support.
</p>
</div>
</div>
<div class="process-step" data-aos="fade-up" data-aos-delay="600">
<div class="step-number">06</div>
<div class="step-content">
<h3 class="step-title">Support & Maintenance</h3>
<p class="step-description">
Our relationship doesn't end at launch. We provide ongoing support, maintenance, and updates to ensure your solution continues to perform optimally and evolve with your business.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing Tiers Section -->
<section class="pricing-section">
<div class="container">
<div class="section-header">
<h2 class="section-title">Service Packages</h2>
<p class="section-description">
Flexible packages designed to meet different business needs and budgets
</p>
</div>
<div class="pricing-grid">
<div class="pricing-card" data-aos="fade-up" data-aos-delay="100">
<div class="pricing-header">
<h3 class="package-name">Starter</h3>
<p class="package-subtitle">Perfect for small businesses</p>
<div class="package-price">
<span class="price-amount">$2,500</span>
<span class="price-period">starting from</span>
</div>
</div>
<div class="pricing-features">
<ul class="features-list">
<li><i class="fas fa-check"></i> Basic website or landing page</li>
<li><i class="fas fa-check"></i> Responsive design</li>
<li><i class="fas fa-check"></i> Content management system</li>
<li><i class="fas fa-check"></i> Basic SEO optimization</li>
<li><i class="fas fa-check"></i> 30 days of support</li>
<li><i class="fas fa-times"></i> Advanced features</li>
<li><i class="fas fa-times"></i> E-commerce functionality</li>
<li><i class="fas fa-times"></i> Custom integrations</li>
</ul>
</div>
<div class="pricing-action">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-outline btn-block">
Get Started
</a>
</div>
</div>
<div class="pricing-card featured" data-aos="fade-up" data-aos-delay="200">
<div class="pricing-badge">Most Popular</div>
<div class="pricing-header">
<h3 class="package-name">Professional</h3>
<p class="package-subtitle">Ideal for growing businesses</p>
<div class="package-price">
<span class="price-amount">$7,500</span>
<span class="price-period">starting from</span>
</div>
</div>
<div class="pricing-features">
<ul class="features-list">
<li><i class="fas fa-check"></i> Custom web application</li>
<li><i class="fas fa-check"></i> Advanced functionality</li>
<li><i class="fas fa-check"></i> Database integration</li>
<li><i class="fas fa-check"></i> User authentication</li>
<li><i class="fas fa-check"></i> API development</li>
<li><i class="fas fa-check"></i> 90 days of support</li>
<li><i class="fas fa-check"></i> Performance optimization</li>
<li><i class="fas fa-times"></i> Mobile app development</li>
</ul>
</div>
<div class="pricing-action">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-primary btn-block">
Get Started
</a>
</div>
</div>
<div class="pricing-card" data-aos="fade-up" data-aos-delay="300">
<div class="pricing-header">
<h3 class="package-name">Enterprise</h3>
<p class="package-subtitle">Complete digital transformation</p>
<div class="package-price">
<span class="price-amount">Custom</span>
<span class="price-period">pricing</span>
</div>
</div>
<div class="pricing-features">
<ul class="features-list">
<li><i class="fas fa-check"></i> Full-scale application development</li>
<li><i class="fas fa-check"></i> Mobile app development</li>
<li><i class="fas fa-check"></i> Cloud infrastructure</li>
<li><i class="fas fa-check"></i> DevOps & CI/CD</li>
<li><i class="fas fa-check"></i> Security implementation</li>
<li><i class="fas fa-check"></i> Ongoing maintenance</li>
<li><i class="fas fa-check"></i> Dedicated project manager</li>
<li><i class="fas fa-check"></i> 24/7 support</li>
</ul>
</div>
<div class="pricing-action">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-outline btn-block">
Contact Us
</a>
</div>
</div>
</div>
<div class="pricing-note">
<p>
<i class="fas fa-info-circle"></i>
All packages include project management, regular updates, and basic training.
Custom solutions available based on specific requirements.
</p>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="faq-section">
<div class="container">
<div class="section-header">
<h2 class="section-title">Frequently Asked Questions</h2>
<p class="section-description">
Common questions about our services and processes
</p>
</div>
<div class="faq-grid">
<div class="faq-item" data-aos="fade-up" data-aos-delay="100">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-1" id="faq-question-1">
<span>How long does a typical project take?</span>
<i class="fas fa-chevron-down" aria-hidden="true"></i>
</button>
<div class="faq-answer" id="faq-answer-1" aria-labelledby="faq-question-1" role="region">
<p>Project timelines vary depending on complexity and scope. A simple website typically takes 4-6 weeks, while a custom web application can take 3-6 months. We provide detailed timelines during the planning phase and keep you updated throughout the project.</p>
</div>
</div>
<div class="faq-item" data-aos="fade-up" data-aos-delay="200">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-2" id="faq-question-2">
<span>Do you provide ongoing maintenance and support?</span>
<i class="fas fa-chevron-down" aria-hidden="true"></i>
</button>
<div class="faq-answer" id="faq-answer-2" aria-labelledby="faq-question-2" role="region">
<p>Yes, we offer comprehensive maintenance and support packages. This includes bug fixes, security updates, performance monitoring, and feature enhancements. We believe in long-term partnerships with our clients.</p>
</div>
</div>
<div class="faq-item" data-aos="fade-up" data-aos-delay="300">
<button class="faq-question" aria-expanded="false" aria-controls="faq-answer-3" id="faq-question-3">
<span>Can you work with our existing team and systems?</span>
<i class="fas fa-chevron-down" aria-hidden="true"></i>
</button>
<div class="faq-answer" id="faq-answer-3" aria-labelledby="faq-question-3" role="region">
<p>Absolutely! We often work as an extension of existing teams and can integrate with current systems and workflows. We're experienced in various collaboration models and can adapt to your organization's needs.</p>
</div>
</div>
<div class="faq-item" data-aos="fade-up" data-aos-delay="400">
<button class="faq-question" aria-expanded="false">
<span>What technologies do you specialize in?</span>
<i class="fas fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>We work with modern technologies including React, Vue.js, Node.js, Python, cloud platforms (AWS, Azure, GCP), mobile frameworks (React Native, Flutter), and various databases and tools. We choose the best technology stack for each project.</p>
</div>
</div>
<div class="faq-item" data-aos="fade-up" data-aos-delay="500">
<button class="faq-question" aria-expanded="false">
<span>How do you ensure project quality and security?</span>
<i class="fas fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>We follow industry best practices including automated testing, code reviews, security audits, and performance optimization. All our projects undergo thorough quality assurance testing before deployment, and we implement robust security measures throughout the development process.</p>
</div>
</div>
<div class="faq-item" data-aos="fade-up" data-aos-delay="600">
<button class="faq-question" aria-expanded="false">
<span>What is your payment structure?</span>
<i class="fas fa-chevron-down"></i>
</button>
<div class="faq-answer">
<p>We typically work with milestone-based payments, with an initial deposit to start the project. Payment schedules are customized based on project scope and timeline. We're transparent about all costs upfront with no hidden fees.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action Section -->
<section class="services-cta">
<div class="container">
<div class="cta-content" data-aos="fade-up">
<h2 class="cta-title">Ready to Get Started?</h2>
<p class="cta-description">
Let's discuss your project requirements and how we can help bring your vision to life.
Get a free consultation and project estimate today.
</p>
<div class="cta-buttons">
<a href="{{ '/contact/' | relative_url }}" class="btn btn-primary btn-lg">
Start Your Project
<i class="fas fa-rocket"></i>
</a>
<a href="{{ '/portfolio/' | relative_url }}" class="btn btn-outline btn-lg">
View Our Work
<i class="fas fa-eye"></i>
</a>
</div>
</div>
</div>
</section>