From 8d79031e57a1af9f7034195e015e39f32fa9af54 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 3 Jul 2024 11:37:55 -0400 Subject: More footnote cleanup v2 --- posts/future-os-google.md | 2 +- posts/still-using-jquery.md | 4 ++-- posts/tables.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'posts') diff --git a/posts/future-os-google.md b/posts/future-os-google.md index cfa95c1..491331a 100644 --- a/posts/future-os-google.md +++ b/posts/future-os-google.md @@ -6,7 +6,7 @@ - - - -Google has created one of the best operating systems designed with the everyday user1 in mind: [Chrome OS](https://www.google.com/chromebook/chrome-os/). It is undeniably simple, reliable, easy to setup, and ships with several years of support before any form of EOL kicks in. New models have built-in support for the Google Play Store and Android applications, which is helpful for application development and debugging. +Google has created one of the best operating systems designed with the everyday user[^1] in mind: [Chrome OS](https://www.google.com/chromebook/chrome-os/). It is undeniably simple, reliable, easy to setup, and ships with several years of support before any form of EOL kicks in. New models have built-in support for the Google Play Store and Android applications, which is helpful for application development and debugging. In addition, Chrome OS devices allow you to run Linux in a separate container alongside the main OS (on supported devices). You can't complain about that! diff --git a/posts/still-using-jquery.md b/posts/still-using-jquery.md index c89993e..b30c25d 100644 --- a/posts/still-using-jquery.md +++ b/posts/still-using-jquery.md @@ -23,8 +23,8 @@ I tend to follow these principles when working on a project (with shared equal i - simple UI - intuitive UX -As long as all of these items are accomplished, I don't care if the project was a direct export from Microsoft Word straight to the web1. If it works great, then it works great. +As long as all of these items are accomplished, I don't care if the project was a direct export from Microsoft Word straight to the web[^1]. If it works great, then it works great. So use whatever tools make you a happier developer, as long as your projects don't suffer because of them. -1This would obviously be terrible for development, but its just an extreme example +[^1]: This would obviously be terrible for development, but its just an extreme example diff --git a/posts/tables.md b/posts/tables.md index 787daed..c969889 100644 --- a/posts/tables.md +++ b/posts/tables.md @@ -116,8 +116,8 @@ You could keep the table headings and style them the same as the `tbody` content Simply put: **accessibility** and **proper semantics**. -Why use a screwdriver when you need a hammer? Sure, you can make that screwdriver look and *almost* work the same as a hammer, but for what purpose? Just use the damn hammer1. +Why use a screwdriver when you need a hammer? Sure, you can make that screwdriver look and *almost* work the same as a hammer, but for what purpose? Just use the damn hammer[^1]. Have fun making your tables responsive! -1 I know, this is a terrible analogy... +[^1]: I know, this is a terrible analogy... -- cgit v1.2.3-54-g00ecf