Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>ContribuTrack | AI-Powered GitHub Productivity</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap'); | |
body { | |
font-family: 'Space Grotesk', sans-serif; | |
overflow-x: hidden; | |
} | |
.gradient-text { | |
background: linear-gradient(90deg, #00d2ff 0%, #3a7bd5 100%); | |
-webkit-background-clip: text; | |
background-clip: text; | |
-webkit-text-fill-color: transparent; | |
} | |
.card-hover { | |
transition: all 0.3s ease; | |
transform-style: preserve-3d; | |
} | |
.card-hover:hover { | |
transform: translateY(-10px) scale(1.02); | |
box-shadow: 0 25px 50px -12px rgba(0, 210, 255, 0.25); | |
} | |
.glow { | |
filter: drop-shadow(0 0 10px rgba(0, 210, 255, 0.7)); | |
} | |
.code-block { | |
background: #1e293b; | |
border-left: 4px solid #3a7bd5; | |
font-family: 'Courier New', monospace; | |
} | |
.pulse { | |
animation: pulse 2s infinite; | |
} | |
@keyframes pulse { | |
0% { | |
box-shadow: 0 0 0 0 rgba(58, 123, 213, 0.7); | |
} | |
70% { | |
box-shadow: 0 0 0 10px rgba(58, 123, 213, 0); | |
} | |
100% { | |
box-shadow: 0 0 0 0 rgba(58, 123, 213, 0); | |
} | |
} | |
.float { | |
animation: float 6s ease-in-out infinite; | |
} | |
@keyframes float { | |
0% { | |
transform: translateY(0px); | |
} | |
50% { | |
transform: translateY(-20px); | |
} | |
100% { | |
transform: translateY(0px); | |
} | |
} | |
.matrix-grid { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
background: | |
linear-gradient(rgba(0, 210, 255, 0.1) 1px, transparent 1px), | |
linear-gradient(90deg, rgba(0, 210, 255, 0.1) 1px, transparent 1px); | |
background-size: 40px 40px; | |
z-index: -1; | |
} | |
</style> | |
</head> | |
<body class="bg-gray-900 text-gray-100"> | |
<div id="vanta-bg" class="fixed inset-0 z-0"></div> | |
<div class="matrix-grid"></div> | |
<!-- Navbar --> | |
<nav class="relative z-50 px-6 py-4 flex justify-between items-center"> | |
<div class="flex items-center space-x-2"> | |
<div class="w-8 h-8 bg-blue-500 rounded-lg flex items-center justify-center glow"> | |
<i class="fas fa-code-branch"></i> | |
</div> | |
<span class="text-xl font-bold gradient-text">ContribuTrack</span> | |
</div> | |
<div class="hidden md:flex items-center space-x-8"> | |
<a href="#features" class="hover:text-blue-400 transition">Features</a> | |
<a href="#pricing" class="hover:text-blue-400 transition">Pricing</a> | |
<a href="#testimonials" class="hover:text-blue-400 transition">Testimonials</a> | |
<a href="#faq" class="hover:text-blue-400 transition">FAQ</a> | |
</div> | |
<div class="flex items-center space-x-4"> | |
<a href="#" class="px-4 py-2 rounded-lg hover:text-blue-400 transition">Login</a> | |
<a href="#" class="px-6 py-2 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-lg font-medium hover:opacity-90 transition">Get Started</a> | |
</div> | |
</nav> | |
<!-- Hero Section --> | |
<section class="relative z-10 min-h-screen flex items-center justify-center px-6"> | |
<div class="max-w-6xl mx-auto text-center"> | |
<div class="inline-block px-4 py-1 mb-4 bg-gray-800 rounded-full text-sm font-medium"> | |
<span class="gradient-text font-bold">AI-POWERED GITHUB ANALYTICS</span> | |
</div> | |
<h1 class="text-5xl md:text-7xl font-bold mb-6 leading-tight"> | |
<span class="gradient-text">Supercharge</span> Your Developer Productivity | |
</h1> | |
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-10"> | |
ContribuTrack provides AI-powered insights, code reviews, and productivity metrics to help engineering teams ship better code, faster. | |
</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<a href="#" class="px-8 py-4 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-lg font-bold text-lg hover:opacity-90 transition"> | |
Start Free Trial <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
<a href="#" class="px-8 py-4 bg-gray-800 rounded-lg font-bold text-lg hover:bg-gray-700 transition"> | |
<i class="fas fa-play-circle mr-2"></i> Watch Demo | |
</a> | |
</div> | |
<div class="mt-20 relative"> | |
<div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-2xl opacity-20 blur-lg"></div> | |
<div class="relative bg-gray-800 rounded-2xl overflow-hidden"> | |
<div class="p-4 bg-gray-900 flex items-center"> | |
<div class="flex space-x-2"> | |
<div class="w-3 h-3 rounded-full bg-red-500"></div> | |
<div class="w-3 h-3 rounded-full bg-yellow-500"></div> | |
<div class="w-3 h-3 rounded-full bg-green-500"></div> | |
</div> | |
<div class="flex-1 text-center text-sm text-gray-400">dashboard.contributrack.dev</div> | |
</div> | |
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Dashboard Preview" class="w-full h-auto"> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Animated Stats --> | |
<section class="relative z-10 py-20 bg-gradient-to-b from-gray-900 to-black"> | |
<div class="max-w-6xl mx-auto px-6"> | |
<div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
<div class="text-center"> | |
<div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat1">0</div> | |
<div class="text-gray-400">Teams Using</div> | |
</div> | |
<div class="text-center"> | |
<div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat2">0</div> | |
<div class="text-gray-400">PRs Analyzed</div> | |
</div> | |
<div class="text-center"> | |
<div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat3">0</div> | |
<div class="text-gray-400">Hours Saved</div> | |
</div> | |
<div class="text-center"> | |
<div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat4">0%</div> | |
<div class="text-gray-400">Productivity Gain</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Features --> | |
<section id="features" class="relative z-10 py-20"> | |
<div class="max-w-6xl mx-auto px-6"> | |
<div class="text-center mb-20"> | |
<h2 class="text-4xl md:text-5xl font-bold mb-4">Powerful Features for <span class="gradient-text">Developer Teams</span></h2> | |
<p class="text-xl text-gray-300 max-w-3xl mx-auto">Everything you need to optimize your GitHub workflow and ship better code</p> | |
</div> | |
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Feature 1 --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="w-14 h-14 rounded-lg bg-blue-900 flex items-center justify-center mb-6 glow"> | |
<i class="fas fa-robot text-2xl text-blue-400"></i> | |
</div> | |
<h3 class="text-2xl font-bold mb-3">AI Code Reviews</h3> | |
<p class="text-gray-300 mb-4">Automated, intelligent code reviews that learn from your team's patterns to provide contextual feedback.</p> | |
<div class="code-block p-4 rounded-lg mb-4 text-sm"> | |
<span class="text-green-400"># AI Review Summary</span><br> | |
<span class="text-blue-400">✅</span> Excellent error handling<br> | |
<span class="text-yellow-400">⚠️</span> Consider adding tests<br> | |
<span class="text-blue-400">💡</span> Could use more comments | |
</div> | |
</div> | |
<!-- Feature 2 --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="w-14 h-14 rounded-lg bg-purple-900 flex items-center justify-center mb-6 glow"> | |
<i class="fas fa-chart-line text-2xl text-purple-400"></i> | |
</div> | |
<h3 class="text-2xl font-bold mb-3">Productivity Analytics</h3> | |
<p class="text-gray-300 mb-4">Track individual and team productivity metrics with actionable insights to improve workflow.</p> | |
<div class="flex justify-between text-xs mb-2"> | |
<span>Code Quality</span> | |
<span>85%</span> | |
</div> | |
<div class="w-full bg-gray-700 rounded-full h-2"> | |
<div class="bg-purple-500 h-2 rounded-full" style="width: 85%"></div> | |
</div> | |
</div> | |
<!-- Feature 3 --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="w-14 h-14 rounded-lg bg-green-900 flex items-center justify-center mb-6 glow"> | |
<i class="fas fa-code-merge text-2xl text-green-400"></i> | |
</div> | |
<h3 class="text-2xl font-bold mb-3">PR Workflow Optimization</h3> | |
<p class="text-gray-300 mb-4">Smart prioritization and assignment of pull requests based on developer expertise and availability.</p> | |
<div class="flex items-center space-x-2 text-sm"> | |
<div class="w-6 h-6 rounded-full bg-green-500 flex items-center justify-center"> | |
<i class="fas fa-check text-xs"></i> | |
</div> | |
<span>Best match: @janeDoe (React expert)</span> | |
</div> | |
</div> | |
<!-- Feature 4 --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="w-14 h-14 rounded-lg bg-cyan-900 flex items-center justify-center mb-6 glow"> | |
<i class="fas fa-bell text-2xl text-cyan-400"></i> | |
</div> | |
<h3 class="text-2xl font-bold mb-3">Smart Notifications</h3> | |
<p class="text-gray-300 mb-4">Context-aware notifications that reduce noise and highlight what matters most to you.</p> | |
<div class="bg-gray-700 p-3 rounded-lg text-sm"> | |
<div class="flex items-center justify-between mb-1"> | |
<span class="font-medium">PR #142 needs your review</span> | |
<span class="text-gray-400 text-xs">2h ago</span> | |
</div> | |
<p class="text-gray-300 text-xs">Changes to login component - matches your expertise</p> | |
</div> | |
</div> | |
<!-- Feature 5 --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="w-14 h-14 rounded-lg bg-yellow-900 flex items-center justify-center mb-6 glow"> | |
<i class="fas fa-project-diagram text-2xl text-yellow-400"></i> | |
</div> | |
<h3 class="text-2xl font-bold mb-3">Dependency Insights</h3> | |
<p class="text-gray-300 mb-4">Automated tracking of dependency updates and security vulnerabilities across your projects.</p> | |
<div class="text-xs space-y-1"> | |
<div class="flex items-center space-x-2"> | |
<div class="w-2 h-2 rounded-full bg-red-500"></div> | |
<span>High severity in lodash (v4.17.15)</span> | |
</div> | |
<div class="flex items-center space-x-2"> | |
<div class="w-2 h-2 rounded-full bg-green-500"></div> | |
<span>React v18.2.0 available</span> | |
</div> | |
</div> | |
</div> | |
<!-- Feature 6 --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="w-14 h-14 rounded-lg bg-pink-900 flex items-center justify-center mb-6 glow"> | |
<i class="fas fa-users text-2xl text-pink-400"></i> | |
</div> | |
<h3 class="text-2xl font-bold mb-3">Team Collaboration</h3> | |
<p class="text-gray-300 mb-4">Enhanced team visibility with shared dashboards and knowledge sharing tools.</p> | |
<div class="flex -space-x-2"> | |
<img class="w-8 h-8 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/women/44.jpg" alt=""> | |
<img class="w-8 h-8 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/men/32.jpg" alt=""> | |
<img class="w-8 h-8 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/women/68.jpg" alt=""> | |
<div class="w-8 h-8 rounded-full border-2 border-gray-800 bg-gray-700 flex items-center justify-center text-xs">+3</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- AI Code Review Demo --> | |
<section class="relative z-10 py-20 bg-gradient-to-b from-black to-gray-900"> | |
<div class="max-w-6xl mx-auto px-6"> | |
<div class="flex flex-col lg:flex-row items-center gap-12"> | |
<div class="lg:w-1/2"> | |
<h2 class="text-4xl md:text-5xl font-bold mb-6">AI-Powered <span class="gradient-text">Code Reviews</span></h2> | |
<p class="text-xl text-gray-300 mb-8">Our AI analyzes your pull requests with context-aware intelligence, providing actionable feedback that improves code quality while respecting your team's unique patterns.</p> | |
<div class="space-y-4"> | |
<div class="flex items-start space-x-4"> | |
<div class="w-10 h-10 rounded-full bg-blue-900 flex items-center justify-center flex-shrink-0"> | |
<i class="fas fa-brain text-blue-400"></i> | |
</div> | |
<div> | |
<h4 class="font-bold mb-1">Context-Aware Analysis</h4> | |
<p class="text-gray-300 text-sm">Understands your codebase architecture and patterns to provide relevant suggestions.</p> | |
</div> | |
</div> | |
<div class="flex items-start space-x-4"> | |
<div class="w-10 h-10 rounded-full bg-purple-900 flex items-center justify-center flex-shrink-0"> | |
<i class="fas fa-shield-alt text-purple-400"></i> | |
</div> | |
<div> | |
<h4 class="font-bold mb-1">Security Focused</h4> | |
<p class="text-gray-300 text-sm">Identifies potential security vulnerabilities and anti-patterns before they reach production.</p> | |
</div> | |
</div> | |
<div class="flex items-start space-x-4"> | |
<div class="w-10 h-10 rounded-full bg-green-900 flex items-center justify-center flex-shrink-0"> | |
<i class="fas fa-graduation-cap text-green-400"></i> | |
</div> | |
<div> | |
<h4 class="font-bold mb-1">Learning System</h4> | |
<p class="text-gray-300 text-sm">Improves over time by learning from your team's code review patterns and feedback.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="lg:w-1/2 relative"> | |
<div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-2xl opacity-20 blur-lg"></div> | |
<div class="relative bg-gray-800 rounded-2xl overflow-hidden"> | |
<div class="p-4 bg-gray-900 flex items-center"> | |
<div class="flex space-x-2"> | |
<div class="w-3 h-3 rounded-full bg-red-500"></div> | |
<div class="w-3 h-3 rounded-full bg-yellow-500"></div> | |
<div class="w-3 h-3 rounded-full bg-green-500"></div> | |
</div> | |
<div class="flex-1 text-center text-sm text-gray-400">pr-review.contributrack.dev</div> | |
</div> | |
<div class="p-6"> | |
<div class="flex items-center mb-4"> | |
<div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center mr-3"> | |
<i class="fas fa-robot"></i> | |
</div> | |
<div> | |
<div class="font-bold">AI Code Review</div> | |
<div class="text-xs text-gray-400">Pull Request #187: User authentication flow</div> | |
</div> | |
</div> | |
<div class="space-y-4 text-sm"> | |
<div class="p-3 bg-gray-700 rounded-lg"> | |
<div class="flex items-center mb-1"> | |
<div class="w-4 h-4 rounded-full bg-blue-500 mr-2 flex items-center justify-center text-xs">✓</div> | |
<span class="font-medium">Excellent error handling</span> | |
</div> | |
<div class="text-gray-300 pl-6">The try/catch blocks properly handle all expected error cases.</div> | |
</div> | |
<div class="p-3 bg-gray-700 rounded-lg"> | |
<div class="flex items-center mb-1"> | |
<div class="w-4 h-4 rounded-full bg-yellow-500 mr-2 flex items-center justify-center text-xs">!</div> | |
<span class="font-medium">Consider adding tests</span> | |
</div> | |
<div class="text-gray-300 pl-6">The new auth flow lacks test coverage for the refresh token scenario.</div> | |
</div> | |
<div class="p-3 bg-gray-700 rounded-lg"> | |
<div class="flex items-center mb-1"> | |
<div class="w-4 h-4 rounded-full bg-blue-500 mr-2 flex items-center justify-center text-xs">✓</div> | |
<span class="font-medium">Good documentation</span> | |
</div> | |
<div class="text-gray-300 pl-6">The JWT implementation is well documented with usage examples.</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Pricing --> | |
<section id="pricing" class="relative z-10 py-20"> | |
<div class="max-w-6xl mx-auto px-6"> | |
<div class="text-center mb-20"> | |
<h2 class="text-4xl md:text-5xl font-bold mb-4">Simple, Transparent <span class="gradient-text">Pricing</span></h2> | |
<p class="text-xl text-gray-300 max-w-3xl mx-auto">Pay only for what you need. Scale as your team grows.</p> | |
</div> | |
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
<!-- Free Tier --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="mb-6"> | |
<h3 class="text-2xl font-bold mb-1">Starter</h3> | |
<p class="text-gray-400">Perfect for individual developers</p> | |
</div> | |
<div class="mb-8"> | |
<span class="text-4xl font-bold">$0</span> | |
<span class="text-gray-400">/month</span> | |
</div> | |
<ul class="space-y-3 mb-8"> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>5 PR reviews/month</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Basic productivity metrics</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Email support</span> | |
</li> | |
<li class="flex items-center text-gray-500"> | |
<i class="fas fa-times text-red-500 mr-2"></i> | |
<span>No team features</span> | |
</li> | |
</ul> | |
<a href="#" class="block w-full py-3 px-6 text-center bg-gray-700 rounded-lg font-medium hover:bg-gray-600 transition">Get Started</a> | |
</div> | |
<!-- Pro Tier --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover border-2 border-blue-500 relative"> | |
<div class="absolute top-0 right-0 bg-blue-500 text-xs font-bold px-3 py-1 rounded-bl-lg rounded-tr-lg">POPULAR</div> | |
<div class="mb-6"> | |
<h3 class="text-2xl font-bold mb-1">Pro</h3> | |
<p class="text-gray-400">For growing engineering teams</p> | |
</div> | |
<div class="mb-8"> | |
<span class="text-4xl font-bold">$15</span> | |
<span class="text-gray-400">/developer/month</span> | |
</div> | |
<ul class="space-y-3 mb-8"> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Unlimited PR reviews</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Advanced analytics</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Team dashboards</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Priority support</span> | |
</li> | |
</ul> | |
<a href="#" class="block w-full py-3 px-6 text-center bg-gradient-to-r from-blue-500 to-cyan-500 rounded-lg font-medium hover:opacity-90 transition">Start Free Trial</a> | |
</div> | |
<!-- Enterprise Tier --> | |
<div class="bg-gray-800 rounded-xl p-8 card-hover"> | |
<div class="mb-6"> | |
<h3 class="text-2xl font-bold mb-1">Enterprise</h3> | |
<p class="text-gray-400">For large organizations</p> | |
</div> | |
<div class="mb-8"> | |
<span class="text-4xl font-bold">Custom</span> | |
</div> | |
<ul class="space-y-3 mb-8"> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Everything in Pro</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>On-premise deployment</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Custom integrations</span> | |
</li> | |
<li class="flex items-center"> | |
<i class="fas fa-check text-green-500 mr-2"></i> | |
<span>Dedicated support</span> | |
</li> | |
</ul> | |
<a href="#" class="block w-full py-3 px-6 text-center bg-gray-700 rounded-lg font-medium hover:bg-gray-600 transition">Contact Sales</a> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- CTA Section --> | |
<section class="relative z-10 py-32 bg-gradient-to-r from-blue-900 to-gray-900 overflow-hidden"> | |
<div class="absolute inset-0 opacity-20"> | |
<div class="absolute inset-0 bg-[url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPjwvc3ZnPg==')]"></div> | |
</div> | |
<div class="max-w-4xl mx-auto text-center px-6 relative"> | |
<h2 class="text-4xl md:text-5xl font-bold mb-6">Ready to Transform Your <span class="gradient-text">Development Workflow</span>?</h2> | |
<p class="text-xl text-gray-300 mb-10">Join thousands of developers who ship better code, faster with ContribuTrack.</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<a href="#" class="px-8 py-4 bg-white text-gray-900 rounded-lg font-bold text-lg hover:bg-gray-100 transition flex items-center justify-center"> | |
Start Free Trial <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
<a href="#" class="px-8 py-4 border border-white/20 rounded-lg font-bold text-lg hover:bg-white/10 transition flex items-center justify-center"> | |
<i class="fas fa-comment-dots mr-2"></i> Talk to Sales | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="relative z-10 bg-gray-900 pt-20 pb-10"> | |
<div class="max-w-6xl mx-auto px-6"> | |
<div class="grid grid-cols-2 md:grid-cols-5 gap-10 mb-12"> | |
<div class="col-span-2"> | |
<div class="flex items-center space-x-2 mb-4"> | |
<div class="w-8 h-8 bg-blue-500 rounded-lg flex items-center justify-center glow"> | |
<i class="fas fa-code-branch"></i> | |
</div> | |
<span class="text-xl font-bold gradient-text">ContribuTrack</span> | |
</div> | |
<p class="text-gray-400 mb-6">AI-powered GitHub analytics and productivity tools for modern engineering teams.</p> | |
<div class="flex space-x-4"> | |
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-blue-500 transition"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-blue-700 transition"> | |
<i class="fab fa-linkedin-in"></i> | |
</a> | |
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-gray-700 transition"> | |
<i class="fab fa-github"></i> | |
</a> | |
</div> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">Product</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Integrations</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Roadmap</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">Resources</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">API Reference</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-bold mb-4">Company</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">About</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Legal</a></li> | |
</ul> | |
</div> | |
</div> | |
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-gray-400 mb-4 md:mb-0">© 2023 ContribuTrack. All rights reserved.</p> | |
<div class="flex space-x-6"> | |
<a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a> | |
<a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Initialize Vanta.js background | |
VANTA.NET({ | |
el: "#vanta-bg", | |
mouseControls: true, | |
touchControls: true, | |
gyroControls: false, | |
minHeight: 200.00, | |
minWidth: 200.00, | |
scale: 1.00, | |
scaleMobile: 1.00, | |
color: 0x3b82f6, | |
backgroundColor: 0x111827, | |
points: 12.00, | |
maxDistance: 23.00, | |
spacing: 15.00 | |
}); | |
// Animate stats | |
function animateValue(id, start, end, duration) { | |
const obj = document.getElementById(id); | |
let startTimestamp = null; | |
const step = (timestamp) => { | |
if (!startTimestamp) startTimestamp = timestamp; | |
const progress = Math.min((timestamp - startTimestamp) / duration, 1); | |
const value = Math.floor(progress * (end - start) + start); | |
obj.innerHTML = id === 'stat4' ? value + '%' : value.toLocaleString(); | |
if (progress < 1) { | |
window.requestAnimationFrame(step); | |
} | |
}; | |
window.requestAnimationFrame(step); | |
} | |
// Start animations when stats come into view | |
const observer = new IntersectionObserver((entries) => { | |
entries.forEach(entry => { | |
if (entry.isIntersecting) { | |
animateValue('stat1', 0, 4250, 2000); | |
animateValue('stat2', 0, 128000, 2000); | |
animateValue('stat3', 0, 9500, 2000); | |
animateValue('stat4', 0, 42, 2000); | |
observer.unobserve(entry.target); | |
} | |
}); | |
}, {threshold: 0.5}); | |
observer.observe(document.querySelector('#stat1').parentElement.parentElement.parentElement); | |
// Add floating animation to cards on hover | |
document.querySelectorAll('.card-hover').forEach(card => { | |
card.addEventListener('mouseenter', () => { | |
card.classList.add('float'); | |
}); | |
card.addEventListener('mouseleave', () => { | |
card.classList.remove('float'); | |
}); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=pranjalkar9/ctr" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |