Remove the weird triangle spin thing and fix a link on the Zakarya page

This commit is contained in:
2024-12-31 23:15:55 -08:00
parent bdee81be16
commit 6d3effb344
2 changed files with 1 additions and 2 deletions

View File

@ -98,7 +98,6 @@ class Particle {
const midY2 = (y2 + y3) / 2;
const midX3 = (x3 + x1) / 2;
const midY3 = (y3 + y1) / 2;
ctx.moveTo(midX1, midY1);
ctx.arcTo(x2, y2, midX2, midY2, radius);
ctx.arcTo(x3, y3, midX3, midY3, radius);
ctx.arcTo(x1, y1, midX1, midY1, radius);

View File

@ -44,7 +44,7 @@ $(document).ready(function(){
<img src="/zakarya/videos/thumbnail/wayforward.png">
<span class="title">The Way Forward</span>
</a></li>
<li><a href="/videoindex.html?c=zakarya&v=hello-world">
<li><a href="/video?c=zakarya&v=hello-world">
<img src="/zakarya/videos/thumbnail/helloworld.png">
<span class="title">Hello World</span>
</a></li>