-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
216 lines (206 loc) · 12.5 KB
/
index.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!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="Home of Avatar Toolkit for Blender. an tool designed to shorten steps needed to import and optimize models into VRChat, Unity and other Engines.">
<!-- Open Graph Tags -->
<meta property="og:title" content="Avatar Toolkit">
<meta property="og:description" content="Home of Avatar Toolkitfor Blender. an tool designed to shorten steps needed to import and optimize models into VRChat, Unity and other Engines.">
<meta property="og:image" content="https://neoneko.xyz/images/logo.jpg">
<meta property="og:url" content="https://neoneko.xyz">
<meta property="og:type" content="website">
<!-- Preload critical assets -->
<link rel="preload" href="css/common.css" as="style">
<link rel="preload" href="css/index.css" as="style">
<link rel="preload" href="css/mobile.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>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/index.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<script src="js/version-selector.js" defer></script>
<script src="js/mobile-menu.js" defer></script>
<script src="js/theme-selector.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 id="main-content" role="main">
<div class="intro-container">
<span class="intro">Welcome to</span>
<h1 class="team-name">Avatar Toolkit</h1>
<div class="feature-box glass-effect">
<div class="feature-content">
<h2>A Modern Solution for Avatar Creation</h2>
<p>Avatar Toolkit is a modern Blender addon designed to streamline the process of importing and optimizing 3D models for VRChat, Unity, and Source Engine. With built-in MMD support and advanced optimization features, it significantly reduces the steps needed to prepare your avatars.</p>
<button id="official-selector" class="button glow-effect">Download Now</button>
</div>
</div>
</div>
<button id="back-button" class="button" style="display: none;">Back</button>
<div class="version-selector modern-layout" style="display: none;">
<div class="selector-header">
<h2>Download Avatar Toolkit</h2>
<div class="version-wrapper">
<select id="blender-version-select" class="modern-select">
<option value="">Select Blender Version</option>
</select>
</div>
</div>
<div class="result-container modern-cards">
<div class="version-info-grid">
<!-- Left Column -->
<div class="left-column">
<!-- Version Info Box -->
<div class="info-box">
<div class="version-meta">
<div class="version-tag" id="development-status">-</div>
<div class="version-number" id="latest-version">-</div>
</div>
<div class="version-dates">
<div class="date-item">
<span class="date-label">Released:</span>
<span class="date-value" id="release-date">-</span>
</div>
<div class="date-item">
<span class="date-label">Support Until:</span>
<span class="date-value" id="eol-date">-</span>
</div>
</div>
</div>
<!-- Download Section -->
<div class="download-box">
<button id="download-button" class="download-action">
<i class="fas fa-download"></i>
<span>Download</span>
</button>
<div class="support-links">
<a id="archive-link" class="support-link">
<i class="fas fa-archive"></i>
<span>Archives</span>
</a>
</div>
</div>
<!-- Resources Box -->
<div class="resources-box">
<div class="resources-grid">
<a id="github-link" class="resource-link github">
<i class="fab fa-github"></i>
<span>Source</span>
</a>
<a id="wiki-link" class="resource-link wiki">
<i class="fas fa-book"></i>
<span>Wiki</span>
</a>
<a id="discord-link" class="support-link">
<i class="fab fa-discord"></i>
<span>Support</span>
</a>
<a id="issue-link" class="resource-link issue">
<i class="fas fa-bug"></i>
<span>Report Issue</span>
</a>
</div>
<div id="unsupported-message" class="support-notice">
This version is no longer supported. Please don't ask for help in Discord.
</div>
</div>
</div>
<!-- Right Column - Description -->
<div class="description-box">
<h3>Release Information</h3>
<div id="version-description" class="description-content"></div>
</div>
</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>