-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworksup.html
More file actions
222 lines (209 loc) · 9.37 KB
/
worksup.html
File metadata and controls
222 lines (209 loc) · 9.37 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WorksUP - 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 WorksUP */
.apps-hero.worksup-hero .theme-image-bg {
background-image:
url('Theme2_colour.png'),
url('Theme2_colour.png'),
url('Theme2_colour.png'),
linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #ec4899 100%);
}
</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>
<!-- WorksUP Hero -->
<section class="apps-hero worksup-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="WorksUP_icon.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">Learning has never been so easy!</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">Our Applications</h2>
<p class="section-subtitle">Innovative solutions for your daily needs</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>WorksUP PROGRAMMING Pack®</h3>
<p>Pseudocode Editor and FlowChart Maker, all in one!</p>
<ul class="service-features">
<li>Easy use</li>
<li>Intuitive navigation</li>
<li>Modern design with Toast AURA UI</li>
</ul>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section id="faq" class="faq-section">
<div class="container">
<h2 data-aos="fade-up">FAQ</h2>
<div class="faq-container">
<div class="faq-item" data-aos="fade-up" data-aos-delay="0">
<div class="faq-question">
<h3>Is WorksUP free?</h3>
<div class="faq-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>
</div>
</div>
<div class="faq-answer"><p>Yes, because everyone has the same right to learn. Let's make the world better together!</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'
});
}
});
});
</script>
</body>
</html>