mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update main page
This commit is contained in:
parent
73952fc77c
commit
3370002058
@ -143,16 +143,28 @@ export default function FaqPage() {
|
|||||||
Can I contribute to ProxMenux?
|
Can I contribute to ProxMenux?
|
||||||
</h3>
|
</h3>
|
||||||
<p className="mb-4">
|
<p className="mb-4">
|
||||||
Yes! ProxMenux is an open-source project, and contributions are welcome.
|
<strong>Absolutely!</strong>
|
||||||
You can share ideas or discuss improvements in the{" "}
|
</p>
|
||||||
|
<p className="mb-4">
|
||||||
|
ProxMenux is an open-source and collaborative project where you can contribute by developing
|
||||||
|
new features, opening discussions, or sharing ideas and improvements.
|
||||||
|
</p>
|
||||||
|
<p className="mb-4">
|
||||||
|
Join the{" "}
|
||||||
<Link href="https://github.com/MacRimi/ProxMenux/discussions" className="text-blue-500 hover:underline">
|
<Link href="https://github.com/MacRimi/ProxMenux/discussions" className="text-blue-500 hover:underline">
|
||||||
Discussions section
|
Discussions section
|
||||||
</Link>.
|
</Link>{" "}
|
||||||
|
to share ideas and propose enhancements.
|
||||||
|
</p>
|
||||||
|
<p className="mb-4">
|
||||||
Make sure to review the{" "}
|
Make sure to review the{" "}
|
||||||
<Link href="https://github.com/MacRimi/ProxMenux/blob/main/CODE_OF_CONDUCT.md" className="text-blue-500 hover:underline">
|
<Link href="https://github.com/MacRimi/ProxMenux/blob/main/CODE_OF_CONDUCT.md" className="text-blue-500 hover:underline">
|
||||||
Code of Conduct & Best Practices
|
Code of Conduct & Best Practices
|
||||||
</Link>.
|
</Link>.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="mb-4">
|
||||||
|
<strong>All ideas are welcome!</strong>
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* 8️⃣ Modifying System Files */}
|
{/* 8️⃣ Modifying System Files */}
|
||||||
<h3 className="text-xl font-semibold mt-16 mb-4 flex items-center">
|
<h3 className="text-xl font-semibold mt-16 mb-4 flex items-center">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import Hero from "@/components/hero"
|
import Hero2 from "@/components/hero2"
|
||||||
import Resources from "@/components/resources"
|
import Resources from "@/components/resources"
|
||||||
import SupportProject from "@/components/support-project"
|
import SupportProject from "@/components/support-project"
|
||||||
import Footer from "@/components/footer"
|
import Footer from "@/components/footer"
|
||||||
@ -7,7 +7,7 @@ import Footer from "@/components/footer"
|
|||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-gradient-to-b from-gray-900 to-gray-800 text-white pt-16">
|
<div className="min-h-screen bg-gradient-to-b from-gray-900 to-gray-800 text-white pt-16">
|
||||||
<Hero />
|
<Hero2 />
|
||||||
<Resources />
|
<Resources />
|
||||||
<SupportProject />
|
<SupportProject />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
@ -7,37 +7,40 @@ import Image from "next/image"
|
|||||||
|
|
||||||
export default function Hero() {
|
export default function Hero() {
|
||||||
return (
|
return (
|
||||||
<section className="py-20 px-4 sm:px-6 lg:px-8">
|
<div className="min-h-screen bg-gradient-to-b from-gray-900 to-gray-800 text-white">
|
||||||
<div className="flex items-center justify-center mb-8">
|
<section className="py-20 px-4 sm:px-6 lg:px-8 h-full flex flex-col justify-center">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center justify-center mb-8">
|
||||||
<Image
|
<div className="flex items-center">
|
||||||
src="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png"
|
<Image
|
||||||
alt="ProxMenux Logo"
|
src="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png"
|
||||||
width={200}
|
alt="ProxMenux Logo"
|
||||||
height={200}
|
width={200}
|
||||||
className="mr-6"
|
height={200}
|
||||||
/>
|
className="mr-2"
|
||||||
<div className="w-px h-20 bg-white mx-6"></div>
|
/>
|
||||||
<div className="text-left">
|
<div className="w-0.5 h-60 bg-white mx-6 self-center"></div>
|
||||||
<h1 className="text-4xl sm:text-5xl md:text-6xl font-extrabold text-white">ProxMenux</h1>
|
<div className="text-left">
|
||||||
<p className="text-2xl sm:text-3xl md:text-4xl mt-2 bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500 font-bold">
|
<h1 className="text-4xl sm:text-5xl md:text-6xl font-extrabold text-white">ProxMenux</h1>
|
||||||
An Interactive Menu for Proxmox VE Management
|
<p className="text-2xl sm:text-3xl md:text-4xl mt-2 bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500 font-bold">
|
||||||
</p>
|
An Interactive Menu for Proxmox VE Management
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<p className="text-base sm:text-lg md:text-xl mb-8 max-w-4xl mx-auto text-gray-300 text-center">
|
||||||
<p className="text-base sm:text-lg md:text-xl mb-8 max-w-4xl mx-auto text-gray-300 text-center">
|
ProxMenux is a management tool for Proxmox VE that simplifies system administration through an interactive
|
||||||
ProxMenux is a management tool for Proxmox VE that simplifies system administration through an interactive menu,
|
menu, allowing you to execute commands and scripts with ease.
|
||||||
allowing you to execute commands and scripts with ease.
|
</p>
|
||||||
</p>
|
<div className="flex justify-center">
|
||||||
<div className="flex justify-center">
|
<Button size="lg" className="bg-blue-500 hover:bg-blue-600" asChild>
|
||||||
<Button size="lg" className="bg-blue-500 hover:bg-blue-600" asChild>
|
<Link href="/docs/installation">
|
||||||
<Link href="/docs/installation">
|
Install Now
|
||||||
Install Now
|
<ArrowRight className="ml-2 h-4 w-4" />
|
||||||
<ArrowRight className="ml-2 h-4 w-4" />
|
</Link>
|
||||||
</Link>
|
</Button>
|
||||||
</Button>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</section>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user