Skip to content

Commit

Permalink
Merge pull request #11 from IceTheGameDev/add-more-credits
Browse files Browse the repository at this point in the history
Add stackoverflow question, bing ai to credits; Add a warning and mak…
  • Loading branch information
IceTheCoder authored Sep 3, 2023
2 parents 19262f3 + 418317c commit 051e640
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,18 @@ <h1>QuoteMark Finder</h1>

<script src="script.js"></script>

<p>Acknowledgements:
<ul>
<li><a href="https://chat.openai.com/">ChatGPT</a> for coming up with the name 'QuoteMark Finder'.</li>
<li><a href="https://en.wikipedia.org/wiki/Quotation_mark">This Wikipedia page</a> for providing quotation marks for many languages under the 'Summary table' section.</li>
<li><a href="https://stackoverflow.com/questions/29269948/trigger-event-when-selecting-in-a-dropdown-javascript-eventlistener">This StackOverflow question</a> for helping me during the development process</li>
</ul>
</p>
<h3>Acknowledgements</h3>
<ul>
<li><a href="https://chat.openai.com/">ChatGPT</a> for coming up with the name 'QuoteMark Finder'.</li>
<li>Bing AI (available on Microsoft Edge) for helping me solve extremely specific problems.</li>
<li><a href="https://en.wikipedia.org/wiki/Quotation_mark">This Wikipedia page</a> for providing quotation marks for many languages under the 'Summary table' section.</li>
<li>These StackOverflow questions:
<ul>
<li><a href="https://stackoverflow.com/questions/29269948/trigger-event-when-selecting-in-a-dropdown-javascript-eventlistener">stackoverflow.com/questions/29269948/trigger-event-when-selecting-in-a-dropdown-javascript-eventlistener</a></li>
<li><a href="https://stackoverflow.com/questions/8762201/how-to-get-the-cursor-to-change-to-the-hand-when-hovering-a-button-tag">stackoverflow.com/questions/8762201/how-to-get-the-cursor-to-change-to-the-hand-when-hovering-a-button-tag</a></li>
</ul>
</li>
</ul>
<h5>Note: The quotation marks may not be up-to-date.</h5>
</body>
</html>

0 comments on commit 051e640

Please sign in to comment.