add book button

This commit is contained in:
Lucas 2023-03-07 00:13:27 +01:00
parent 2b7da69243
commit 7a2a243013
3 changed files with 9 additions and 3 deletions

View file

@ -11,8 +11,8 @@
</head> </head>
<body> <body>
<button onclick="changeLangEN()">English</button> <button onclick="changeLangEN()">🇺🇸 English</button>
<button onclick="changeLangFR()">French</button> <button onclick="changeLangFR()">🇫🇷 French</button>
<h1>FateforgeTools</h1> <h1>FateforgeTools</h1>
<div data-localize="desc"> <div data-localize="desc">
@ -32,6 +32,10 @@
<div><i class="fa-solid fa-hand-sparkles"></i></div> <div><i class="fa-solid fa-hand-sparkles"></i></div>
<div data-localize="btn-items">items</div> <div data-localize="btn-items">items</div>
</button> </button>
<button onclick="window.location.href='books.html';">
<div><i class="fa-solid fa-book"></i></div>
<div data-localize="btn-books">books</div>
</button>
</div> </div>
<footer style="text-align: center;"> <footer style="text-align: center;">

View file

@ -8,5 +8,6 @@
"btn-monsters": "Creatures", "btn-monsters": "Creatures",
"btn-items": "Magic Items", "btn-items": "Magic Items",
"CUVD": "Unofficial site for Fateforge RPG. Uses copyrighted content © Agate RPG, courtesy of the publisher under the CUVD license.", "CUVD": "Unofficial site for Fateforge RPG. Uses copyrighted content © Agate RPG, courtesy of the publisher under the CUVD license.",
"link": "Join the community: <a href='https://fateforge.org/en'>https://fateforge.org/en</a>" "link": "Join the community: <a href='https://fateforge.org/en'>https://fateforge.org/en</a>",
"btn-books": "Books"
} }

View file

@ -7,6 +7,7 @@
"btn-spells": "Sorts", "btn-spells": "Sorts",
"btn-monsters": "Créatures", "btn-monsters": "Créatures",
"btn-items": "Objets Magiques", "btn-items": "Objets Magiques",
"btn-books": "Livres",
"CUVD": "Site non-officiel pour Dragons. Utilise des contenus protégés par la propriété intellectuelle © Agate RPG, avec laimable permission de léditeur dans le cadre de la licence CUVD.", "CUVD": "Site non-officiel pour Dragons. Utilise des contenus protégés par la propriété intellectuelle © Agate RPG, avec laimable permission de léditeur dans le cadre de la licence CUVD.",
"link": "Rejoignez la communauté : <a href='www.dragons-rpg.com'>www.dragons-rpg.com</a>", "link": "Rejoignez la communauté : <a href='www.dragons-rpg.com'>www.dragons-rpg.com</a>",
"verbal": "Verbale", "verbal": "Verbale",