cfd621b151
Rebase webpage "Changelog - Firmware - xb000-0" from version "4.0.0-alpha.2" onto "4.0.0"
2024-02-28 16:29:07 +00:00
03796be388
Properly namespace files via filesystem directories
...
This commit closes issue #44 .
2024-02-15 12:36:29 +00:00
3d881cff31
Add favicon
...
This commit closes issue #43 .
2024-02-15 12:28:03 +00:00
295b7776e0
Rebase webpage "Changelog - Firmware - xb000-0" from version "3.0.0-alpha.5" onto "3.0.0"
2024-02-15 10:16:59 +00:00
d56e955052
Switch from <section>
elements to <article>
for changelog entries
...
It's more logical to use `<article>` elements for changelog entries
since they are their own self-contained article about each version; each
version is not a different section of the same changelog entry.
2024-01-30 00:59: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
2a3b7bb848
Rebase webpage "Changelog - Firmware - xb000-0" from version "2.0.0-alpha.1" onto "2.0.0"
2024-01-29 17:38:41 +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