Skip to content

Commit

Permalink
feat: add imageAlt for preview images
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Sep 29, 2024
1 parent f4b87dd commit d35b5ee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/penumbra/journal/canvas-and-matrices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: article
title: 'Chapters 2–4: Canvas and Matrices'
date: 2023-12-08 18:30:00 -07:00
image: pixel-clock.jpeg
imageAlt: Screenshot of the pixel-clock component demo
teaser: >-
An overdue and long update covering 3 chapters! The site has moved to its permanent home
and the demo for these chapters is a neat little animated clock.
Expand Down
3 changes: 3 additions & 0 deletions www/penumbra/journal/github-copilot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ layout: article
title: 'How I Am Using GitHub Copilot'
date: 2024-03-23 15:15:00 -07:00
image: poster.jpeg
imageAlt: >-
Screenshot of the JavaScript and WebAssembly versions of the sphere-shadow components.
Copilot, the GitHub Copilot mascot, looks up at the demo.
teaser: >-
A six minute video I produced to show how I am using GitHub Copilot as I work on
my ray tracer, Penumbra. Includes a preview of the upcoming switch to Rust/WebAssembly!
Expand Down
1 change: 1 addition & 0 deletions www/penumbra/journal/ray-sphere-interactions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: article
title: 'Chapter 5: Ray-Sphere Interactions'
date: 2023-12-29 14:00:00 -07:00
image: sphere-shadow.jpeg
imageAlt: Screenshot of the sphere-shadow component demo.
teaser: >-
Finally! Ray casting! Plus an interactive demo of a sphere’s shadow.
---
Expand Down
4 changes: 4 additions & 0 deletions www/penumbra/journal/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ layout: article
title: 'The Twist You Possibly Expected: Rust'
date: 2024-06-04 13:20:00 -07:00
image: preview.jpeg
imageAlt: >-
Screenshot of the JavaScript and WebAssembly versions of the sphere-shadow components
side-by-side. There is also a dropdown menu to select the resolution that the components
will render.
teaser: >-
Switching from JavaScript to Rust/WebAssembly has (unsuprisingly) significantly increased
performance!
Expand Down
1 change: 1 addition & 0 deletions www/penumbra/journal/tuples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ layout: article
title: 'Chapter 1: Tuples'
date: 2023-11-18 19:51:00 -07:00
image: projectile-cannon.png
imageAlt: Screenshot of the projectile-cannon component demo.
teaser: >-
An interactive web component already!
---
Expand Down

0 comments on commit d35b5ee

Please sign in to comment.