-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSPE5X_wiki.html
More file actions
297 lines (277 loc) · 13.3 KB
/
SPE5X_wiki.html
File metadata and controls
297 lines (277 loc) · 13.3 KB
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SPE 5X WIKI - GreenToastSoftware</title>
<link rel="icon" type="image/png" href="Toast_4K_icon.png">
<link rel="apple-touch-icon" href="Toast_4K_icon.png">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<style>
/* Override local do background apenas para a página SPE WIKI */
.apps-hero.spe-hero .theme-image-bg {
background-image: url('Theme_colour.png');
}
</style>
<style>
/* Temas dos cards: substitui gradientes por cores/imagens de tema */
.service-card.card-theme1::before {
background: url('Theme_colour.png') center/cover no-repeat !important;
}
.service-card.card-theme2::before {
background: url('Theme2_colour.png') center/cover no-repeat !important;
}
.service-card.card-theme1 .service-icon {
background: url('Theme_colour.png') center/cover no-repeat !important;
}
.service-card.card-theme2 .service-icon {
background: url('Theme2_colour.png') center/cover no-repeat !important;
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar" data-aos="fade-down">
<div class="nav-container">
<a href="index.html" class="nav-logo">
<img src="Toast_4K_icon.png" alt="Toast Icon" class="nav-logo-icon" onerror="this.src='Toast_4K_icon.png'">
<span class="logo-text">GreenToastSoftware</span>
<span class="logo-dot"></span>
</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item dropdown">
<a href="index.html#innovation" class="nav-link">
Innovation
<span class="dropdown-arrow">▾</span>
</a>
<div class="dropdown-content">
<a href="GreenToast Apps.html" class="dropdown-link">
<span class="dropdown-text">GreenToast Apps</span>
</a>
<a href="greentoastinsider_blog.html" class="dropdown-link">
<span class="dropdown-text">GreenInsider Blog</span>
</a>
<a href="projects.html" class="dropdown-link">
<span class="dropdown-text">GreenProjects</span>
</a>
</div>
</li>
<li class="nav-item">
<a href="worksup.html" class="nav-link">WorksUP</a>
</li>
<li class="nav-item">
<a href="index.html#services" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact Us</a>
</li>
<li class="nav-item">
<a href="login.html" class="nav-link account-link" id="auth-nav-btn">Sign In</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- SPE WIKI Hero -->
<section class="apps-hero spe-hero">
<div class="hero-background">
<div class="theme-image-bg"></div>
<div class="hero-overlay"></div>
</div>
<div class="container">
<div class="hero-content" data-aos="fade-up">
<h1 class="hero-title" aria-label="WorksUP">
<img src="SPE_logo_remastered.png" alt="WorksUP" style="max-width: 600px; width: 80vw; height: auto; display: inline-block;" onerror="this.src='Toast_4K_icon.png'">
</h1>
<p class="hero-subtitle">Systems Programs Easier®</p>
</div>
</div>
<div class="scroll-indicator" style="color: #fff;" data-aos="bounce" data-aos-delay="1000">
<div class="mouse" style="border: 2px solid #fff;">
<div class="wheel" style="border: 2px solid #fff;"></div>
</div>
<span>Discover More</span>
</div>
</section>
<!-- Apps Section -->
<section id="apps" class="services">
<div class="container">
<div class="section-header" data-aos="fade-up">
<h2 class="section-title">SPE 5X Series</h2>
<p class="section-subtitle">Click to see more!</p>
</div>
<div class="services-grid">
<a class="service-card card-theme1" href="SPE50_wiki.html" aria-label="Abrir página SPE50_wiki" data-aos="fade-up" data-aos-delay="200">
<div class="service-icon">
<img src="SPE_icon.png" alt="SPE Icon" class="service-icon-image" onerror="this.src='SPE_icon.png'">
</div>
<h3>Systems Programs Easier 5.0®</h3>
<p>SPE 5.0 is the best application in the world to control your PC with ease by clicking a single button! Unlock powerful hidden native ©Microsoft Windows® tools! All with the ease of just one click!</p>
<ul class="service-features">
<li>Easy use</li>
<li>Intuitive navigation</li>
<li>Modern design with ToastUI 3.2</li>
</ul>
</a>
<a class="service-card card-theme2" href="SPE5X_wiki.html" aria-label="Abrir página SPE5X_wiki" data-aos="fade-up" data-aos-delay="300">
<div class="service-icon">
<img src="SPE_icon.png" alt="SPE Icon" class="service-icon-image" onerror="this.src='SPE_icon.png'">
</div>
<h3>Systems Programs Easier 5.1®</h3>
<p>SPE 5.1 is the best application in the world to control your PC with ease by clicking a single button! Unlock powerful hidden native ©Microsoft Windows® tools! All with the ease of just one click!</p>
<ul class="service-features">
<li>More Intelligent with Toast Assistence 2.0</li>
<li>Super+ Intuitive navigation</li>
<li>Modern design with Toast AURA UI (WinUI3)</li>
</ul>
</a>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="faq-section">
<div class="container">
<div class="section-header" data-aos="fade-up">
<h2 class="section-title gradient-text">Frequently Asked Questions</h2>
<p class="section-subtitle">Find answers to the most common questions</p>
</div>
<div class="faq-container">
<div class="faq-item" data-aos="fade-up" data-aos-delay="100">
<div class="faq-question">
<h3>It is safe to use?</h3>
<div class="faq-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</svg>
</div>
</div>
<div class="faq-answer">
<p>Yes, the SPE series is safe to use as the SPE works locally and does not collect personal data.</p>
</div>
</div>
<div class="faq-item" data-aos="fade-up" data-aos-delay="200">
<div class="faq-question">
<h3>Which version should I choose?</h3>
<div class="faq-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</svg>
</div>
</div>
<div class="faq-answer">
<p>SPE 5.0 is recommended for users who need basic functionality and ease of use. SPE 5.1 is ideal for those who want advanced features and enhanced performance with ©Microsoft Windows 11®.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand"><div class="nav-logo">
<img src="Toast_4K_icon.png"
alt="Toast Icon"
class="nav-logo-icon"
onerror="this.src='Toast_4K_icon.png';">
<span class="logo-text">©GreenToastSoftware Corporation</span>
</div>
<p>Imagining a technological future for everyone®</p>
</div>
<div class="footer-links">
<a href="index.html">Home</a>
<a href="index.html#innovation">Innovation</a>
<a href="index.html#services">Services</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="footer-bottom">
<p>©GreenToastSoftware. All rights reserved 2020-2026.</p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script>
// Initialize AOS
AOS.init({
duration: 800,
offset: 100,
once: true
});
// Mobile Menu Toggle
const hamburger = document.querySelector('.hamburger');
const navMenu = document.querySelector('.nav-menu');
hamburger.addEventListener('click', () => {
hamburger.classList.toggle('active');
navMenu.classList.toggle('active');
});
// Close mobile menu when clicking on a link
document.querySelectorAll('.nav-link').forEach(n => n.addEventListener('click', () => {
hamburger.classList.remove('active');
navMenu.classList.remove('active');
}));
// FAQ toggle
document.addEventListener('DOMContentLoaded', function() {
document.querySelectorAll('.faq-item').forEach(item => {
const question = item.querySelector('.faq-question');
if (question) {
question.addEventListener('click', () => {
item.classList.toggle('active');
});
}
});
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
// 3D Tilt Effect for Service Cards (igual ao index)
const speServiceCards = document.querySelectorAll('.service-card');
speServiceCards.forEach(card => {
let isAnimating = false;
card.addEventListener('mousemove', (e) => {
if (isAnimating) return;
isAnimating = true;
requestAnimationFrame(() => {
const rect = card.getBoundingClientRect();
const x = e.clientX - rect.left;
const y = e.clientY - rect.top;
const centerX = rect.width / 2;
const centerY = rect.height / 2;
const rotateX = (y - centerY) / centerY * -12;
const rotateY = (x - centerX) / centerX * 12;
card.style.transform = `translateY(-10px) rotateX(${rotateX}deg) rotateY(${rotateY}deg) scale(1.02)`;
card.style.transition = 'none';
isAnimating = false;
});
});
card.addEventListener('mouseleave', () => {
card.style.transition = 'all 0.3s cubic-bezier(0.4, 0, 0.2, 1)';
card.style.transform = 'translateY(0) rotateX(0) rotateY(0) scale(1)';
});
});
</script>
</body>
</html>