commit a3271350cb16d0458728f73d83093d30040d7e13
parent cae8c6ecd438c4ce63b893389a85651b661c54bc
Author: corndog <cauchyn@firemail.cc>
Date: Tue, 19 Mar 2019 00:19:40 -0700
Address web accessibility concerns
Diffstat:
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/in/dogs/index.md b/in/dogs/index.md
@@ -2,8 +2,10 @@ title: dogs
tags: prose
----
+<h1>
<center>Training these scamps.</center>
+</h1>
-[](./mona.jpg)
+[](./mona.jpg)
-[](./simon.jpg)
+[](./simon.jpg)
diff --git a/in/sits/index.md b/in/sits/index.md
@@ -8,7 +8,10 @@ description: A networked versus vertically scrolling shooter in progress.
{{ template "proseheader" .ModTime }}
-
+<figure>
+
+<figcaption>Destroyed enemies explode and damage other enemies which can start a “chain.”</figcaption>
+</figure>
Shimmers in the Stars was the production name of a game I was making with LÖVE[(0)][0] at
the start of 2016. SITS aimed to provide a networked versus shooter experience in the
@@ -40,7 +43,7 @@ you to research technologies that may be a better fit for your needs.
## Play
-Finally, you can find a recent (relative to Master) testing build [here](./releases). If
+Finally, here is a recent (relative to Master) [testing build](./releases). If
you have LÖVE installed, you can run the .love; it was compiled in 0.10.1-2. Otherwise, on
Windows, you can get the appropriate executable for your architecture. Inform me if you
run into any problems.