Skip to content

Commit 155ed4c

Browse files
committed
Add sponsors section to landing page and README
Credits: - DomainDetails.com: Project sponsor and primary user - GitHub: Free hosting, Actions, and Pages - Cloudflare: Global CDN and DDoS protection Landing page now features prominent sponsors section above footer
1 parent eb6af3b commit 155ed4c

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,19 @@ Found an issue or have a suggestion?
194194

195195
MIT License - Free to use in commercial and open-source projects
196196

197+
## 💜 Supported By
198+
199+
This project is made possible by:
200+
201+
- **[DomainDetails.com](https://domaindetails.com)** — Project Sponsor & Primary User
202+
- **[GitHub](https://github.com)** — Free hosting, GitHub Actions, and Pages
203+
- **[Cloudflare](https://www.cloudflare.com)** — Global CDN and DDoS protection
204+
197205
## 🌟 Credits
198206

199207
- **Data Source**: [IANA Root Zone Database](https://www.iana.org/)
200208
- **Maintained By**: [Simple Bytes LLC](https://simplebytes.com)
201-
- **Used By**: [DomainDetails.com](https://domaindetails.com)
209+
- **Built For**: [DomainDetails.com](https://domaindetails.com)
202210

203211
---
204212

index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,28 @@ <h3 style="margin-bottom: 15px;">Quick Examples</h3>
269269
</div>
270270

271271
<footer>
272+
<div style="margin-bottom: 20px; padding: 20px; background: #f7f7f7; border-radius: 8px;">
273+
<h4 style="margin-bottom: 15px; color: #333; font-size: 16px;">💜 Supported By</h4>
274+
<div style="display: flex; flex-direction: column; gap: 10px; font-size: 14px;">
275+
<div>
276+
<strong style="color: #667eea;">
277+
<a href="https://domaindetails.com" target="_blank" style="color: #667eea; text-decoration: none;">DomainDetails.com</a>
278+
</strong> — Project Sponsor & Primary User
279+
</div>
280+
<div>
281+
<strong style="color: #667eea;">
282+
<a href="https://github.com" target="_blank" style="color: #667eea; text-decoration: none;">GitHub</a>
283+
</strong> — Free hosting, GitHub Actions, and Pages
284+
</div>
285+
<div>
286+
<strong style="color: #667eea;">
287+
<a href="https://www.cloudflare.com" target="_blank" style="color: #667eea; text-decoration: none;">Cloudflare</a>
288+
</strong> — Global CDN and DDoS protection
289+
</div>
290+
</div>
291+
</div>
272292
<p>Auto-synced with <a href="https://www.iana.org/domains/root/db" target="_blank" style="color: #667eea;">IANA Root Zone Database</a></p>
273-
<p style="margin-top: 10px;">Built by <a href="https://simplebytes.com" target="_blank" style="color: #667eea;">Simple Bytes LLC</a> • Used by <a href="https://domaindetails.com" target="_blank" style="color: #667eea;">DomainDetails.com</a></p>
293+
<p style="margin-top: 10px;">Built by <a href="https://simplebytes.com" target="_blank" style="color: #667eea;">Simple Bytes LLC</a></p>
274294
</footer>
275295
</div>
276296

0 commit comments

Comments
 (0)