Skip to content

Commit 6f41d8c

Browse files
style: remove accreditations/certifications and awards section from homepage
1 parent 2ee1dc3 commit 6f41d8c

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

src/pages/index.astro

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -144,46 +144,7 @@ const totalProjects = featuredProjects.length;
144144
</section>
145145

146146

147-
<!-- Certifications & Recognition Matrix -->
148-
<section class="section bg-surface-blur">
149-
<div class="container">
150-
<div class="two-col-grid">
151-
<!-- Certifications Preview -->
152-
<div class="glass-card flex-col-between">
153-
<div>
154-
<div class="card-badge-header">📜 Verified Accreditations</div>
155-
<h3 class="card-block-title">Industry Certifications</h3>
156-
<p class="card-block-desc">Credentialed by Google Cloud, AWS, Grafana, GitHub, Neo4j, and TensorFlow.</p>
157-
<ul class="cert-compact-list">
158-
{accreditations.slice(0, 5).map(c => (
159-
<li>
160-
<span class="cert-dot">•</span> <strong>{c.name}</strong> <span class="issuer-text">({c.issuer})</span>
161-
</li>
162-
))}
163-
</ul>
164-
</div>
165-
<a href="/accreditations" class="btn btn-secondary btn-sm block-btn">View All 8 Certifications &rarr;</a>
166-
</div>
167147

168-
<!-- Awards Preview -->
169-
<div class="glass-card flex-col-between">
170-
<div>
171-
<div class="card-badge-header">🏆 Honors & Awards</div>
172-
<h3 class="card-block-title">Recognitions Vault</h3>
173-
<p class="card-block-desc">21 awards including UST Global Pinnacle Performance & Mphasis Individual Excellence awards.</p>
174-
<ul class="cert-compact-list">
175-
{awardsAndCertificates.slice(0, 5).map(a => (
176-
<li>
177-
<span class="cert-dot">•</span> <strong>{a.title}</strong> <span class="issuer-text">({a.organization})</span>
178-
</li>
179-
))}
180-
</ul>
181-
</div>
182-
<a href="/awards" class="btn btn-secondary btn-sm block-btn">Explore 21 Awards Catalog &rarr;</a>
183-
</div>
184-
</div>
185-
</div>
186-
</section>
187148

188149
<!-- YouTube Tutorials & Open Source Activity -->
189150
<section class="section">

0 commit comments

Comments
 (0)