Skip to content

Commit 6f58a9c

Browse files
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
1 parent e062c24 commit 6f58a9c

10 files changed

Lines changed: 131 additions & 203 deletions

index.html

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -234,27 +234,21 @@ <h2 class="section-title">Get In Touch</h2>
234234
</section>
235235

236236
<!-- Community CTA Section -->
237-
<section class="community-cta">
237+
<section class="section community-cta">
238238
<div class="container">
239-
<div class="community-cta-content">
240-
<h2>☕ Join Our Developer Community</h2>
241-
<p class="cta-subtitle">Stay updated on new open-source projects, security skills, and engineering insights. Connect with developers building production-ready systems.</p>
242-
<div class="community-social-links">
243-
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
244-
<svg viewBox="0 0 24 24" fill="currentColor">
245-
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
246-
</svg>
247-
<span class="social-name">Follow on LinkedIn</span>
248-
</a>
249-
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
250-
<svg viewBox="0 0 24 24" fill="currentColor">
251-
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
252-
</svg>
253-
<span class="social-name">Follow on X</span>
254-
</a>
255-
</div>
256-
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
239+
<h2 class="section-title">Join Our Community</h2>
240+
<p class="section-subtitle">Stay updated on open-source projects and engineering insights</p>
241+
<div class="community-social-links">
242+
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
243+
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
244+
LinkedIn
245+
</a>
246+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
247+
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
248+
X (Twitter)
249+
</a>
257250
</div>
251+
<p class="cta-note">🚀 <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects on GitHub</a></p>
258252
</div>
259253
</section>
260254

projects/DrishtiVerse.html

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -256,27 +256,21 @@ <h2>Explore DrishtiVerse</h2>
256256
</section>
257257

258258
<!-- Community CTA Section -->
259-
<section class="community-cta">
259+
<section class="section community-cta">
260260
<div class="container">
261-
<div class="community-cta-content">
262-
<h2>☕ Join Our Developer Community</h2>
263-
<p class="cta-subtitle">Stay updated on gaming infrastructure, cloud-native backends, and scalable microservices.</p>
264-
<div class="community-social-links">
265-
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
266-
<svg viewBox="0 0 24 24" fill="currentColor">
267-
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
268-
</svg>
269-
<span class="social-name">Follow on LinkedIn</span>
270-
</a>
271-
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
272-
<svg viewBox="0 0 24 24" fill="currentColor">
273-
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
274-
</svg>
275-
<span class="social-name">Follow on X</span>
276-
</a>
277-
</div>
278-
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
261+
<h2 class="section-title">Join Our Community</h2>
262+
<p class="section-subtitle">Stay updated on open-source projects and engineering insights</p>
263+
<div class="community-social-links">
264+
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
265+
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
266+
LinkedIn
267+
</a>
268+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
269+
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
270+
X (Twitter)
271+
</a>
279272
</div>
273+
<p class="cta-note">🚀 <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects on GitHub</a></p>
280274
</div>
281275
</section>
282276

projects/airo.html

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -248,27 +248,21 @@ <h2>Explore airo</h2>
248248
</section>
249249

250250
<!-- Community CTA Section -->
251-
<section class="community-cta">
251+
<section class="section community-cta">
252252
<div class="container">
253-
<div class="community-cta-content">
254-
<h2>☕ Join Our Developer Community</h2>
255-
<p class="cta-subtitle">Stay updated on privacy-first solutions, open-source projects, and health tech innovations.</p>
256-
<div class="community-social-links">
257-
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
258-
<svg viewBox="0 0 24 24" fill="currentColor">
259-
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
260-
</svg>
261-
<span class="social-name">Follow on LinkedIn</span>
262-
</a>
263-
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
264-
<svg viewBox="0 0 24 24" fill="currentColor">
265-
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
266-
</svg>
267-
<span class="social-name">Follow on X</span>
268-
</a>
269-
</div>
270-
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
253+
<h2 class="section-title">Join Our Community</h2>
254+
<p class="section-subtitle">Stay updated on open-source projects and engineering insights</p>
255+
<div class="community-social-links">
256+
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
257+
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
258+
LinkedIn
259+
</a>
260+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
261+
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
262+
X (Twitter)
263+
</a>
271264
</div>
265+
<p class="cta-note">🚀 <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects on GitHub</a></p>
272266
</div>
273267
</section>
274268

projects/collaborative-doc-quic.html

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -198,27 +198,21 @@ <h2>Explore Collaborative Doc QUIC</h2>
198198
</section>
199199

200200
<!-- Community CTA Section -->
201-
<section class="community-cta">
201+
<section class="section community-cta">
202202
<div class="container">
203-
<div class="community-cta-content">
204-
<h2>☕ Join Our Developer Community</h2>
205-
<p class="cta-subtitle">Stay updated on real-time collaboration, QUIC protocol innovations, and distributed systems.</p>
206-
<div class="community-social-links">
207-
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
208-
<svg viewBox="0 0 24 24" fill="currentColor">
209-
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
210-
</svg>
211-
<span class="social-name">Follow on LinkedIn</span>
212-
</a>
213-
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
214-
<svg viewBox="0 0 24 24" fill="currentColor">
215-
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
216-
</svg>
217-
<span class="social-name">Follow on X</span>
218-
</a>
219-
</div>
220-
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
203+
<h2 class="section-title">Join Our Community</h2>
204+
<p class="section-subtitle">Stay updated on open-source projects and engineering insights</p>
205+
<div class="community-social-links">
206+
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
207+
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
208+
LinkedIn
209+
</a>
210+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
211+
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
212+
X (Twitter)
213+
</a>
221214
</div>
215+
<p class="cta-note">🚀 <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects on GitHub</a></p>
222216
</div>
223217
</section>
224218

projects/consentmp.html

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -268,27 +268,21 @@ <h2>Explore ConsentMP</h2>
268268
</section>
269269

270270
<!-- Community CTA Section -->
271-
<section class="community-cta">
271+
<section class="section community-cta">
272272
<div class="container">
273-
<div class="community-cta-content">
274-
<h2>☕ Join Our Developer Community</h2>
275-
<p class="cta-subtitle">Stay updated on privacy compliance, consent management, and GDPR/CCPA solutions.</p>
276-
<div class="community-social-links">
277-
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
278-
<svg viewBox="0 0 24 24" fill="currentColor">
279-
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
280-
</svg>
281-
<span class="social-name">Follow on LinkedIn</span>
282-
</a>
283-
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
284-
<svg viewBox="0 0 24 24" fill="currentColor">
285-
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
286-
</svg>
287-
<span class="social-name">Follow on X</span>
288-
</a>
289-
</div>
290-
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
273+
<h2 class="section-title">Join Our Community</h2>
274+
<p class="section-subtitle">Stay updated on open-source projects and engineering insights</p>
275+
<div class="community-social-links">
276+
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
277+
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
278+
LinkedIn
279+
</a>
280+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
281+
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
282+
X (Twitter)
283+
</a>
291284
</div>
285+
<p class="cta-note">🚀 <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects on GitHub</a></p>
292286
</div>
293287
</section>
294288

0 commit comments

Comments
 (0)