-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwiki.html
158 lines (153 loc) · 9.18 KB
/
wiki.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Wiki for Avatar Toolkit.">
<!-- Open Graph Tags -->
<meta property="og:title" content="Wiki - Avatar Toolkit">
<meta property="og:description" content="Find answers to common questions about Avatar Toolkit.">
<meta property="og:image" content="https://neoneko.xyz/images/logo.jpg">
<meta property="og:url" content="https://neoneko.xyz/faq">
<meta property="og:type" content="website">
<!-- Preload critical assets -->
<link rel="preload" href="css/common.css" as="style">
<link rel="preload" href="css/mobile.css" as="style">
<link rel="preload" href="css/faq.css" as="style">
<link rel="preload" href="css/markdown.css" as="style">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" as="style">
<title>FAQ - Avatar Toolkit</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/faq.css">
<link rel="stylesheet" href="css/markdown.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<script src="js/mobile-menu.js" defer></script>
<script src="js/theme-selector.js" defer></script>
<script src="js/faq.js" defer></script>
</head>
<body>
<header role="banner">
<nav role="navigation" aria-label="Main navigation">
<a href="/" class="logo-link" aria-label="Avatar Toolkit Home">
<img src="https://neoneko.xyz/images/logo.jpg" alt="Neoneko Logo" class="logo-image" loading="lazy">
<div class="logo">Avatar Toolkit</div>
</a>
<ul class="menu" role="menubar">
<li role="none"><a href="index.html" role="menuitem">Home</a></li>
<li class="has-submenu" role="none">
<a href="#" role="menuitem" aria-haspopup="true" aria-expanded="false">Projects</a>
<ul class="submenu" role="menu" aria-label="Projects">
<li role="none"><a href="https://catsblenderplugin.xyz" role="menuitem">Cats Blender Plugin</a></li>
<li role="none"><a href="https://avatartoolkit.xyz" role="menuitem">Avatar Toolkit</a></li>
</ul>
</li>
<li class="has-submenu" role="none">
<a href="#" role="menuitem" aria-haspopup="true" aria-expanded="false">Community</a>
<ul class="submenu" role="menu" aria-label="Community">
<li role="none"><a href="https://discord.neoneko.xyz/" role="menuitem"><i class="fab fa-discord"></i> Discord</a></li>
<li role="none"><a href="https://bsky.app/profile/neoneko.xyz" role="menuitem"><i class="fa-brands fa-bluesky"></i> Bluesky</a></li>
</ul>
</li>
<li class="has-submenu" role="none">
<a href="#" role="menuitem" aria-haspopup="true" aria-expanded="false">About</a>
<ul class="submenu" role="menu" aria-label="About">
<li role="none"><a href="https://neoneko.xyz/about.html" role="menuitem">About Us</a></li>
<li role="none"><a href="https://neoneko.xyz/support-us.html" role="menuitem">Support Us</a></li>
<li role="none"><a href="https://neoneko.xyz/contact.html" role="menuitem">Contact Us</a></li>
</ul>
</li>
<li role="none"><a href="wiki.html" role="menuitem">Wiki</a></li>
</ul>
<div class="theme-hint">
<select id="theme-select" aria-label="Theme Selector" role="combobox">
<option value="main-site" data-theme="main-site">Main Theme</option>
<option value="light" data-theme="light">Light Theme</option>
<option value="dark" data-theme="dark">Dark Theme</option>
<option value="high-contrast" data-theme="high-contrast">High Contrast</option>
<option value="forest" data-theme="forest">Forest Theme</option>
<option value="mint" data-theme="mint">Mint Theme</option>
<option value="cyberpunk" data-theme="cyberpunk">Cyberpunk Theme</option>
<option value="halloween" data-theme="halloween">Halloween Theme</option>
<option value="christmas" data-theme="christmas">Christmas Theme</option>
<option value="new-year" data-theme="new-year">New Year Theme</option>
</select>
</div>
<button id="mobile-menu-button" class="mobile-menu-button" aria-label="Toggle Navigation Menu" aria-expanded="false">☰</button>
</nav>
</header>
<main role="main">
<div class="wiki-container">
<aside class="wiki-sidebar" role="complementary">
<div class="wiki-search">
<select id="versionSelect" class="version-select" aria-label="Plugin Version">
<option value="0.1.0">Avatar Toolkit 0.1.0</option>
<option value="0.1.1">Avatar Toolkit 0.1.1</option>
<option value="0.1.2">Avatar Toolkit 0.1.2</option>
</select>
<input type="text" placeholder="Search FAQ..." id="faqSearch" aria-label="Search FAQ">
</div>
<nav class="wiki-nav" aria-label="FAQ Categories">
<div id="categoriesList" role="list"></div>
</nav>
</aside>
<div class="wiki-content">
<div id="loading" role="status">
<i class="fas fa-spinner fa-spin"></i>
Loading Wiki...
</div>
<div id="error-container" style="display: none" role="alert">
<p id="errorMessage"></p>
<button id="retryButton">Retry</button>
</div>
<div id="version-history" class="version-history-modal" style="display: none" role="dialog" aria-modal="true">
<div class="modal-content">
<h3>Version History</h3>
<div id="history-content"></div>
<button class="close-modal">Close</button>
</div>
</div>
<div id="faq-container" role="region" aria-label="FAQ Content"></div>
</div>
</div>
</main>
<footer role="contentinfo">
<div class="footer-content">
<ul class="footer-menu" role="menu">
<li role="none"><a href="index.html" role="menuitem">Home</a></li>
<li role="none"><a href="https://catsblenderplugin.xyz" role="menuitem">Cats Blender Plugin</a></li>
<li role="none"><a href="https://avatartoolkit.xyz" role="menuitem">Avatar Toolkit</a></li>
<li role="none"><a href="https://neoneko.xyz/about.html" role="menuitem">About Us</a></li>
<li role="none"><a href="https://neoneko.xyz/support-us.html" role="menuitem">Support Us</a></li>
<li role="none"><a href="https://neoneko.xyz/contact.html" role="menuitem">Contact Us</a></li>
<li role="none"><a href="wiki.html" role="menuitem">Wiki</a></li>
</ul>
<ul class="footer-menu" role="menu">
<li role="none"><a href="https://neoneko.xyz/privacy.html" role="menuitem">Privacy Policy</a></li>
<li role="none"><a href="https://neoneko.xyz/terms.html" role="menuitem">Terms of Service</a></li>
</ul>
<ul class="social-menu" role="menu">
<li role="none">
<a href="https://discord.neoneko.xyz/" role="menuitem" aria-label="Discord">
<i class="fab fa-discord"></i>
</a>
</li>
<li role="none">
<a href="https://bsky.app/profile/neoneko.xyz" role="menuitem" aria-label="Bluesky">
<i class="fa-brands fa-bluesky"></i>
</a>
</li>
</ul>
<p class="footer-text">
Avatar Toolkit is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3 License</a>.<br>
Blender is a registered trademark of the <a href="https://www.blender.org/about/foundation/">Blender Foundation</a>.<br>
Neoneko is not affiliated with the Blender Foundation.<br>
Copyright © 2024 <a href="https://neoneko.xyz">Neoneko</a>. All rights reserved.
</p>
</div>
</footer>
</body>
</html>