-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
435 lines (408 loc) · 16.7 KB
/
Copy pathabout.html
File metadata and controls
435 lines (408 loc) · 16.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About VFXB - AI-powered editor for everyone</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body style="position: relative; background: #111">
<!-- Background Video -->
<div class="body-bg-video-wrapper">
<video id="bg-video" autoplay loop muted playsinline></video>
</div>
<script>
document.getElementById("bg-video").src = "background-video.mp4";
</script>
<!-- Custom Cursor -->
<div class="cursor"></div>
<div class="cursor-follower"></div>
<div class="cursor-text">Learn More</div>
<!-- Particles Background -->
<div class="particles" id="particles"></div>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobileMenu">
<button class="close-menu" onclick="toggleMobileMenu()">×</button>
<div class="dropdown">
<a href="#" class="nav-item">Products</a>
<div class="dropdown-content">
<a href="products.html" class="dropdown-item">
Video Editor
<div class="item-desc">Professional video editing tools</div>
</a>
<a href="products.html" class="dropdown-item">
Audio Editor
<div class="item-desc">Advanced audio processing</div>
</a>
<a href="products.html" class="dropdown-item">
Image Editor
<div class="item-desc">Photo editing and enhancement</div>
</a>
</div>
</div>
<a href="ai-tools.html" class="nav-item hot">AI tools</a>
<a href="solutions.html" class="nav-item">Solutions</a>
<a href="resources.html" class="nav-item">Resources</a>
<a href="#" class="nav-item">NewsRoom</a>
<a href="about.html" class="nav-item">About</a>
<a href="#" class="btn btn-outline">Try VFXB Online</a>
<a href="#" class="btn btn-primary">Download</a>
</div>
<!-- Header -->
<header class="header">
<div class="logo">
<a href="index.html">
<img
src="vfxb.png"
alt="VFXB Logo"
style="height: 35px; vertical-align: middle; margin-right: 8px" />
</a>
</div>
<nav class="nav">
<div class="dropdown">
<a href="#" class="nav-item">Products</a>
<div class="dropdown-content">
<a href="products.html" class="dropdown-item">
Video Editor
<div class="item-desc">Professional video editing tools</div>
</a>
<a href="products.html" class="dropdown-item">
Audio Editor
<div class="item-desc">Advanced audio processing</div>
</a>
<a href="products.html" class="dropdown-item">
Image Editor
<div class="item-desc">Photo editing and enhancement</div>
</a>
<a href="products.html" class="dropdown-item">
Motion Graphics
<div class="item-desc">Create stunning animations</div>
</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="nav-item hot">AI tools</a>
<div class="dropdown-content">
<a href="ai-tools.html" class="dropdown-item">
AI Video Generator
<div class="item-desc">Create videos from text</div>
</a>
<a href="ai-tools.html" class="dropdown-item">
AI Voice Clone
<div class="item-desc">Clone any voice instantly</div>
</a>
<a href="ai-tools.html" class="dropdown-item">
AI Captions
<div class="item-desc">Auto-generate captions</div>
</a>
<a href="ai-tools.html" class="dropdown-item">
AI Avatar
<div class="item-desc">Create AI-powered avatars</div>
</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="nav-item">Solutions</a>
<div class="dropdown-content">
<a href="solutions.html" class="dropdown-item">
For Creators
<div class="item-desc">Tools for content creators</div>
</a>
<a href="solutions.html" class="dropdown-item">
For Business
<div class="item-desc">Enterprise video solutions</div>
</a>
<a href="solutions.html" class="dropdown-item">
For Education
<div class="item-desc">Educational video tools</div>
</a>
<a href="solutions.html" class="dropdown-item">
For Marketing
<div class="item-desc">Marketing video creation</div>
</a>
</div>
</div>
<div class="dropdown">
<a href="#" class="nav-item">Resources</a>
<div class="dropdown-content">
<a href="resources.html" class="dropdown-item">
Tutorials
<div class="item-desc">Learn video editing</div>
</a>
<a href="resources.html" class="dropdown-item">
Templates
<div class="item-desc">Pre-made video templates</div>
</a>
<a href="resources.html" class="dropdown-item">
Support
<div class="item-desc">Get help and support</div>
</a>
<a href="resources.html" class="dropdown-item">
Community
<div class="item-desc">Join our community</div>
</a>
</div>
</div>
<a href="#" class="nav-item">NewsRoom</a>
<a href="about.html" class="nav-item">About</a>
</nav>
<div class="header-buttons">
<a href="#" class="btn btn-outline">Try VFXB Online</a>
<a href="#" class="btn btn-primary">Download</a>
</div>
<button class="mobile-menu-btn" onclick="toggleMobileMenu()">☰</button>
</header>
<!-- About Hero Section -->
<section class="about-hero">
<h1>About VFXB</h1>
<p>
We're revolutionizing video editing by making AI-powered tools
accessible to everyone. From creators to businesses, we believe everyone
deserves professional-quality video content.
</p>
</section>
<!-- About Content -->
<div class="about-content">
<!-- Our Story -->
<section class="about-section" id="story">
<h2>Our Story</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus
scelerisque consequat lacus quis cursus. Etiam congue rhoncus velit
non accumsan. Sed dui nunc, semper id facilisis et, molestie et augue.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus
scelerisque consequat lacus quis cursus. Etiam congue rhoncus velit
non accumsan. Sed dui nunc, semper id facilisis et, molestie et augue.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus
scelerisque consequat lacus quis cursus. Etiam congue rhoncus velit
non accumsan. Sed dui nunc, semper id facilisis et, molestie et augue.
</p>
</section>
<!-- Mission & Vision -->
<section class="about-section" id="mission">
<h2>Mission & Vision</h2>
<div class="mission-vision">
<div class="mission-card">
<h3>Our Mission</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus
scelerisque consequat lacus quis cursus. Etiam congue rhoncus
velit non accumsan. Sed dui nunc, semper id facilisis et, molestie
et augue.
</p>
</div>
<div class="vision-card">
<h3>Our Vision</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus
scelerisque consequat lacus quis cursus. Etiam congue rhoncus
velit non accumsan. Sed dui nunc, semper id facilisis et, molestie
et augue.
</p>
</div>
</div>
</section>
<!-- Values -->
<section class="about-section" id="values">
<h2>Our Values</h2>
<p>
<strong>Innovation:</strong> We constantly push the boundaries of
what's possible with AI and video technology.
</p>
<p>
<strong>Accessibility:</strong> We believe everyone deserves access to
professional-quality tools, regardless of their background or
experience.
</p>
<p>
<strong>Creativity:</strong> We empower creators to focus on their
ideas, not technical limitations.
</p>
<p>
<strong>Community:</strong> We build and support a global community of
creators who inspire and learn from each other.
</p>
<p>
<strong>Quality:</strong> We never compromise on the quality of our
tools or the content our users create.
</p>
</section>
<!-- Stats Section -->
<section class="stats-section">
<h2>VFXB by the Numbers</h2>
<div class="stats-grid">
<div class="stat-item">
<div class="stat-number">10M+</div>
<div class="stat-label">Active Users</div>
</div>
<div class="stat-item">
<div class="stat-number">500M+</div>
<div class="stat-label">Videos Created</div>
</div>
<div class="stat-item">
<div class="stat-number">150+</div>
<div class="stat-label">Countries</div>
</div>
<div class="stat-item">
<div class="stat-number">99.9%</div>
<div class="stat-label">Uptime</div>
</div>
</div>
</section>
<!-- Team Section -->
<section class="about-section team-section" id="team">
<h2>Meet Our Team</h2>
<p>
We're a diverse team of engineers, designers, and creators passionate
about revolutionizing video editing.
</p>
<div class="team-grid">
<div class="team-member">
<img
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiIGZpbGw9IiNmZmYwZjAiLz4KPHN2ZyB4PSIyMCIgeT0iMjAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzMzMyIvPgo8cGF0aCBkPSJNOCAzNEM4IDI4LjU5NjIgMTMuNTk2MiAyMyAyMCAyM0MyNi40MDM4IDIzIDMyIDI4LjU5NjIgMzIgMzRIMThIMThaIiBmaWxsPSIjMzMzIi8+Cjwvc3ZnPgo8L3N2Zz4K"
alt="CEO" />
<h4>Person 1</h4>
<p>CEO & Co-founder</p>
</div>
<div class="team-member">
<img
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiIGZpbGw9IiNmZmYwZjAiLz4KPHN2ZyB4PSIyMCIgeT0iMjAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzMzMyIvPgo8cGF0aCBkPSJNOCAzNEM4IDI4LjU5NjIgMTMuNTk2MiAyMyAyMCAyM0MyNi40MDM4IDIzIDMyIDI4LjU5NjIgMzIgMzRIMThIMThaIiBmaWxsPSIjMzMzIi8+Cjwvc3ZnPgo8L3N2Zz4K"
alt="CTO" />
<h4>Person 2</h4>
<p>CTO & Co-founder</p>
</div>
<div class="team-member">
<img
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiIGZpbGw9IiNmZmYwZjAiLz4KPHN2ZyB4PSIyMCIgeT0iMjAiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzMzMyIvPgo8cGF0aCBkPSJNOCAzNEM4IDI4LjU5NjIgMTMuNTk2MiAyMyAyMCAyM0MyNi40MDM4IDIzIDMyIDI4LjU5NjIgMzIgMzRIMThIMThaIiBmaWxsPSIjMzMzIi8+Cjwvc3ZnPgo8L3N2Zz4K"
alt="Lead Engineer" />
<h4>Person 3</h4>
<p>Lead AI Engineer</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact-section">
<h2>Get in Touch</h2>
<p>Have questions about VFXB? We'd love to hear from you.</p>
<div class="contact-info">
<div class="contact-item">
<h4>Email</h4>
<p>hello@vfxb.com</p>
</div>
<div class="contact-item">
<h4>Support</h4>
<p>support@vfxb.com</p>
</div>
<div class="contact-item">
<h4>Office</h4>
<p>New York, NY</p>
</div>
</div>
</section>
</div>
<script>
// Mobile Menu Toggle
function toggleMobileMenu() {
const mobileMenu = document.getElementById("mobileMenu");
mobileMenu.classList.toggle("active");
}
// Particles
function createParticles() {
const particlesContainer = document.getElementById("particles");
const particleCount = window.innerWidth < 768 ? 25 : 50;
for (let i = 0; i < particleCount; i++) {
const particle = document.createElement("div");
particle.className = "particle";
particle.style.left = Math.random() * 100 + "%";
particle.style.top = Math.random() * 100 + "%";
particle.style.animationDelay = Math.random() * 3 + "s";
particlesContainer.appendChild(particle);
}
}
// Initialize particles
createParticles();
// Custom Cursor (only for non-touch devices)
if (window.matchMedia("(hover: hover) and (pointer: fine)").matches) {
const cursor = document.querySelector(".cursor");
const cursorFollower = document.querySelector(".cursor-follower");
const cursorText = document.querySelector(".cursor-text");
let mouseX = 0;
let mouseY = 0;
let followerX = 0;
let followerY = 0;
document.addEventListener("mousemove", (e) => {
mouseX = e.clientX;
mouseY = e.clientY;
cursor.style.left = mouseX + "px";
cursor.style.top = mouseY + "px";
cursorText.style.left = mouseX + "px";
cursorText.style.top = mouseY - 50 + "px";
});
function updateFollower() {
followerX += (mouseX - followerX) * 0.1;
followerY += (mouseY - followerY) * 0.1;
cursorFollower.style.left = followerX + "px";
cursorFollower.style.top = followerY + "px";
requestAnimationFrame(updateFollower);
}
updateFollower();
// Interactive elements cursor effects
const interactiveElements = document.querySelectorAll(
".btn, .nav-item, .dropdown-item, .team-member, .contact-item"
);
interactiveElements.forEach((element) => {
element.addEventListener("mouseenter", () => {
cursor.style.transform = "scale(1.5)";
cursorFollower.style.transform = "scale(1.5)";
});
element.addEventListener("mouseleave", () => {
cursor.style.transform = "scale(1)";
cursorFollower.style.transform = "scale(1)";
});
});
}
// Intersection Observer for animations
const observerOptions = {
threshold: 0.1,
rootMargin: "0px 0px -50px 0px",
};
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
entry.target.classList.add("visible");
}
});
}, observerOptions);
// Observe about sections for animations
document.querySelectorAll(".about-section").forEach((element) => {
observer.observe(element);
});
// Close mobile menu when clicking outside
document.addEventListener("click", (e) => {
const mobileMenu = document.getElementById("mobileMenu");
const menuBtn = document.querySelector(".mobile-menu-btn");
if (!mobileMenu.contains(e.target) && !menuBtn.contains(e.target)) {
mobileMenu.classList.remove("active");
}
});
// Resize handler
window.addEventListener("resize", () => {
const particlesContainer = document.getElementById("particles");
particlesContainer.innerHTML = "";
createParticles();
});
// Loading animation
window.addEventListener("load", () => {
document.body.style.opacity = "0";
document.body.style.transition = "opacity 0.5s ease";
setTimeout(() => {
document.body.style.opacity = "1";
}, 100);
});
</script>
</body>
</html>