Spaces:
Running
Running
lets finish AND DEPLOY MY APP
Browse files- index.html +23 -23
- login.html +119 -0
- register.html +162 -0
- templates.html +286 -0
- workspaces.html +268 -0
index.html
CHANGED
|
@@ -36,17 +36,17 @@
|
|
| 36 |
<span class="text-xl font-bold text-white">CodeForge-AI</span>
|
| 37 |
</div>
|
| 38 |
<div class="hidden md:flex space-x-6">
|
| 39 |
-
<a href="
|
| 40 |
-
<a href="
|
| 41 |
-
<a href="
|
| 42 |
-
<a href="
|
| 43 |
<a href="admin-login.html" class="text-gray-300 hover:text-white transition-colors">Admin</a>
|
| 44 |
</div>
|
| 45 |
</div>
|
| 46 |
<div class="flex items-center space-x-4">
|
| 47 |
-
|
| 48 |
Start Coding
|
| 49 |
-
</
|
| 50 |
<a href="admin-login.html" class="bg-purple-500 hover:bg-purple-600 px-4 py-2 rounded-lg text-white font-medium transition-colors">
|
| 51 |
Admin Panel
|
| 52 |
</a>
|
|
@@ -69,15 +69,15 @@
|
|
| 69 |
The autonomous development platform that brings AI-powered coding, secure containers, and instant deployment to your fingertips.
|
| 70 |
</p>
|
| 71 |
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
|
| 72 |
-
<
|
| 73 |
<i data-feather="play" class="w-5 h-5 inline mr-2"></i>
|
| 74 |
Launch Workspace
|
| 75 |
-
</
|
| 76 |
-
<
|
| 77 |
<i data-feather="book-open" class="w-5 h-5 inline mr-2"></i>
|
| 78 |
View Demo
|
| 79 |
-
</
|
| 80 |
-
|
| 81 |
</div>
|
| 82 |
</div>
|
| 83 |
|
|
@@ -196,10 +196,10 @@
|
|
| 196 |
No Deployments
|
| 197 |
</li>
|
| 198 |
</ul>
|
| 199 |
-
<
|
| 200 |
Get Started
|
| 201 |
-
</
|
| 202 |
-
|
| 203 |
|
| 204 |
<!-- Starter Tier -->
|
| 205 |
<div class="bg-gray-800 rounded-2xl p-8 border-2 border-red-500 relative transform hover:scale-105 transition-all">
|
|
@@ -228,10 +228,10 @@
|
|
| 228 |
1 Deployment Slot
|
| 229 |
</li>
|
| 230 |
</ul>
|
| 231 |
-
<
|
| 232 |
Choose Starter
|
| 233 |
-
</
|
| 234 |
-
|
| 235 |
|
| 236 |
<!-- Pro Tier -->
|
| 237 |
<div class="bg-gray-800 rounded-2xl p-8 border border-red-500/20 hover:border-red-500 transition-all">
|
|
@@ -257,10 +257,10 @@
|
|
| 257 |
5 Deployment Slots
|
| 258 |
</li>
|
| 259 |
</ul>
|
| 260 |
-
<
|
| 261 |
Go Pro
|
| 262 |
-
</
|
| 263 |
-
|
| 264 |
|
| 265 |
<!-- Enterprise Tier -->
|
| 266 |
<div class="bg-gray-800 rounded-2xl p-8 border border-red-500/20 hover:border-red-500 transition-all">
|
|
@@ -286,10 +286,10 @@
|
|
| 286 |
Unlimited Deployments
|
| 287 |
</li>
|
| 288 |
</ul>
|
| 289 |
-
<
|
| 290 |
Contact Sales
|
| 291 |
-
</
|
| 292 |
-
|
| 293 |
</div>
|
| 294 |
</div>
|
| 295 |
</div>
|
|
|
|
| 36 |
<span class="text-xl font-bold text-white">CodeForge-AI</span>
|
| 37 |
</div>
|
| 38 |
<div class="hidden md:flex space-x-6">
|
| 39 |
+
<a href="workspaces.html" class="text-red-400 hover:text-red-300 transition-colors">Workspaces</a>
|
| 40 |
+
<a href="templates.html" class="text-gray-300 hover:text-white transition-colors">Templates</a>
|
| 41 |
+
<a href="deployments.html" class="text-gray-300 hover:text-white transition-colors">Deployments</a>
|
| 42 |
+
<a href="documentation.html" class="text-gray-300 hover:text-white transition-colors">Documentation</a>
|
| 43 |
<a href="admin-login.html" class="text-gray-300 hover:text-white transition-colors">Admin</a>
|
| 44 |
</div>
|
| 45 |
</div>
|
| 46 |
<div class="flex items-center space-x-4">
|
| 47 |
+
<a href="workspaces.html" class="bg-red-500 hover:bg-red-600 px-4 py-2 rounded-lg text-white font-medium transition-colors">
|
| 48 |
Start Coding
|
| 49 |
+
</a>
|
| 50 |
<a href="admin-login.html" class="bg-purple-500 hover:bg-purple-600 px-4 py-2 rounded-lg text-white font-medium transition-colors">
|
| 51 |
Admin Panel
|
| 52 |
</a>
|
|
|
|
| 69 |
The autonomous development platform that brings AI-powered coding, secure containers, and instant deployment to your fingertips.
|
| 70 |
</p>
|
| 71 |
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
|
| 72 |
+
<a href="workspaces.html" class="bg-red-500 hover:bg-red-600 px-8 py-4 rounded-xl text-white font-semibold text-lg transition-all transform hover:scale-105">
|
| 73 |
<i data-feather="play" class="w-5 h-5 inline mr-2"></i>
|
| 74 |
Launch Workspace
|
| 75 |
+
</a>
|
| 76 |
+
<a href="documentation.html" class="border border-red-500 text-red-400 hover:bg-red-500/10 px-8 py-4 rounded-xl font-semibold text-lg transition-all">
|
| 77 |
<i data-feather="book-open" class="w-5 h-5 inline mr-2"></i>
|
| 78 |
View Demo
|
| 79 |
+
</a>
|
| 80 |
+
</div>
|
| 81 |
</div>
|
| 82 |
</div>
|
| 83 |
|
|
|
|
| 196 |
No Deployments
|
| 197 |
</li>
|
| 198 |
</ul>
|
| 199 |
+
<a href="login.html" class="w-full bg-gray-700 hover:bg-gray-600 text-white py-3 rounded-xl font-semibold transition-colors block text-center">
|
| 200 |
Get Started
|
| 201 |
+
</a>
|
| 202 |
+
</div>
|
| 203 |
|
| 204 |
<!-- Starter Tier -->
|
| 205 |
<div class="bg-gray-800 rounded-2xl p-8 border-2 border-red-500 relative transform hover:scale-105 transition-all">
|
|
|
|
| 228 |
1 Deployment Slot
|
| 229 |
</li>
|
| 230 |
</ul>
|
| 231 |
+
<a href="login.html" class="w-full bg-red-500 hover:bg-red-600 text-white py-3 rounded-xl font-semibold transition-colors block text-center">
|
| 232 |
Choose Starter
|
| 233 |
+
</a>
|
| 234 |
+
</div>
|
| 235 |
|
| 236 |
<!-- Pro Tier -->
|
| 237 |
<div class="bg-gray-800 rounded-2xl p-8 border border-red-500/20 hover:border-red-500 transition-all">
|
|
|
|
| 257 |
5 Deployment Slots
|
| 258 |
</li>
|
| 259 |
</ul>
|
| 260 |
+
<a href="login.html" class="w-full bg-red-500 hover:bg-red-600 text-white py-3 rounded-xl font-semibold transition-colors block text-center">
|
| 261 |
Go Pro
|
| 262 |
+
</a>
|
| 263 |
+
</div>
|
| 264 |
|
| 265 |
<!-- Enterprise Tier -->
|
| 266 |
<div class="bg-gray-800 rounded-2xl p-8 border border-red-500/20 hover:border-red-500 transition-all">
|
|
|
|
| 286 |
Unlimited Deployments
|
| 287 |
</li>
|
| 288 |
</ul>
|
| 289 |
+
<a href="contact.html" class="w-full border border-red-500 text-red-400 hover:bg-red-500/10 py-3 rounded-xl font-semibold transition-colors block text-center">
|
| 290 |
Contact Sales
|
| 291 |
+
</a>
|
| 292 |
+
</div>
|
| 293 |
</div>
|
| 294 |
</div>
|
| 295 |
</div>
|
login.html
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en" class="dark">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Sign In | CodeForge-AI</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
+
<script>
|
| 12 |
+
tailwind.config = {
|
| 13 |
+
darkMode: 'class',
|
| 14 |
+
theme: {
|
| 15 |
+
extend: {
|
| 16 |
+
colors: {
|
| 17 |
+
primary: '#ef4444',
|
| 18 |
+
secondary: '#6b7280'
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
</script>
|
| 24 |
+
</head>
|
| 25 |
+
<body class="bg-gray-900 text-white min-h-screen flex items-center justify-center">
|
| 26 |
+
<div class="max-w-md w-full mx-4">
|
| 27 |
+
<!-- Logo -->
|
| 28 |
+
<div class="text-center mb-8">
|
| 29 |
+
<div class="flex items-center justify-center space-x-2 mb-4">
|
| 30 |
+
<div class="w-10 h-10 bg-red-500 rounded-lg flex items-center justify-center">
|
| 31 |
+
<i data-feather="code" class="w-6 h-6"></i>
|
| 32 |
+
</div>
|
| 33 |
+
<span class="text-2xl font-bold text-white">CodeForge-AI</span>
|
| 34 |
+
</div>
|
| 35 |
+
<h1 class="text-3xl font-bold text-white mb-2">Welcome Back</h1>
|
| 36 |
+
<p class="text-gray-400">Sign in to your account to continue</p>
|
| 37 |
+
</div>
|
| 38 |
+
|
| 39 |
+
<!-- Login Form -->
|
| 40 |
+
<div class="bg-gray-800 rounded-2xl p-8 border border-red-500/20">
|
| 41 |
+
<form id="loginForm">
|
| 42 |
+
<div class="space-y-4">
|
| 43 |
+
<div>
|
| 44 |
+
<label for="email" class="block text-sm font-medium text-gray-300 mb-2">Email Address</label>
|
| 45 |
+
<input
|
| 46 |
+
type="email"
|
| 47 |
+
id="email"
|
| 48 |
+
name="email"
|
| 49 |
+
required
|
| 50 |
+
class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 51 |
+
placeholder="Enter your email"
|
| 52 |
+
>
|
| 53 |
+
</div>
|
| 54 |
+
<div>
|
| 55 |
+
<label for="password" class="block text-sm font-medium text-gray-300 mb-2">Password</label>
|
| 56 |
+
<input
|
| 57 |
+
type="password"
|
| 58 |
+
id="password"
|
| 59 |
+
name="password"
|
| 60 |
+
required
|
| 61 |
+
class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 62 |
+
placeholder="Enter your password"
|
| 63 |
+
>
|
| 64 |
+
</div>
|
| 65 |
+
<div class="flex items-center justify-between">
|
| 66 |
+
<label class="flex items-center">
|
| 67 |
+
<input type="checkbox" class="rounded bg-gray-700 border-gray-600 text-red-500 focus:ring-red-500">
|
| 68 |
+
<span class="ml-2 text-sm text-gray-300">Remember me</span>
|
| 69 |
+
</label>
|
| 70 |
+
<a href="#" class="text-sm text-red-400 hover:text-red-300 transition-colors">Forgot password?</a>
|
| 71 |
+
</div>
|
| 72 |
+
<button
|
| 73 |
+
type="submit"
|
| 74 |
+
class="w-full bg-red-500 hover:bg-red-600 text-white py-3 rounded-xl font-semibold transition-colors transform hover:scale-105"
|
| 75 |
+
>
|
| 76 |
+
Sign In
|
| 77 |
+
</button>
|
| 78 |
+
</div>
|
| 79 |
+
</form>
|
| 80 |
+
|
| 81 |
+
<div class="mt-6 text-center">
|
| 82 |
+
<p class="text-gray-400">
|
| 83 |
+
Don't have an account?
|
| 84 |
+
<a href="register.html" class="text-red-400 hover:text-red-300 transition-colors font-semibold">Sign up</a>
|
| 85 |
+
</p>
|
| 86 |
+
</div>
|
| 87 |
+
|
| 88 |
+
<div class="mt-6 pt-6 border-t border-gray-700">
|
| 89 |
+
<button class="w-full bg-gray-700 hover:bg-gray-600 text-white py-3 rounded-xl font-semibold transition-colors flex items-center justify-center">
|
| 90 |
+
<i data-feather="github" class="w-5 h-5 mr-2"></i>
|
| 91 |
+
Continue with GitHub
|
| 92 |
+
</button>
|
| 93 |
+
</div>
|
| 94 |
+
</div>
|
| 95 |
+
</div>
|
| 96 |
+
|
| 97 |
+
<script>
|
| 98 |
+
// Initialize Feather Icons
|
| 99 |
+
feather.replace();
|
| 100 |
+
|
| 101 |
+
// Handle login form submission
|
| 102 |
+
document.getElementById('loginForm').addEventListener('submit', function(e) {
|
| 103 |
+
e.preventDefault();
|
| 104 |
+
const email = document.getElementById('email').value;
|
| 105 |
+
const password = document.getElementById('password').value;
|
| 106 |
+
|
| 107 |
+
// Simple validation
|
| 108 |
+
if (email && password) {
|
| 109 |
+
// Store user session (in a real app, this would be handled by a backend)
|
| 110 |
+
localStorage.setItem('userEmail', email);
|
| 111 |
+
localStorage.setItem('userLoggedIn', 'true');
|
| 112 |
+
|
| 113 |
+
// Redirect to workspaces page
|
| 114 |
+
window.location.href = 'workspaces.html';
|
| 115 |
+
}
|
| 116 |
+
});
|
| 117 |
+
</script>
|
| 118 |
+
</body>
|
| 119 |
+
</html>
|
register.html
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en" class="dark">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Sign Up | CodeForge-AI</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
+
<script>
|
| 12 |
+
tailwind.config = {
|
| 13 |
+
darkMode: 'class',
|
| 14 |
+
theme: {
|
| 15 |
+
extend: {
|
| 16 |
+
colors: {
|
| 17 |
+
primary: '#ef4444',
|
| 18 |
+
secondary: '#6b7280'
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
</script>
|
| 24 |
+
</head>
|
| 25 |
+
<body class="bg-gray-900 text-white min-h-screen flex items-center justify-center">
|
| 26 |
+
<div class="max-w-md w-full mx-4">
|
| 27 |
+
<!-- Logo -->
|
| 28 |
+
<div class="text-center mb-8">
|
| 29 |
+
<div class="flex items-center justify-center space-x-2 mb-4">
|
| 30 |
+
<div class="w-10 h-10 bg-red-500 rounded-lg flex items-center justify-center">
|
| 31 |
+
<i data-feather="code" class="w-6 h-6"></i>
|
| 32 |
+
</div>
|
| 33 |
+
<span class="text-2xl font-bold text-white">CodeForge-AI</span>
|
| 34 |
+
</div>
|
| 35 |
+
<h1 class="text-3xl font-bold text-white mb-2">Create Account</h1>
|
| 36 |
+
<p class="text-gray-400">Start your development journey with us</p>
|
| 37 |
+
</div>
|
| 38 |
+
|
| 39 |
+
<!-- Register Form -->
|
| 40 |
+
<div class="bg-gray-800 rounded-2xl p-8 border border-red-500/20">
|
| 41 |
+
<form id="registerForm">
|
| 42 |
+
<div class="space-y-4">
|
| 43 |
+
<div class="grid grid-cols-2 gap-4">
|
| 44 |
+
<div>
|
| 45 |
+
<label for="firstName" class="block text-sm font-medium text-gray-300 mb-2">First Name</label>
|
| 46 |
+
<input
|
| 47 |
+
type="text"
|
| 48 |
+
id="firstName"
|
| 49 |
+
name="firstName"
|
| 50 |
+
required
|
| 51 |
+
class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 52 |
+
placeholder="John"
|
| 53 |
+
>
|
| 54 |
+
</div>
|
| 55 |
+
<div>
|
| 56 |
+
<label for="lastName" class="block text-sm font-medium text-gray-300 mb-2">Last Name</label>
|
| 57 |
+
<input
|
| 58 |
+
type="text"
|
| 59 |
+
id="lastName"
|
| 60 |
+
name="lastName"
|
| 61 |
+
required
|
| 62 |
+
class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 63 |
+
placeholder="Doe"
|
| 64 |
+
>
|
| 65 |
+
</div>
|
| 66 |
+
</div>
|
| 67 |
+
<div>
|
| 68 |
+
<label for="email" class="block text-sm font-medium text-gray-300 mb-2">Email Address</label>
|
| 69 |
+
<input
|
| 70 |
+
type="email"
|
| 71 |
+
id="email"
|
| 72 |
+
name="email"
|
| 73 |
+
required
|
| 74 |
+
class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 75 |
+
placeholder="john@example.com"
|
| 76 |
+
>
|
| 77 |
+
</div>
|
| 78 |
+
<div>
|
| 79 |
+
<label for="password" class="block text-sm font-medium text-gray-300 mb-2">Password</label>
|
| 80 |
+
<input
|
| 81 |
+
type="password"
|
| 82 |
+
id="password"
|
| 83 |
+
name="password"
|
| 84 |
+
required
|
| 85 |
+
class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 86 |
+
placeholder="Create a password"
|
| 87 |
+
>
|
| 88 |
+
</div>
|
| 89 |
+
<div>
|
| 90 |
+
<label for="confirmPassword" class="block text-sm font-medium text-gray-300 mb-2">Confirm Password</label>
|
| 91 |
+
<input
|
| 92 |
+
type="password"
|
| 93 |
+
id="confirmPassword"
|
| 94 |
+
name="confirmPassword"
|
| 95 |
+
required
|
| 96 |
+
class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 97 |
+
placeholder="Confirm your password"
|
| 98 |
+
>
|
| 99 |
+
</div>
|
| 100 |
+
<div class="flex items-center">
|
| 101 |
+
<input
|
| 102 |
+
type="checkbox"
|
| 103 |
+
id="terms"
|
| 104 |
+
required
|
| 105 |
+
class="rounded bg-gray-700 border-gray-600 text-red-500 focus:ring-red-500"
|
| 106 |
+
>
|
| 107 |
+
<label for="terms" class="ml-2 text-sm text-gray-300">
|
| 108 |
+
I agree to the <a href="#" class="text-red-400 hover:text-red-300 transition-colors">Terms of Service</a> and <a href="#" class="text-red-400 hover:text-red-300 transition-colors">Privacy Policy</a>
|
| 109 |
+
</label>
|
| 110 |
+
</div>
|
| 111 |
+
<button
|
| 112 |
+
type="submit"
|
| 113 |
+
class="w-full bg-red-500 hover:bg-red-600 text-white py-3 rounded-xl font-semibold transition-colors transform hover:scale-105"
|
| 114 |
+
>
|
| 115 |
+
Create Account
|
| 116 |
+
</button>
|
| 117 |
+
</div>
|
| 118 |
+
</form>
|
| 119 |
+
|
| 120 |
+
<div class="mt-6 text-center">
|
| 121 |
+
<p class="text-gray-400">
|
| 122 |
+
Already have an account?
|
| 123 |
+
<a href="login.html" class="text-red-400 hover:text-red-300 transition-colors font-semibold">Sign in</a>
|
| 124 |
+
</p>
|
| 125 |
+
</div>
|
| 126 |
+
|
| 127 |
+
<div class="mt-6 pt-6 border-t border-gray-700">
|
| 128 |
+
<button class="w-full bg-gray-700 hover:bg-gray-600 text-white py-3 rounded-xl font-semibold transition-colors flex items-center justify-center">
|
| 129 |
+
<i data-feather="github" class="w-5 h-5 mr-2"></i>
|
| 130 |
+
Continue with GitHub
|
| 131 |
+
</button>
|
| 132 |
+
</div>
|
| 133 |
+
</div>
|
| 134 |
+
</div>
|
| 135 |
+
|
| 136 |
+
<script>
|
| 137 |
+
// Initialize Feather Icons
|
| 138 |
+
feather.replace();
|
| 139 |
+
|
| 140 |
+
// Handle register form submission
|
| 141 |
+
document.getElementById('registerForm').addEventListener('submit', function(e) {
|
| 142 |
+
e.preventDefault();
|
| 143 |
+
const password = document.getElementById('password').value;
|
| 144 |
+
const confirmPassword = document.getElementById('confirmPassword').value;
|
| 145 |
+
|
| 146 |
+
// Check if passwords match
|
| 147 |
+
if (password !== confirmPassword) {
|
| 148 |
+
alert('Passwords do not match!');
|
| 149 |
+
return;
|
| 150 |
+
}
|
| 151 |
+
|
| 152 |
+
// Store user session (in a real app, this would be handled by a backend)
|
| 153 |
+
const email = document.getElementById('email').value;
|
| 154 |
+
localStorage.setItem('userEmail', email);
|
| 155 |
+
localStorage.setItem('userLoggedIn', 'true');
|
| 156 |
+
|
| 157 |
+
// Redirect to workspaces page
|
| 158 |
+
window.location.href = 'workspaces.html';
|
| 159 |
+
});
|
| 160 |
+
</script>
|
| 161 |
+
</body>
|
| 162 |
+
</html>
|
templates.html
ADDED
|
@@ -0,0 +1,286 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en" class="dark">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Templates | CodeForge-AI</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
+
<script>
|
| 12 |
+
tailwind.config = {
|
| 13 |
+
darkMode: 'class',
|
| 14 |
+
theme: {
|
| 15 |
+
extend: {
|
| 16 |
+
colors: {
|
| 17 |
+
primary: '#ef4444',
|
| 18 |
+
secondary: '#6b7280'
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
</script>
|
| 24 |
+
</head>
|
| 25 |
+
<body class="bg-gray-900 text-white min-h-screen overflow-x-hidden">
|
| 26 |
+
<!-- Navigation -->
|
| 27 |
+
<nav class="bg-gray-800 border-b border-red-500/20 sticky top-0 z-50">
|
| 28 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 29 |
+
<div class="flex justify-between items-center h-16">
|
| 30 |
+
<div class="flex items-center space-x-4">
|
| 31 |
+
<div class="flex items-center space-x-2">
|
| 32 |
+
<a href="index.html" class="flex items-center space-x-2">
|
| 33 |
+
<div class="w-8 h-8 bg-red-500 rounded-lg flex items-center justify-center">
|
| 34 |
+
<i data-feather="code" class="w-4 h-4"></i>
|
| 35 |
+
</div>
|
| 36 |
+
<span class="text-xl font-bold text-white">CodeForge-AI</span>
|
| 37 |
+
</a>
|
| 38 |
+
</div>
|
| 39 |
+
<div class="hidden md:flex space-x-6">
|
| 40 |
+
<a href="workspaces.html" class="text-gray-300 hover:text-white transition-colors">Workspaces</a>
|
| 41 |
+
<a href="templates.html" class="text-red-400 hover:text-red-300 transition-colors">Templates</a>
|
| 42 |
+
<a href="deployments.html" class="text-gray-300 hover:text-white transition-colors">Deployments</a>
|
| 43 |
+
<a href="documentation.html" class="text-gray-300 hover:text-white transition-colors">Documentation</a>
|
| 44 |
+
<a href="admin-login.html" class="text-gray-300 hover:text-white transition-colors">Admin</a>
|
| 45 |
+
</div>
|
| 46 |
+
</div>
|
| 47 |
+
<div class="flex items-center space-x-4">
|
| 48 |
+
<a href="login.html" class="bg-gray-700 hover:bg-gray-600 px-4 py-2 rounded-lg text-white font-medium transition-colors">
|
| 49 |
+
Sign In
|
| 50 |
+
</a>
|
| 51 |
+
<a href="register.html" class="bg-red-500 hover:bg-red-600 px-4 py-2 rounded-lg text-white font-medium transition-colors">
|
| 52 |
+
Sign Up
|
| 53 |
+
</a>
|
| 54 |
+
</div>
|
| 55 |
+
</div>
|
| 56 |
+
</div>
|
| 57 |
+
</nav>
|
| 58 |
+
|
| 59 |
+
<!-- Templates Header -->
|
| 60 |
+
<div class="bg-gradient-to-br from-gray-800 to-gray-900 py-16">
|
| 61 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 62 |
+
<div class="text-center">
|
| 63 |
+
<h1 class="text-4xl md:text-6xl font-bold mb-6 bg-gradient-to-r from-red-400 to-red-600 bg-clip-text text-transparent">
|
| 64 |
+
Project Templates
|
| 65 |
+
</h1>
|
| 66 |
+
<p class="text-xl text-gray-300 mb-8 max-w-3xl mx-auto">
|
| 67 |
+
Kickstart your development with pre-configured templates for popular frameworks and technologies.
|
| 68 |
+
</p>
|
| 69 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 70 |
+
<input
|
| 71 |
+
type="text"
|
| 72 |
+
placeholder="Search templates..."
|
| 73 |
+
class="px-6 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-colors"
|
| 74 |
+
>
|
| 75 |
+
<div class="flex gap-2">
|
| 76 |
+
<select class="px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent">
|
| 77 |
+
<option>All Categories</option>
|
| 78 |
+
<option>Web Development</option>
|
| 79 |
+
<option>Mobile</option>
|
| 80 |
+
<option>Data Science</option>
|
| 81 |
+
<option>Machine Learning</option>
|
| 82 |
+
</select>
|
| 83 |
+
<select class="px-4 py-3 bg-gray-700 border border-gray-600 rounded-xl text-white focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent">
|
| 84 |
+
<option>All Languages</option>
|
| 85 |
+
<option>JavaScript</option>
|
| 86 |
+
<option>Python</option>
|
| 87 |
+
<option>Go</option>
|
| 88 |
+
<option>Rust</option>
|
| 89 |
+
<option>Java</option>
|
| 90 |
+
</select>
|
| 91 |
+
</div>
|
| 92 |
+
</div>
|
| 93 |
+
</div>
|
| 94 |
+
</div>
|
| 95 |
+
</div>
|
| 96 |
+
|
| 97 |
+
<!-- Templates Grid -->
|
| 98 |
+
<div class="py-16 bg-gray-900">
|
| 99 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 100 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 101 |
+
<!-- Template 1 -->
|
| 102 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 103 |
+
<div class="w-12 h-12 bg-red-500 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
|
| 104 |
+
<i data-feather="react" class="w-6 h-6"></i>
|
| 105 |
+
</div>
|
| 106 |
+
<h3 class="text-xl font-semibold text-white mb-2">React + Node.js</h3>
|
| 107 |
+
<p class="text-gray-400 text-sm mb-4">Full-stack JavaScript application with React frontend and Node.js backend</p>
|
| 108 |
+
<div class="flex flex-wrap gap-2 mb-4">
|
| 109 |
+
<span class="bg-red-500/20 text-red-400 px-2 py-1 rounded-full text-xs">React</span>
|
| 110 |
+
<span class="bg-blue-500/20 text-blue-400 px-2 py-1 rounded-full text-xs">Node.js</span>
|
| 111 |
+
<span class="bg-green-500/20 text-green-400 px-2 py-1 rounded-full text-xs">MongoDB</span>
|
| 112 |
+
</div>
|
| 113 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 114 |
+
Use Template
|
| 115 |
+
</button>
|
| 116 |
+
</div>
|
| 117 |
+
|
| 118 |
+
<!-- Template 2 -->
|
| 119 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 120 |
+
<div class="w-12 h-12 bg-blue-500 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
|
| 121 |
+
<i data-feather="database" class="w-6 h-6"></i>
|
| 122 |
+
</div>
|
| 123 |
+
<h3 class="text-xl font-semibold text-white mb-2">Data Science</h3>
|
| 124 |
+
<p class="text-gray-400 text-sm mb-4">Python data analysis environment with Jupyter, Pandas, and Scikit-learn</p>
|
| 125 |
+
<div class="flex flex-wrap gap-2 mb-4">
|
| 126 |
+
<span class="bg-yellow-500/20 text-yellow-400 px-2 py-1 rounded-full text-xs">Python</span>
|
| 127 |
+
<span class="bg-orange-500/20 text-orange-400 px-2 py-1 rounded-full text-xs">Jupyter</span>
|
| 128 |
+
<span class="bg-purple-500/20 text-purple-400 px-2 py-1 rounded-full text-xs">Pandas</span>
|
| 129 |
+
</div>
|
| 130 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 131 |
+
Use Template
|
| 132 |
+
</button>
|
| 133 |
+
</div>
|
| 134 |
+
|
| 135 |
+
<!-- Template 3 -->
|
| 136 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 137 |
+
<div class="w-12 h-12 bg-green-500 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
|
| 138 |
+
<i data-feather="smartphone" class="w-6 h-6"></i>
|
| 139 |
+
</div>
|
| 140 |
+
<h3 class="text-xl font-semibold text-white mb-2">React Native</h3>
|
| 141 |
+
<p class="text-gray-400 text-sm mb-4">Cross-platform mobile app development with React Native and Firebase</p>
|
| 142 |
+
<div class="flex flex-wrap gap-2 mb-4">
|
| 143 |
+
<span class="bg-blue-500/20 text-blue-400 px-2 py-1 rounded-full text-xs">React Native</span>
|
| 144 |
+
<span class="bg-orange-500/20 text-orange-400 px-2 py-1 rounded-full text-xs">Firebase</span>
|
| 145 |
+
<span class="bg-red-500/20 text-red-400 px-2 py-1 rounded-full text-xs">Expo</span>
|
| 146 |
+
</div>
|
| 147 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 148 |
+
Use Template
|
| 149 |
+
</button>
|
| 150 |
+
</div>
|
| 151 |
+
|
| 152 |
+
<!-- Template 4 -->
|
| 153 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 154 |
+
<div class="w-12 h-12 bg-purple-500 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
|
| 155 |
+
<i data-feather="server" class="w-6 h-6"></i>
|
| 156 |
+
</div>
|
| 157 |
+
<h3 class="text-xl font-semibold text-white mb-2">Go API Server</h3>
|
| 158 |
+
<p class="text-gray-400 text-sm mb-4">High-performance REST API server with Go and PostgreSQL</p>
|
| 159 |
+
<div class="flex flex-wrap gap-2 mb-4">
|
| 160 |
+
<span class="bg-blue-500/20 text-blue-400 px-2 py-1 rounded-full text-xs">Go</span>
|
| 161 |
+
<span class="bg-green-500/20 text-green-400 px-2 py-1 rounded-full text-xs">PostgreSQL</span>
|
| 162 |
+
<span class="bg-purple-500/20 text-purple-400 px-2 py-1 rounded-full text-xs">Gin</span>
|
| 163 |
+
</div>
|
| 164 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 165 |
+
Use Template
|
| 166 |
+
</button>
|
| 167 |
+
</div>
|
| 168 |
+
|
| 169 |
+
<!-- Template 5 -->
|
| 170 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 171 |
+
<div class="w-12 h-12 bg-orange-500 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
|
| 172 |
+
<i data-feather="cpu" class="w-6 h-6"></i>
|
| 173 |
+
</div>
|
| 174 |
+
<h3 class="text-xl font-semibold text-white mb-2">Machine Learning</h3>
|
| 175 |
+
<p class="text-gray-400 text-sm mb-4">Machine learning pipeline with TensorFlow and scikit-learn</p>
|
| 176 |
+
<div class="flex flex-wrap gap-2 mb-4">
|
| 177 |
+
<span class="bg-orange-500/20 text-orange-400 px-2 py-1 rounded-full text-xs">TensorFlow</span>
|
| 178 |
+
<span class="bg-purple-500/20 text-purple-400 px-2 py-1 rounded-full text-xs">Scikit-learn</span>
|
| 179 |
+
<span class="bg-yellow-500/20 text-yellow-400 px-2 py-1 rounded-full text-xs">NumPy</span>
|
| 180 |
+
</div>
|
| 181 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 182 |
+
Use Template
|
| 183 |
+
</button>
|
| 184 |
+
</div>
|
| 185 |
+
|
| 186 |
+
<!-- Template 6 -->
|
| 187 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 188 |
+
<div class="w-12 h-12 bg-red-500 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
|
| 189 |
+
<i data-feather="box" class="w-6 h-6"></i>
|
| 190 |
+
</div>
|
| 191 |
+
<h3 class="text-xl font-semibold text-white mb-2">Static Site</h3>
|
| 192 |
+
<p class="text-gray-400 text-sm mb-4">Modern static site with Next.js and Tailwind CSS</p>
|
| 193 |
+
<div class="flex flex-wrap gap-2 mb-4">
|
| 194 |
+
<span class="bg-black/20 text-gray-400 px-2 py-1 rounded-full text-xs">Next.js</span>
|
| 195 |
+
<span class="bg-blue-500/20 text-blue-400 px-2 py-1 rounded-full text-xs">Tailwind</span>
|
| 196 |
+
<span class="bg-green-500/20 text-green-400 px-2 py-1 rounded-full text-xs">TypeScript</span>
|
| 197 |
+
</div>
|
| 198 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 199 |
+
Use Template
|
| 200 |
+
</button>
|
| 201 |
+
</div>
|
| 202 |
+
</div>
|
| 203 |
+
</div>
|
| 204 |
+
</div>
|
| 205 |
+
|
| 206 |
+
<!-- Call to Action -->
|
| 207 |
+
<div class="py-16 bg-gray-800/50">
|
| 208 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 209 |
+
<h2 class="text-3xl font-bold text-white mb-4">Can't find what you're looking for?</h2>
|
| 210 |
+
<p class="text-gray-300 text-lg mb-8 max-w-2xl mx-auto">
|
| 211 |
+
Request a custom template or build your own from scratch with our intuitive workspace creator.
|
| 212 |
+
</p>
|
| 213 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 214 |
+
<button class="bg-red-500 hover:bg-red-600 px-8 py-4 rounded-xl text-white font-semibold text-lg transition-all transform hover:scale-105">
|
| 215 |
+
Request Template
|
| 216 |
+
</button>
|
| 217 |
+
<button class="border border-red-500 text-red-400 hover:bg-red-500/10 px-8 py-4 rounded-xl font-semibold text-lg transition-all">
|
| 218 |
+
Build Custom
|
| 219 |
+
</button>
|
| 220 |
+
</div>
|
| 221 |
+
</div>
|
| 222 |
+
</div>
|
| 223 |
+
|
| 224 |
+
<!-- Footer -->
|
| 225 |
+
<footer class="bg-gray-800 border-t border-gray-700 py-12">
|
| 226 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 227 |
+
<div class="grid md:grid-cols-4 gap-8">
|
| 228 |
+
<div>
|
| 229 |
+
<div class="flex items-center space-x-2 mb-4">
|
| 230 |
+
<div class="w-8 h-8 bg-red-500 rounded-lg flex items-center justify-center">
|
| 231 |
+
<i data-feather="code" class="w-4 h-4"></i>
|
| 232 |
+
</div>
|
| 233 |
+
<span class="text-xl font-bold text-white">CodeForge-AI</span>
|
| 234 |
+
</div>
|
| 235 |
+
<p class="text-gray-400 text-sm">
|
| 236 |
+
The autonomous development platform for modern developers.
|
| 237 |
+
</p>
|
| 238 |
+
</div>
|
| 239 |
+
<div>
|
| 240 |
+
<h4 class="text-white font-semibold mb-4">Product</h4>
|
| 241 |
+
<ul class="space-y-2 text-sm text-gray-400">
|
| 242 |
+
<li><a href="features.html" class="hover:text-red-400 transition-colors">Features</a></li>
|
| 243 |
+
<li><a href="pricing.html" class="hover:text-red-400 transition-colors">Pricing</a></li>
|
| 244 |
+
<li><a href="documentation.html" class="hover:text-red-400 transition-colors">Documentation</a></li>
|
| 245 |
+
<li><a href="api.html" class="hover:text-red-400 transition-colors">API</a></li>
|
| 246 |
+
</ul>
|
| 247 |
+
</div>
|
| 248 |
+
<div>
|
| 249 |
+
<h4 class="text-white font-semibold mb-4">Company</h4>
|
| 250 |
+
<ul class="space-y-2 text-sm text-gray-400">
|
| 251 |
+
<li><a href="about.html" class="hover:text-red-400 transition-colors">About</a></li>
|
| 252 |
+
<li><a href="blog.html" class="hover:text-red-400 transition-colors">Blog</a></li>
|
| 253 |
+
<li><a href="careers.html" class="hover:text-red-400 transition-colors">Careers</a></li>
|
| 254 |
+
<li><a href="contact.html" class="hover:text-red-400 transition-colors">Contact</a></li>
|
| 255 |
+
</ul>
|
| 256 |
+
</div>
|
| 257 |
+
<div>
|
| 258 |
+
<h4 class="text-white font-semibold mb-4">Connect</h4>
|
| 259 |
+
<div class="flex space-x-4">
|
| 260 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 261 |
+
<i data-feather="github" class="w-5 h-5"></i>
|
| 262 |
+
</a>
|
| 263 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 264 |
+
<i data-feather="twitter" class="w-5 h-5"></i>
|
| 265 |
+
</a>
|
| 266 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 267 |
+
<i data-feather="linkedin" class="w-5 h-5"></i>
|
| 268 |
+
</a>
|
| 269 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 270 |
+
<i data-feather="discord" class="w-5 h-5"></i>
|
| 271 |
+
</a>
|
| 272 |
+
</div>
|
| 273 |
+
</div>
|
| 274 |
+
</div>
|
| 275 |
+
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-sm text-gray-400">
|
| 276 |
+
<p>© 2024 CodeForge-AI. All rights reserved. Built with security and performance in mind.</p>
|
| 277 |
+
</div>
|
| 278 |
+
</div>
|
| 279 |
+
</footer>
|
| 280 |
+
|
| 281 |
+
<script>
|
| 282 |
+
// Initialize Feather Icons
|
| 283 |
+
feather.replace();
|
| 284 |
+
</script>
|
| 285 |
+
</body>
|
| 286 |
+
</html>
|
workspaces.html
ADDED
|
@@ -0,0 +1,268 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en" class="dark">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Workspaces | CodeForge-AI</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
+
<script>
|
| 12 |
+
tailwind.config = {
|
| 13 |
+
darkMode: 'class',
|
| 14 |
+
theme: {
|
| 15 |
+
extend: {
|
| 16 |
+
colors: {
|
| 17 |
+
primary: '#ef4444',
|
| 18 |
+
secondary: '#6b7280'
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
}
|
| 23 |
+
</script>
|
| 24 |
+
</head>
|
| 25 |
+
<body class="bg-gray-900 text-white min-h-screen overflow-x-hidden">
|
| 26 |
+
<!-- Navigation -->
|
| 27 |
+
<nav class="bg-gray-800 border-b border-red-500/20 sticky top-0 z-50">
|
| 28 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 29 |
+
<div class="flex justify-between items-center h-16">
|
| 30 |
+
<div class="flex items-center space-x-4">
|
| 31 |
+
<div class="flex items-center space-x-2">
|
| 32 |
+
<a href="index.html" class="flex items-center space-x-2">
|
| 33 |
+
<div class="w-8 h-8 bg-red-500 rounded-lg flex items-center justify-center">
|
| 34 |
+
<i data-feather="code" class="w-4 h-4"></i>
|
| 35 |
+
</div>
|
| 36 |
+
<span class="text-xl font-bold text-white">CodeForge-AI</span>
|
| 37 |
+
</a>
|
| 38 |
+
</div>
|
| 39 |
+
<div class="hidden md:flex space-x-6">
|
| 40 |
+
<a href="workspaces.html" class="text-red-400 hover:text-red-300 transition-colors">Workspaces</a>
|
| 41 |
+
<a href="templates.html" class="text-gray-300 hover:text-white transition-colors">Templates</a>
|
| 42 |
+
<a href="deployments.html" class="text-gray-300 hover:text-white transition-colors">Deployments</a>
|
| 43 |
+
<a href="documentation.html" class="text-gray-300 hover:text-white transition-colors">Documentation</a>
|
| 44 |
+
<a href="admin-login.html" class="text-gray-300 hover:text-white transition-colors">Admin</a>
|
| 45 |
+
</div>
|
| 46 |
+
</div>
|
| 47 |
+
<div class="flex items-center space-x-4">
|
| 48 |
+
<a href="login.html" class="bg-gray-700 hover:bg-gray-600 px-4 py-2 rounded-lg text-white font-medium transition-colors">
|
| 49 |
+
Sign In
|
| 50 |
+
</a>
|
| 51 |
+
<a href="register.html" class="bg-red-500 hover:bg-red-600 px-4 py-2 rounded-lg text-white font-medium transition-colors">
|
| 52 |
+
Sign Up
|
| 53 |
+
</a>
|
| 54 |
+
</div>
|
| 55 |
+
</div>
|
| 56 |
+
</div>
|
| 57 |
+
</nav>
|
| 58 |
+
|
| 59 |
+
<!-- Workspaces Header -->
|
| 60 |
+
<div class="bg-gradient-to-br from-gray-800 to-gray-900 py-16">
|
| 61 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 62 |
+
<div class="text-center">
|
| 63 |
+
<h1 class="text-4xl md:text-6xl font-bold mb-6 bg-gradient-to-r from-red-400 to-red-600 bg-clip-text text-transparent">
|
| 64 |
+
Your Workspaces
|
| 65 |
+
</h1>
|
| 66 |
+
<p class="text-xl text-gray-300 mb-8 max-w-3xl mx-auto">
|
| 67 |
+
Create, manage, and collaborate on your development projects with AI-powered coding assistance.
|
| 68 |
+
</p>
|
| 69 |
+
<button class="bg-red-500 hover:bg-red-600 px-8 py-4 rounded-xl text-white font-semibold text-lg transition-all transform hover:scale-105">
|
| 70 |
+
<i data-feather="plus" class="w-5 h-5 inline mr-2"></i>
|
| 71 |
+
Create New Workspace
|
| 72 |
+
</button>
|
| 73 |
+
</div>
|
| 74 |
+
</div>
|
| 75 |
+
</div>
|
| 76 |
+
|
| 77 |
+
<!-- Workspaces Grid -->
|
| 78 |
+
<div class="py-16 bg-gray-900">
|
| 79 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 80 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 81 |
+
<!-- Workspace 1 -->
|
| 82 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 83 |
+
<div class="flex justify-between items-start mb-4">
|
| 84 |
+
<div class="w-12 h-12 bg-red-500 rounded-xl flex items-center justify-center group-hover:scale-110 transition-transform">
|
| 85 |
+
<i data-feather="code" class="w-6 h-6"></i>
|
| 86 |
+
</div>
|
| 87 |
+
<div class="flex space-x-2">
|
| 88 |
+
<button class="text-gray-400 hover:text-red-400 transition-colors">
|
| 89 |
+
<i data-feather="edit" class="w-4 h-4"></i>
|
| 90 |
+
</button>
|
| 91 |
+
<button class="text-gray-400 hover:text-red-400 transition-colors">
|
| 92 |
+
<i data-feather="trash-2" class="w-4 h-4"></i>
|
| 93 |
+
</button>
|
| 94 |
+
</div>
|
| 95 |
+
</div>
|
| 96 |
+
<h3 class="text-xl font-semibold text-white mb-2">Web Application</h3>
|
| 97 |
+
<p class="text-gray-400 text-sm mb-4">React + Node.js + PostgreSQL</p>
|
| 98 |
+
<div class="flex items-center justify-between text-sm text-gray-300 mb-4">
|
| 99 |
+
<span>Last active: 2 hours ago</span>
|
| 100 |
+
<span class="bg-green-500/20 text-green-400 px-2 py-1 rounded-full text-xs">Running</span>
|
| 101 |
+
</div>
|
| 102 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 103 |
+
Open Workspace
|
| 104 |
+
</button>
|
| 105 |
+
</div>
|
| 106 |
+
|
| 107 |
+
<!-- Workspace 2 -->
|
| 108 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 109 |
+
<div class="flex justify-between items-start mb-4">
|
| 110 |
+
<div class="w-12 h-12 bg-blue-500 rounded-xl flex items-center justify-center group-hover:scale-110 transition-transform">
|
| 111 |
+
<i data-feather="database" class="w-6 h-6"></i>
|
| 112 |
+
</div>
|
| 113 |
+
<div class="flex space-x-2">
|
| 114 |
+
<button class="text-gray-400 hover:text-red-400 transition-colors">
|
| 115 |
+
<i data-feather="edit" class="w-4 h-4"></i>
|
| 116 |
+
</button>
|
| 117 |
+
<button class="text-gray-400 hover:text-red-400 transition-colors">
|
| 118 |
+
<i data-feather="trash-2" class="w-4 h-4"></i>
|
| 119 |
+
</button>
|
| 120 |
+
</div>
|
| 121 |
+
</div>
|
| 122 |
+
<h3 class="text-xl font-semibold text-white mb-2">Data Analytics</h3>
|
| 123 |
+
<p class="text-gray-400 text-sm mb-4">Python + Jupyter + Pandas</p>
|
| 124 |
+
<div class="flex items-center justify-between text-sm text-gray-300 mb-4">
|
| 125 |
+
<span>Last active: 1 day ago</span>
|
| 126 |
+
<span class="bg-yellow-500/20 text-yellow-400 px-2 py-1 rounded-full text-xs">Paused</span>
|
| 127 |
+
</div>
|
| 128 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 129 |
+
Resume Workspace
|
| 130 |
+
</button>
|
| 131 |
+
</div>
|
| 132 |
+
|
| 133 |
+
<!-- Workspace 3 -->
|
| 134 |
+
<div class="bg-gray-800 rounded-2xl p-6 border border-red-500/20 hover:border-red-500/40 transition-all group">
|
| 135 |
+
<div class="flex justify-between items-start mb-4">
|
| 136 |
+
<div class="w-12 h-12 bg-green-500 rounded-xl flex items-center justify-center group-hover:scale-110 transition-transform">
|
| 137 |
+
<i data-feather="smartphone" class="w-6 h-6"></i>
|
| 138 |
+
</div>
|
| 139 |
+
<div class="flex space-x-2">
|
| 140 |
+
<button class="text-gray-400 hover:text-red-400 transition-colors">
|
| 141 |
+
<i data-feather="edit" class="w-4 h-4"></i>
|
| 142 |
+
</button>
|
| 143 |
+
<button class="text-gray-400 hover:text-red-400 transition-colors">
|
| 144 |
+
<i data-feather="trash-2" class="w-4 h-4"></i>
|
| 145 |
+
</button>
|
| 146 |
+
</div>
|
| 147 |
+
</div>
|
| 148 |
+
<h3 class="text-xl font-semibold text-white mb-2">Mobile App</h3>
|
| 149 |
+
<p class="text-gray-400 text-sm mb-4">React Native + Firebase</p>
|
| 150 |
+
<div class="flex items-center justify-between text-sm text-gray-300 mb-4">
|
| 151 |
+
<span>Last active: 3 days ago</span>
|
| 152 |
+
<span class="bg-red-500/20 text-red-400 px-2 py-1 rounded-full text-xs">Stopped</span>
|
| 153 |
+
</div>
|
| 154 |
+
<button class="w-full bg-red-500 hover:bg-red-600 text-white py-2 rounded-xl font-semibold transition-colors">
|
| 155 |
+
Start Workspace
|
| 156 |
+
</button>
|
| 157 |
+
</div>
|
| 158 |
+
|
| 159 |
+
<!-- New Workspace Card -->
|
| 160 |
+
<div class="bg-gray-800/50 rounded-2xl p-6 border-2 border-dashed border-gray-600 hover:border-red-500/40 transition-all group cursor-pointer">
|
| 161 |
+
<div class="flex flex-col items-center justify-center h-full text-center py-8">
|
| 162 |
+
<div class="w-16 h-16 bg-gray-700 rounded-xl flex items-center justify-center mb-4 group-hover:bg-red-500 transition-colors">
|
| 163 |
+
<i data-feather="plus" class="w-8 h-8 text-gray-400 group-hover:text-white"></i>
|
| 164 |
+
</div>
|
| 165 |
+
<h3 class="text-xl font-semibold text-white mb-2">Create New Workspace</h3>
|
| 166 |
+
<p class="text-gray-400 text-sm">Start a new project with your preferred stack</p>
|
| 167 |
+
</div>
|
| 168 |
+
</div>
|
| 169 |
+
</div>
|
| 170 |
+
</div>
|
| 171 |
+
</div>
|
| 172 |
+
|
| 173 |
+
<!-- Resources Section -->
|
| 174 |
+
<div class="py-16 bg-gray-800/50">
|
| 175 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 176 |
+
<div class="text-center mb-12">
|
| 177 |
+
<h2 class="text-3xl font-bold text-white mb-4">Need Help Getting Started?</h2>
|
| 178 |
+
<p class="text-gray-300 text-lg">Explore our resources to make the most of CodeForge-AI</p>
|
| 179 |
+
</div>
|
| 180 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 181 |
+
<div class="text-center">
|
| 182 |
+
<div class="w-16 h-16 bg-red-500 rounded-2xl flex items-center justify-center mx-auto mb-4">
|
| 183 |
+
<i data-feather="book-open" class="w-8 h-8"></i>
|
| 184 |
+
</div>
|
| 185 |
+
<h3 class="text-xl font-semibold text-white mb-2">Documentation</h3>
|
| 186 |
+
<p class="text-gray-400">Comprehensive guides and API references</p>
|
| 187 |
+
</div>
|
| 188 |
+
<div class="text-center">
|
| 189 |
+
<div class="w-16 h-16 bg-blue-500 rounded-2xl flex items-center justify-center mx-auto mb-4">
|
| 190 |
+
<i data-feather="video" class="w-8 h-8"></i>
|
| 191 |
+
</div>
|
| 192 |
+
<h3 class="text-xl font-semibold text-white mb-2">Tutorials</h3>
|
| 193 |
+
<p class="text-gray-400">Step-by-step video tutorials and examples</p>
|
| 194 |
+
</div>
|
| 195 |
+
<div class="text-center">
|
| 196 |
+
<div class="w-16 h-16 bg-green-500 rounded-2xl flex items-center justify-center mx-auto mb-4">
|
| 197 |
+
<i data-feather="users" class="w-8 h-8"></i>
|
| 198 |
+
</div>
|
| 199 |
+
<h3 class="text-xl font-semibold text-white mb-2">Community</h3>
|
| 200 |
+
<p class="text-gray-400">Join our developer community for support</p>
|
| 201 |
+
</div>
|
| 202 |
+
</div>
|
| 203 |
+
</div>
|
| 204 |
+
</div>
|
| 205 |
+
|
| 206 |
+
<!-- Footer -->
|
| 207 |
+
<footer class="bg-gray-800 border-t border-gray-700 py-12">
|
| 208 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 209 |
+
<div class="grid md:grid-cols-4 gap-8">
|
| 210 |
+
<div>
|
| 211 |
+
<div class="flex items-center space-x-2 mb-4">
|
| 212 |
+
<div class="w-8 h-8 bg-red-500 rounded-lg flex items-center justify-center">
|
| 213 |
+
<i data-feather="code" class="w-4 h-4"></i>
|
| 214 |
+
</div>
|
| 215 |
+
<span class="text-xl font-bold text-white">CodeForge-AI</span>
|
| 216 |
+
</div>
|
| 217 |
+
<p class="text-gray-400 text-sm">
|
| 218 |
+
The autonomous development platform for modern developers.
|
| 219 |
+
</p>
|
| 220 |
+
</div>
|
| 221 |
+
<div>
|
| 222 |
+
<h4 class="text-white font-semibold mb-4">Product</h4>
|
| 223 |
+
<ul class="space-y-2 text-sm text-gray-400">
|
| 224 |
+
<li><a href="features.html" class="hover:text-red-400 transition-colors">Features</a></li>
|
| 225 |
+
<li><a href="pricing.html" class="hover:text-red-400 transition-colors">Pricing</a></li>
|
| 226 |
+
<li><a href="documentation.html" class="hover:text-red-400 transition-colors">Documentation</a></li>
|
| 227 |
+
<li><a href="api.html" class="hover:text-red-400 transition-colors">API</a></li>
|
| 228 |
+
</ul>
|
| 229 |
+
</div>
|
| 230 |
+
<div>
|
| 231 |
+
<h4 class="text-white font-semibold mb-4">Company</h4>
|
| 232 |
+
<ul class="space-y-2 text-sm text-gray-400">
|
| 233 |
+
<li><a href="about.html" class="hover:text-red-400 transition-colors">About</a></li>
|
| 234 |
+
<li><a href="blog.html" class="hover:text-red-400 transition-colors">Blog</a></li>
|
| 235 |
+
<li><a href="careers.html" class="hover:text-red-400 transition-colors">Careers</a></li>
|
| 236 |
+
<li><a href="contact.html" class="hover:text-red-400 transition-colors">Contact</a></li>
|
| 237 |
+
</ul>
|
| 238 |
+
</div>
|
| 239 |
+
<div>
|
| 240 |
+
<h4 class="text-white font-semibold mb-4">Connect</h4>
|
| 241 |
+
<div class="flex space-x-4">
|
| 242 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 243 |
+
<i data-feather="github" class="w-5 h-5"></i>
|
| 244 |
+
</a>
|
| 245 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 246 |
+
<i data-feather="twitter" class="w-5 h-5"></i>
|
| 247 |
+
</a>
|
| 248 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 249 |
+
<i data-feather="linkedin" class="w-5 h-5"></i>
|
| 250 |
+
</a>
|
| 251 |
+
<a href="#" class="text-gray-400 hover:text-red-400 transition-colors">
|
| 252 |
+
<i data-feather="discord" class="w-5 h-5"></i>
|
| 253 |
+
</a>
|
| 254 |
+
</div>
|
| 255 |
+
</div>
|
| 256 |
+
</div>
|
| 257 |
+
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-sm text-gray-400">
|
| 258 |
+
<p>© 2024 CodeForge-AI. All rights reserved. Built with security and performance in mind.</p>
|
| 259 |
+
</div>
|
| 260 |
+
</div>
|
| 261 |
+
</footer>
|
| 262 |
+
|
| 263 |
+
<script>
|
| 264 |
+
// Initialize Feather Icons
|
| 265 |
+
feather.replace();
|
| 266 |
+
</script>
|
| 267 |
+
</body>
|
| 268 |
+
</html>
|