Add alt text to images

This commit is contained in:
2024-03-19 19:35:33 -06:00
parent a7f9448a25
commit 43edace864
16 changed files with 65 additions and 62 deletions

View File

@@ -17,7 +17,9 @@ The LEDs came from that strip that was cut up and soldered together with very sm
Twenty-one of the stars are light magenta in color and twinkle by fading randomly. The seven LEDs that form the Big Dipper continually scroll through a gradient of three colors. Instead of calculating the values of each color in the gradient as the program runs, a lookup table is used.
<video autoplay muted loop style="display:block; margin: 0 auto;">
<video autoplay="true" muted="true" loop="true" style="display:block; margin: 0 auto;">
<source src="{static}/media/dress3.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
A video of the dress is above. Right click -> Play if needed.