docs: update home
This commit is contained in:
parent
cf4bc6ada2
commit
433f1ff765
32
home.md
32
home.md
|
@ -2,34 +2,36 @@
|
||||||
title: Home
|
title: Home
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-07-06T03:25:09.488Z
|
date: 2025-07-06T03:26:38.844Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-06-08T03:06:33.441Z
|
dateCreated: 2025-06-08T03:06:33.441Z
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Centered Logo + Heading -->
|
<!-- Centered Logo + Heading -->
|
||||||
<div style="text-align: center; margin-bottom: 20px;">
|
<div style="text-align: center; margin-bottom: 30px;">
|
||||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo" style="height: auto; margin-bottom: 10px;">
|
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo" style="height: auto; margin-bottom: 15px;">
|
||||||
<h1 style="color: #ffffff; border-bottom: none; padding-bottom: 0; margin-bottom: 0;">
|
|
||||||
Welcome to the NGD Documentation Page
|
|
||||||
</h1>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Single Gradient Divider -->
|
<!-- Heading + Line (Grouped) -->
|
||||||
|
<div style="text-align: center; margin-bottom: 40px;">
|
||||||
|
<h1 style="color: #ffffff; border-bottom: none; margin-bottom: 10px;">Welcome to the NGD Documentation Page</h1>
|
||||||
|
<div style="height: 4px; background: linear-gradient(to right, #4a90e2, #1e88e5, #4a90e2); width: 300px; margin: 0 auto; border-radius: 2px;"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Intro Box -->
|
<!-- Intro Box (Slightly Smaller & Better Spacing) -->
|
||||||
<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;">
|
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 8px; padding: 20px; margin: 0 auto 40px auto; width: 600px;
|
||||||
|
box-shadow: 0 6px 12px rgba(0,0,0,0.4); text-align: center; color: #e0e0e0;">
|
||||||
<strong>
|
<strong>
|
||||||
We strive to make the installation process of NGD scripts as painless as possible.<br>
|
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.
|
Please follow our guides exactly to make your NGD scripts work perfectly.
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Green Button with Pronounced Blue Glow on Hover -->
|
<!-- Enhanced Button -->
|
||||||
<div style="text-align: center; margin-bottom: 30px;">
|
<div style="text-align: center; margin-bottom: 40px;">
|
||||||
<a href="https://nemesisdocs.com/en/gettingstarted" target="_blank"
|
<a href="https://nemesisdocs.com/en/gettingstarted" target="_blank"
|
||||||
style="display: inline-block; background-color: #2e7d32; color: #fff; padding: 15px 25px; border-radius: 8px;
|
style="display: inline-block; background-color: #2e7d32; color: #fff; padding: 15px 30px; border-radius: 8px;
|
||||||
text-decoration: none; font-weight: bold; font-size: 16px;
|
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;"
|
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 20px #4a90e2'; this.style.transform='scale(1.05)';"
|
onmouseover="this.style.boxShadow='0 0 20px #4a90e2'; this.style.transform='scale(1.05)';"
|
||||||
|
@ -38,9 +40,7 @@ dateCreated: 2025-06-08T03:06:33.441Z
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
<!-- Discord Help Footer -->
|
|
||||||
<p style="text-align: center; font-size: 14px; color: #cccccc; font-weight: bold;">
|
<p style="text-align: center; font-size: 14px; color: #cccccc; font-weight: bold;">
|
||||||
Still need help? <a href="https://discord.gg/AnXx2GVGcM" target="_blank"
|
Still need help? <a href="https://discord.gg/AnXx2GVGcM" target="_blank" style="color: #4a90e2; text-decoration: none;">💬 Join our Discord Support Server</a>.
|
||||||
style="color: #4a90e2; text-decoration: none;">💬 Join our Discord Support Server</a>.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user