Skip to content

Commit e6b91cd

Browse files
author
Archith
committed
Add HumanCTO branding and Buy Me a Coffee button
1 parent f9e984e commit e6b91cd

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,13 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
405405

406406
<p align="center">
407407
<strong>⭐ Star us on GitHub — it helps!</strong><br>
408-
Made with ❤️ by the <a href="https://github.com/humancto/CollabCode/graphs/contributors">OpenCollab Community</a>
408+
Made with ❤️ by <a href="https://www.humancto.com">HumanCTO</a>
409+
</p>
410+
411+
<p align="center">
412+
<a href="https://www.buymeacoffee.com/humancto">
413+
<img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" alt="Buy Me A Coffee">
414+
</a>
409415
</p>
410416

411417
<p align="center">

app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h3>Login as Interviewer</h3>
137137
<div class="footer-content">
138138
<div style="display: flex; align-items: center; justify-content: center; margin-bottom: 10px;">
139139
<img src="/images/favicon/apple-touch-icon-60x60.png" alt="Atom Tickets" width="30" height="30" style="margin-right: 10px;">
140-
<p style="margin: 0;">Made with ❤️ by the OpenCollab Community</p>
140+
<p style="margin: 0;">Made with ❤️ by <a href="https://www.humancto.com" target="_blank" class="atom-link">HumanCTO</a></p>
141141
</div>
142142
<div class="footer-links">
143143
<a href="https://github.com/humancto/CollabCode" target="_blank">GitHub</a>

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,18 @@ <h2>See It In Action</h2>
524524

525525
<footer>
526526
<p style="margin-bottom: 20px;">Open source and free forever ❤️</p>
527-
<div>
527+
<p style="margin-bottom: 20px;">Made with ❤️ by <a href="https://www.humancto.com" style="color: white; text-decoration: underline;">HumanCTO</a></p>
528+
<div style="margin-bottom: 20px;">
528529
<a href="https://github.com/humancto/CollabCode">GitHub</a>
529530
<a href="https://github.com/humancto/CollabCode/wiki">Documentation</a>
530531
<a href="https://github.com/humancto/CollabCode/issues">Support</a>
531532
<a href="LICENSE">MIT License</a>
532533
</div>
534+
<div>
535+
<a href="https://www.buymeacoffee.com/humancto" style="background: #FFDD00; color: #000; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; display: inline-block;">
536+
☕ Buy Me a Coffee
537+
</a>
538+
</div>
533539
</footer>
534540
</div>
535541
</body>

0 commit comments

Comments
 (0)