CSS : Modify the design of download page;

Python: Add instructions for operating systems and for featured clients;
SVG   : Add new icons and optimize existing icons;
TOML  : Add a file for operating systems;
XHTML : Add a page for operating systems.
This commit is contained in:
Schimon Jehudah, Adv. 2024-10-26 20:14:45 +03:00
parent 6625035969
commit 8675f295e6
24 changed files with 608 additions and 1159 deletions

11
systems.toml Normal file
View file

@ -0,0 +1,11 @@
systems = [
{ name = "Android", id = "android" },
{ name = "Apple", id = "apple" },
{ name = "Browser", id = "browser" },
{ name = "Haiku", id = "haiku" },
{ name = "KaiOS", id = "kaios" },
{ name = "Linux", id = "linux" },
{ name = "POSIX", id = "posix" },
{ name = "UBports", id = "ubports" },
{ name = "Windows", id = "windows" },
]