Added backlink

This commit is contained in:
Mike Lynch 2026-01-05 12:58:24 +11:00
parent b467c1ec88
commit f5cb3b5af4
4 changed files with 25 additions and 3 deletions

View File

@ -46,7 +46,12 @@ print("""
<h1>Genuary 2026 - 05</h1>
<p>Write "Genuary". Avoid using a font</p>
<p>Prompt: Write "Genuary". Avoid using a font</p>
<p>I wrote "Genuary" using the Boxy SVG editor and then played around with it a bit
in Python and did a simple animation with JavaScript (move your mouse!)</p>
<p><a href="../">Back</a></p>
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
""")
@ -59,6 +64,8 @@ for i in range(-100, 100, 5):
print("""
</svg>
<p><a href="https://git.tilde.town/bombinans/genuary2026/src/branch/main/05/genuary05.py">The Python script</p>
<script src="animate.js">
</script>

View File

@ -10,7 +10,12 @@
<h1>Genuary 2026 - 05</h1>
<p>Write "Genuary". Avoid using a font</p>
<p>Prompt: Write "Genuary". Avoid using a font</p>
<p>I wrote "Genuary" using the Boxy SVG editor and then played around with it a bit
in Python and did a simple animation with JavaScript (move your mouse!)</p>
<p><a href="../">Back</a></p>
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
@ -97,6 +102,8 @@
</svg>
<p><a href="https://git.tilde.town/bombinans/genuary2026/src/branch/main/05/genuary05.py">The Python script</p>
<script src="animate.js">
</script>

9
dist/05/index.html vendored
View File

@ -10,7 +10,12 @@
<h1>Genuary 2026 - 05</h1>
<p>Write "Genuary". Avoid using a font</p>
<p>Prompt: Write "Genuary". Avoid using a font</p>
<p>I wrote "Genuary" using the Boxy SVG editor and then played around with it a bit
in Python and did a simple animation with JavaScript (move your mouse!)</p>
<p><a href="../">Back</a></p>
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
@ -97,6 +102,8 @@
</svg>
<p><a href="https://git.tilde.town/bombinans/genuary2026/src/branch/main/05/genuary05.py">The Python script</p>
<script src="animate.js">
</script>

1
dist/index.html vendored
View File

@ -17,6 +17,7 @@ on the Fedivers at <a href="https://old.mermaid.town/@fsvo">@fsvo@old.mermaid.to
<li><a href="02/">2: twelve principles of animation</a></li>
<li><a href="03/">3: Fibonacci forever</a></li>
<li><a href="04/">4: Low res</a></li>
<li><a href="05/">5: Write "Genuary". Avoid using a font.</a></li>
</ul>