You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Standardize community CTA section across all pages
- Use consistent section-title and section-subtitle classes
- Match existing DevelopersCoffee design patterns
- Simplify button labels (LinkedIn, X instead of 'Follow on...')
- Reduce visual weight of social buttons
- Remove redundant wrapper divs
- Consistent 18px icons with proper spacing
- Apply same styling to all 9 pages (index + 8 projects)
Design follows established site patterns:
- section-title for headings
- section-subtitle for descriptions
- Consistent padding and spacing
Copy file name to clipboardExpand all lines: index.html
+13-19Lines changed: 13 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -234,27 +234,21 @@ <h2 class="section-title">Get In Touch</h2>
234
234
</section>
235
235
236
236
<!-- Community CTA Section -->
237
-
<sectionclass="community-cta">
237
+
<sectionclass="section community-cta">
238
238
<divclass="container">
239
-
<divclass="community-cta-content">
240
-
<h2>☕ Join Our Developer Community</h2>
241
-
<pclass="cta-subtitle">Stay updated on new open-source projects, security skills, and engineering insights. Connect with developers building production-ready systems.</p>
0 commit comments