Skip to content

Commit 1155cd7

Browse files
style: remove summary banner block and count badge from side projects page
1 parent 4cb822f commit 1155cd7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/pages/projects.astro

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ import { featuredProjects } from '../data/projects';
1111
<p class="page-subtitle">
1212
Hands-on web applications, accessibility tools, Telegram bots, and full-stack side projects built independently outside of work.
1313
</p>
14-
15-
<div class="summary-banner glass-card">
16-
<div>
17-
<span class="banner-label">Personal & Side Projects:</span>
18-
<span>BoutiqueBot, BrailleBoard, CricScore, Notes App, School Admin System, and Online Shop.</span>
19-
</div>
20-
<span class="count-badge">{featuredProjects.length} Side Projects</span>
21-
</div>
2214
</header>
2315

2416
<div class="projects-grid">

0 commit comments

Comments
 (0)