docs: update home
This commit is contained in:
parent
b2c5511456
commit
64466a420d
230
home.md
230
home.md
|
@ -2,47 +2,199 @@
|
||||||
title: Home
|
title: Home
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-07-06T03:38:16.645Z
|
date: 2025-07-06T03:38:38.793Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-06-08T03:06:33.441Z
|
dateCreated: 2025-06-08T03:06:33.441Z
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Centered Logo -->
|
<!DOCTYPE html>
|
||||||
<div style="text-align: center; margin-bottom: 20px;">
|
<html lang="en">
|
||||||
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="NGD Logo" style="height: auto; max-height: 120px; margin-bottom: 10px;">
|
<head>
|
||||||
</div>
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<!-- Heading with Built-in Line -->
|
<title>NGD Documentation</title>
|
||||||
<div style="text-align: center; margin-bottom: 30px;">
|
<style>
|
||||||
<h1 style="color: #ffffff; margin-bottom: 12px;">Welcome to the NGD Documentation Page</h1>
|
body {
|
||||||
</div>
|
background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
|
||||||
|
margin: 0;
|
||||||
<!-- Intro Box -->
|
padding: 20px;
|
||||||
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 8px; padding: 18px 24px;
|
min-height: 100vh;
|
||||||
margin: 0 auto 35px auto; width: 600px; max-width: 100%;
|
display: flex;
|
||||||
box-shadow: 0 6px 12px rgba(0,0,0,0.4); text-align: center; color: #e0e0e0;">
|
justify-content: center;
|
||||||
<strong>
|
align-items: center;
|
||||||
We strive to make the installation process of NGD scripts as painless as possible.<br>
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
Please follow our guides exactly to make your NGD scripts work perfectly.
|
color: #e0e0e0;
|
||||||
</strong>
|
text-align: center;
|
||||||
</div>
|
}
|
||||||
|
|
||||||
<!-- Action Button -->
|
.container {
|
||||||
<div style="text-align: center; margin-bottom: 35px;">
|
max-width: 700px;
|
||||||
<a href="https://nemesisdocs.com/en/gettingstarted" target="_blank"
|
width: 100%;
|
||||||
style="display: inline-block; background-color: #2e7d32; color: #fff; padding: 14px 26px; border-radius: 8px;
|
padding: 30px;
|
||||||
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 20px #4a90e2'; this.style.transform='scale(1.05)';"
|
.logo {
|
||||||
onmouseout="this.style.boxShadow='0 2px 6px rgba(0, 0, 0, 0.3)'; this.style.transform='scale(1)';">
|
width: 100px;
|
||||||
✅ Get Started with NGD Scripts →
|
height: 100px;
|
||||||
</a>
|
background: linear-gradient(135deg, #4a90e2, #1e88e5);
|
||||||
</div>
|
border-radius: 50%;
|
||||||
|
margin: 0 auto 15px;
|
||||||
<!-- Discord Footer -->
|
display: flex;
|
||||||
<p style="text-align: center; font-size: 14px; color: #cccccc; font-weight: bold;">
|
align-items: center;
|
||||||
Still need help? <a href="https://discord.gg/AnXx2GVGcM" target="_blank" style="color: #4a90e2; text-decoration: none;">
|
justify-content: center;
|
||||||
💬 Join our Discord Support Server
|
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
|
||||||
</a>.
|
}
|
||||||
</p>
|
|
||||||
|
.logo-icon {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
fill: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand-name {
|
||||||
|
font-size: 28px;
|
||||||
|
font-weight: 700;
|
||||||
|
color: #ffffff;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand-tagline {
|
||||||
|
font-size: 16px;
|
||||||
|
letter-spacing: 3px;
|
||||||
|
color: #b0c4de;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.heading {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 32px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.heading-line {
|
||||||
|
position: absolute;
|
||||||
|
bottom: -12px;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
width: 120px;
|
||||||
|
height: 4px;
|
||||||
|
background: linear-gradient(to right, #4a90e2, #1e88e5);
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro-box {
|
||||||
|
background: rgba(42, 42, 42, 0.8);
|
||||||
|
border: 1px solid #555;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 25px;
|
||||||
|
margin: 0 auto 40px auto;
|
||||||
|
max-width: 600px;
|
||||||
|
box-shadow: 0 6px 12px rgba(0,0,0,0.4);
|
||||||
|
color: #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intro-text {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-button {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #2e7d32;
|
||||||
|
color: #fff;
|
||||||
|
padding: 15px 40px;
|
||||||
|
border-radius: 8px;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 17px;
|
||||||
|
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-button:hover {
|
||||||
|
background-color: #1b5e20;
|
||||||
|
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
|
||||||
|
transform: translateY(-2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.workshop-notice {
|
||||||
|
background-color: rgba(30, 136, 229, 0.1);
|
||||||
|
padding: 15px;
|
||||||
|
border-radius: 8px;
|
||||||
|
margin: 30px auto;
|
||||||
|
max-width: 500px;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.workshop-text {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #4a90e2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
font-size: 16px;
|
||||||
|
color: #b0c4de;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.discord-link {
|
||||||
|
color: #7289da;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: 600;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.discord-link:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<!-- Logo -->
|
||||||
|
<div class="logo">
|
||||||
|
<svg class="logo-icon" viewBox="0 0 24 24">
|
||||||
|
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="brand-name">NEMESIS</div>
|
||||||
|
<div class="brand-tagline">GAMING DEVELOPMENT</div>
|
||||||
|
|
||||||
|
<!-- Heading with single line -->
|
||||||
|
<div class="heading">
|
||||||
|
Welcome to the NGD Documentation Page
|
||||||
|
<div class="heading-line"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Intro Box -->
|
||||||
|
<div class="intro-box">
|
||||||
|
<p class="intro-text">
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Enhanced Button -->
|
||||||
|
<a href="https://nemesisdocs.com/en/gettingstarted" target="_blank" class="cta-button">
|
||||||
|
✅ Get Started with NGD Scripts →
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<!-- Workshop Notice -->
|
||||||
|
<div class="workshop-notice">
|
||||||
|
<span class="workshop-text">SEE workshop 2</span> - Annual General Report from: (C)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<p class="footer">
|
||||||
|
Still need help? <a href="https://discord.gg/AnXx2GVGcM" target="_blank" class="discord-link">💬 Join our Discord Support Server</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user