aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
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