docs: update home
This commit is contained in:
parent
725cacfdc4
commit
c45097d980
44
home.md
44
home.md
|
@ -2,30 +2,38 @@
|
|||
title: Home
|
||||
description:
|
||||
published: true
|
||||
date: 2025-02-24T16:19:34.032Z
|
||||
date: 2025-07-06T03:22:50.242Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2025-01-27T20:49:41.237Z
|
||||
dateCreated: 2025-06-08T03:06:33.441Z
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Redemption Logo">
|
||||
|
||||
<h1>Welcome to the NGD Documentation Page</h1>
|
||||
<!-- Logo + Heading -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo" style="height: auto; margin-bottom: 10px;">
|
||||
<h1 style="color: #ffffff;">Welcome to the NGD Documentation Page</h1>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<p style="text-align:center;"><strong>We strive to make the installation process of NGD scripts as painless as possible. Please follow our guides exactly to make your NGD scripts work perfectly.</strong></p>
|
||||
|
||||
|
||||
|
||||
> Click [HERE](https://nemesisdocs.com/en/gettingstarted) to get started!
|
||||
{.is-success}
|
||||
|
||||
|
||||
- If you are still having issues after following these guides, please make a ticket on our [Discord](https://discord.gg/AnXx2GVGcM)
|
||||
|
||||
|
||||
<!-- Single Gradient Divider (Remove extra lines!) -->
|
||||
<div style="height: 4px; background: linear-gradient(to right, #4a90e2, #1e88e5, #4a90e2); margin: 20px 0;"></div>
|
||||
|
||||
<!-- Intro Box -->
|
||||
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 8px; padding: 16px; margin: 0 auto 30px auto; width: 700px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); text-align: center; color: #e0e0e0;">
|
||||
<strong>We strive to make the installation process of NGD scripts as painless as possible.<br>
|
||||
Please follow our guides exactly to make your NGD scripts work perfectly.</strong>
|
||||
</div>
|
||||
|
||||
<!-- Large Green Button -->
|
||||
<div style="text-align: center; margin-bottom: 30px;">
|
||||
<a href="https://nemesisdocs.com/en/gettingstarted" target="_blank"
|
||||
style="display: inline-block; background-color: #2e7d32; color: #fff; padding: 15px 25px; 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;"
|
||||
onmouseover="this.style.boxShadow='0 0 12px #2e7d32';"
|
||||
onmouseout="this.style.boxShadow='0 2px 6px rgba(0, 0, 0, 0.3)';">
|
||||
✅ Get Started with NGD Scripts →
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Discord 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 Support Server</a>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user