Skip to content

Commit

Permalink
fix image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 6, 2024
1 parent 32988c8 commit ae88965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ hide:

---

![Image title](../assets/images/history.png){ width="100%" }
![History](../assets/images/history.png){ width="100%" }

Maintain all user actions and travel through time, without ever losing your undo/redo stack.

- :fontawesome-solid-terminal:{ .lg .middle } __Interactive SHELL__

---

![Image title](../assets/images/repl.png){ width="100%" }
![Repl](../assets/images/repl.png){ width="100%" }

Evaluate [Clojure](https://clojure.org/) and Javascript code on the embedded REPL to generate shapes, or even extend the editor on the fly.

Expand All @@ -29,7 +29,7 @@ hide:

---

![Image title](../assets/images/animations.png){ width="100%" }
![Animations](../assets/images/animations.png){ width="100%" }

Create and edit [SMIL](https://developer.mozilla.org/en-US/docs/Web/SVG/SVG_animation_with_SMIL) animations, an extension of SVG allowing to animating SVG elements.

Expand Down

0 comments on commit ae88965

Please sign in to comment.