docs: update home
This commit is contained in:
parent
40d4d98f3f
commit
cf4bc6ada2
11
home.md
11
home.md
|
@ -2,7 +2,7 @@
|
||||||
title: Home
|
title: Home
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-07-06T03:24:28.636Z
|
date: 2025-07-06T03:25:09.488Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-06-08T03:06:33.441Z
|
dateCreated: 2025-06-08T03:06:33.441Z
|
||||||
|
@ -26,18 +26,19 @@ dateCreated: 2025-06-08T03:06:33.441Z
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Green Button with Hover Effect -->
|
<!-- Green Button with Pronounced Blue Glow on Hover -->
|
||||||
<div style="text-align: center; margin-bottom: 30px;">
|
<div style="text-align: center; margin-bottom: 30px;">
|
||||||
<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 25px; 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;"
|
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 12px #2e7d32';"
|
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)';">
|
onmouseout="this.style.boxShadow='0 2px 6px rgba(0, 0, 0, 0.3)'; this.style.transform='scale(1)';">
|
||||||
✅ Get Started with NGD Scripts →
|
✅ Get Started with NGD Scripts →
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- Discord Help 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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user