16 Commits

Author SHA1 Message Date
8770d25eae
Increase title font size
This commit closes #50.
2024-03-03 00:24:57 +00:00
88a6c74559
Rebase webpage "Index" from version "6.0.0-alpha.2" onto "6.0.0" 2024-03-02 20:46:41 +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
4cf0fdb9bb
Rebase webpage "Index" from version "5.1.0-alpha.5" onto "5.1.0" 2024-02-15 10:40:24 +00:00
a959c31b3e
Add Codeberg proprietary code and repository restriction notice 2024-02-01 00:54:34 +00:00
77bb9ba9f7
Clarify source code repositories 2024-02-01 00:50:35 +00:00
4acc0590af
Add link to main Inferencium source code repositories 2024-02-01 00:50:03 +00:00
0b7e6e50b0
Add news-related content 2024-02-01 00:47:35 +00:00
2ee7e662c1
Add Codeberg source code repository mirror news 2024-02-01 00:34:03 +00:00
f8f023b655
Rebase webpage "Index" from version "5.0.0-alpha.3" onto "5.0.0" 2024-02-01 00:29:21 +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
f535c3e573
Reorder navigation bar list 2024-01-29 18:30:37 +00:00
4ffd788eb1
Rebase webpage "Index" from version "4.0.0-alpha.1" onto "4.0.0" 2024-01-29 18:00:53 +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