|
| 1 | +{{ define "main" }} |
| 2 | + |
| 3 | + <section class="gradient-dark relative overflow-hidden px-6 pb-16 pt-32"> |
| 4 | + <div |
| 5 | + class="absolute right-0 top-0 h-96 w-96 rounded-full bg-blue-500/10 blur-3xl" |
| 6 | + ></div> |
| 7 | + <div |
| 8 | + class="absolute bottom-0 left-0 h-96 w-96 rounded-full bg-cyan-500/10 blur-3xl" |
| 9 | + ></div> |
| 10 | + <div class="relative z-10 mx-auto max-w-5xl"> |
| 11 | + <div class="mb-8 flex flex-wrap gap-3"> |
| 12 | + <span |
| 13 | + class="rounded-full border border-cyan-400/20 bg-cyan-400/10 px-4 py-2 text-sm font-medium text-cyan-300" |
| 14 | + >Release 0.1.1</span |
| 15 | + > |
| 16 | + <span |
| 17 | + class="rounded-full border border-slate-700 bg-slate-900/50 px-4 py-2 text-sm text-slate-300" |
| 18 | + >FreeBSD · Linux · Windows</span |
| 19 | + > |
| 20 | + </div> |
| 21 | + <h1 class="section-title mb-6 text-white"> |
| 22 | + Download <span class="text-cyan-400">Maolan</span> |
| 23 | + </h1> |
| 24 | + <p class="max-w-3xl text-xl leading-relaxed text-slate-300"> |
| 25 | + Get the latest pre-release build for your platform. Maolan is |
| 26 | + currently available for FreeBSD, Linux, and Windows. |
| 27 | + </p> |
| 28 | + <div class="mt-10 grid gap-4 sm:grid-cols-3"> |
| 29 | + <div class="glass-card rounded-2xl p-6"> |
| 30 | + <div class="flex items-center gap-4 mb-4"> |
| 31 | + <div class="w-12 h-12 bg-cyan-400/10 rounded-lg flex items-center justify-center"> |
| 32 | + <svg class="w-6 h-6 text-cyan-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
| 33 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 10l-2 1m0 0l-2-1m2 1v2.5M20 7l-2 1m2-1l-2-1m2 1v2.5M14 4l-2-1-2 1M4 7l2-1M4 7l2 1M4 7v2.5M12 21l-2-1m2 1l2-1m-2 1v-2.5M6 18l-2-1v-2.5M18 18l2-1v-2.5"/> |
| 34 | + </svg> |
| 35 | + </div> |
| 36 | + <div> |
| 37 | + <h3 class="text-xl font-semibold text-white">FreeBSD</h3> |
| 38 | + <p class="text-sm text-slate-400">Install from packages</p> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + <code class="block rounded-lg bg-slate-950 border border-slate-800 px-4 py-3 text-sm font-mono text-cyan-300">pkg install maolan</code> |
| 42 | + </div> |
| 43 | + <div class="glass-card rounded-2xl p-6"> |
| 44 | + <div class="flex items-center gap-4 mb-4"> |
| 45 | + <div class="w-12 h-12 bg-cyan-400/10 rounded-lg flex items-center justify-center"> |
| 46 | + <svg class="w-6 h-6 text-cyan-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
| 47 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 75h6v-6H9v6zm-6 6h6v-6H3v6zm12-6h6v-6h-6v6zm-6 6h6v-6H9v6zm-6 6h6v-6H3v6zm12-6h6v-6h-6v6zm-6 6h6v-6H9v6zM3 21h6v-6H3v6zm6-6h6v-6H9v6z"/> |
| 48 | + </svg> |
| 49 | + </div> |
| 50 | + <div> |
| 51 | + <h3 class="text-xl font-semibold text-white">Linux</h3> |
| 52 | + <p class="text-sm text-slate-400">x86_64 Fedora, Debian & Ubuntu</p> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + <a |
| 56 | + href="https://github.com/maolan/maolan/releases/tag/0.1.1" |
| 57 | + class="inline-flex items-center rounded-lg bg-cyan-400 px-5 py-2.5 font-semibold text-slate-950 transition hover:bg-cyan-300" |
| 58 | + >Download</a |
| 59 | + > |
| 60 | + </div> |
| 61 | + <div class="glass-card rounded-2xl p-6"> |
| 62 | + <div class="flex items-center gap-4 mb-4"> |
| 63 | + <div class="w-12 h-12 bg-cyan-400/10 rounded-lg flex items-center justify-center"> |
| 64 | + <svg class="w-6 h-6 text-cyan-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> |
| 65 | + <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z"/> |
| 66 | + </svg> |
| 67 | + </div> |
| 68 | + <div> |
| 69 | + <h3 class="text-xl font-semibold text-white">Windows</h3> |
| 70 | + <p class="text-sm text-slate-400">x86_64 installer (EXE) for Windows 10 & 11</p> |
| 71 | + </div> |
| 72 | + </div> |
| 73 | + <a |
| 74 | + href="https://github.com/maolan/maolan/releases/tag/0.1.1" |
| 75 | + class="inline-flex items-center rounded-lg bg-cyan-400 px-5 py-2.5 font-semibold text-slate-950 transition hover:bg-cyan-300" |
| 76 | + >Download</a |
| 77 | + > |
| 78 | + </div> |
| 79 | + </div> |
| 80 | + <div class="mt-8 glass-card rounded-2xl p-6"> |
| 81 | + <h3 class="mb-2 text-lg font-semibold text-white">Build from Source</h3> |
| 82 | + <p class="text-slate-300 text-sm mb-4"> |
| 83 | + Maolan is open source. If you prefer to build manually or run on |
| 84 | + macOS, follow the instructions in the repository. |
| 85 | + </p> |
| 86 | + <a |
| 87 | + href="https://github.com/maolan/maolan" |
| 88 | + class="text-cyan-400 hover:underline text-sm font-medium" |
| 89 | + >View source on GitHub →</a |
| 90 | + > |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </section> |
| 94 | + |
| 95 | +{{ end }} |
0 commit comments