K4rllll's picture
vc fala portugues?
8abad13 verified
Raw
History Blame Contribute Delete
9.01 kB
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Chameleon Studio | Adaptive UI Experts</title>
<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>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: {
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0ea5e9',
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
},
secondary: {
50: '#f5f3ff',
100: '#ede9fe',
200: '#ddd6fe',
300: '#c4b5fd',
400: '#a78bfa',
500: '#8b5cf6',
600: '#7c3aed',
700: '#6d28d9',
800: '#5b21b6',
900: '#4c1d95',
}
}
}
}
}
</script>
</head>
<body class="bg-gray-50 text-gray-900 font-sans antialiased">
<custom-navbar></custom-navbar>
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<section class="text-center mb-20">
<h1 class="text-5xl font-bold text-primary-700 mb-6">We Shape Digital Experiences</h1>
<p class="text-xl text-gray-600 max-w-3xl mx-auto mb-10">
Crafting interfaces that adapt to your brand like a chameleon to its environment.
</p>
<div class="flex justify-center gap-4">
<a href="#services" class="bg-primary-600 hover:bg-primary-700 text-white px-6 py-3 rounded-lg font-medium transition-colors">
Our Services
</a>
<a href="#contact" class="border-2 border-primary-600 text-primary-600 hover:bg-primary-50 px-6 py-3 rounded-lg font-medium transition-colors">
Get in Touch
</a>
</div>
</section>
<section id="services" class="mb-20">
<h2 class="text-3xl font-bold text-center mb-12">What Makes Us Different</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-shadow">
<div class="w-14 h-14 bg-primary-100 rounded-full flex items-center justify-center mb-4">
<i data-feather="cpu" class="text-primary-600"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Adaptive Technology</h3>
<p class="text-gray-600">Our interfaces dynamically adjust to user behavior and context, creating truly personalized experiences.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-shadow">
<div class="w-14 h-14 bg-secondary-100 rounded-full flex items-center justify-center mb-4">
<i data-feather="eye" class="text-secondary-600"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Visual Intelligence</h3>
<p class="text-gray-600">We employ AI-driven design systems that evolve based on real user interactions and feedback.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition-shadow">
<div class="w-14 h-14 bg-primary-100 rounded-full flex items-center justify-center mb-4">
<i data-feather="zap" class="text-primary-600"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Lightning Iteration</h3>
<p class="text-gray-600">Our rapid prototyping process means you see results faster without sacrificing quality.</p>
</div>
</div>
</section>
<section class="bg-gradient-to-r from-primary-500 to-secondary-500 rounded-2xl p-8 text-white mb-20">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-3xl font-bold mb-6">The Chameleon Approach</h2>
<p class="text-lg mb-8">
Unlike traditional studios, we don't just create static designs. We build living systems that learn and adapt to your users' needs over time.
</p>
<div class="flex flex-wrap justify-center gap-4">
<div class="flex items-center">
<i data-feather="check-circle" class="mr-2"></i>
<span>Context-aware interfaces</span>
</div>
<div class="flex items-center">
<i data-feather="check-circle" class="mr-2"></i>
<span>Self-optimizing layouts</span>
</div>
<div class="flex items-center">
<i data-feather="check-circle" class="mr-2"></i>
<span>Predictive interactions</span>
</div>
</div>
</div>
</section>
<section id="contact" class="mb-20">
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<div class="md:flex">
<div class="md:w-1/2 bg-primary-600 p-12 text-white">
<h2 class="text-3xl font-bold mb-6">Ready to Transform?</h2>
<p class="mb-8">Let's discuss how we can create an interface that evolves with your business.</p>
<div class="space-y-4">
<div class="flex items-center">
<i data-feather="mail" class="mr-3"></i>
<span>hello@chameleon.studio</span>
</div>
<div class="flex items-center">
<i data-feather="phone" class="mr-3"></i>
<span>+1 (555) 123-4567</span>
</div>
<div class="flex items-center">
<i data-feather="map-pin" class="mr-3"></i>
<span>Digital Street 42, Webville</span>
</div>
</div>
</div>
<div class="md:w-1/2 p-12">
<form class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-primary-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-primary-500">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-primary-500"></textarea>
</div>
<button type="submit" class="w-full bg-primary-600 hover:bg-primary-700 text-white py-3 px-6 rounded-lg font-medium transition-colors">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>