diff --git a/web/app/docs/about/contributors/page.tsx b/web/app/docs/about/contributors/page.tsx index 7e08a09..733f82d 100644 --- a/web/app/docs/about/contributors/page.tsx +++ b/web/app/docs/about/contributors/page.tsx @@ -1,4 +1,4 @@ -import { Users, FlaskRound } from 'lucide-react'; +import { Users, FlaskRound, Youtube } from "lucide-react" export const metadata = { title: "ProxMenux Contributors – Meet the Team Behind ProxMenux", @@ -10,7 +10,7 @@ export const metadata = { url: "https://macrimi.github.io/ProxMenux/docs/about/contributors", images: [ { - url: "https://macrimi.github.io/ProxMenux/contributors-image.png", + url: "https://macrimi.github.io/ProxMenux/contributors-image.png", width: 1200, height: 630, alt: "ProxMenux Contributors", @@ -25,47 +25,58 @@ export const metadata = { }, }; + const contributors = [ { - name: 'MALOW', - role: 'Testing', - avatar: 'https://macrimi.github.io/ProxMenux/avatars/malow.png' + name: "MALOW", + role: "Testing", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/malow.png", }, { - name: 'Segarra', - role: 'Testing', - avatar: 'https://macrimi.github.io/ProxMenux/avatars/segarra.png' + name: "Segarra", + role: "Testing", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/segarra.png", }, { - name: 'Aprilia', - role: 'Testing', - avatar: 'https://macrimi.github.io/ProxMenux/avatars/aprilia.png' - } -]; + name: "Aprilia", + role: "Testing", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/aprilia.png", + }, + { + name: "Jonatan Castro", + role: "Testing and reviewer", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/jonatancastro.png", + youtubeUrl: "https://www.youtube.com/@JonatanCastro", + }, + { + name: "Kamunhas", + role: "Testing", + avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/Kamunhas.png", + }, +] export default function Contributors() { return (
-
+ {/* 🔹 Icon + Title */} +
-

Contributors

+

Contributors

- + {/* 🔹 Description */}

The ProxMenux project grows and thrives thanks to the contribution of its collaborators.

-

- This is the well-deserved recognition of their work: -

- +

This is the well-deserved recognition of their work:

+ {/* 🔹 Contributors List */}
{contributors.map((contributor) => (
{contributor.name} @@ -75,15 +86,26 @@ export default function Contributors() {

{contributor.name}

{contributor.role}

+ {contributor.youtubeUrl && ( + + + YouTube + + )}
))}
- + {/* 🔹 Call to Action */}

- Would you like to contribute? You can collaborate as a tester, developer, designer, or by sharing ideas and suggestions. Any contribution is welcome! + Would you like to contribute? You can collaborate as a tester, developer,{" "} + designer, or by sharing ideas and suggestions. Any contribution is welcome!

- ); + ) } - diff --git a/web/public/figurine/figurine.png b/web/public/figurine/figurine.png new file mode 100644 index 0000000..c31787d Binary files /dev/null and b/web/public/figurine/figurine.png differ diff --git a/web/public/utils/uup-dump-iso-creator.png b/web/public/utils/uup-dump-iso-creator.png new file mode 100644 index 0000000..b543acf Binary files /dev/null and b/web/public/utils/uup-dump-iso-creator.png differ diff --git a/web/public/vm/distro_linux.png b/web/public/vm/distro_linux.png new file mode 100644 index 0000000..af8479a Binary files /dev/null and b/web/public/vm/distro_linux.png differ diff --git a/web/public/vm/local-store.png b/web/public/vm/local-store.png new file mode 100644 index 0000000..56864b5 Binary files /dev/null and b/web/public/vm/local-store.png differ diff --git a/web/public/vm/menu_linux.png b/web/public/vm/menu_linux.png new file mode 100644 index 0000000..b3bbae5 Binary files /dev/null and b/web/public/vm/menu_linux.png differ diff --git a/web/public/vm/menu_windows.png b/web/public/vm/menu_windows.png new file mode 100644 index 0000000..0e7468c Binary files /dev/null and b/web/public/vm/menu_windows.png differ