Skip to content

Commit

Permalink
Add (local) volpeon button
Browse files Browse the repository at this point in the history
  • Loading branch information
theresnotime committed Dec 3, 2024
1 parent fb2ccd6 commit d8d124e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
46 changes: 46 additions & 0 deletions public/img/btn/volpeon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,11 @@ <h2 class="anchor-heading" id="misc">Misc</h2>
src="https://filmroellchen.eu/img/kleines_filmroellchen.png"
alt="filmroellchen.eu button"
/></a>
<a href="https://volpeon.ink"
><img
src="/img/btn/volpeon.svg"
alt="volpeon.ink button"
/></a>
<!-- end of generated buttons -->
</p>
<p class="buttons-header"><em>More buttons!</em></p>
Expand Down
4 changes: 4 additions & 0 deletions scripts/generate-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ let buttons = {
href: 'https://filmroellchen.eu',
src: 'https://filmroellchen.eu/img/kleines_filmroellchen.png',
},
'volpeon.ink': {
href: 'https://volpeon.ink',
src: '/img/btn/volpeon.svg',
},
};
let buttonLinks = '';
for (let key in buttons) {
Expand Down

0 comments on commit d8d124e

Please sign in to comment.