docs: update home

This commit is contained in:
Administrator 2025-07-06 03:25:10 +00:00 committed by DeLuce
parent 40d4d98f3f
commit cf4bc6ada2

11
home.md
View File

@ -2,7 +2,7 @@
title: Home
description:
published: true
date: 2025-07-06T03:24:28.636Z
date: 2025-07-06T03:25:09.488Z
tags:
editor: markdown
dateCreated: 2025-06-08T03:06:33.441Z
@ -26,18 +26,19 @@ dateCreated: 2025-06-08T03:06:33.441Z
</strong>
</div>
<!-- Green Button with Hover Effect -->
<!-- Green Button with Pronounced Blue Glow on Hover -->
<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)';">
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)';"
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>
<!-- Discord Help 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"