remove target=blank etc

This commit is contained in:
2026-09-12 10:48:36 -07:00
parent c517bb8d69
commit 07bb31111f
80 changed files with 389 additions and 366 deletions
@@ -8,9 +8,9 @@ tags:
- software
---
Recently, I got an iPad for art and immediately fell down the rabbit hole of [Glitch](https://glitch.com){target="_blank" rel="external"} and web development.
Recently, I got an iPad for art and immediately fell down the rabbit hole of [Glitch](https://glitch.com) and web development.
When creating the [rescue Trans rescue site](https://rescue-trans-rescue.glitch.com){target="_blank" rel="external"}, I started with a right-aligned navbar. While developing and testing on my iPad, I got in the habit of hovering my hand over the top-right corner of the tablet, always ready to try the light/dark toggle or switch pages.
When creating the [rescue Trans rescue site](https://rescue-trans-rescue.glitch.com), I started with a right-aligned navbar. While developing and testing on my iPad, I got in the habit of hovering my hand over the top-right corner of the tablet, always ready to try the light/dark toggle or switch pages.
And then I thought about left-handed people - left handed tablet or touchscreen users in particular. Reaching across the screen repeatedly would start to be a real drag, wouldn't it?
@@ -49,7 +49,7 @@ Now users on phones won't have an unhelpful button taking screen space.
## nav.js
Now let's move to `nav.js` and define some consts for ease of use. We're going to use [Font Awesome icons](https://fontawesome.com/icons){target="_blank" rel="external"} for this button, so we'll go grab their HTML for the left and right pointing hands.
Now let's move to `nav.js` and define some consts for ease of use. We're going to use [Font Awesome icons](https://fontawesome.com/icons) for this button, so we'll go grab their HTML for the left and right pointing hands.
```js
const ALIGN = "alignment"