OlexiyS's picture
just copy this layout https://dvkq0.weblium.site/ - i need 100% content and UI mach
8120508 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PixelPerfectVista Clone</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
}
.hero-gradient {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.transition-smooth {
transition: all 0.3s ease;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="#" class="flex items-center">
<span class="text-2xl font-bold text-blue-600">PixelPerfect</span>
</a>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#" class="text-gray-700 hover:text-blue-600 transition-smooth font-medium">Home</a>
<a href="#" class="text-gray-700 hover:text-blue-600 transition-smooth font-medium">Services</a>
<a href="#" class="text-gray-700 hover:text-blue-600 transition-smooth font-medium">Our Work</a>
<a href="#" class="text-gray-700 hover:text-blue-600 transition-smooth font-medium">About Us</a>
<a href="#" class="text-gray-700 hover:text-blue-600 transition-smooth font-medium">Blog</a>
<button class="bg-blue-600 text-white px-6 py-2 rounded-md hover:bg-blue-700 transition-smooth font-medium">Get in Touch</button>
</div>
<div class="md:hidden flex items-center">
<button id="menu-toggle">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden fixed inset-0 bg-white z-20 pt-16 px-4">
<div class="flex flex-col space-y-4 py-4">
<a href="#" class="text-gray-700 hover:text-indigo-600 transition-smooth py-2 border-b">Home</a>
<a href="#" class="text-gray-700 hover:text-indigo-600 transition-smooth py-2 border-b">Services</a>
<a href="#" class="text-gray-700 hover:text-indigo-600 transition-smooth py-2 border-b">Portfolio</a>
<a href="#" class="text-gray-700 hover:text-indigo-600 transition-smooth py-2 border-b">About</a>
<a href="#" class="text-gray-700 hover:text-indigo-600 transition-smooth py-2 border-b">Blog</a>
<button class="bg-indigo-600 text-white px-4 py-2 rounded-md hover:bg-indigo-700 transition-smooth w-full">Contact Us</button>
</div>
</div>
<!-- Hero Section -->
<section class="bg-gray-50 pt-32 pb-20 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-5xl md:text-6xl font-bold text-gray-900 mb-6 leading-tight">We Design Digital Experiences That Matter</h1>
<p class="text-xl text-gray-600 mb-8">PixelPerfect delivers innovative design solutions that drive business growth and customer engagement.</p>
<div class="flex space-x-4">
<button class="bg-blue-600 text-white px-8 py-4 rounded-md hover:bg-blue-700 transition-smooth font-medium">Get Started</button>
<button class="border border-blue-600 text-blue-600 px-8 py-4 rounded-md hover:bg-blue-50 transition-smooth font-medium">View Our Work</button>
</div>
</div>
<div class="relative">
<img src="http://static.photos/technology/1200x630/5" alt="Digital Design" class="rounded-xl shadow-2xl w-full">
<div class="absolute -bottom-6 -right-6 bg-white p-6 rounded-xl shadow-lg">
<div class="flex items-center">
<div class="bg-blue-100 p-4 rounded-full mr-4">
<i data-feather="award" class="text-blue-600 w-6 h-6"></i>
</div>
<div>
<p class="font-bold text-gray-900">Award Winning</p>
<p class="text-sm text-gray-600">Design Studio Since 2015</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Clients Section -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<p class="text-center text-gray-500 mb-12 text-lg">Trusted by innovative companies worldwide</p>
<div class="grid grid-cols-3 md:grid-cols-6 gap-12 items-center justify-items-center">
<img src="https://via.placeholder.com/180x80?text=TechCorp" alt="TechCorp" class="opacity-70 hover:opacity-100 transition-smooth h-10">
<img src="https://via.placeholder.com/180x80?text=CreativeX" alt="CreativeX" class="opacity-70 hover:opacity-100 transition-smooth h-8">
<img src="https://via.placeholder.com/180x80?text=Digital+" alt="Digital+" class="opacity-70 hover:opacity-100 transition-smooth h-12">
<img src="https://via.placeholder.com/180x80?text=InnoSoft" alt="InnoSoft" class="opacity-70 hover:opacity-100 transition-smooth h-9">
<img src="https://via.placeholder.com/180x80?text=Visionary" alt="Visionary" class="opacity-70 hover:opacity-100 transition-smooth h-10">
<img src="https://via.placeholder.com/180x80?text=NextGen" alt="NextGen" class="opacity-70 hover:opacity-100 transition-smooth h-7">
</div>
</div>
</section>
<!-- Services Section -->
<section class="py-24 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-20">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Our Services</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">We deliver exceptional digital solutions that transform businesses and delight users.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10">
<div class="bg-white p-10 rounded-xl shadow-lg card-hover transition-smooth">
<div class="bg-blue-100 p-5 rounded-xl w-20 h-20 flex items-center justify-center mb-8">
<i data-feather="monitor" class="text-blue-600 text-3xl"></i>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">UI/UX Design</h3>
<p class="text-lg text-gray-600 mb-6">Crafting intuitive interfaces and seamless user experiences that drive engagement and conversions.</p>
<a href="#" class="text-blue-600 hover:text-blue-800 flex items-center transition-smooth font-medium">
Learn more <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</a>
</div>
<div class="bg-white p-10 rounded-xl shadow-lg card-hover transition-smooth">
<div class="bg-blue-100 p-5 rounded-xl w-20 h-20 flex items-center justify-center mb-8">
<i data-feather="code" class="text-blue-600 text-3xl"></i>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Web Development</h3>
<p class="text-lg text-gray-600 mb-6">Building performant, scalable websites with modern technologies and best practices.</p>
<a href="#" class="text-blue-600 hover:text-blue-800 flex items-center transition-smooth font-medium">
Learn more <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</a>
</div>
<div class="bg-white p-10 rounded-xl shadow-lg card-hover transition-smooth">
<div class="bg-blue-100 p-5 rounded-xl w-20 h-20 flex items-center justify-center mb-8">
<i data-feather="smartphone" class="text-blue-600 text-3xl"></i>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Mobile App Design</h3>
<p class="text-lg text-gray-600 mb-6">Designing native mobile experiences that users love and keep coming back to.</p>
<a href="#" class="text-blue-600 hover:text-blue-800 flex items-center transition-smooth font-medium">
Learn more <i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="py-24 px-4 sm:px-6 lg:px-8 bg-white">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-20">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Our Work</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Selected projects that showcase our design and development expertise.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="relative rounded-2xl overflow-hidden card-hover transition-smooth group">
<img src="http://static.photos/workspace/640x360/15" alt="E-commerce Platform" class="w-full h-80 object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 group-hover:opacity-100 transition-smooth flex items-end p-8">
<div>
<h3 class="text-white font-bold text-2xl mb-2">E-commerce Platform</h3>
<p class="text-gray-200">UI/UX Design • Web Development</p>
<a href="#" class="mt-4 inline-block text-white border-b border-white pb-1 hover:text-blue-300 hover:border-blue-300 transition-smooth">View Case Study</a>
</div>
</div>
</div>
<div class="relative rounded-2xl overflow-hidden card-hover transition-smooth group">
<img src="http://static.photos/technology/640x360/16" alt="Fintech Dashboard" class="w-full h-80 object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 group-hover:opacity-100 transition-smooth flex items-end p-8">
<div>
<h3 class="text-white font-bold text-2xl mb-2">Fintech Dashboard</h3>
<p class="text-gray-200">UI Design • Data Visualization</p>
<a href="#" class="mt-4 inline-block text-white border-b border-white pb-1 hover:text-blue-300 hover:border-blue-300 transition-smooth">View Case Study</a>
</div>
</div>
</div>
<div class="relative rounded-2xl overflow-hidden card-hover transition-smooth group">
<img src="http://static.photos/office/640x360/17" alt="Corporate Portal" class="w-full h-80 object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent opacity-0 group-hover:opacity-100 transition-smooth flex items-end p-8">
<div>
<h3 class="text-white font-bold text-2xl mb-2">Corporate Portal</h3>
<p class="text-gray-200">Web Design • Branding</p>
<a href="#" class="mt-4 inline-block text-white border-b border-white pb-1 hover:text-blue-300 hover:border-blue-300 transition-smooth">View Case Study</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-16">
<button class="border-2 border-blue-600 text-blue-600 px-8 py-4 rounded-lg hover:bg-blue-50 transition-smooth font-medium text-lg">Browse All Projects</button>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">What Our Clients Say</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Hear from businesses that have partnered with us.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400"></i>
</div>
<p class="text-gray-600 mb-6">"Working with DesignVista was a game-changer for our business. Their attention to detail and creative approach helped us stand out in a crowded market."</p>
<div class="flex items-center">
<img src="http://static.photos/people/200x200/1" alt="Client" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-semibold text-gray-800">Sarah Johnson</h4>
<p class="text-sm text-gray-500">CEO, TechCorp</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-md">
<div class="flex items-center mb-4">
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<i data-feather="star" class="text-yellow-400 mr-1"></i>
<
</body>
</html>