-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
381 lines (355 loc) · 17.5 KB
/
about.html
File metadata and controls
381 lines (355 loc) · 17.5 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
<!DOCTYPE html>
<html lang="us-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - 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">
</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 active">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>
<!-- About Hero Section -->
<section class="about-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 class="particles-container">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
</div>
</div>
<div class="hero-content" data-aos="zoom-in">
<div class="hero-badge" data-aos="fade-down" data-aos-delay="200">
<span class="badge-text" style="color: #fff;">EST. 2020</span>
</div>
<h1 class="hero-title">
<span class="gradient-text animate-text">What is</span>
<br>
<span class="company-name glitch" data-text="GreenToastSoftware">GreenToastSoftware</span>
<span class="question-mark">?</span>
</h1>
<p class="hero-subtitle animate-fade">
A revolutionary software company that transforms impossible dreams into digital reality
</p>
<div class="hero-stats" data-aos="fade-up" data-aos-delay="600">
<div class="stat-item">
<span class="stat-number">5+</span>
<span class="stat-label" style="color: #fff;">Years</span>
</div>
<div class="stat-item">
<span class="stat-number">4+</span>
<span class="stat-label" style="color: #fff;">Projects</span>
</div>
<div class="stat-item">
<span class="stat-number">98%</span>
<span class="stat-label" style="color: #fff;">Success</span>
</div>
</div>
<div class="hero-separator" aria-hidden="true"></div>
</div>
<div class="scroll-indicator" style="color: #fff;">
<div class="mouse" style="border: 2px solid #fff;">
<div class="wheel" style="border: 2px solid #fff;"></div>
</div>
</div>
</section>
<!-- Interactive Timeline -->
<section class="timeline-section">
<div class="container">
<div class="timeline-header" data-aos="fade-up">
<h2 class="section-title">Our Journey</h2>
<p class="section-subtitle">From dream to digital reality</p>
</div>
<div class="timeline">
<div class="timeline-item" data-aos="fade-right">
<div class="timeline-marker">
<span class="year">2020</span>
</div>
<div class="timeline-content">
<h3>The Beginning</h3>
<p>GreenToastSoftware was born from a simple idea: make technology accessible to everyone.</p>
</div>
</div>
<div class="timeline-item" data-aos="fade-left">
<div class="timeline-marker">
<span class="year">2021</span>
</div>
<div class="timeline-content">
<h3>First Breakthrough</h3>
<p>Launch of SPE 4.0 - Systems Programs Easier, revolutionizing how users interact with technology.</p>
</div>
</div>
<div class="timeline-item" data-aos="fade-right">
<div class="timeline-marker">
<span class="year">2023</span>
</div>
<div class="timeline-content">
<h3>Expansion</h3>
<p>First Test version of SPE 5.0 - Systems Programs Easier, new easy interface for everyone.</p>
</div>
</div>
<div class="timeline-item" data-aos="fade-left">
<div class="timeline-marker">
<span class="year">2025</span>
</div>
<div class="timeline-content">
<h3>The Future</h3>
<p>Continuing to innovate and shape the digital landscape for tomorrow's world.</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Content Section -->
<section class="about-content-section">
<div class="container">
<!-- Manifesto Section -->
<div class="manifesto-section" data-aos="fade-up">
<div class="manifesto-content">
<div class="manifesto-logo">
<img src="GreenToastSoftware_logo_banner.png" alt="GreenToastSoftware Logo Banner" class="banner-logo" onerror="this.src='GreenToastSoftware_logo_banner.png'">
</div>
<div class="manifesto-text">
<h2 class="manifesto-title"> Our manifesto</h2>
<div class="manifesto-quote">
<blockquote>
"All you can imagine is a freshly toasted Toast"
</blockquote>
<cite>- GreenToastSoftware Corporation</cite>
</div>
<div class="manifesto-description">
<p class="highlight-text">
At <span class="brand-highlight">GreenToastSoftware</span>, we believe that every idea has the
potential to transform the digital world. Our mission is to be the driving force that transforms
dreams into real and innovative solutions.
</p>
<p>
We are driven by the vision that everyone has the power to create an impact in the technology
universe. That's why we're dedicated to bringing ideas to life, connecting creativity,
innovation, and excellence to build a brighter, more accessible digital world.
</p>
</div>
</div>
</div>
</div>
<!-- Interactive Skills Section -->
<div class="skills-showcase" data-aos="fade-up">
<h2 class="section-title">Our Expertise</h2>
<div class="skills-grid">
<div class="skill-card" data-skill="95">
<div class="skill-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<polygon points="12,2 2,7 12,12 22,7 12,2"/>
<polyline points="2,17 12,22 22,17"/>
<polyline points="2,12 12,17 22,12"/>
</svg>
</div>
<h3>Software Development</h3>
<div class="skill-progress">
<div class="progress-bar" data-progress="95"></div>
</div>
<span class="skill-percentage">95%</span>
</div>
<div class="skill-card" data-skill="92">
<div class="skill-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/>
<polyline points="3.27,6.96 12,12.01 20.73,6.96"/>
<line x1="12" y1="22.08" x2="12" y2="12"/>
</svg>
</div>
<h3>UI/UX Design</h3>
<div class="skill-progress">
<div class="progress-bar" data-progress="92"></div>
</div>
<span class="skill-percentage">92%</span>
</div>
<div class="skill-card" data-skill="88">
<div class="skill-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/>
</svg>
</div>
<h3>Problem Solving</h3>
<div class="skill-progress">
<div class="progress-bar" data-progress="88"></div>
</div>
<span class="skill-percentage">88%</span>
</div>
<div class="skill-card" data-skill="96">
<div class="skill-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>
</div>
<h3>Innovation</h3>
<div class="skill-progress">
<div class="progress-bar" data-progress="96"></div>
</div>
<span class="skill-percentage">96%</span>
</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');
}));
// Enhanced text animation control
document.addEventListener('DOMContentLoaded', function() {
// Activate glitch effect after initial animation
setTimeout(() => {
const glitchElement = document.querySelector('.glitch');
if (glitchElement) {
glitchElement.classList.add('active');
}
}, 2000);
// Skills progress bar animation
const skillCards = document.querySelectorAll('.skill-card');
const observerOptions = {
threshold: 0.5,
rootMargin: '0px 0px -100px 0px'
};
const skillObserver = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const progressBar = entry.target.querySelector('.progress-bar');
const percentage = entry.target.getAttribute('data-skill');
if (progressBar) {
progressBar.style.setProperty('--progress-width', percentage + '%');
progressBar.style.animation = 'progressLoad 2s ease-in-out forwards';
}
}
});
}, observerOptions);
skillCards.forEach(card => {
skillObserver.observe(card);
});
});
// 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>