Skip to content

Commit 2468844

Browse files
author
ghost
committed
improved services section
1 parent 4526609 commit 2468844

1 file changed

Lines changed: 106 additions & 15 deletions

File tree

index.html

Lines changed: 106 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -675,22 +675,113 @@ <h4>Solution</h4>
675675

676676

677677
<h1>Services</h1>
678-
<p>
679-
<ul id="services-list" title="Services Offered"
680-
style="list-style-type: disc; text-align: start; padding-left: 10%;"><b>
681-
<li><strong>Cloud Security Quick‑Win:</strong> 10‑day IAM, S3, and GuardDuty review with actionable roadmap
682-
</li>
683-
<li><strong>AWS Cost & Risk Audit:</strong> 30‑day snapshot identifying 20–40% savings potential</li>
684-
<li>Cloud solution design and migration</li>
685-
<li>Cloud security reviews and compliance consulting (GDPR, HIPAA, ISO 27001)</li>
686-
<li>Resilient and fault‑tolerant architecture design for high availability</li>
687-
<li>Cloud cost optimization and monitoring setup</li>
688-
<li>Data analytics and reporting solutions</li>
689-
</ul>
690-
<br>
691-
<a href="#tally-form"><i>Book free discovery call now! Contact me</i> 👇</a>
692-
</b>
678+
<p style="color:#495057; max-width:800px; line-height:1.6; margin:0 auto 1.5rem auto;">
679+
Focused cloud security and migration services for teams that need stronger AWS security, lower risk, and better
680+
architectural decisions.
681+
</p>
682+
683+
<div class="services-grid" style="
684+
display: grid;
685+
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
686+
gap: 1.5rem;
687+
margin: 2rem 0;
688+
">
689+
690+
<div class="service-card" style="
691+
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
692+
border-radius: 12px;
693+
padding: 1.5rem;
694+
border-top: 4px solid #007BFF;
695+
box-shadow: 0 4px 12px rgba(0,123,255,0.1);
696+
transition: all 0.3s ease;
697+
">
698+
<h3 style="color: #007BFF; margin: 0 0 0.75rem 0; font-size: 1.25rem;">Cloud Security Audit</h3>
699+
<p style="color: #495057; line-height: 1.6; margin-bottom: 1rem;">
700+
10-day review of IAM, storage, and threat detection controls with written findings and a practical remediation
701+
roadmap.
702+
</p>
703+
<div style="font-weight: 600; color: #007BFF; font-size: 1.1rem;">
704+
From USD 5,000
705+
</div>
706+
</div>
707+
708+
<div class="service-card" style="
709+
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
710+
border-radius: 12px;
711+
padding: 1.5rem;
712+
border-top: 4px solid #28a745;
713+
box-shadow: 0 4px 12px rgba(40,167,69,0.1);
714+
transition: all 0.3s ease;
715+
">
716+
<h3 style="color: #28a745; margin: 0 0 0.75rem 0; font-size: 1.25rem;">Secure Cloud Data Migration</h3>
717+
<p style="color: #495057; line-height: 1.6; margin-bottom: 1rem;">
718+
Secure migration of business data to AWS or multi-cloud environments with planning, encryption, integrity
719+
checks, validation, and cutover support.
720+
</p>
721+
<div style="font-weight: 600; color: #28a745; font-size: 1.1rem;">
722+
From USD 7,500
723+
</div>
724+
</div>
725+
726+
<div class="service-card" style="
727+
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
728+
border-radius: 12px;
729+
padding: 1.5rem;
730+
border-top: 4px solid #17a2b8;
731+
box-shadow: 0 4px 12px rgba(23,162,184,0.1);
732+
transition: all 0.3s ease;
733+
">
734+
<h3 style="color: #17a2b8; margin: 0 0 0.75rem 0; font-size: 1.25rem;">Cloud Architecture & Design Review</h3>
735+
<p style="color: #495057; line-height: 1.6; margin-bottom: 1rem;">
736+
Review and design of secure, scalable AWS architecture covering networking, IAM, data, resiliency, and cost
737+
optimization.
738+
</p>
739+
<div style="font-weight: 600; color: #17a2b8; font-size: 1.1rem;">
740+
From USD 7,000
741+
</div>
742+
</div>
743+
744+
<div class="service-card" style="
745+
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
746+
border-radius: 12px;
747+
padding: 1.5rem;
748+
border-top: 4px solid #ffc107;
749+
box-shadow: 0 4px 12px rgba(255,193,7,0.1);
750+
transition: all 0.3s ease;
751+
">
752+
<h3 style="color: #b8860b; margin: 0 0 0.75rem 0; font-size: 1.25rem;">Compliance Readiness Assessment</h3>
753+
<p style="color: #495057; line-height: 1.6; margin-bottom: 1rem;">
754+
Cloud compliance review for SOC 2, ISO 27001, GDPR, and similar frameworks, with gap analysis and prioritized
755+
next steps.
756+
</p>
757+
<div style="font-weight: 600; color: #b8860b; font-size: 1.1rem;">
758+
From USD 8,000
759+
</div>
760+
</div>
761+
762+
</div>
763+
764+
<p style="margin-top:1rem;">
765+
<a href="#tally-form"
766+
style="background:#007BFF; color:white; padding:12px 24px; border-radius:30px; text-decoration:none; font-weight:600; display:inline-block;">
767+
Book Free Discovery Call
768+
</a>
693769
</p>
770+
771+
<style>
772+
.service-card:hover {
773+
transform: translateY(-4px);
774+
box-shadow: 0 8px 25px rgba(0, 123, 255, 0.16) !important;
775+
}
776+
777+
@media (max-width: 768px) {
778+
.services-grid {
779+
grid-template-columns: 1fr !important;
780+
gap: 1rem !important;
781+
}
782+
}
783+
</style>
784+
694785
<hr>
695786
<h1>Free Quick Self Assessments</h1>
696787
<span style="font-size: 2em; display: inline-block;">👉</span>

0 commit comments

Comments
 (0)