avafinity-ai / about.html
james123231's picture
Make an about page
1508544 verified
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn about Avafinity's mission to democratize video creation with ethical AI avatars and infinite creative possibilities.">
<title>About Us - Avafinity</title>
<link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>∞</text></svg>">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body class="antialiased bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-900 dark:to-slate-800 text-slate-800 dark:text-slate-100">
<nav-bar></nav-bar>
<!-- Hero Section -->
<section class="relative min-h-[60vh] flex items-center justify-center overflow-hidden pt-20">
<div class="absolute inset-0 bg-gradient-to-tr from-amber-400/10 via-transparent to-sky-400/10"></div>
<div class="absolute top-1/4 left-10 w-72 h-72 bg-amber-400/20 rounded-full blur-3xl animate-pulse"></div>
<div class="absolute bottom-1/4 right-10 w-96 h-96 bg-sky-400/20 rounded-full blur-3xl animate-pulse delay-1000"></div>
<div class="container mx-auto px-6 relative z-10">
<div class="text-center max-w-4xl mx-auto">
<h1 class="text-5xl md:text-7xl font-bold mb-6 leading-tight">
<span class="bg-gradient-to-r from-amber-500 to-sky-500 bg-clip-text text-transparent">Our Mission</span>
</h1>
<p class="text-xl md:text-2xl text-slate-600 dark:text-slate-300 mb-8 font-light">
Democratizing video creation while keeping humanity at the center. We believe AI should amplify creativity, not replace it.
</p>
</div>
</div>
</section>
<!-- Story Section -->
<section class="py-20 bg-white dark:bg-slate-900">
<div class="container mx-auto px-6 max-w-6xl">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-4xl md:text-5xl font-bold mb-6">
Our <span class="bg-gradient-to-r from-amber-500 to-sky-500 bg-clip-text text-transparent">Story</span>
</h2>
<div class="space-y-6 text-lg text-slate-600 dark:text-slate-300">
<p>
Founded in 2023 by a team of AI researchers and creative professionals, Avafinity was born from a simple observation: video creation is powerful but painfully slow and expensive.
</p>
<p>
We saw teams spending weeks on localization, creators hitting production ceilings, and brands struggling to personalize at scale. More importantly, we saw the ethical pitfalls of deepfake technology and knew there had to be a responsible way forward.
</p>
<p>
Today, we're proud to serve thousands of teams worldwide, helping them create millions of authentic, transparent, and ethically-produced videos that respect both creators and audiences.
</p>
</div>
</div>
<div class="relative">
<div class="aspect-square rounded-2xl overflow-hidden shadow-2xl bg-gradient-to-br from-slate-200 to-slate-300 dark:from-slate-700 dark:to-slate-600 relative group">
<div class="absolute inset-0 flex items-center justify-center">
<div class="text-center p-8">
<i data-feather="infinity" class="w-24 h-24 mx-auto mb-4 text-amber-500"></i>
<p class="text-2xl font-bold">∞ Possibilities</p>
<p class="text-sm opacity-75">Ethically Created</p>
</div>
</div>
<img src="http://static.photos/workspace/640x360/88" alt="Team workspace" class="w-full h-full object-cover opacity-30">
</div>
</div>
</div>
</div>
</section>
<!-- Values Section -->
<section id="values" class="py-20">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl md:text-5xl font-bold mb-4">Our <span class="bg-gradient-to-r from-amber-500 to-sky-500 bg-clip-text text-transparent">Values</span></h2>
<p class="text-xl text-slate-600 dark:text-slate-300 max-w-2xl mx-auto">The principles that guide every decision we make and every feature we build.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-6xl mx-auto">
<feature-card
icon="shield"
title="Transparency First"
description="Every AI-generated video includes C2PA watermarking and clear disclosure. No exceptions."
gradient="from-amber-400 to-amber-600"
></feature-card>
<feature-card
icon="users"
title="Human-Centered"
description="AI amplifies human creativity, never replaces it. Authenticity is our north star."
gradient="from-sky-400 to-sky-600"
></feature-card>
<feature-card
icon="lock"
title="Privacy & Control"
description="Your data is yours alone. Enterprise-grade security with SOC2 compliance."
gradient="from-amber-400 to-sky-600"
></feature-card>
<feature-card
icon="globe"
title="Global Accessibility"
description="Breaking language barriers while respecting cultural nuances and local contexts."
gradient="from-sky-400 to-amber-600"
></feature-card>
<feature-card
icon="zap"
title="Responsible Innovation"
description="We move fast, but never break trust. Ethics guide our roadmap, not just our PR."
gradient="from-amber-400 via-sky-400 to-amber-600"
></feature-card>
<feature-card
icon="heart"
title="Creator Empowerment"
description="Built by and for creators. We help you scale without selling your soul."
gradient="from-sky-400 via-amber-400 to-sky-600"
></feature-card>
</div>
</div>
</section>
<!-- Team Section -->
<section class="py-20 bg-white dark:bg-slate-900">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl md:text-5xl font-bold mb-4">Meet Our <span class="bg-gradient-to-r from-amber-500 to-sky-500 bg-clip-text text-transparent">Team</span></h2>
<p class="text-xl text-slate-600 dark:text-slate-300 max-w-2xl mx-auto">The passionate humans building the future of ethical AI video creation.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 max-w-6xl mx-auto">
<div class="text-center group">
<div class="relative w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden shadow-lg group-hover:scale-105 transition-transform">
<div class="absolute inset-0 bg-gradient-to-br from-amber-400 to-sky-400"></div>
<img src="http://static.photos/people/320x240/1" alt="Team member" class="relative z-10 w-full h-full object-cover opacity-90">
</div>
<h3 class="text-xl font-semibold mb-1">Sarah Chen</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm">Co-Founder & CEO</p>
</div>
<div class="text-center group">
<div class="relative w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden shadow-lg group-hover:scale-105 transition-transform">
<div class="absolute inset-0 bg-gradient-to-br from-sky-400 to-amber-400"></div>
<img src="http://static.photos/people/320x240/2" alt="Team member" class="relative z-10 w-full h-full object-cover opacity-90">
</div>
<h3 class="text-xl font-semibold mb-1">Marcus Rodriguez</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm">Co-Founder & CTO</p>
</div>
<div class="text-center group">
<div class="relative w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden shadow-lg group-hover:scale-105 transition-transform">
<div class="absolute inset-0 bg-gradient-to-br from-amber-400 to-sky-400"></div>
<img src="http://static.photos/people/320x240/3" alt="Team member" class="relative z-10 w-full h-full object-cover opacity-90">
</div>
<h3 class="text-xl font-semibold mb-1">Priya Patel</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm">Head of AI Research</p>
</div>
<div class="text-center group">
<div class="relative w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden shadow-lg group-hover:scale-105 transition-transform">
<div class="absolute inset-0 bg-gradient-to-br from-sky-400 to-amber-400"></div>
<img src="http://static.photos/people/320x240/4" alt="Team member" class="relative z-10 w-full h-full object-cover opacity-90">
</div>
<h3 class="text-xl font-semibold mb-1">James Kim</h3>
<p class="text-slate-600 dark:text-slate-400 text-sm">Head of Ethics & Policy</p>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-20 bg-gradient-to-r from-amber-500 to-sky-500">
<div class="container mx-auto px-6">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center max-w-4xl mx-auto">
<div class="text-white">
<div class="text-4xl md:text-5xl font-bold mb-2">50K+</div>
<div class="text-white/90">Videos Created</div>
</div>
<div class="text-white">
<div class="text-4xl md:text-5xl font-bold mb-2">2K+</div>
<div class="text-white/90">Active Teams</div>
</div>
<div class="text-white">
<div class="text-4xl md:text-5xl font-bold mb-2">99.9%</div>
<div class="text-white/90">Uptime</div>
</div>
<div class="text-white">
<div class="text-4xl md:text-5xl font-bold mb-2">100%</div>
<div class="text-white/90">Ethical</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20">
<div class="container mx-auto px-6 text-center">
<h2 class="text-4xl md:text-5xl font-bold mb-6">
<span class="bg-gradient-to-r from-amber-500 to-sky-500 bg-clip-text text-transparent">Join Our Mission</span>
</h2>
<p class="text-xl text-slate-600 dark:text-slate-300 mb-8 max-w-2xl mx-auto">
Be part of the future where AI and human creativity work hand in hand. Create responsibly, scale infinitely.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="studio.html" class="group px-8 py-4 bg-amber-500 hover:bg-amber-600 text-white rounded-full font-semibold shadow-lg hover:shadow-xl transform hover:scale-105 transition-all duration-300 flex items-center gap-2 justify-center">
Start Creating
<i data-feather="arrow-right" class="w-5 h-5 group-hover:translate-x-1 transition-transform"></i>
</a>
<a href="careers.html" class="px-8 py-4 bg-transparent border-2 border-sky-500 text-sky-600 hover:bg-sky-500 hover:text-white rounded-full font-semibold transition-all duration-300">
View Careers
</a>
</div>
</div>
</section>
<footer-element></footer-element>
<!-- Component Scripts -->
<script src="components/nav-bar.js"></script>
<script src="components/footer.js"></script>
<script src="components/feature-card.js"></script>
<script src="components/use-case-card.js"></script>
<!-- Main Scripts -->
<script src="script.js"></script>
<script>
feather.replace();
</script>
</body>
</html>