40d5dbc372
Add webpage description
2024-03-24 12:34:58 +00:00
e3afb9c4fb
Rename instances of "readme" to "README"
...
Uppercase is the standard case for README files.
2024-03-24 12:29:22 +00:00
66a35617e0
Add "Firmware - aa000-0" version "14.0.0" changelog
2024-03-24 12:26:57 +00:00
fb4da20fed
Reorder changelog list items
2024-03-24 12:24:17 +00:00
e1d20affaa
Add "Firmware - aa000-0" version "13.0.0" changelog
2024-03-24 12:22:30 +00:00
fe00131e04
Add "Firmware - aa000-0" version "12.0.0" changelog
2024-03-24 12:18:17 +00:00
0fa1b9dcd2
Add "Firmware - aa000-0" version "11.0.0" changelog
2024-03-24 12:13:19 +00:00
c88faf5514
Add "Firmware - aa000-0" version "10.0.0" changelog
2024-03-24 12:11:01 +00:00
abfa8dc9e7
Add "Firmware - aa000-0" version "9.0.0" changelog
2024-03-24 11:35:10 +00:00
9b53e9e3aa
Fix link
2024-03-24 11:20:15 +00:00
24701232f2
Add "Firmware - aa000-0" version "8.0.0.9" changelog
2024-03-24 11:19:17 +00:00
c43abe7ca4
Reorder changelog list items
2024-03-24 11:16:14 +00:00
22cbcf146b
Improve pre-colon formatting
2024-03-24 11:09:41 +00:00
0a3aea72bc
Rebase webpage "Changelog - Firmware - aa000-0" from version "5.0.1-alpha.1" onto "5.0.1"
2024-03-24 11:04:29 +00:00
cdeeb241c4
Fix code indentation
...
This commit closes #59 .
2024-03-18 00:36:16 +00:00
ca9477d05a
Rebase webpage "Changelog - Firmware - aa000-0" from version "5.0.0-alpha.2" onto "5.0.0"
2024-03-15 00:50:18 +00:00
c8b233884e
Fix Inferencium logo on small-display navigation bar
...
This commit closes #54 .
2024-03-04 02:26:24 +00:00
393c17e8c0
Move news from webpage "Index" to dedicated "News"
...
This commit closes #48 .
2024-03-03 23:57:44 +00:00
4c4f975229
Remove CSS class div.title a.title
...
This CSS class is unnecessary since it's already a part of the more
modular parent `div`.
2024-03-03 20:45:41 +00:00
e4e87af7f2
Add webpage "Sitemap" link to navigation bar
...
This commit closes #47 .
2024-03-03 02:13:56 +00:00
8770d25eae
Increase title font size
...
This commit closes #50 .
2024-03-03 00:24:57 +00:00
1a12e46bc7
Rebase webpage "Changelog - Firmware - aa000-0" from version "4.0.0-alpha.2" onto "4.0.0"
2024-02-27 22:43:18 +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
62a28ab258
Rebase webpage "Changelog - Firmware - aa000-0" from version "3.0.0-alpha.5" onto "3.0.0"
2024-02-15 10:14:34 +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
6eb768f60a
Rebase webpage "Changelog - Firmware - aa000-0" from version "2.0.0-alpha.1" onto "2.0.0"
2024-01-29 17:37:13 +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