aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-02 18:14:07 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-02 18:14:07 +0000
commit128614a1fa9eaafed8b732775fbaf926e468b577 (patch)
tree5d1450848b6b47e08d5deb95434ff0a4f5180e99 /index.html
parent2a782772a81a0f2577494f25cd3bed26ce6e3d32 (diff)
downloadRRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.tar.gz
RRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.tar.bz2
RRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.zip
Credits
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0b0ac52..e17e8e5 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,8 @@
<li>Built a proper homepage.</li>
<ul>
<li>Revamped the install code.</li>
- <li>Added Changelog</li>
+ <li>Added Changelog.</li>
+ <li>Added a credits section.</li>
</ul>
<li>Continued work on type inference logic.</li>
<ul>
@@ -49,5 +50,12 @@
</ul>
</article>
</section>
+ <h2>Credits:</h2>
+ <p>Though I've tried to keep as much of this codebase my own as possible,
+ CV2Utils depends on the following projects:</p>
+ <ul>
+ <li><a href="https://usiconic.com/open">Open Iconic - Various Icons</a></li>
+ <li><a href="https://fusejs.io">fuse.js - Searching through the JSON</a></li>
+ </ul>
</body>
</html> \ No newline at end of file