From fa5bff8b1dd41314f1aecc9c449e326d0a8e0b16 Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:29:28 -0400 Subject: [PATCH] Update website structure and content - Added contact information and contributors section to README.md. - Removed scripts.js from about.html and index.html for cleaner loading. - Added a new "Drivers" page with driver repository information. - Updated navigation links in index.html and about.html to reflect new structure. - Created a new wiki.html page with installation instructions for XLibre on major distributions. - Consolidated contact and contribution information into footers across multiple pages. --- website/README.md | 2 + website/about.html | 23 ++++++-- website/download.html | 120 ----------------------------------------- website/drivers.html | 122 ++++++++++++++++++++++++++++++++++++++++++ website/index.html | 45 +++++++--------- website/wiki.html | 86 +++++++++++++++++++++++++++++ 6 files changed, 249 insertions(+), 149 deletions(-) delete mode 100644 website/download.html create mode 100644 website/drivers.html create mode 100644 website/wiki.html diff --git a/website/README.md b/website/README.md index 47bf4d227..beb66e959 100644 --- a/website/README.md +++ b/website/README.md @@ -29,3 +29,5 @@ This project is licensed under the MIT License. ## Contact For questions or contributions, please open an issue or contact @metux. + +### Made by [@xgui4](https://github.com/xgui4) and [@ChocodeerZyNX](https://github.com/ChocodeerZyNX) diff --git a/website/about.html b/website/about.html index 87e0f708a..40e77df72 100644 --- a/website/about.html +++ b/website/about.html @@ -6,7 +6,6 @@ - @@ -34,11 +33,14 @@