diff --git a/public/assets/js/script.js b/public/assets/js/script.js index efbf2c9..4b0fee3 100644 --- a/public/assets/js/script.js +++ b/public/assets/js/script.js @@ -87,27 +87,27 @@ switch (query) { break; case "/help": - bodyFetch("/cooperation"); + bodyFetch(query); break; case "/doc": - bodyFetch("/cooperation"); + bodyFetch("/help"); break; case "/docs": - bodyFetch("/cooperation"); + bodyFetch("/help"); break; case "/wiki": - bodyFetch("/cooperation"); + bodyFetch("/help"); break; case "/issue": - bodyFetch("/cooperation"); + bodyFetch("/help"); break; case "/cooperation": - bodyFetch(query); + bodyFetch("/help"); break; case "/about": diff --git a/public/cooperation.tpl.html b/public/help.tpl.html similarity index 89% rename from public/cooperation.tpl.html rename to public/help.tpl.html index 33f06cb..e7623ed 100644 --- a/public/cooperation.tpl.html +++ b/public/help.tpl.html @@ -6,15 +6,15 @@ It's easy to get involved in Melawy Linux. Depending on your skills and capabilities, you can help Melawy Linux in the following ways:

-

Support and Promote

+

Support and Promote

-
Mention in Conversation
+
Mention in Conversation

If you like Melawy Linux, let people know about it. Write a review and post it on distrowatch.com. Record a review, express your opinion on youtube.com. Discuss it with your friends, colleagues, family and people around you.

-
Join the Community
+
Join the Community

Melawy Linux is not just an operating system, it is also a community of people who enjoy the free and open source project, as a place to communicate and interact with like-minded people. Whether you are helping other people solve their problems, making them feel at home, or just interacting with other Melawy Linux users, we encourage you to join the community and take part in the creation of Melawy Linux. @@ -27,9 +27,9 @@ Mastodon channel

-

Contribute to Development

+

Contribute to Development

-
Request Help, Report a Bug
+
Request Help, Report a Bug

If you notice something that is not working properly while using Melawy Linux, please let us know. The problem you have found will likely affect others as well. The sooner we know about it, the sooner we can fix it. @@ -41,7 +41,7 @@

-
Help Others
+
Help Others

If you have some free time and want to help other users with technical problems, you should seriously consider reading the forums and helping other Melawy Linux users solve problems, especially if you know how to fix them. @@ -55,7 +55,7 @@ Read ARU - Arch Linux Optimization Guide

-
New Ideas
+
New Ideas

The vast majority of improvements included in each release come from the community. If there is something that you think is missing or could be done better, please let us know. Whether it is the inclusion of a missing hardware driver, or a software application that should be part of the official repository, or if you have any other ideas on how to make Melawy Linux better, we are always interested to hear about them. @@ -69,13 +69,13 @@ Suggest an idea (here)

-
Design
+
Design

If you have a talent for graphic design and are ready to contribute to the project, send us your work and illustrations. Whether it's a simple wallpaper, an icon set, a splash screen or even a new logo. We are always interested in knowing your vision of the design.

-
Programming
+
Programming

Most of our development is done in Qml, Rust, Python, HTML5/CSS, JavaScript, and BASH. If you know other programming languages, such as Dart and the Flutter framework, you are welcome to contribute as well. We also use Git for version control and PKGBUILDs for packaging. If you are comfortable with these technologies, feel free to take a look at our code. If you think you might like too if you can improve our apps or write new ones, feel free to suggest fixes or fork our git repositories. diff --git a/public/index.html b/public/index.html index 6cd4a50..14a8d0d 100644 --- a/public/index.html +++ b/public/index.html @@ -111,7 +111,7 @@ Author