Skip to content

Commit 34e4120

Browse files
feat: Add community follow/subscribe CTA section to all pages
- Add community CTA section with LinkedIn and X (Twitter) follow buttons - Apply to index.html and all 8 project pages - Add CSS styles for the community section with hover effects - Include contextual subtitles for each project page - Use consistent dark theme styling with existing CSS variables - Add 'Contribute to our projects' link for engagement Social Links: - LinkedIn: https://www.linkedin.com/company/developerscoffee/ - X (Twitter): https://x.com/DevlopersCoffee
1 parent eab1032 commit 34e4120

File tree

10 files changed

+315
-0
lines changed

10 files changed

+315
-0
lines changed

index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,31 @@ <h2 class="section-title">Get In Touch</h2>
233233
</div>
234234
</section>
235235

236+
<!-- Community CTA Section -->
237+
<section class="community-cta">
238+
<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>
257+
</div>
258+
</div>
259+
</section>
260+
236261
<!-- Footer -->
237262
<footer class="footer">
238263
<div class="container">

projects/DrishtiVerse.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,31 @@ <h2>Explore DrishtiVerse</h2>
255255
</div>
256256
</section>
257257

258+
<!-- Community CTA Section -->
259+
<section class="community-cta">
260+
<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>
279+
</div>
280+
</div>
281+
</section>
282+
258283
<!-- Footer -->
259284
<footer class="footer">
260285
<div class="container">

projects/airo.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,31 @@ <h2>Explore airo</h2>
247247
</div>
248248
</section>
249249

250+
<!-- Community CTA Section -->
251+
<section class="community-cta">
252+
<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>
271+
</div>
272+
</div>
273+
</section>
274+
250275
<!-- Footer -->
251276
<footer class="footer">
252277
<div class="container">

projects/collaborative-doc-quic.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,31 @@ <h2>Explore Collaborative Doc QUIC</h2>
197197
</div>
198198
</section>
199199

200+
<!-- Community CTA Section -->
201+
<section class="community-cta">
202+
<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>
221+
</div>
222+
</div>
223+
</section>
224+
200225
<footer class="footer">
201226
<div class="container">
202227
<p>&copy; 2026 Developers Coffee. Real-Time Collaboration Solutions ☕⚡</p>

projects/consentmp.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,31 @@ <h2>Explore ConsentMP</h2>
267267
</div>
268268
</section>
269269

270+
<!-- Community CTA Section -->
271+
<section class="community-cta">
272+
<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>
291+
</div>
292+
</div>
293+
</section>
294+
270295
<footer class="footer">
271296
<div class="container">
272297
<p>&copy; 2026 Developers Coffee. Privacy-First Compliance Solutions ☕🔒</p>

projects/dbsync.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,31 @@ <h2>Explore DBSync</h2>
299299
</div>
300300
</section>
301301

302+
<!-- Community CTA Section -->
303+
<section class="community-cta">
304+
<div class="container">
305+
<div class="community-cta-content">
306+
<h2>☕ Join Our Developer Community</h2>
307+
<p class="cta-subtitle">Stay updated on enterprise automation, identity management, and database synchronization solutions.</p>
308+
<div class="community-social-links">
309+
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
310+
<svg viewBox="0 0 24 24" fill="currentColor">
311+
<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"/>
312+
</svg>
313+
<span class="social-name">Follow on LinkedIn</span>
314+
</a>
315+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
316+
<svg viewBox="0 0 24 24" fill="currentColor">
317+
<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"/>
318+
</svg>
319+
<span class="social-name">Follow on X</span>
320+
</a>
321+
</div>
322+
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
323+
</div>
324+
</div>
325+
</section>
326+
302327
<footer class="footer">
303328
<div class="container">
304329
<p>&copy; 2026 Developers Coffee. Automating Identity Management ☕🔐</p>

projects/dynamic-load-balancer.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,31 @@ <h2>Explore Dynamic Load Balancer</h2>
196196
</div>
197197
</section>
198198

199+
<!-- Community CTA Section -->
200+
<section class="community-cta">
201+
<div class="container">
202+
<div class="community-cta-content">
203+
<h2>☕ Join Our Developer Community</h2>
204+
<p class="cta-subtitle">Stay updated on infrastructure automation, load balancing strategies, and high-availability systems.</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" fill="currentColor">
208+
<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"/>
209+
</svg>
210+
<span class="social-name">Follow on LinkedIn</span>
211+
</a>
212+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
213+
<svg viewBox="0 0 24 24" fill="currentColor">
214+
<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"/>
215+
</svg>
216+
<span class="social-name">Follow on X</span>
217+
</a>
218+
</div>
219+
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
220+
</div>
221+
</div>
222+
</section>
223+
199224
<footer class="footer">
200225
<div class="container">
201226
<p>&copy; 2026 Developers Coffee. Infrastructure Solutions ☕⚡</p>

projects/java-cwe-security-skills.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,31 @@ <h2 class="section-title">Supported Platforms</h2>
138138
</div>
139139
</section>
140140

141+
<!-- Community CTA Section -->
142+
<section class="community-cta">
143+
<div class="container">
144+
<div class="community-cta-content">
145+
<h2>☕ Join Our Developer Community</h2>
146+
<p class="cta-subtitle">Stay updated on new security skills, open-source projects, and DevSecOps insights.</p>
147+
<div class="community-social-links">
148+
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
149+
<svg viewBox="0 0 24 24" fill="currentColor">
150+
<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"/>
151+
</svg>
152+
<span class="social-name">Follow on LinkedIn</span>
153+
</a>
154+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
155+
<svg viewBox="0 0 24 24" fill="currentColor">
156+
<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"/>
157+
</svg>
158+
<span class="social-name">Follow on X</span>
159+
</a>
160+
</div>
161+
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
162+
</div>
163+
</div>
164+
</section>
165+
141166
<footer class="footer">
142167
<div class="container">
143168
<p>&copy; 2026 Developers Coffee. Brewing innovation in code.</p>

projects/meeting-notes-ai.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,31 @@ <h2>Explore Meeting Notes AI</h2>
196196
</div>
197197
</section>
198198

199+
<!-- Community CTA Section -->
200+
<section class="community-cta">
201+
<div class="container">
202+
<div class="community-cta-content">
203+
<h2>☕ Join Our Developer Community</h2>
204+
<p class="cta-subtitle">Stay updated on AI-powered productivity tools, meeting intelligence, and speech recognition innovations.</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" fill="currentColor">
208+
<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"/>
209+
</svg>
210+
<span class="social-name">Follow on LinkedIn</span>
211+
</a>
212+
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
213+
<svg viewBox="0 0 24 24" fill="currentColor">
214+
<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"/>
215+
</svg>
216+
<span class="social-name">Follow on X</span>
217+
</a>
218+
</div>
219+
<p class="cta-note">🚀 Building something cool? <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects</a></p>
220+
</div>
221+
</div>
222+
</section>
223+
199224
<footer class="footer">
200225
<div class="container">
201226
<p>&copy; 2026 Developers Coffee. Meeting Intelligence Solutions ☕🎤</p>

0 commit comments

Comments
 (0)