ngddocs/home.md
2025-07-06 03:46:14 +00:00

51 lines
2.0 KiB
Markdown

---
title: Home
description:
published: true
date: 2025-07-06T03:46:13.266Z
tags:
editor: markdown
dateCreated: 2025-06-08T03:06:33.441Z
---
<!-- Logo -->
<div style="text-align: center; margin-bottom: 20px;">
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo" style="height: auto;">
</div>
<!-- Heading -->
<h1 style="text-align: center; color: #ffffff; font-size: 28px; margin-bottom: 30px;">
Welcome to the NGD Documentation Page
</h1>
<div style="background-color: #2a2a2a; border: 1px solid #4a90e2; border-radius: 10px; padding: 24px 32px;
margin: 0 auto 40px auto; width: 685px; max-width: 95%;
box-shadow: 0 8px 16px rgba(0,0,0,0.5); text-align: center; color: #e0e0e0;
line-height: 1.8; font-weight: 600; font-size: 16px; letter-spacing: 0.3px;">
Our goal is to make setting up your NGD scripts as simple and smooth as possible, making it so you can play in your server instead of just working on it.
<br><br>
Please follow our guides exactly to ensure everything works as intended.
</div>
<!-- Button -->
<div style="text-align: center; margin-bottom: 35px;">
<a href="https://nemesisdocs.com/en/gettingstarted"
style="display: inline-block; background-color: #2e7d32; color: #fff; padding: 14px 26px; border-radius: 8px;
text-decoration: none; font-weight: bold; font-size: 16px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); transition: box-shadow 0.3s ease, transform 0.3s ease;"
onmouseover="this.style.boxShadow='0 0 15px #4a90e2'; this.style.transform='scale(1.05)';"
onmouseout="this.style.boxShadow='0 2px 6px rgba(0, 0, 0, 0.3)'; this.style.transform='scale(1)';">
✅ Get Started with NGD Scripts →
</a>
</div>
<!-- Footer -->
<p style="text-align: center; font-size: 14px; color: #cccccc; font-weight: bold;">
Still need help?
<a href="https://discord.gg/AnXx2GVGcM" target="_blank" style="color: #4a90e2; text-decoration: none;">
💬 Join our Discord Today!
</a>.
</p>