Skip to content

Commit

Permalink
add attribution for Laptop used on Cover images
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 2, 2025
1 parent 44f6040 commit 9a52bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ I would also love to see if you use the library, I may even share the links of p

## Acknowledgments
* Font used in logo is [Telegrafico](https://www.dafont.com/telegrafico.font) by [ficod](https://www.deviantart.com/ficod).
* The cover image for GitHub and Blog Posts use clipart by [Baptiste Gaultier](https://openclipart.org/artist/b.gaultier)
* Part of the current Parser is inspired by implementation in [BiwaScheme](https://www.biwascheme.org/) by Yutaka HARA (yhara).
* `fetch` polyfill use [unfetch](https://github.com/developit/unfetch) by Jason Miller.
* Browser `init` function use [ContentLoaded](http://javascript.nwbox.com/ContentLoaded/).
Expand Down
1 change: 1 addition & 0 deletions docs/src/components/Acknowledgment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default function Acknowledgment(): JSX.Element {
<Heading as="h2" id="acknowledgment" className={styles.header}>Acknowledgments</Heading>
<ul>
<li>Font used in logo is <a href="https://www.dafont.com/telegrafico.font">Telegrafico</a> by <a href="https://www.deviantart.com/ficod">ficod</a>.</li>
<li>Cover image for GitHub and blog posts use clipart by <a href="https://openclipart.org/artist/b.gaultier">Baptiste Gaultier</a></li>
<li>Part of the current parser is inspired by implementation in <a href="https://www.biwascheme.org/">BiwaScheme</a> by Yutaka HARA (yhara).</li>
<li><code>fetch</code> polyfill use <a href="https://github.com/developit/unfetch">unfetch</a> by Jason Miller.</li>
<li>Browser <code>init</code> function use <a href="http://javascript.nwbox.com/ContentLoaded/">ContentLoaded</a>.</li>
Expand Down

0 comments on commit 9a52bf2

Please sign in to comment.