crispdata-tool / index.html
Crispinoigara's picture
Instruction:
3b65624 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CrispData - Unified Creator Platform</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.gradient-bg {
background: linear-gradient(135deg, #6e8efb 0%, #a777e3 100%);
}
.wave-shape {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
}
.wave-shape svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 150px;
}
.wave-shape .shape-fill {
fill: #FFFFFF;
}
.content-card: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);
}
.upload-dropzone {
border: 2px dashed #cbd5e0;
transition: all 0.3s ease;
}
.upload-dropzone.active {
border-color: #6e8efb;
background-color: rgba(110, 142, 251, 0.1);
}
</style>
</head>
<body class="font-sans antialiased text-gray-900">
<!-- Navigation -->
<nav class="bg-white shadow-sm">
<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">
<div class="flex-shrink-0 flex items-center">
<i data-feather="layers" class="h-8 w-8 text-indigo-600"></i>
<span class="ml-2 text-xl font-bold text-gray-900">CrispData</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#" class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Dashboard</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Library</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Analytics</a>
<a href="#" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Upload</a>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button type="button" class="bg-white p-1 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
<span class="sr-only">View notifications</span>
<i data-feather="bell"></i>
</button>
<!-- Profile dropdown -->
<div class="ml-3 relative">
<div>
<button type="button" class="bg-white rounded-full flex text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500" id="user-menu" aria-expanded="false" aria-haspopup="true">
<span class="sr-only">Open user menu</span>
<img class="h-8 w-8 rounded-full" src="http://static.photos/people/200x200/42" alt="User profile">
</button>
</div>
</div>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<!-- Mobile menu button -->
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu, show/hide based on menu state. -->
<div class="sm:hidden hidden" id="mobile-menu">
<div class="pt-2 pb-3 space-y-1">
<a href="#" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Dashboard</a>
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Library</a>
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Analytics</a>
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Upload</a>
</div>
<div class="pt-4 pb-3 border-t border-gray-200">
<div class="flex items-center px-4">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/42" alt="User profile">
</div>
<div class="ml-3">
<div class="text-base font-medium text-gray-800">John Doe</div>
<div class="text-sm font-medium text-gray-500">[email protected]</div>
</div>
<button type="button" class="ml-auto flex-shrink-0 bg-white p-1 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
<span class="sr-only">View notifications</span>
<i data-feather="bell"></i>
</button>
</div>
<div class="mt-3 space-y-1">
<a href="#" class="block px-4 py-2 text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100">Your Profile</a>
<a href="#" class="block px-4 py-2 text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100">Settings</a>
<a href="#" class="block px-4 py-2 text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100">Sign out</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="gradient-bg relative overflow-hidden">
<div class="max-w-7xl mx-auto">
<div class="relative z-10 pb-8 sm:pb-16 md:pb-20 lg:max-w-2xl lg:w-full lg:pb-28 xl:pb-32">
<div class="pt-10 sm:pt-16 lg:pt-8 lg:pb-14 lg:overflow-hidden">
<div class="mt-10 mx-auto max-w-7xl px-4 sm:mt-12 sm:px-6 md:mt-16 lg:mt-20 lg:px-8 xl:mt-28">
<div class="sm:text-center lg:text-left">
<h1 class="text-4xl tracking-tight font-extrabold text-white sm:text-5xl md:text-6xl">
<span class="block">Unified Platform for</span>
<span class="block text-indigo-200">Your Creative Work</span>
</h1>
<p class="mt-3 text-base text-indigo-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
Start creating for just $2/month — get started today.
</p>
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Get Started
</a>
</div>
<div class="mt-3 sm:mt-0 sm:ml-3">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-500 bg-opacity-60 hover:bg-opacity-70 md:py-4 md:text-lg md:px-10">
Live Demo
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wave-shape">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="shape-fill"></path>
</svg>
</div>
</div>
<!-- Features Section -->
<div class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Features</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Everything you need in one platform
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
CrispData provides all the tools to manage your creative content efficiently.
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-10">
<div class="relative" data-aos="fade-up">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="music"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Music Management</h3>
<p class="mt-2 text-base text-gray-500">
Upload your tracks, automatically generate multiple formats, and get detailed analytics on plays and downloads.
</p>
</div>
</div>
<div class="relative" data-aos="fade-up" data-aos-delay="100">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="film"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Video Processing</h3>
<p class="mt-2 text-base text-gray-500">
Automatic transcoding to multiple resolutions, thumbnail generation, and adaptive streaming for optimal playback.
</p>
</div>
</div>
<div class="relative" data-aos="fade-up" data-aos-delay="200">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="edit"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Blog Publishing</h3>
<p class="mt-2 text-base text-gray-500">
Rich text editor with markdown support, SEO optimization, and scheduling for your articles.
</p>
</div>
</div>
<div class="relative" data-aos="fade-up" data-aos-delay="300">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<i data-feather="mic"></i>
</div>
<div class="ml-16">
<h3 class="text-lg leading-6 font-medium text-gray-900">Voice Overs</h3>
<p class="mt-2 text-base text-gray-500">
Upload and manage your voice recordings with waveform visualization and clarity optimization.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content Showcase -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Recent Content
</h2>
<p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4">
Explore some of the latest content from our creators
</p>
</div>
<div class="mt-12 grid gap-5 max-w-lg mx-auto lg:grid-cols-3 lg:max-w-none">
<!-- Music Card -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden content-card transition-all duration-300 ease-in-out" data-aos="fade-up">
<div class="flex-shrink-0 relative">
<img class="h-48 w-full object-cover" src="http://static.photos/music/640x360/1" alt="Music cover">
<div class="absolute inset-0 bg-indigo-600 bg-opacity-75 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity duration-300">
<button class="bg-white rounded-full p-3 text-indigo-600 hover:bg-indigo-50">
<i data-feather="play" class="h-6 w-6"></i>
</button>
</div>
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-indigo-600">
<span class="inline-flex items-center">
<i data-feather="music" class="h-4 w-4 mr-1"></i>
Music
</span>
</p>
<a href="#" class="block mt-2">
<h3 class="text-xl font-semibold text-gray-900">Summer Vibes</h3>
<p class="mt-3 text-base text-gray-500">A chill summer track perfect for sunny days and beach parties.</p>
</a>
</div>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/2" alt="Creator avatar">
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="#" class="hover:underline">Sarah Johnson</a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2023-05-16">May 16, 2023</time>
<span aria-hidden="true">&middot;</span>
<span> 3:45 min</span>
</div>
</div>
</div>
</div>
</div>
<!-- Video Card -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden content-card transition-all duration-300 ease-in-out" data-aos="fade-up" data-aos-delay="100">
<div class="flex-shrink-0 relative">
<img class="h-48 w-full object-cover" src="http://static.photos/technology/640x360/2" alt="Video thumbnail">
<div class="absolute inset-0 bg-indigo-600 bg-opacity-75 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity duration-300">
<button class="bg-white rounded-full p-3 text-indigo-600 hover:bg-indigo-50">
<i data-feather="play" class="h-6 w-6"></i>
</button>
</div>
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-indigo-600">
<span class="inline-flex items-center">
<i data-feather="film" class="h-4 w-4 mr-1"></i>
Video
</span>
</p>
<a href="#" class="block mt-2">
<h3 class="text-xl font-semibold text-gray-900">Tech Review: New Gadgets</h3>
<p class="mt-3 text-base text-gray-500">An in-depth look at the latest tech gadgets hitting the market this season.</p>
</a>
</div>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/3" alt="Creator avatar">
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="#" class="hover:underline">Mike Chen</a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2023-05-14">May 14, 2023</time>
<span aria-hidden="true">&middot;</span>
<span> 12:30 min</span>
</div>
</div>
</div>
</div>
</div>
<!-- Blog Card -->
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden content-card transition-all duration-300 ease-in-out" data-aos="fade-up" data-aos-delay="200">
<div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src="http://static.photos/workspace/640x360/3" alt="Blog cover">
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm font-medium text-indigo-600">
<span class="inline-flex items-center">
<i data-feather="edit-3" class="h-4 w-4 mr-1"></i>
Blog
</span>
</p>
<a href="#" class="block mt-2">
<h3 class="text-xl font-semibold text-gray-900">The Future of Remote Work</h3>
<p class="mt-3 text-base text-gray-500">Exploring how remote work is evolving and what tools are shaping its future.</p>
</a>
</div>
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<img class="h-10 w-10 rounded-full" src="http://static.photos/people/200x200/4" alt="Creator avatar">
</div>
<div class="ml-3">
<p class="text-sm font-medium text-gray-900">
<a href="#" class="hover:underline">Alex Morgan</a>
</p>
<div class="flex space-x-1 text-sm text-gray-500">
<time datetime="2023-05-10">May 10, 2023</time>
<span aria-hidden="true">&middot;</span>
<span> 5 min read</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-12 text-center">
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700">
Explore All Content
<i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
</a>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-white">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl">
<span class="block">Ready to dive in?</span>
<span class="block text-indigo-600">Start your free trial today.</span>
</h2>
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700">
Get started
</a>
</div>
<div class="ml-3 inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50">
Learn more
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="space-y-8 xl:col-span-1">
<div class="flex items-center">
<i data-feather="layers" class="h-8 w-8 text-indigo-400"></i>
<span class="ml-2 text-xl font-bold text-white">CrispData</span>
</div>
<p class="text-gray-300 text-base">
The unified platform for creators to manage and publish all their content in one place.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="youtube"></i>
</a>
</div>
</div>
<div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Solutions</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Music Creators</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Video Producers</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Blog Writers</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Voice Actors</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Support</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Pricing</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Documentation</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Guides</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">API Status</a>
</li>
</ul>
</div>
</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">About</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Blog</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Jobs</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Press</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Privacy</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Terms</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">Cookie Policy</a>
</li>
<li>
<a href="#" class="text-base text-gray-400 hover:text-white">GDPR</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 CrispData, Inc. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', function() {
const expanded = this.getAttribute('aria-expanded') === 'true';
this.setAttribute('aria-expanded', !expanded);
mobileMenu.classList.toggle('hidden');
});
// Initialize AOS
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
// Initialize Feather Icons
feather.replace();
});
</script>
</body>
</html>