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

@@ -9,7 +9,7 @@ Tags: feed
You can find the [source code](https://github.com/Protospace/spaceport) on Github.
![[spaceport1.png]]
![[spaceport1.png | a screenshot of spaceport's home page. a photo of me to the left, below that my latest training and transactions. links and stats related to Protospace to the right.]]
Spaceport is tightly coupled to Protospace and has many integrations:
@@ -29,7 +29,7 @@ Spaceport is tightly coupled to Protospace and has many integrations:
- Displays charts of various environmental sensors
- Displays a photo of our garden
![[spaceport2.png]]
![[spaceport2.png | a list of all the classes. they are group by course and have colourful tags to make them easier to find.]]
As of writing this there's 234 current Protospace members and 1408 historical or inactive memberships that it manages. Data is stored in a 49 MB SQLite database which makes it easy to back up or sync with my development server. The back end is written in Django / Python and the front end is React / JavaScript with Semantic UI for the graphics.