pranjalkar9 commited on
Commit
9ffc02f
·
verified ·
1 Parent(s): 8eff6b1

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +631 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ctr
3
- emoji: 🏢
4
- colorFrom: yellow
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: ctr
3
+ emoji: 🐳
4
+ colorFrom: gray
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,631 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>ContribuTrack | AI-Powered GitHub Productivity</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
10
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
11
+ <style>
12
+ @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
13
+
14
+ body {
15
+ font-family: 'Space Grotesk', sans-serif;
16
+ overflow-x: hidden;
17
+ }
18
+
19
+ .gradient-text {
20
+ background: linear-gradient(90deg, #00d2ff 0%, #3a7bd5 100%);
21
+ -webkit-background-clip: text;
22
+ background-clip: text;
23
+ -webkit-text-fill-color: transparent;
24
+ }
25
+
26
+ .card-hover {
27
+ transition: all 0.3s ease;
28
+ transform-style: preserve-3d;
29
+ }
30
+
31
+ .card-hover:hover {
32
+ transform: translateY(-10px) scale(1.02);
33
+ box-shadow: 0 25px 50px -12px rgba(0, 210, 255, 0.25);
34
+ }
35
+
36
+ .glow {
37
+ filter: drop-shadow(0 0 10px rgba(0, 210, 255, 0.7));
38
+ }
39
+
40
+ .code-block {
41
+ background: #1e293b;
42
+ border-left: 4px solid #3a7bd5;
43
+ font-family: 'Courier New', monospace;
44
+ }
45
+
46
+ .pulse {
47
+ animation: pulse 2s infinite;
48
+ }
49
+
50
+ @keyframes pulse {
51
+ 0% {
52
+ box-shadow: 0 0 0 0 rgba(58, 123, 213, 0.7);
53
+ }
54
+ 70% {
55
+ box-shadow: 0 0 0 10px rgba(58, 123, 213, 0);
56
+ }
57
+ 100% {
58
+ box-shadow: 0 0 0 0 rgba(58, 123, 213, 0);
59
+ }
60
+ }
61
+
62
+ .float {
63
+ animation: float 6s ease-in-out infinite;
64
+ }
65
+
66
+ @keyframes float {
67
+ 0% {
68
+ transform: translateY(0px);
69
+ }
70
+ 50% {
71
+ transform: translateY(-20px);
72
+ }
73
+ 100% {
74
+ transform: translateY(0px);
75
+ }
76
+ }
77
+
78
+ .matrix-grid {
79
+ position: absolute;
80
+ top: 0;
81
+ left: 0;
82
+ width: 100%;
83
+ height: 100%;
84
+ background:
85
+ linear-gradient(rgba(0, 210, 255, 0.1) 1px, transparent 1px),
86
+ linear-gradient(90deg, rgba(0, 210, 255, 0.1) 1px, transparent 1px);
87
+ background-size: 40px 40px;
88
+ z-index: -1;
89
+ }
90
+ </style>
91
+ </head>
92
+ <body class="bg-gray-900 text-gray-100">
93
+ <div id="vanta-bg" class="fixed inset-0 z-0"></div>
94
+ <div class="matrix-grid"></div>
95
+
96
+ <!-- Navbar -->
97
+ <nav class="relative z-50 px-6 py-4 flex justify-between items-center">
98
+ <div class="flex items-center space-x-2">
99
+ <div class="w-8 h-8 bg-blue-500 rounded-lg flex items-center justify-center glow">
100
+ <i class="fas fa-code-branch"></i>
101
+ </div>
102
+ <span class="text-xl font-bold gradient-text">ContribuTrack</span>
103
+ </div>
104
+ <div class="hidden md:flex items-center space-x-8">
105
+ <a href="#features" class="hover:text-blue-400 transition">Features</a>
106
+ <a href="#pricing" class="hover:text-blue-400 transition">Pricing</a>
107
+ <a href="#testimonials" class="hover:text-blue-400 transition">Testimonials</a>
108
+ <a href="#faq" class="hover:text-blue-400 transition">FAQ</a>
109
+ </div>
110
+ <div class="flex items-center space-x-4">
111
+ <a href="#" class="px-4 py-2 rounded-lg hover:text-blue-400 transition">Login</a>
112
+ <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>
113
+ </div>
114
+ </nav>
115
+
116
+ <!-- Hero Section -->
117
+ <section class="relative z-10 min-h-screen flex items-center justify-center px-6">
118
+ <div class="max-w-6xl mx-auto text-center">
119
+ <div class="inline-block px-4 py-1 mb-4 bg-gray-800 rounded-full text-sm font-medium">
120
+ <span class="gradient-text font-bold">AI-POWERED GITHUB ANALYTICS</span>
121
+ </div>
122
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 leading-tight">
123
+ <span class="gradient-text">Supercharge</span> Your Developer Productivity
124
+ </h1>
125
+ <p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-10">
126
+ ContribuTrack provides AI-powered insights, code reviews, and productivity metrics to help engineering teams ship better code, faster.
127
+ </p>
128
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
129
+ <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">
130
+ Start Free Trial <i class="fas fa-arrow-right ml-2"></i>
131
+ </a>
132
+ <a href="#" class="px-8 py-4 bg-gray-800 rounded-lg font-bold text-lg hover:bg-gray-700 transition">
133
+ <i class="fas fa-play-circle mr-2"></i> Watch Demo
134
+ </a>
135
+ </div>
136
+
137
+ <div class="mt-20 relative">
138
+ <div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-2xl opacity-20 blur-lg"></div>
139
+ <div class="relative bg-gray-800 rounded-2xl overflow-hidden">
140
+ <div class="p-4 bg-gray-900 flex items-center">
141
+ <div class="flex space-x-2">
142
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
143
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
144
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
145
+ </div>
146
+ <div class="flex-1 text-center text-sm text-gray-400">dashboard.contributrack.dev</div>
147
+ </div>
148
+ <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">
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </section>
153
+
154
+ <!-- Animated Stats -->
155
+ <section class="relative z-10 py-20 bg-gradient-to-b from-gray-900 to-black">
156
+ <div class="max-w-6xl mx-auto px-6">
157
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
158
+ <div class="text-center">
159
+ <div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat1">0</div>
160
+ <div class="text-gray-400">Teams Using</div>
161
+ </div>
162
+ <div class="text-center">
163
+ <div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat2">0</div>
164
+ <div class="text-gray-400">PRs Analyzed</div>
165
+ </div>
166
+ <div class="text-center">
167
+ <div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat3">0</div>
168
+ <div class="text-gray-400">Hours Saved</div>
169
+ </div>
170
+ <div class="text-center">
171
+ <div class="text-4xl md:text-6xl font-bold gradient-text mb-2" id="stat4">0%</div>
172
+ <div class="text-gray-400">Productivity Gain</div>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </section>
177
+
178
+ <!-- Features -->
179
+ <section id="features" class="relative z-10 py-20">
180
+ <div class="max-w-6xl mx-auto px-6">
181
+ <div class="text-center mb-20">
182
+ <h2 class="text-4xl md:text-5xl font-bold mb-4">Powerful Features for <span class="gradient-text">Developer Teams</span></h2>
183
+ <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>
184
+ </div>
185
+
186
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
187
+ <!-- Feature 1 -->
188
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
189
+ <div class="w-14 h-14 rounded-lg bg-blue-900 flex items-center justify-center mb-6 glow">
190
+ <i class="fas fa-robot text-2xl text-blue-400"></i>
191
+ </div>
192
+ <h3 class="text-2xl font-bold mb-3">AI Code Reviews</h3>
193
+ <p class="text-gray-300 mb-4">Automated, intelligent code reviews that learn from your team's patterns to provide contextual feedback.</p>
194
+ <div class="code-block p-4 rounded-lg mb-4 text-sm">
195
+ <span class="text-green-400"># AI Review Summary</span><br>
196
+ <span class="text-blue-400">✅</span> Excellent error handling<br>
197
+ <span class="text-yellow-400">⚠️</span> Consider adding tests<br>
198
+ <span class="text-blue-400">💡</span> Could use more comments
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Feature 2 -->
203
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
204
+ <div class="w-14 h-14 rounded-lg bg-purple-900 flex items-center justify-center mb-6 glow">
205
+ <i class="fas fa-chart-line text-2xl text-purple-400"></i>
206
+ </div>
207
+ <h3 class="text-2xl font-bold mb-3">Productivity Analytics</h3>
208
+ <p class="text-gray-300 mb-4">Track individual and team productivity metrics with actionable insights to improve workflow.</p>
209
+ <div class="flex justify-between text-xs mb-2">
210
+ <span>Code Quality</span>
211
+ <span>85%</span>
212
+ </div>
213
+ <div class="w-full bg-gray-700 rounded-full h-2">
214
+ <div class="bg-purple-500 h-2 rounded-full" style="width: 85%"></div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Feature 3 -->
219
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
220
+ <div class="w-14 h-14 rounded-lg bg-green-900 flex items-center justify-center mb-6 glow">
221
+ <i class="fas fa-code-merge text-2xl text-green-400"></i>
222
+ </div>
223
+ <h3 class="text-2xl font-bold mb-3">PR Workflow Optimization</h3>
224
+ <p class="text-gray-300 mb-4">Smart prioritization and assignment of pull requests based on developer expertise and availability.</p>
225
+ <div class="flex items-center space-x-2 text-sm">
226
+ <div class="w-6 h-6 rounded-full bg-green-500 flex items-center justify-center">
227
+ <i class="fas fa-check text-xs"></i>
228
+ </div>
229
+ <span>Best match: @janeDoe (React expert)</span>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Feature 4 -->
234
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
235
+ <div class="w-14 h-14 rounded-lg bg-cyan-900 flex items-center justify-center mb-6 glow">
236
+ <i class="fas fa-bell text-2xl text-cyan-400"></i>
237
+ </div>
238
+ <h3 class="text-2xl font-bold mb-3">Smart Notifications</h3>
239
+ <p class="text-gray-300 mb-4">Context-aware notifications that reduce noise and highlight what matters most to you.</p>
240
+ <div class="bg-gray-700 p-3 rounded-lg text-sm">
241
+ <div class="flex items-center justify-between mb-1">
242
+ <span class="font-medium">PR #142 needs your review</span>
243
+ <span class="text-gray-400 text-xs">2h ago</span>
244
+ </div>
245
+ <p class="text-gray-300 text-xs">Changes to login component - matches your expertise</p>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Feature 5 -->
250
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
251
+ <div class="w-14 h-14 rounded-lg bg-yellow-900 flex items-center justify-center mb-6 glow">
252
+ <i class="fas fa-project-diagram text-2xl text-yellow-400"></i>
253
+ </div>
254
+ <h3 class="text-2xl font-bold mb-3">Dependency Insights</h3>
255
+ <p class="text-gray-300 mb-4">Automated tracking of dependency updates and security vulnerabilities across your projects.</p>
256
+ <div class="text-xs space-y-1">
257
+ <div class="flex items-center space-x-2">
258
+ <div class="w-2 h-2 rounded-full bg-red-500"></div>
259
+ <span>High severity in lodash (v4.17.15)</span>
260
+ </div>
261
+ <div class="flex items-center space-x-2">
262
+ <div class="w-2 h-2 rounded-full bg-green-500"></div>
263
+ <span>React v18.2.0 available</span>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Feature 6 -->
269
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
270
+ <div class="w-14 h-14 rounded-lg bg-pink-900 flex items-center justify-center mb-6 glow">
271
+ <i class="fas fa-users text-2xl text-pink-400"></i>
272
+ </div>
273
+ <h3 class="text-2xl font-bold mb-3">Team Collaboration</h3>
274
+ <p class="text-gray-300 mb-4">Enhanced team visibility with shared dashboards and knowledge sharing tools.</p>
275
+ <div class="flex -space-x-2">
276
+ <img class="w-8 h-8 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/women/44.jpg" alt="">
277
+ <img class="w-8 h-8 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
278
+ <img class="w-8 h-8 rounded-full border-2 border-gray-800" src="https://randomuser.me/api/portraits/women/68.jpg" alt="">
279
+ <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>
280
+ </div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+ </section>
285
+
286
+ <!-- AI Code Review Demo -->
287
+ <section class="relative z-10 py-20 bg-gradient-to-b from-black to-gray-900">
288
+ <div class="max-w-6xl mx-auto px-6">
289
+ <div class="flex flex-col lg:flex-row items-center gap-12">
290
+ <div class="lg:w-1/2">
291
+ <h2 class="text-4xl md:text-5xl font-bold mb-6">AI-Powered <span class="gradient-text">Code Reviews</span></h2>
292
+ <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>
293
+
294
+ <div class="space-y-4">
295
+ <div class="flex items-start space-x-4">
296
+ <div class="w-10 h-10 rounded-full bg-blue-900 flex items-center justify-center flex-shrink-0">
297
+ <i class="fas fa-brain text-blue-400"></i>
298
+ </div>
299
+ <div>
300
+ <h4 class="font-bold mb-1">Context-Aware Analysis</h4>
301
+ <p class="text-gray-300 text-sm">Understands your codebase architecture and patterns to provide relevant suggestions.</p>
302
+ </div>
303
+ </div>
304
+
305
+ <div class="flex items-start space-x-4">
306
+ <div class="w-10 h-10 rounded-full bg-purple-900 flex items-center justify-center flex-shrink-0">
307
+ <i class="fas fa-shield-alt text-purple-400"></i>
308
+ </div>
309
+ <div>
310
+ <h4 class="font-bold mb-1">Security Focused</h4>
311
+ <p class="text-gray-300 text-sm">Identifies potential security vulnerabilities and anti-patterns before they reach production.</p>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="flex items-start space-x-4">
316
+ <div class="w-10 h-10 rounded-full bg-green-900 flex items-center justify-center flex-shrink-0">
317
+ <i class="fas fa-graduation-cap text-green-400"></i>
318
+ </div>
319
+ <div>
320
+ <h4 class="font-bold mb-1">Learning System</h4>
321
+ <p class="text-gray-300 text-sm">Improves over time by learning from your team's code review patterns and feedback.</p>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <div class="lg:w-1/2 relative">
328
+ <div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-cyan-500 rounded-2xl opacity-20 blur-lg"></div>
329
+ <div class="relative bg-gray-800 rounded-2xl overflow-hidden">
330
+ <div class="p-4 bg-gray-900 flex items-center">
331
+ <div class="flex space-x-2">
332
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
333
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
334
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
335
+ </div>
336
+ <div class="flex-1 text-center text-sm text-gray-400">pr-review.contributrack.dev</div>
337
+ </div>
338
+ <div class="p-6">
339
+ <div class="flex items-center mb-4">
340
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center mr-3">
341
+ <i class="fas fa-robot"></i>
342
+ </div>
343
+ <div>
344
+ <div class="font-bold">AI Code Review</div>
345
+ <div class="text-xs text-gray-400">Pull Request #187: User authentication flow</div>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="space-y-4 text-sm">
350
+ <div class="p-3 bg-gray-700 rounded-lg">
351
+ <div class="flex items-center mb-1">
352
+ <div class="w-4 h-4 rounded-full bg-blue-500 mr-2 flex items-center justify-center text-xs">✓</div>
353
+ <span class="font-medium">Excellent error handling</span>
354
+ </div>
355
+ <div class="text-gray-300 pl-6">The try/catch blocks properly handle all expected error cases.</div>
356
+ </div>
357
+
358
+ <div class="p-3 bg-gray-700 rounded-lg">
359
+ <div class="flex items-center mb-1">
360
+ <div class="w-4 h-4 rounded-full bg-yellow-500 mr-2 flex items-center justify-center text-xs">!</div>
361
+ <span class="font-medium">Consider adding tests</span>
362
+ </div>
363
+ <div class="text-gray-300 pl-6">The new auth flow lacks test coverage for the refresh token scenario.</div>
364
+ </div>
365
+
366
+ <div class="p-3 bg-gray-700 rounded-lg">
367
+ <div class="flex items-center mb-1">
368
+ <div class="w-4 h-4 rounded-full bg-blue-500 mr-2 flex items-center justify-center text-xs">✓</div>
369
+ <span class="font-medium">Good documentation</span>
370
+ </div>
371
+ <div class="text-gray-300 pl-6">The JWT implementation is well documented with usage examples.</div>
372
+ </div>
373
+ </div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </section>
380
+
381
+ <!-- Pricing -->
382
+ <section id="pricing" class="relative z-10 py-20">
383
+ <div class="max-w-6xl mx-auto px-6">
384
+ <div class="text-center mb-20">
385
+ <h2 class="text-4xl md:text-5xl font-bold mb-4">Simple, Transparent <span class="gradient-text">Pricing</span></h2>
386
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">Pay only for what you need. Scale as your team grows.</p>
387
+ </div>
388
+
389
+ <div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
390
+ <!-- Free Tier -->
391
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
392
+ <div class="mb-6">
393
+ <h3 class="text-2xl font-bold mb-1">Starter</h3>
394
+ <p class="text-gray-400">Perfect for individual developers</p>
395
+ </div>
396
+ <div class="mb-8">
397
+ <span class="text-4xl font-bold">$0</span>
398
+ <span class="text-gray-400">/month</span>
399
+ </div>
400
+ <ul class="space-y-3 mb-8">
401
+ <li class="flex items-center">
402
+ <i class="fas fa-check text-green-500 mr-2"></i>
403
+ <span>5 PR reviews/month</span>
404
+ </li>
405
+ <li class="flex items-center">
406
+ <i class="fas fa-check text-green-500 mr-2"></i>
407
+ <span>Basic productivity metrics</span>
408
+ </li>
409
+ <li class="flex items-center">
410
+ <i class="fas fa-check text-green-500 mr-2"></i>
411
+ <span>Email support</span>
412
+ </li>
413
+ <li class="flex items-center text-gray-500">
414
+ <i class="fas fa-times text-red-500 mr-2"></i>
415
+ <span>No team features</span>
416
+ </li>
417
+ </ul>
418
+ <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>
419
+ </div>
420
+
421
+ <!-- Pro Tier -->
422
+ <div class="bg-gray-800 rounded-xl p-8 card-hover border-2 border-blue-500 relative">
423
+ <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>
424
+ <div class="mb-6">
425
+ <h3 class="text-2xl font-bold mb-1">Pro</h3>
426
+ <p class="text-gray-400">For growing engineering teams</p>
427
+ </div>
428
+ <div class="mb-8">
429
+ <span class="text-4xl font-bold">$15</span>
430
+ <span class="text-gray-400">/developer/month</span>
431
+ </div>
432
+ <ul class="space-y-3 mb-8">
433
+ <li class="flex items-center">
434
+ <i class="fas fa-check text-green-500 mr-2"></i>
435
+ <span>Unlimited PR reviews</span>
436
+ </li>
437
+ <li class="flex items-center">
438
+ <i class="fas fa-check text-green-500 mr-2"></i>
439
+ <span>Advanced analytics</span>
440
+ </li>
441
+ <li class="flex items-center">
442
+ <i class="fas fa-check text-green-500 mr-2"></i>
443
+ <span>Team dashboards</span>
444
+ </li>
445
+ <li class="flex items-center">
446
+ <i class="fas fa-check text-green-500 mr-2"></i>
447
+ <span>Priority support</span>
448
+ </li>
449
+ </ul>
450
+ <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>
451
+ </div>
452
+
453
+ <!-- Enterprise Tier -->
454
+ <div class="bg-gray-800 rounded-xl p-8 card-hover">
455
+ <div class="mb-6">
456
+ <h3 class="text-2xl font-bold mb-1">Enterprise</h3>
457
+ <p class="text-gray-400">For large organizations</p>
458
+ </div>
459
+ <div class="mb-8">
460
+ <span class="text-4xl font-bold">Custom</span>
461
+ </div>
462
+ <ul class="space-y-3 mb-8">
463
+ <li class="flex items-center">
464
+ <i class="fas fa-check text-green-500 mr-2"></i>
465
+ <span>Everything in Pro</span>
466
+ </li>
467
+ <li class="flex items-center">
468
+ <i class="fas fa-check text-green-500 mr-2"></i>
469
+ <span>On-premise deployment</span>
470
+ </li>
471
+ <li class="flex items-center">
472
+ <i class="fas fa-check text-green-500 mr-2"></i>
473
+ <span>Custom integrations</span>
474
+ </li>
475
+ <li class="flex items-center">
476
+ <i class="fas fa-check text-green-500 mr-2"></i>
477
+ <span>Dedicated support</span>
478
+ </li>
479
+ </ul>
480
+ <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>
481
+ </div>
482
+ </div>
483
+ </div>
484
+ </section>
485
+
486
+ <!-- CTA Section -->
487
+ <section class="relative z-10 py-32 bg-gradient-to-r from-blue-900 to-gray-900 overflow-hidden">
488
+ <div class="absolute inset-0 opacity-20">
489
+ <div class="absolute inset-0 bg-[url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPjwvc3ZnPg==')]"></div>
490
+ </div>
491
+ <div class="max-w-4xl mx-auto text-center px-6 relative">
492
+ <h2 class="text-4xl md:text-5xl font-bold mb-6">Ready to Transform Your <span class="gradient-text">Development Workflow</span>?</h2>
493
+ <p class="text-xl text-gray-300 mb-10">Join thousands of developers who ship better code, faster with ContribuTrack.</p>
494
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
495
+ <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">
496
+ Start Free Trial <i class="fas fa-arrow-right ml-2"></i>
497
+ </a>
498
+ <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">
499
+ <i class="fas fa-comment-dots mr-2"></i> Talk to Sales
500
+ </a>
501
+ </div>
502
+ </div>
503
+ </section>
504
+
505
+ <!-- Footer -->
506
+ <footer class="relative z-10 bg-gray-900 pt-20 pb-10">
507
+ <div class="max-w-6xl mx-auto px-6">
508
+ <div class="grid grid-cols-2 md:grid-cols-5 gap-10 mb-12">
509
+ <div class="col-span-2">
510
+ <div class="flex items-center space-x-2 mb-4">
511
+ <div class="w-8 h-8 bg-blue-500 rounded-lg flex items-center justify-center glow">
512
+ <i class="fas fa-code-branch"></i>
513
+ </div>
514
+ <span class="text-xl font-bold gradient-text">ContribuTrack</span>
515
+ </div>
516
+ <p class="text-gray-400 mb-6">AI-powered GitHub analytics and productivity tools for modern engineering teams.</p>
517
+ <div class="flex space-x-4">
518
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-blue-500 transition">
519
+ <i class="fab fa-twitter"></i>
520
+ </a>
521
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-blue-700 transition">
522
+ <i class="fab fa-linkedin-in"></i>
523
+ </a>
524
+ <a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-gray-700 transition">
525
+ <i class="fab fa-github"></i>
526
+ </a>
527
+ </div>
528
+ </div>
529
+
530
+ <div>
531
+ <h4 class="text-lg font-bold mb-4">Product</h4>
532
+ <ul class="space-y-2">
533
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
534
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
535
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Integrations</a></li>
536
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Roadmap</a></li>
537
+ </ul>
538
+ </div>
539
+
540
+ <div>
541
+ <h4 class="text-lg font-bold mb-4">Resources</h4>
542
+ <ul class="space-y-2">
543
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li>
544
+ <li><a href="#" class="text-gray-400 hover:text-white transition">API Reference</a></li>
545
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
546
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li>
547
+ </ul>
548
+ </div>
549
+
550
+ <div>
551
+ <h4 class="text-lg font-bold mb-4">Company</h4>
552
+ <ul class="space-y-2">
553
+ <li><a href="#" class="text-gray-400 hover:text-white transition">About</a></li>
554
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
555
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li>
556
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Legal</a></li>
557
+ </ul>
558
+ </div>
559
+ </div>
560
+
561
+ <div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
562
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 ContribuTrack. All rights reserved.</p>
563
+ <div class="flex space-x-6">
564
+ <a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a>
565
+ <a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a>
566
+ </div>
567
+ </div>
568
+ </div>
569
+ </footer>
570
+
571
+ <script>
572
+ // Initialize Vanta.js background
573
+ VANTA.NET({
574
+ el: "#vanta-bg",
575
+ mouseControls: true,
576
+ touchControls: true,
577
+ gyroControls: false,
578
+ minHeight: 200.00,
579
+ minWidth: 200.00,
580
+ scale: 1.00,
581
+ scaleMobile: 1.00,
582
+ color: 0x3b82f6,
583
+ backgroundColor: 0x111827,
584
+ points: 12.00,
585
+ maxDistance: 23.00,
586
+ spacing: 15.00
587
+ });
588
+
589
+ // Animate stats
590
+ function animateValue(id, start, end, duration) {
591
+ const obj = document.getElementById(id);
592
+ let startTimestamp = null;
593
+ const step = (timestamp) => {
594
+ if (!startTimestamp) startTimestamp = timestamp;
595
+ const progress = Math.min((timestamp - startTimestamp) / duration, 1);
596
+ const value = Math.floor(progress * (end - start) + start);
597
+ obj.innerHTML = id === 'stat4' ? value + '%' : value.toLocaleString();
598
+ if (progress < 1) {
599
+ window.requestAnimationFrame(step);
600
+ }
601
+ };
602
+ window.requestAnimationFrame(step);
603
+ }
604
+
605
+ // Start animations when stats come into view
606
+ const observer = new IntersectionObserver((entries) => {
607
+ entries.forEach(entry => {
608
+ if (entry.isIntersecting) {
609
+ animateValue('stat1', 0, 4250, 2000);
610
+ animateValue('stat2', 0, 128000, 2000);
611
+ animateValue('stat3', 0, 9500, 2000);
612
+ animateValue('stat4', 0, 42, 2000);
613
+ observer.unobserve(entry.target);
614
+ }
615
+ });
616
+ }, {threshold: 0.5});
617
+
618
+ observer.observe(document.querySelector('#stat1').parentElement.parentElement.parentElement);
619
+
620
+ // Add floating animation to cards on hover
621
+ document.querySelectorAll('.card-hover').forEach(card => {
622
+ card.addEventListener('mouseenter', () => {
623
+ card.classList.add('float');
624
+ });
625
+ card.addEventListener('mouseleave', () => {
626
+ card.classList.remove('float');
627
+ });
628
+ });
629
+ </script>
630
+ <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>
631
+ </html>