e7ec013d3f
Add "stable_diffusion-webui" source code repository link
2024-03-26 11:15:04 +00:00
ab981bf7d5
Rebase webpage "Source" from version "8.1.0-alpha.6" onto "8.1.0"
2024-03-26 11:12:59 +00:00
824dafb02d
Fix "linux-firmware" link
2024-03-25 06:01:37 +00:00
d7873e96bf
Strip trailing slashes from URIs
...
There is no guarantee that the URIs are directories instead of files, so
strip the slash and allow the web server/web browser to handle them.
2024-03-25 06:00:01 +00:00
c680cfef44
Add third-party source code repository mirror locations
2024-03-25 05:56:20 +00:00
76c2a2bc7f
Switch from <nav>
elements to <section>
elements for source code repository locations
...
`<nav>` is used for main navigation across the website. It's more
logical to use `<section>` for source code repository sections.
2024-03-25 05:27:42 +00:00
fe8322e729
Add source code repository third-party mirrors section
2024-03-25 05:26:34 +00:00
d9610fa773
Modularise source code repository locations
...
Since Inferencium code is now located across multiple locations,
including Inferencium servers and third-party mirrors, the source code
navigation should be updated to reflect that.
2024-03-25 04:43:39 +00:00
a9126e7015
Rebase webpage "Source" from version "8.0.1-alpha.1" onto "8.0.1"
2024-03-25 04:23:58 +00:00
cdeeb241c4
Fix code indentation
...
This commit closes #59 .
2024-03-18 00:36:16 +00:00
057c4da276
Rebase webpage "Source" from version "8.0.0-alpha.2" onto "8.0.0"
2024-03-15 17:10:35 +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
9476da7b13
Rebase webpage "Source" from version "7.0.0-alpha.2" onto "7.0.0"
2024-03-02 21:12:52 +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
fa05bb64d7
Rebase webpage "Source" from version "6.0.0-alpha.6" onto "6.0.0"
2024-02-15 10:44:38 +00:00
bdfe6373d8
Remove "Planetarium" from source list
...
Project "Planetarium" has been cancelled due to lack of personal
interest in Fediverse.
2024-01-30 17:29:24 +00:00
f40f2ddd03
Remove "Constellation" from source list
...
Project "Constellation" has been cancelled due to lack of personal
interest in Fediverse.
2024-01-30 17:28:24 +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
3b062d4bbf
Rebase webpage "Source" from version "5.0.0-alpha.1" onto "5.0.0"
2024-01-29 18:05:09 +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