Added backlink
This commit is contained in:
parent
b467c1ec88
commit
f5cb3b5af4
@ -46,7 +46,12 @@ print("""
|
|||||||
|
|
||||||
<h1>Genuary 2026 - 05</h1>
|
<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">
|
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
||||||
""")
|
""")
|
||||||
@ -59,6 +64,8 @@ for i in range(-100, 100, 5):
|
|||||||
print("""
|
print("""
|
||||||
</svg>
|
</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 src="animate.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,12 @@
|
|||||||
|
|
||||||
<h1>Genuary 2026 - 05</h1>
|
<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">
|
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|
||||||
@ -97,6 +102,8 @@
|
|||||||
|
|
||||||
</svg>
|
</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 src="animate.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
9
dist/05/index.html
vendored
9
dist/05/index.html
vendored
@ -10,7 +10,12 @@
|
|||||||
|
|
||||||
<h1>Genuary 2026 - 05</h1>
|
<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">
|
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|
||||||
@ -97,6 +102,8 @@
|
|||||||
|
|
||||||
</svg>
|
</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 src="animate.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
1
dist/index.html
vendored
1
dist/index.html
vendored
@ -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="02/">2: twelve principles of animation</a></li>
|
||||||
<li><a href="03/">3: Fibonacci forever</a></li>
|
<li><a href="03/">3: Fibonacci forever</a></li>
|
||||||
<li><a href="04/">4: Low res</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>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user