-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
445 lines (405 loc) · 20.3 KB
/
index.html
File metadata and controls
445 lines (405 loc) · 20.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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html lang="us-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GreenToastSoftware</title>
<link rel="icon" type="image/png" href="Toast_4K_icon.png">
<link rel="shortcut icon" type="image/x-icon" href="Toast_4K_icon.ico">
<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">
<link rel="stylesheet" href="auth-styles.css">
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
</head>
<body class="has-ticker">
<!-- 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="#home" class="nav-link">Home</a>
</li>
<li class="nav-item dropdown">
<a href="#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="#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>
<div class="ticker-bar" role="region" aria-label="Atualizações">
<div class="ticker-track">
<div class="ticker-content">
<span>New versions 0.1.3 and 0.1.4 of WorksUP [PROGRAMMING Learn Pack] have been released!</span>
<span class="ticker-sep">•</span>
<span>Check out our biggest step for WorksUP!</span>
<span class="ticker-sep">•</span>
<span>News about SPE 5.0 coming soon!</span>
</div>
<div class="ticker-content" aria-hidden="true">
<span>New versions 0.1.3 and 0.1.4 of WorksUP [PROGRAMMING Learn Pack] have been released!</span>
<span class="ticker-sep">•</span>
<span>Check out our biggest step for WorksUP!</span>
<span class="ticker-sep">•</span>
<span>News about SPE 5.0 coming soon!</span>
</div>
</div>
</div>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-background">
<div class="theme-image-bg"></div>
<div class="floating-shapes">
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
<div class="shape shape-4"></div>
<div class="shape shape-5"></div>
<div class="shape shape-6"></div>
</div>
</div>
<div class="hero-content" data-aos="fade-up">
<h1 class="hero-title">
<span class="animate-text">We Believe</span>
<span class="animate-text gradient-text">in a Digital Future</span>
<span class="animate-text">for</span>
<span class="animate-text gradient-text">Everyone</span>
</h1>
<p class="hero-subtitle">
At GreenToastSoftware, we believe that big revolutions start with small steps,
and we are here to walk alongside you, materializing ideas that can change the present and shape the future.
</p>
<div class="hero-buttons">
<a href="GreenToast Apps.html#apps" class="btn btn-primary">
<span>See our creations</span>
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<a href="about.html" class="btn btn-secondary">
<span>About Us</span>
</a>
</div>
</div>
<div class="scroll-indicator" data-aos="fade-up" data-aos-delay="800">
<span>Roll down</span>
<div class="scroll-arrow"></div>
</div>
</section>
<!-- Innovation Section -->
<section id="innovation" class="innovation">
<div class="container">
<div class="innovation-content">
<div class="innovation-left">
<div class="innovation-text" data-aos="fade-right">
<h2 class="innovation-title">Innovation in code.</h2>
<p class="innovation-description">
We are a software development company dedicated to
transforming ideas into reality, our duty is to revolutionize the world
of computing so that we can all experience it.
</p>
</div>
<div class="toast-icon-container" data-aos="fade-up" data-aos-delay="200">
<img src="Toast_4K_icon.png" alt="Toast Icon" class="toast-icon">
</div>
</div>
<div class="innovation-right" data-aos="fade-left">
<div class="spe-logo-large">
<img src="SPE_logo_remastered.png" alt="SPE Logo" class="spe-image-large">
</div>
<div class="spe-content">
<h3 class="spe-title">SPE - Systems Programs Easier®</h3>
<div class="spe-description">
<p>SPE is much more than just a free app, It's a gateway to the world of
technology for those who are still taking their first steps. We know that
many of the amazing features of ©Microsoft Windows, such as those involving MS-DOS,
can seem like a daunting challenge to less experienced users.
That's why we created SPE: an accessible and intuitive solution designed to transform
complex technical tasks into simple, user-friendly experiences.</p>
<p>Our mission goes beyond creating software – we want to break down barriers,
democratize access to programming and ensure that everyone, regardless of their level of
technical knowledge, has the opportunity to be part of the digital revolution.
As a company, we are committed to redefining the boundaries of computing and inspiring a
new generation of creators. With SPE, we believe that everyone can be part of this
transformative movement.</p>
<p>Join us on this journey to make technology more inclusive and accessible for
everyone!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Apps Section -->
<section id="services" class="services">
<div class="container">
<div class="section-header" data-aos="fade-up">
<h2 class="section-title">Our Apps</h2>
<p class="section-subtitle">Discover our innovative applications</p>
</div>
<div class="services-grid">
<div class="service-card" data-aos="fade-up" data-aos-delay="100">
<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®</h3>
<p>SPE 4 and 5 series represents a milestone in our journey to transform the digital world into an accessible and inclusive space.</p>
<ul class="service-features">
<li>Easy use</li>
<li>Intuitive navigation</li>
<li>Modern design with ToastUI 3.2</li>
</ul>
</div>
<div class="service-card" data-aos="fade-up" data-aos-delay="200">
<div class="service-icon">
<img src="GreenPC Info_icon.png" alt="GreenPC Info Icon" class="service-icon-image" onerror="this.src='GreenPC Info_icon.png'">
</div>
<h3>GreenPC Info</h3>
<p>Get more informations of your PC! GreenPC Info are included a Task Manager, a Component Check and a Driver Monitor!</p>
<ul class="service-features">
<li>Driver Monitor</li>
<li>Task Manager</li>
<li>Component Check</li>
</ul>
</div>
<div class="service-card" data-aos="fade-up" data-aos-delay="300">
<div class="service-icon">
<img src="Key_icon.png" alt="GreenPassKey Icon" class="service-icon-image" onerror="this.src='GreenPassKey_icon.png'">
</div>
<h3>GreenPassKey</h3>
<p>Store all your passing words safely, easy and accessible.</p>
<ul class="service-features">
<li>High Security</li>
<li>Easy Access</li>
<li>Fast and intuitive</li>
</ul>
</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="#home">Home</a>
<a href="#innovation">Innovation</a>
<a href="#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
});
// Typing effect for hero title spans
const titleSpans = document.querySelectorAll('.hero-title .animate-text');
if (titleSpans.length > 0) {
titleSpans.forEach(span => span.style.opacity = '0');
titleSpans.forEach((span, index) => {
setTimeout(() => {
span.style.opacity = '1';
span.style.animation = 'titleAppear 0.6s ease-out forwards';
}, index * 400);
});
}
// Add simple navbar effect only
const navbar = document.querySelector('.navbar');
window.addEventListener('scroll', () => {
const scrolled = window.pageYOffset;
// Simple navbar blur effect on scroll
if (navbar) {
if (scrolled > 50) {
navbar.style.background = 'rgba(255, 255, 255, 0.85)';
navbar.style.backdropFilter = 'blur(25px) saturate(180%)';
navbar.style.boxShadow = '0 8px 32px rgba(0, 0, 0, 0.1)';
} else {
navbar.style.background = 'rgba(255, 255, 255, 0.95)';
navbar.style.backdropFilter = 'blur(20px)';
navbar.style.boxShadow = 'none';
}
}
});
// Mobile Menu Toggle
const hamburger = document.querySelector('.hamburger');
const navMenu = document.querySelector('.nav-menu');
if (hamburger && navMenu) {
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');
}));
}
// Form handling
const contactForm = document.querySelector('#contactForm');
if (contactForm) {
contactForm.addEventListener('submit', (e) => {
e.preventDefault();
alert('Mensagem enviada com sucesso! Entraremos em contacto brevemente.');
contactForm.reset();
});
}
// 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
const serviceCards = document.querySelectorAll('.service-card');
serviceCards.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'; // Remove transition during mouse movement
isAnimating = false;
});
});
card.addEventListener('mouseleave', () => {
card.style.transition = 'all 0.3s cubic-bezier(0.4, 0, 0.2, 1)'; // Restore smooth transition
card.style.transform = 'translateY(0) rotateX(0) rotateY(0) scale(1)';
});
});
// Innovation Section Drop-in Effect
const innovationSection = document.querySelector('.innovation');
const innovationTitle = document.querySelector('.innovation-title');
const innovationDescription = document.querySelector('.innovation-description');
const toastIcon = document.querySelector('.toast-icon');
const speImage = document.querySelector('.spe-image-large');
const speTitle = document.querySelector('.spe-title');
const speDescription = document.querySelector('.spe-description');
let ticking = false;
let animationTriggered = false;
function updateDropInEffect() {
const scrolled = window.pageYOffset;
const windowHeight = window.innerHeight;
const triggerPoint = windowHeight * 0.6; // Trigger at 60% scroll
if (innovationSection && scrolled >= triggerPoint && !animationTriggered) {
animationTriggered = true;
// Show the section with fade-in
innovationSection.style.opacity = '1';
innovationSection.style.transform = 'translateY(0)';
// Animate elements dropping in with delays
const elements = [
{ el: innovationTitle, delay: 200 },
{ el: innovationDescription, delay: 400 },
{ el: toastIcon, delay: 600 },
{ el: speImage, delay: 800 },
{ el: speTitle, delay: 1000 },
{ el: speDescription, delay: 1200 }
];
elements.forEach(({ el, delay }) => {
if (el) {
// Set initial state - hidden and positioned above
el.style.opacity = '0';
el.style.transform = 'translateY(-100px) scale(0.8)';
el.style.filter = 'blur(5px)';
// Animate drop-in after delay
setTimeout(() => {
el.style.transition = 'all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275)';
el.style.opacity = '1';
el.style.transform = 'translateY(0) scale(1)';
el.style.filter = 'blur(0px)';
}, delay);
}
});
}
ticking = false;
}
function requestTick() {
if (!ticking) {
requestAnimationFrame(updateDropInEffect);
ticking = true;
}
}
// Initial call to set position
updateDropInEffect();
window.addEventListener('scroll', requestTick);
</script>
<script src="supabase-config.js"></script>
<script src="auth.js"></script>
</body>
</html>