~johanvandegriff/games.johanv.net

8ad109028fc5ca129716dd9ab738285bca08ffc9 — Johan Vandegriff 2 years ago 0d07fcc
changed gitlab links => sourcehut
4 files changed, 4 insertions(+), 4 deletions(-)

M static/style.css
M templates/footer.html
M templates/header.html
M templates/stoichiometry.html
M static/style.css => static/style.css +1 -1
@@ 1,7 1,7 @@
/*
This CSS source code is licensed under the GNU Affero General Public License 3.0. (https://www.gnu.org/licenses/agpl-3.0.html)

The full source code is available at: https://gitlab.com/johanvandegriff/games.johanv.xyz
The full source code is available at: https://git.sr.ht/~johanvandegriff/games.johanv.xyz
*/

body {

M templates/footer.html => templates/footer.html +1 -1
@@ 1,6 1,6 @@

</section>
<footer>
<h6>This site's <a target="_blank" href="https://gitlab.com/johanvandegriff/games.johanv.xyz">source code</a> is released under the GNU AGPLv3.</h6>
<h6>This site's <a target="_blank" href="https://git.sr.ht/~johanvandegriff/games.johanv.xyz">source code</a> is released under the GNU AGPLv3.</h6>
</footer>
</body></html>

M templates/header.html => templates/header.html +1 -1
@@ 2,7 2,7 @@
<!--
This HTML source code and the Python/Flask/Jinja/Perl source code used to generate it is licensed under the GNU Affero General Public License 3.0. (https://www.gnu.org/licenses/agpl-3.0.html)

The source code is available at: https://gitlab.com/johanvandegriff/games.johanv.xyz
The source code is available at: https://git.sr.ht/~johanvandegriff/games.johanv.xyz
-->
<link rel="stylesheet" type="text/css" href="/static/style.css">
{% if stylesheet %}

M templates/stoichiometry.html => templates/stoichiometry.html +1 -1
@@ 59,6 59,6 @@ Enter the quantity and unit of this compound:

<h3>Source Code</h3>
<p>This app is open source! You can see, modify, and distribute the source code.</p>
<p>You can see the source code for the actual solver (under the <a target="_blank" href="https://tldrlegal.com/license/mit-license">MIT license</a>) on <a target="_blank" href="https://gitlab.com/johanvandegriff/Stoichiometry">gitlab</a> or <a target="_blank" href="https://github.com/johanvandegriff/Stoichiometry">github</a>. The source code for this web page (under the <a target="_blank" href="https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)">AGPLv3 license</a>) is also on <a target="_blank" href="https://gitlab.com/johanvandegriff/games.johanv.xyz/blob/master/games.py">gitlab</a> or <a target="_blank" href="https://github.com/johanvandegriff/games.johanv.xyz/blob/master/games.py">github</a>.</p>
<p>You can see the source code for the actual solver (under the <a target="_blank" href="https://tldrlegal.com/license/mit-license">MIT license</a>) on <a target="_blank" href="https://git.sr.ht/~johanvandegriff/Stoichiometry">sourcehut</a> or <a target="_blank" href="https://github.com/johanvandegriff/Stoichiometry">github</a>. The source code for this web page (under the <a target="_blank" href="https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)">AGPLv3 license</a>) is also on <a target="_blank" href="https://git.sr.ht/~johanvandegriff/games.johanv.xyz/tree/master/item/games.py">sourcehut</a> or <a target="_blank" href="https://github.com/johanvandegriff/games.johanv.xyz/blob/master/games.py">github</a>.</p>

{% include 'footer.html' %}