Skip to content

Commit 80eac85

Browse files
khoaofgodclaude
andcommitted
Add TruCopilot.com attribution to header and footer
Phpfastcache is now part of TruCopilot.com — added link in the hero section and footer credit line. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5f0602f commit 80eac85

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777
<img src="./images/icon.svg" width="100">
7878
<h1 class="project-name">Phpfastcache</h1>
7979
<h2 class="project-tagline">A PHP cache library made for building reactive apps</h2>
80+
<div style="margin-bottom: 10px;">
81+
<a href="https://trucopilot.com" target="_blank" style="color: rgba(255,255,255,0.8); font-size: 14px; text-decoration: none; border-bottom: 1px dotted rgba(255,255,255,0.5);">
82+
<i class="fa fa-external-link" aria-hidden="true"></i> A part of TruCopilot.com
83+
</a>
84+
</div>
8085
<a href="https://github.com/TruCopilot/phpfastcache" class="btn">View on GitHub</a>
8186
<a href="https://github.com/TruCopilot/phpfastcache/zipball/master" class="btn">Download .zip</a>
8287
<a href="https://github.com/TruCopilot/phpfastcache/tarball/master" class="btn">Download .tar.gz</a>
@@ -211,7 +216,10 @@ <h2 class="project-tagline">A PHP cache library made for building reactive apps<
211216

212217
<section class="page-footer">
213218
<footer class="site-footer">
214-
<span class="site-footer-credits">This page was build with <span style="color: red;"></span> using some fabulous web components like:
219+
<span class="site-footer-credits">
220+
Phpfastcache is a part of <a href="https://trucopilot.com" target="_blank">TruCopilot.com</a>.
221+
<br>
222+
This page was build with <span style="color: red;"></span> using some fabulous web components like:
215223
<a href="https://getbootstrap.com/" target="_blank" rel="nofollow">Bootstrap 3</a>,
216224
<a href="http://fontawesome.io/" target="_blank" rel="nofollow">Font Awesome</a>,
217225
<a href="https://highlightjs.org/" target="_blank" rel="nofollow">highlight.Js</a>

0 commit comments

Comments
 (0)