Rebrand to Questie-X and add Credits tab

This commit is contained in:
Xurkon
2026-03-15 08:08:08 -05:00
parent 03e9f27f03
commit fcec22881f
10 changed files with 126 additions and 12 deletions
+10 -3
View File
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Questie (3.3.5a) - Developer Documentation</title>
<title>Questie-X - Developer Documentation</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
@@ -180,7 +180,6 @@
<h3>UI Enhancements</h3>
<ul>
<li><strong>Resizable Options</strong>: The Questie options window is now resizable with corner drag functionality. Size and position persist between sessions.</li>
<li><strong>LuaBrowser Fixes</strong>: Increased window width for LuaBrowser UI. Fixed list entry anchoring, font sizes, and button spacing for improved readability.</li>
</ul>
<h3>Core & Compatibility</h3>
<ul>
@@ -424,7 +423,15 @@
</div>
<footer>
<p>Maintained by Xurkon &bull; Part of the Project Ebonhold Addon Suite</p>
<p>Maintained by Xurkon</p>
<div style="margin-top: 15px; display: flex; justify-content: center; gap: 10px;">
<a href="https://www.patreon.com/Xurkon" target="_blank">
<img src="https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white" alt="Patreon" height="28">
</a>
<a href="https://www.paypal.me/Xurkon" target="_blank">
<img src="https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white" alt="PayPal" height="28">
</a>
</div>
</footer>
</body>