nyxserver / index.html
TheErf013's picture
Update index.html
6c6a2ab verified
Raw
History Blame Contribute Delete
4.45 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POTATO.io - Next-Gen Organic Core Node</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background-color: #0c0a09; color: #f5f5f4; margin: 0; padding: 2rem; display: flex; align-items: center; justify-content: center; min-height: 90vh; }
.dashboard { width: 100%; max-width: 700px; background: #1c1917; border: 1px solid #2e2a24; border-radius: 20px; padding: 2.5rem; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.6); }
.header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2e2a24; padding-bottom: 1.5rem; margin-bottom: 2rem; }
.logo-area { display: flex; align-items: center; gap: 1rem; }
.logo-area h1 { margin: 0; font-size: 1.75rem; color: #f59e0b; font-weight: 800; letter-spacing: -0.025em; }
.logo-area p { margin: 0.25rem 0 0 0; color: #a8a29e; font-size: 0.875rem; }
.badge { display: inline-flex; align-items: center; padding: 0.35rem 1.2rem; background: #78350f; color: #fcd34d; font-weight: 700; border-radius: 9999px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
.pitch-box { background: #292524; border: 1px solid #44403c; border-radius: 14px; padding: 1.5rem; margin-bottom: 2rem; }
.pitch-box h2 { margin-top: 0; font-size: 1.15rem; color: #f59e0b; }
.pitch-box p { color: #d6d3d1; font-size: 0.95rem; line-height: 1.6; margin-bottom: 0; }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 2rem; }
.feature-card { background: #1c1917; border: 1px solid #2e2a24; border-radius: 12px; padding: 1.25rem; }
.feature-title { font-weight: 700; font-size: 1rem; color: #ffffff; margin-bottom: 0.5rem; }
.feature-desc { font-size: 0.85rem; color: #a8a29e; line-height: 1.5; }
.cta-button { display: block; width: 100%; text-align: center; background: #f59e0b; color: #1c1917; font-weight: 800; padding: 1rem; border-radius: 12px; text-decoration: none; font-size: 1.1rem; transition: background 0.2s; }
.cta-button:hover { background: #d97706; }
</style>
</head>
<body>
<div class="dashboard">
<div class="header">
<div class="logo-area">
<h1>POTATO.io</h1>
<p>Version 2026.1 - The Ultimate Organic Compute Core</p>
</div>
<div class="badge">Fork a Potato</div>
</div>
<div class="pitch-box">
<h2>The Pen and The Potato Pitch</h2>
<p>"Take this potato. Now, sell it to me." You might see a simple tuber, but we see the future of decentralized, zero-overhead infrastructure. Enduring 10,000 years of artificial selection in Peru, this crop represents the pinnacle of lightweight architecture. Our potato is lightweight, resilient, and ready for global production. Invest in the ultimate organic asset today.</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-title">🥔 100% Organic Core</div>
<div class="feature-desc">Zero synthetic dependencies. Soil-level compiler optimizations designed to run smoothly on any hardware.</div>
</div>
<div class="feature-card">
<div class="feature-title">⚡ Mashed Interactive Rebase</div>
<div class="feature-desc">Mash your assets! Easily squash your workloads into a single, highly condensed, and robust delivery.</div>
</div>
<div class="feature-card">
<div class="feature-title">🛡️ Peru-Grade Resilience</div>
<div class="feature-desc">Engineered to survive harsh conditions, lack of raw resources, and complex internet environments.</div>
</div>
<div class="feature-card">
<div class="feature-title">🌱 Lightweight Mantra</div>
<div class="feature-desc">No bloated imports, no unnecessary overhead. Just pure, unadulterated, high-performance computing.</div>
</div>
</div>
<a href="https://github.com/AmirAgassi/Potato" target="_blank" class="cta-button">Fork This Potato Now</a>
</div>
</body>
</html>