Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Jul 28, 2024
1 parent 467c98b commit 85a7776
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion content/about/colophon/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,22 @@ The theme [`hugo-video`](https://github.com/martignoni/hugo-video) is used to in
The following JavaScript and CSS libraries and frameworks are used:

<ul class="inline-list">
<li><a href="https://github.com/gka/chroma.js">chroma.js</a></li>
<li><a href="https://jquery.com/">jQuery</a></li>
<li><a href="https://github.com/js-cookie/js-cookie">js-cookie</a></li>
<li><a href="https://necolas.github.io/normalize.css/">Normalize.css</a></li>
<li><a href="https://dollarshaveclub.github.io/stickybits/">Stickybits</a></li>
<li><a href="https://russellgoldenberg.github.io/enter-view/">Enter-view.js</a></li>
<li><a href="https://wordcloud2-js.timdream.org/#love">wordcloud2.js</a></li>
<!--
<li><a href="https://michalsnik.github.io/aos/">AOS (Animate On Scroll Library)</a></li>
-->
</ul>

Entries with 3D contents use:

<ul class="inline-list">
<li><a href="https://aframe.io/">A-FRAME</a></li>
<li><a href="https://threejs.org/">Three.js</a></li>
</ul>

The site is hosted by [GitHub](https://github.com/).
8 changes: 7 additions & 1 deletion content/about/colophon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ Folgende Javascript und CSS Frameworks und Bibliotheken kommen zum Einsatz:
<li><a href="https://jquery.com/">jQuery</a></li>
<li><a href="https://github.com/js-cookie/js-cookie">js-cookie</a></li>
<li><a href="https://necolas.github.io/normalize.css/">Normalize.css</a></li>
<li><a href="https://dollarshaveclub.github.io/stickybits/">Stickybits</a></li>
<li><a href="https://russellgoldenberg.github.io/enter-view/">Enter-view.js</a></li>
<li><a href="https://wordcloud2-js.timdream.org/#love">wordcloud2.js</a></li>
<!--
<li><a href="https://michalsnik.github.io/aos/">AOS (Animate On Scroll Library)</a></li>
-->
</ul>

Einträge mit 3D Inhalten nutzen:

<ul class="inline-list">
<li><a href="https://aframe.io/">A-FRAME</a></li>
<li><a href="https://threejs.org/">Three.js</a></li>
</ul>

Die Seite wird von [GitHub](https://github.com/) gehosted.

0 comments on commit 85a7776

Please sign in to comment.