71 Commits

Author SHA1 Message Date
b0f3588958
Remove Google Pixel 8-series support timeframe Apple comparison
It's not logical to make comparisons when the support timeframe itself
is device-specific and has no relation to other devices.
2024-01-30 16:35:03 +00:00
8418eb8aec
Remove duplicate link 2024-01-30 16:27:52 +00:00
0ce67deeef
Fix wording 2024-01-30 16:25:42 +00:00
9fda4f1f90
Add section "Versioning" and subsections 2024-01-30 16:12:41 +00:00
598f7b8fbf
Move subsection "About Me - Is it GNU/Linux or Just Linux" to its own section
It's more logical to move this section out of the "About Me" section
when it's unrelated to me, personally. It's the least related to me out
of everything on the "About" webpage, so it should be placed at the
bottom.
2024-01-30 01:42:05 +00:00
7a651eafde
Remove units from img element height and width attributes
Units are not permitted to be used in `height` and `width` attributes in
`img` elements.
2024-01-30 00:01:48 +00:00
331f055a96
Add alt attribute to images
`alt` attribute is a mandatory attribute of `<img>` elements.
2024-01-29 23:18:34 +00:00
0a39225eea
Remove duplicate IDs
IDs should not be defined multiple times. Use the `<section>` elements
to define the IDs rather than the headings.
2024-01-29 21:41:25 +00:00
f535c3e573
Reorder navigation bar list 2024-01-29 18:30:37 +00:00
8eaa84fd11
Rebase webpage "About" from version "7.0.0-alpha.11" onto "7.0.0" 2024-01-29 00:36:52 +00:00
d0e61a16b7
Fix broken links 2024-01-13 08:33:57 +00:00
87f8eefc7d
Add more reference links 2024-01-13 08:33:10 +00:00
89f9a1f706
Clarify DNS records 2024-01-13 08:06:43 +00:00
49984fde9e
Document Secure Shell fingerprint records usage 2024-01-13 08:04:08 +00:00
18dacecc69
Document usage of Certificate Authority Authorization 2024-01-13 08:01:33 +00:00
b160960771
Improve section "Licensing"
Break into more paragraphs, minor rewording, and reordering of
paragraphs.
2024-01-13 07:52:37 +00:00
0b02f34c21
Improve argument against "GNU/Linux" naming
Reword argument to avoid targeting readers, as well as improve the
structure of the section.
2024-01-13 07:44:51 +00:00
1642e530fe
Format license types with bold 2024-01-13 07:40:40 +00:00
389cd036d5
Document date and time 2024-01-13 07:36:58 +00:00
1633ef1039
Switch from line break class to paragraph class 2024-01-13 07:25:50 +00:00
dba0b18bc8
Switch from HTML to XHTML
XHTML provides strict parsing checks to enforce XML compliance, unlike
HTML which will allow broken code to load. Code-correctness will
substantially increase with this change.
2024-01-12 08:02:13 +00:00