36 Commits

Author SHA1 Message Date
83f5bb5b31
feat(key): add link to base allowed_signers file
This commit adds a link to my baseline `allowed_signers` file which was
introduced in commit 86e126aacd.
2025-06-24 16:21:22 +00:00
b2672d1df0
feat(key): add SSH-key verification instructions 2025-06-24 16:12:29 +00:00
d2badd53b7
feat(key): add SSH-key IDs
This commit adds unique IDs to each of my SSH public keys, making it
easier to communicate their identities, rather than communicating the
entire public keys or their fingerprints.
2025-06-24 15:26:33 +00:00
30633c498f
feat(key): add 2025-06-23 SSH key 2025-06-24 03:49:38 +00:00
1ad5f59d37
feat(key): switch SSH-key list to table 2025-06-24 03:43:36 +00:00
d6780bb48f
rebase: webpage "Key" from version "9.1.0-alpha.3" onto "9.1.0" 2025-06-24 02:42:37 +00:00
fc9c9011f0
Clarify SSH key date ranges 2024-04-01 15:52:22 +00:00
4a9e14dde5
Fix anchor link 2024-04-01 15:48:37 +00:00
9c91a1afda
Add SSH key "#2" 2024-04-01 15:47:12 +00:00
7899eaa1b1
Rebase webpage "Key" from version "9.0.1-alpha.1" onto "9.0.1" 2024-04-01 15:30:47 +00:00
cdeeb241c4
Fix code indentation
This commit closes #59.
2024-03-18 00:36:16 +00:00
44826c53a9
Rebase webpage "Key" from version "9.0.0-alpha.2" onto "9.0.0" 2024-03-15 16:00:01 +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
25edd92c6d
Rebase webpage "Key" from version "8.0.0-alpha.2" onto "8.0.0" 2024-03-02 20:47:43 +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
143c20076a
Rebase webpage "Key" from version "7.0.0-alpha.5" onto "7.0.0" 2024-02-15 10:41:06 +00:00
75962e1c8a
Update XMPP key updated date 2024-01-30 17:20:40 +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
8547f45eb7
Rebase webpage "Key" from version "6.0.0-alpha.9" onto "6.0.0" 2024-01-29 18:01:34 +00:00
7f1f615fad
Improve sentence structure 2024-01-13 07:22:27 +00:00
e62ba8989a
Switch to paragraph class for XMPP URIs 2024-01-13 07:20:44 +00:00
8765cf16ff
Remove end-periods from list items 2024-01-13 07:17:44 +00:00
2fa5401054
Add missing subsections 2024-01-13 07:16:14 +00:00
dd4b9ae4e2
Rename "inference@inferencium.net" current XMPP key from "#0" to "#1"
This prevents an identification collision of multiple keys sharing the
same name.
2024-01-13 06:02:53 +00:00
8a472a5e4b
Add headings for each key 2024-01-13 06:01:31 +00:00
190f1d8108
Add current and legacy keys headings 2024-01-13 04:46:31 +00:00
1b9440a26d
Improve contact and key information
Improve spacing around `img.logo-small` CSS class, and switch to
bullet lists for contact information to allow multiple addresses etc per
contact method.
2024-01-13 04:30:49 +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